64 lines
998 B
CSS
64 lines
998 B
CSS
|
|
@font-face {
|
||
|
|
font-family: "iconfont"; /* Project id 1222012 */
|
||
|
|
src: url('iconfont.woff2?t=1667805046760') format('woff2'),
|
||
|
|
url('iconfont.woff?t=1667805046760') format('woff'),
|
||
|
|
url('iconfont.ttf?t=1667805046760') format('truetype');
|
||
|
|
}
|
||
|
|
|
||
|
|
.iconfont {
|
||
|
|
font-family: "iconfont" !important;
|
||
|
|
font-size: 16px;
|
||
|
|
font-style: normal;
|
||
|
|
-webkit-font-smoothing: antialiased;
|
||
|
|
-moz-osx-font-smoothing: grayscale;
|
||
|
|
}
|
||
|
|
|
||
|
|
.icontongji:before {
|
||
|
|
content: "\e67f";
|
||
|
|
}
|
||
|
|
|
||
|
|
.iconicon-test:before {
|
||
|
|
content: "\e64b";
|
||
|
|
}
|
||
|
|
|
||
|
|
.icontubiaozhizuo-:before {
|
||
|
|
content: "\e605";
|
||
|
|
}
|
||
|
|
|
||
|
|
.iconqia:before {
|
||
|
|
content: "\e6a7";
|
||
|
|
}
|
||
|
|
|
||
|
|
.iconxitongshezhi:before {
|
||
|
|
content: "\e611";
|
||
|
|
}
|
||
|
|
|
||
|
|
.iconzhanghuxinxi:before {
|
||
|
|
content: "\e60e";
|
||
|
|
}
|
||
|
|
|
||
|
|
.iconzuzhijigou:before {
|
||
|
|
content: "\e66e";
|
||
|
|
}
|
||
|
|
|
||
|
|
.iconshitang:before {
|
||
|
|
content: "\e631";
|
||
|
|
}
|
||
|
|
|
||
|
|
.icondiqu:before {
|
||
|
|
content: "\e65b";
|
||
|
|
}
|
||
|
|
|
||
|
|
.iconshuma-duqiaqi:before {
|
||
|
|
content: "\e604";
|
||
|
|
}
|
||
|
|
|
||
|
|
.iconcheliangguanli:before {
|
||
|
|
content: "\e622";
|
||
|
|
}
|
||
|
|
|
||
|
|
.icondiqushujutongji:before {
|
||
|
|
content: "\e6f8";
|
||
|
|
}
|
||
|
|
|