Commit a7cc09e9438c0960a8c4c8800454999d3a861a1c
1 parent
8973e491
更新iconfont
Showing
1 changed file
with
15 additions
and
3 deletions
app.wxss
... | ... | @@ -743,9 +743,21 @@ background: #ffe3e2; |
743 | 743 | /* 图标字体(ty) */ |
744 | 744 | @font-face { |
745 | 745 | font-family: 'iconfont'; /* Project id 2054717 */ |
746 | - src: url('//at.alicdn.com/t/font_2054717_1o6c86igowv.woff2?t=1645758848389') format('woff2'), | |
747 | - url('//at.alicdn.com/t/font_2054717_1o6c86igowv.woff?t=1645758848389') format('woff'), | |
748 | - url('//at.alicdn.com/t/font_2054717_1o6c86igowv.ttf?t=1645758848389') format('truetype'); | |
746 | + src: url('//at.alicdn.com/t/font_2054717_o34jrbrtxpk.woff2?t=1645781927179') format('woff2'), | |
747 | + url('//at.alicdn.com/t/font_2054717_o34jrbrtxpk.woff?t=1645781927179') format('woff'), | |
748 | + url('//at.alicdn.com/t/font_2054717_o34jrbrtxpk.ttf?t=1645781927179') format('truetype'); | |
749 | +} | |
750 | + | |
751 | +.icon-infofill:before { | |
752 | + content: "\e6e6"; | |
753 | +} | |
754 | + | |
755 | +.icon-geren:before { | |
756 | + content: "\e71d"; | |
757 | +} | |
758 | + | |
759 | +.icon-tupian:before { | |
760 | + content: "\e997"; | |
749 | 761 | } |
750 | 762 | |
751 | 763 | .icon-wenhao:before { | ... | ... |