Commit acda5d3b4d7ba87708c38559d4ec64728bc4b263

Authored by taiyuan
1 parent 5d9615c6

iconfont修改

Showing 1 changed file with 9 additions and 8 deletions
app.wxss
... ... @@ -604,7 +604,7 @@ background: #ffe3e2;
604 604 font-size: 38rpx;
605 605 }
606 606 .fs40 {
607   - font-size: 40rpx;
  607 + font-size: 40rpx !important;
608 608 }
609 609 .ai_c {
610 610 align-items: center;
... ... @@ -645,13 +645,10 @@ background: #ffe3e2;
645 645  
646 646 /* 图标字体(ty) */
647 647 @font-face {
648   - font-family: 'iconfont'; /* project id 2054717 */
649   - src: url('//at.alicdn.com/t/font_2054717_uapbrzlc8k.eot');
650   - src: url('//at.alicdn.com/t/font_2054717_uapbrzlc8k.eot?#iefix') format('embedded-opentype'),
651   - url('//at.alicdn.com/t/font_2054717_uapbrzlc8k.woff2') format('woff2'),
652   - url('//at.alicdn.com/t/font_2054717_uapbrzlc8k.woff') format('woff'),
653   - url('//at.alicdn.com/t/font_2054717_uapbrzlc8k.ttf') format('truetype'),
654   - url('//at.alicdn.com/t/font_2054717_uapbrzlc8k.svg#iconfont') format('svg');
  648 + font-family: 'iconfont'; /* Project id 2054717 */
  649 + src: url('//at.alicdn.com/t/font_2054717_yuggz804p8.woff2?t=1620980590195') format('woff2'),
  650 + url('//at.alicdn.com/t/font_2054717_yuggz804p8.woff?t=1620980590195') format('woff'),
  651 + url('//at.alicdn.com/t/font_2054717_yuggz804p8.ttf?t=1620980590195') format('truetype');
655 652 }
656 653  
657 654 .iconfont {
... ... @@ -662,6 +659,10 @@ background: #ffe3e2;
662 659 -moz-osx-font-smoothing: grayscale;
663 660 }
664 661  
  662 +.icon-meirong:before {
  663 + content: "\e60e";
  664 +}
  665 +
665 666 .icon-yuanquan:before {
666 667 content: "\e60d";
667 668 }
... ...