Commit 628a35bb5bc5a5baf068e9ad2cd6cc06f2fafbdf
1 parent
c7dae432
iconfont更新
Showing
1 changed file
with
7 additions
and
3 deletions
app.wxss
@@ -706,9 +706,9 @@ background: #ffe3e2; | @@ -706,9 +706,9 @@ background: #ffe3e2; | ||
706 | /* 图标字体(ty) */ | 706 | /* 图标字体(ty) */ |
707 | @font-face { | 707 | @font-face { |
708 | font-family: 'iconfont'; /* Project id 2054717 */ | 708 | font-family: 'iconfont'; /* Project id 2054717 */ |
709 | - src: url('//at.alicdn.com/t/font_2054717_3fwbtkdbxhl.woff2?t=1627893975776') format('woff2'), | ||
710 | - url('//at.alicdn.com/t/font_2054717_3fwbtkdbxhl.woff?t=1627893975776') format('woff'), | ||
711 | - url('//at.alicdn.com/t/font_2054717_3fwbtkdbxhl.ttf?t=1627893975776') format('truetype'); | 709 | + src: url('//at.alicdn.com/t/font_2054717_j27uzo13r5f.woff2?t=1628845583213') format('woff2'), |
710 | + url('//at.alicdn.com/t/font_2054717_j27uzo13r5f.woff?t=1628845583213') format('woff'), | ||
711 | + url('//at.alicdn.com/t/font_2054717_j27uzo13r5f.ttf?t=1628845583213') format('truetype'); | ||
712 | } | 712 | } |
713 | 713 | ||
714 | .iconfont { | 714 | .iconfont { |
@@ -719,6 +719,10 @@ background: #ffe3e2; | @@ -719,6 +719,10 @@ background: #ffe3e2; | ||
719 | -moz-osx-font-smoothing: grayscale; | 719 | -moz-osx-font-smoothing: grayscale; |
720 | } | 720 | } |
721 | 721 | ||
722 | +.icon-nodata:before { | ||
723 | + content: "\e636"; | ||
724 | +} | ||
725 | + | ||
722 | .icon-zhuanfa1:before { | 726 | .icon-zhuanfa1:before { |
723 | content: "\e614"; | 727 | content: "\e614"; |
724 | } | 728 | } |