Commit 4ce0d1382272cdc24e2fbf98de6f764aeec8cea6
1 parent
0e6bfa0a
更新iconfont图标
Showing
1 changed file
with
7 additions
and
3 deletions
app.wxss
| ... | ... | @@ -743,9 +743,13 @@ 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_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'); | |
| 746 | + src: url('//at.alicdn.com/t/font_2054717_f0dh5dgis1.woff2?t=1645174692674') format('woff2'), | |
| 747 | + url('//at.alicdn.com/t/font_2054717_f0dh5dgis1.woff?t=1645174692674') format('woff'), | |
| 748 | + url('//at.alicdn.com/t/font_2054717_f0dh5dgis1.ttf?t=1645174692674') format('truetype'); | |
| 749 | +} | |
| 750 | + | |
| 751 | +.icon-suoxiao:before { | |
| 752 | + content: "\e7af"; | |
| 749 | 753 | } |
| 750 | 754 | |
| 751 | 755 | .icon-yanjing-kai:before { | ... | ... |