43 lines
874 B
CSS
43 lines
874 B
CSS
@font-face {
|
|
font-family: "iconfont"; /* Project id 4503426 */
|
|
src: url('//at.alicdn.com/t/c/font_4503426_no8o2248czg.woff2?t=1725609027382') format('woff2'),
|
|
url('//at.alicdn.com/t/c/font_4503426_no8o2248czg.woff?t=1725609027382') format('woff'),
|
|
url('//at.alicdn.com/t/c/font_4503426_no8o2248czg.ttf?t=1725609027382') format('truetype');
|
|
}
|
|
|
|
.iconfont {
|
|
font-family: "iconfont" !important;
|
|
font-size: 16px;
|
|
font-style: normal;
|
|
-webkit-font-smoothing: antialiased;
|
|
-moz-osx-font-smoothing: grayscale;
|
|
}
|
|
|
|
.icon-xiangshang:before {
|
|
content: "\e6b1";
|
|
}
|
|
|
|
.icon-xiangxia:before {
|
|
content: "\e6b2";
|
|
}
|
|
|
|
.icon-xiangzuo:before {
|
|
content: "\eb15";
|
|
}
|
|
|
|
.icon-chakanxiangqing:before {
|
|
content: "\e64c";
|
|
}
|
|
|
|
.icon-xiangyou1:before {
|
|
content: "\e775";
|
|
}
|
|
|
|
.icon-xiangshang1:before {
|
|
content: "\e76d";
|
|
}
|
|
|
|
.icon-xiangxia1:before {
|
|
content: "\e771";
|
|
}
|