44 lines
825 B
CSS
44 lines
825 B
CSS
@font-face {
|
|
font-family: "iconfont"; /* Project id 4864715 */
|
|
src: url('iconfont.woff2?t=1742868021538') format('woff2'),
|
|
url('iconfont.woff?t=1742868021538') format('woff'),
|
|
url('iconfont.ttf?t=1742868021538') format('truetype');
|
|
}
|
|
|
|
.iconfont {
|
|
font-family: "iconfont" !important;
|
|
font-size: 16px;
|
|
font-style: normal;
|
|
-webkit-font-smoothing: antialiased;
|
|
-moz-osx-font-smoothing: grayscale;
|
|
}
|
|
|
|
.icon-weihubaoyang:before {
|
|
content: "\e60e";
|
|
}
|
|
|
|
.icon-qijianhecha:before {
|
|
content: "\e676";
|
|
}
|
|
|
|
.icon-shebeiyanshou:before {
|
|
content: "\e6de";
|
|
}
|
|
|
|
.icon-shebeishiyongjilu:before {
|
|
content: "\e66e";
|
|
}
|
|
|
|
.icon-yiqishebeijiandingxiaozhun:before {
|
|
content: "\e83b";
|
|
}
|
|
|
|
.icon-shebeidianjianjilu_shebeidianjianjilu:before {
|
|
content: "\e614";
|
|
}
|
|
|
|
.icon-shebeitiaobo:before {
|
|
content: "\e603";
|
|
}
|
|
|