Commit 33e4c9d217374748c25ea67c6de2fe4defd90584

Authored by taiyuan
1 parent 3dae7085

iconfont增加新图标字体

Showing 1 changed file with 7 additions and 3 deletions
app.wxss
... ... @@ -708,9 +708,9 @@ background: #ffe3e2;
708 708 /* 图标字体(ty) */
709 709 @font-face {
710 710 font-family: 'iconfont'; /* Project id 2054717 */
711   - src: url('//at.alicdn.com/t/font_2054717_x1u9bka6w7.woff2?t=1630899459000') format('woff2'),
712   - url('//at.alicdn.com/t/font_2054717_x1u9bka6w7.woff?t=1630899459000') format('woff'),
713   - url('//at.alicdn.com/t/font_2054717_x1u9bka6w7.ttf?t=1630899459000') format('truetype');
  711 + src: url('//at.alicdn.com/t/font_2054717_wjskcibo8k8.woff2?t=1631859488939') format('woff2'),
  712 + url('//at.alicdn.com/t/font_2054717_wjskcibo8k8.woff?t=1631859488939') format('woff'),
  713 + url('//at.alicdn.com/t/font_2054717_wjskcibo8k8.ttf?t=1631859488939') format('truetype');
714 714 }
715 715  
716 716 .iconfont {
... ... @@ -721,6 +721,10 @@ background: #ffe3e2;
721 721 -moz-osx-font-smoothing: grayscale;
722 722 }
723 723  
  724 +.icon-arrowup:before {
  725 + content: "\e61e";
  726 +}
  727 +
724 728 .icon-aixin:before {
725 729 content: "\e8c3";
726 730 }
... ...