28 lines
622 B
CSS
28 lines
622 B
CSS
|
|
@font-face {
|
||
|
|
font-family: "iconfont"; /* Project id 4331444 */
|
||
|
|
src: url('@/static/iconfont/iconfont.woff2?t=1700026662443') format('woff2'),
|
||
|
|
url('@/static/iconfont/iconfont.woff?t=1700026662443') format('woff'),
|
||
|
|
url('@/static/iconfont/iconfont.ttf?t=1700026662443') format('truetype');
|
||
|
|
}
|
||
|
|
|
||
|
|
.iconfont {
|
||
|
|
font-family: "iconfont" !important;
|
||
|
|
font-size: 16px;
|
||
|
|
font-style: normal;
|
||
|
|
-webkit-font-smoothing: antialiased;
|
||
|
|
-moz-osx-font-smoothing: grayscale;
|
||
|
|
}
|
||
|
|
|
||
|
|
.icon-zhexiantu1:before {
|
||
|
|
content: "\e61d";
|
||
|
|
}
|
||
|
|
|
||
|
|
.icon-bingtu:before {
|
||
|
|
content: "\e6b8";
|
||
|
|
}
|
||
|
|
|
||
|
|
.icon-zhuzhuangtu:before {
|
||
|
|
content: "\e9d0";
|
||
|
|
}
|
||
|
|
|