28 lines
575 B
CSS
28 lines
575 B
CSS
|
@font-face {
|
||
|
font-family: "iconfont"; /* Project id 4266591 */
|
||
|
src: url('iconfont.woff2?t=1695607970633') format('woff2'),
|
||
|
url('iconfont.woff?t=1695607970633') format('woff'),
|
||
|
url('iconfont.ttf?t=1695607970633') format('truetype');
|
||
|
}
|
||
|
|
||
|
.iconfont {
|
||
|
font-family: "iconfont" !important;
|
||
|
font-size: 16px;
|
||
|
font-style: normal;
|
||
|
-webkit-font-smoothing: antialiased;
|
||
|
-moz-osx-font-smoothing: grayscale;
|
||
|
}
|
||
|
|
||
|
.icon-wj-cj:before {
|
||
|
content: "\e72d";
|
||
|
}
|
||
|
|
||
|
.icon-zhunkaozhenghao:before {
|
||
|
content: "\e6ea";
|
||
|
}
|
||
|
|
||
|
.icon-zaixianbaoming:before {
|
||
|
content: "\e7b0";
|
||
|
}
|
||
|
|