|
@@ -2,9 +2,9 @@
|
|
|
font-family: "iconfont"; /* Project id 3674157 */
|
|
|
/* Color fonts */
|
|
|
src:
|
|
|
- url('https://at.alicdn.com/t/c/font_3674157_wr9i606y7ko.woff2?t=1665542913461') format('woff2'),
|
|
|
- url('https://at.alicdn.com/t/c/font_3674157_wr9i606y7ko.woff?t=1665542913461') format('woff'),
|
|
|
- url('https://at.alicdn.com/t/c/font_3674157_wr9i606y7ko.ttf?t=1665542913461') format('truetype');
|
|
|
+ url('https://at.alicdn.com/t/c/font_3674157_otfqobpw55.woff2?t=1665648026258') format('woff2'),
|
|
|
+ url('https://at.alicdn.com/t/c/font_3674157_otfqobpw55.woff?t=1665648026258') format('woff'),
|
|
|
+ url('https://at.alicdn.com/t/c/font_3674157_otfqobpw55.ttf?t=1665648026258') format('truetype');
|
|
|
}
|
|
|
|
|
|
.iconfont {
|
|
@@ -15,6 +15,10 @@
|
|
|
-moz-osx-font-smoothing: grayscale;
|
|
|
}
|
|
|
|
|
|
+.icon-top:before {
|
|
|
+ content: "\e606";
|
|
|
+}
|
|
|
+
|
|
|
.icon-qianggou:before {
|
|
|
content: "\e619";
|
|
|
}
|
|
@@ -162,3 +166,4 @@
|
|
|
.icon-daipinglun:before {
|
|
|
content: "\e602";
|
|
|
}
|
|
|
+
|