123456789101112131415161718192021222324252627282930313233343536373839 |
- @font-face {
- font-family: "custom-icon"; /* Project id 3810789 */
- src: url('./static/iconfont/iconfont.woff2?t=1670296530160') format('woff2'),
- url('./static/iconfont/iconfont.woff?t=1670296530160') format('woff'),
- url('./static/iconfont/iconfont.ttf?t=1670296530160') format('truetype');
- }
- .custom-icon {
- font-family: "custom-icon" !important;
- font-size: 16px;
- font-style: normal;
- -webkit-font-smoothing: antialiased;
- -moz-osx-font-smoothing: grayscale;
- }
- .custom-icon-xiugaimima:before {
- content: "\e61e";
- }
- .custom-icon-fq_kucunchaxun:before {
- content: "\e621";
- }
- .custom-icon-RectangleCopy:before {
- content: "\e6c6";
- }
- .custom-icon-pandian:before {
- content: "\e67f";
- }
- .custom-icon-chukuguanli:before {
- content: "\e622";
- }
- .custom-icon-ruku:before {
- content: "\e658";
- }
|