35 lines
767 B
CSS
35 lines
767 B
CSS
@font-face {
|
|
font-family: "iconfont"; /* Project id 4424810 */
|
|
src: url('//at.alicdn.com/t/c/font_4424810_jwuzu664psr.woff2?t=1711784576474') format('woff2'),
|
|
url('//at.alicdn.com/t/c/font_4424810_jwuzu664psr.woff?t=1711784576474') format('woff'),
|
|
url('//at.alicdn.com/t/c/font_4424810_jwuzu664psr.ttf?t=1711784576474') format('truetype');
|
|
}
|
|
|
|
.iconfont {
|
|
font-family: "iconfont" !important;
|
|
font-size: 16px;
|
|
font-style: normal;
|
|
-webkit-font-smoothing: antialiased;
|
|
-moz-osx-font-smoothing: grayscale;
|
|
}
|
|
|
|
.icon-liebiao:before {
|
|
content: "\e62a";
|
|
}
|
|
|
|
.icon-xiangxia:before {
|
|
content: "\e600";
|
|
}
|
|
|
|
.icon-xiangshang:before {
|
|
content: "\e601";
|
|
}
|
|
|
|
.icon-shanchu:before {
|
|
content: "\e6ac";
|
|
}
|
|
|
|
.icon-xiangyou1:before {
|
|
content: "\e775";
|
|
}
|