Commit ba549b1c543ffc18d16e29302e6695a73e9caf97

Authored by 后端研发-苏泰源
1 parent fc960fba

iconfont新增图标

Showing 1 changed file with 11 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_y42sikta7lc.woff2?t=1642407649188') format('woff2'),
747   - url('//at.alicdn.com/t/font_2054717_y42sikta7lc.woff?t=1642407649188') format('woff'),
748   - url('//at.alicdn.com/t/font_2054717_y42sikta7lc.ttf?t=1642407649188') format('truetype');
  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');
749 749 }
750 750  
751 751 .iconfont {
... ... @@ -756,6 +756,14 @@ background: #ffe3e2;
756 756 -moz-osx-font-smoothing: grayscale;
757 757 }
758 758  
  759 +.icon-dagou:before {
  760 + content: "\e632";
  761 +}
  762 +
  763 +.icon-zuojiantou:before {
  764 + content: "\e625";
  765 +}
  766 +
759 767 .icon-shangpin:before {
760 768 content: "\e661";
761 769 }
... ...