Commit 0e6bfa0a5504582dd1c69ca0eea6437defae0822
1 parent
ba2d5fcd
iconfont 更新图标
Showing
1 changed file
with
15 additions
and
3 deletions
app.wxss
@@ -743,9 +743,21 @@ background: #ffe3e2; | @@ -743,9 +743,21 @@ background: #ffe3e2; | ||
743 | /* 图标字体(ty) */ | 743 | /* 图标字体(ty) */ |
744 | @font-face { | 744 | @font-face { |
745 | font-family: 'iconfont'; /* Project id 2054717 */ | 745 | font-family: 'iconfont'; /* Project id 2054717 */ |
746 | - src: url('//at.alicdn.com/t/font_2054717_z4hvvmu1f9g.woff2?t=1645083454858') format('woff2'), | ||
747 | - url('//at.alicdn.com/t/font_2054717_z4hvvmu1f9g.woff?t=1645083454858') format('woff'), | ||
748 | - url('//at.alicdn.com/t/font_2054717_z4hvvmu1f9g.ttf?t=1645083454858') format('truetype'); | 746 | + src: url('//at.alicdn.com/t/font_2054717_6zy7kdfme7p.woff2?t=1645171185225') format('woff2'), |
747 | + url('//at.alicdn.com/t/font_2054717_6zy7kdfme7p.woff?t=1645171185225') format('woff'), | ||
748 | + url('//at.alicdn.com/t/font_2054717_6zy7kdfme7p.ttf?t=1645171185225') format('truetype'); | ||
749 | +} | ||
750 | + | ||
751 | +.icon-yanjing-kai:before { | ||
752 | + content: "\e6f9"; | ||
753 | +} | ||
754 | + | ||
755 | +.icon-yanjing-guan:before { | ||
756 | + content: "\e6fa"; | ||
757 | +} | ||
758 | + | ||
759 | +.icon-fangda:before { | ||
760 | + content: "\e662"; | ||
749 | } | 761 | } |
750 | 762 | ||
751 | .iconfont { | 763 | .iconfont { |