This commit is contained in:
yangtao 2024-03-26 15:43:40 +08:00
parent 1faf50d4d4
commit 9b52e931e8
5 changed files with 13 additions and 13 deletions

View File

@ -1,16 +1,16 @@
@font-face {
font-family: "iconfont"; /* Project id 993865 */
src: url('https://at.alicdn.com/t/c/font_993865_si3tuotdqz.woff2?t=1704965757795') format('woff2'),
url('https://at.alicdn.com/t/c/font_993865_si3tuotdqz.woff?t=1704965757795') format('woff'),
url('https://at.alicdn.com/t/c/font_993865_si3tuotdqz.ttf?t=1704965757795') format('truetype'),
}
@font-face {
font-family: "haiyuefont"; /* Project id 4480899 */
src: url('@/static/iconfont/iconfont.woff2?t=1711355512716') format('woff2'),
url('@/static/iconfont/iconfont.woff?t=1711355512716') format('woff'),
url('@/static/iconfont/iconfont.ttf?t=1711355512716') format('truetype');
}
@font-face {
font-family: "iconfont"; /* Project id 993865 */
src: url('https://at.alicdn.com/t/c/font_993865_si3tuotdqz.woff2?t=1704965757795') format('woff2'),
url('https://at.alicdn.com/t/c/font_993865_si3tuotdqz.woff?t=1704965757795') format('woff'),
url('https://at.alicdn.com/t/c/font_993865_si3tuotdqz.ttf?t=1704965757795') format('truetype');
}
.iconfont {
font-family: "iconfont" !important;
@ -29,11 +29,11 @@
}
.haiyue-info:before {
content: "\e601";
content: "\e901";
}
.haiyue-shoukuang:before {
content: "\e602";
content: "\e902";
}
.icon-huodong-renshu:before {

View File

@ -9,15 +9,15 @@
"icon_id": "39681063",
"name": "商品信息",
"font_class": "-info",
"unicode": "e601",
"unicode_decimal": 58881
"unicode": "e902",
"unicode_decimal": 59650
},
{
"icon_id": "39681064",
"name": "我要收款",
"font_class": "-shoukuang",
"unicode": "e602",
"unicode_decimal": 58882
"unicode": "e901",
"unicode_decimal": 59649
}
]
}

Binary file not shown.

Binary file not shown.

Binary file not shown.