Commit fe1e01f5b7a010f14d1934bb4c9ea16a87d244b1
1 parent
15952cb9
增加iconfont
Showing
1 changed file
with
7 additions
and
3 deletions
app.wxss
... | ... | @@ -743,9 +743,9 @@ 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_hf5ksd5thuv.woff2?t=1644993459532') format('woff2'), | |
747 | - url('//at.alicdn.com/t/font_2054717_hf5ksd5thuv.woff?t=1644993459532') format('woff'), | |
748 | - url('//at.alicdn.com/t/font_2054717_hf5ksd5thuv.ttf?t=1644993459532') format('truetype'); | |
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'); | |
749 | 749 | } |
750 | 750 | |
751 | 751 | .iconfont { |
... | ... | @@ -756,6 +756,10 @@ background: #ffe3e2; |
756 | 756 | -moz-osx-font-smoothing: grayscale; |
757 | 757 | } |
758 | 758 | |
759 | +.icon-checked:before { | |
760 | + content: "\e65a"; | |
761 | +} | |
762 | + | |
759 | 763 | .icon-dagou:before { |
760 | 764 | content: "\e632"; |
761 | 765 | } | ... | ... |