36 lines
794 B
CSS
36 lines
794 B
CSS
@font-face {
|
|
font-family: "iconfont"; /* Project id 5178893 */
|
|
src: url('/static/iconfont/font_5178893_r4lrriz2ngn/iconfont.woff2?t=1778908991799') format('woff2'),
|
|
url('/static/iconfont/font_5178893_r4lrriz2ngn/iconfont.woff?t=1778908991799') format('woff'),
|
|
url('/static/iconfont/font_5178893_r4lrriz2ngn/iconfont.ttf?t=1778908991799') format('truetype');
|
|
}
|
|
|
|
.iconfont {
|
|
font-family: "iconfont" !important;
|
|
font-size: 16px;
|
|
font-style: normal;
|
|
-webkit-font-smoothing: antialiased;
|
|
-moz-osx-font-smoothing: grayscale;
|
|
}
|
|
|
|
.icon-qiye:before {
|
|
content: "\e724";
|
|
}
|
|
|
|
.icon-weifeijingyingxuke:before {
|
|
content: "\e653";
|
|
}
|
|
|
|
.icon-dayinji:before {
|
|
content: "\e6bc";
|
|
}
|
|
|
|
.icon-chengzhong:before {
|
|
content: "\e600";
|
|
}
|
|
|
|
.icon-weifeiruku:before {
|
|
content: "\e899";
|
|
}
|
|
|