60 lines
965 B
CSS
60 lines
965 B
CSS
|
|
@font-face {
|
||
|
|
font-family: "iconfont"; /* Project id 2901530 */
|
||
|
|
src: url('iconfont.woff2?t=1635494515590') format('woff2'),
|
||
|
|
url('iconfont.woff?t=1635494515590') format('woff'),
|
||
|
|
url('iconfont.ttf?t=1635494515590') format('truetype');
|
||
|
|
}
|
||
|
|
|
||
|
|
.iconfont {
|
||
|
|
font-family: "iconfont" !important;
|
||
|
|
font-size: 16px;
|
||
|
|
font-style: normal;
|
||
|
|
-webkit-font-smoothing: antialiased;
|
||
|
|
-moz-osx-font-smoothing: grayscale;
|
||
|
|
}
|
||
|
|
|
||
|
|
.icon-shuibeng:before {
|
||
|
|
content: "\e619";
|
||
|
|
}
|
||
|
|
|
||
|
|
.icon-xunjianchulirenyuan:before {
|
||
|
|
content: "\e61a";
|
||
|
|
}
|
||
|
|
|
||
|
|
.icon-xiaoxi:before {
|
||
|
|
content: "\e61b";
|
||
|
|
}
|
||
|
|
|
||
|
|
.icon-shebeiyongdianbaobiao:before {
|
||
|
|
content: "\e61c";
|
||
|
|
}
|
||
|
|
|
||
|
|
.icon-yuce:before {
|
||
|
|
content: "\e61d";
|
||
|
|
}
|
||
|
|
|
||
|
|
.icon-baojing:before {
|
||
|
|
content: "\e613";
|
||
|
|
}
|
||
|
|
|
||
|
|
.icon-caiwu:before {
|
||
|
|
content: "\e614";
|
||
|
|
}
|
||
|
|
|
||
|
|
.icon-ercigongshui:before {
|
||
|
|
content: "\e615";
|
||
|
|
}
|
||
|
|
|
||
|
|
.icon-fenxi:before {
|
||
|
|
content: "\e616";
|
||
|
|
}
|
||
|
|
|
||
|
|
.icon-gongdanbaobiao:before {
|
||
|
|
content: "\e617";
|
||
|
|
}
|
||
|
|
|
||
|
|
.icon-gongyifenxi:before {
|
||
|
|
content: "\e618";
|
||
|
|
}
|
||
|
|
|