Commit 4ff490792dd8d0890d50443361d0837a91cfe97a
1 parent
588b0234
新增iconfont - app.wxss
Showing
1 changed file
with
7 additions
and
3 deletions
app.wxss
| @@ -671,9 +671,9 @@ background: #ffe3e2; | @@ -671,9 +671,9 @@ background: #ffe3e2; | ||
| 671 | /* 图标字体(ty) */ | 671 | /* 图标字体(ty) */ |
| 672 | @font-face { | 672 | @font-face { |
| 673 | font-family: 'iconfont'; /* Project id 2054717 */ | 673 | font-family: 'iconfont'; /* Project id 2054717 */ |
| 674 | - src: url('//at.alicdn.com/t/font_2054717_f0lv6m3iryg.woff2?t=1621240949872') format('woff2'), | ||
| 675 | - url('//at.alicdn.com/t/font_2054717_f0lv6m3iryg.woff?t=1621240949872') format('woff'), | ||
| 676 | - url('//at.alicdn.com/t/font_2054717_f0lv6m3iryg.ttf?t=1621240949872') format('truetype'); | 674 | + src: url('//at.alicdn.com/t/font_2054717_vx6pr6zmhth.woff2?t=1623117016358') format('woff2'), |
| 675 | + url('//at.alicdn.com/t/font_2054717_vx6pr6zmhth.woff?t=1623117016358') format('woff'), | ||
| 676 | + url('//at.alicdn.com/t/font_2054717_vx6pr6zmhth.ttf?t=1623117016358') format('truetype'); | ||
| 677 | } | 677 | } |
| 678 | 678 | ||
| 679 | .iconfont { | 679 | .iconfont { |
| @@ -684,6 +684,10 @@ background: #ffe3e2; | @@ -684,6 +684,10 @@ background: #ffe3e2; | ||
| 684 | -moz-osx-font-smoothing: grayscale; | 684 | -moz-osx-font-smoothing: grayscale; |
| 685 | } | 685 | } |
| 686 | 686 | ||
| 687 | +.icon-plyy:before { | ||
| 688 | + content: "\e729"; | ||
| 689 | +} | ||
| 690 | + | ||
| 687 | .icon-sandian:before { | 691 | .icon-sandian:before { |
| 688 | content: "\e665"; | 692 | content: "\e665"; |
| 689 | } | 693 | } |