48 lines
813 B
CSS
48 lines
813 B
CSS
![]() |
@font-face {
|
||
|
font-family: "iconfont"; /* Project id 5044714 */
|
||
|
src: url('iconfont.woff2?t=1760941852498') format('woff2'),
|
||
|
url('iconfont.woff?t=1760941852498') format('woff'),
|
||
|
url('iconfont.ttf?t=1760941852498') format('truetype');
|
||
|
}
|
||
|
|
||
|
.iconfont {
|
||
|
font-family: "iconfont" !important;
|
||
|
font-size: 16px;
|
||
|
font-style: normal;
|
||
|
-webkit-font-smoothing: antialiased;
|
||
|
-moz-osx-font-smoothing: grayscale;
|
||
|
}
|
||
|
|
||
|
.icon-suzhicepingtiku:before {
|
||
|
content: "\e607";
|
||
|
}
|
||
|
|
||
|
.icon-ai:before {
|
||
|
content: "\e887";
|
||
|
}
|
||
|
|
||
|
.icon-jinengpeixun:before {
|
||
|
content: "\e614";
|
||
|
}
|
||
|
|
||
|
.icon-zhengce:before {
|
||
|
content: "\e61d";
|
||
|
}
|
||
|
|
||
|
.icon-chengjifuben:before {
|
||
|
content: "\e67f";
|
||
|
}
|
||
|
|
||
|
.icon-jinengpingjia:before {
|
||
|
content: "\e723";
|
||
|
}
|
||
|
|
||
|
.icon-jianli:before {
|
||
|
content: "\e61c";
|
||
|
}
|
||
|
|
||
|
.icon-zhengfulou:before {
|
||
|
content: "\e7e9";
|
||
|
}
|
||
|
|