27 lines
674 B
CSS
27 lines
674 B
CSS
@font-face {
|
|
font-family: "iconfont"; /* Project id 4503426 */
|
|
src: url('//at.alicdn.com/t/c/font_4503426_iai3d7mxog.woff2?t=1712816649291') format('woff2'),
|
|
url('//at.alicdn.com/t/c/font_4503426_iai3d7mxog.woff?t=1712816649291') format('woff'),
|
|
url('//at.alicdn.com/t/c/font_4503426_iai3d7mxog.ttf?t=1712816649291') format('truetype');
|
|
}
|
|
|
|
.iconfont {
|
|
font-family: "iconfont" !important;
|
|
font-size: 16px;
|
|
font-style: normal;
|
|
-webkit-font-smoothing: antialiased;
|
|
-moz-osx-font-smoothing: grayscale;
|
|
}
|
|
|
|
.icon-xiangyou1:before {
|
|
content: "\e775";
|
|
}
|
|
|
|
.icon-xiangshang1:before {
|
|
content: "\e76d";
|
|
}
|
|
|
|
.icon-xiangxia1:before {
|
|
content: "\e771";
|
|
}
|