Commit 811763b4679484b097db9c245e14e594c1b3e2e5

Authored by taiyuan
1 parent c30185d8

iconfont新增图标

Showing 1 changed file with 11 additions and 3 deletions
app.wxss
@@ -49,6 +49,9 @@ @@ -49,6 +49,9 @@
49 .pdl30 { 49 .pdl30 {
50 padding-left: 30rpx; 50 padding-left: 30rpx;
51 } 51 }
  52 +.pdl60 {
  53 + padding-left: 60rpx;
  54 +}
52 .pdr10 { 55 .pdr10 {
53 padding-right: 10rpx; 56 padding-right: 10rpx;
54 } 57 }
@@ -708,9 +711,9 @@ background: #ffe3e2; @@ -708,9 +711,9 @@ background: #ffe3e2;
708 /* 图标字体(ty) */ 711 /* 图标字体(ty) */
709 @font-face { 712 @font-face {
710 font-family: 'iconfont'; /* Project id 2054717 */ 713 font-family: 'iconfont'; /* Project id 2054717 */
711 - src: url('//at.alicdn.com/t/font_2054717_hsngh9ootwv.woff2?t=1632559813006') format('woff2'),  
712 - url('//at.alicdn.com/t/font_2054717_hsngh9ootwv.woff?t=1632559813006') format('woff'),  
713 - url('//at.alicdn.com/t/font_2054717_hsngh9ootwv.ttf?t=1632559813006') format('truetype'); 714 + src: url('//at.alicdn.com/t/font_2054717_xyebdzzvo1i.woff2?t=1635153304877') format('woff2'),
  715 + url('//at.alicdn.com/t/font_2054717_xyebdzzvo1i.woff?t=1635153304877') format('woff'),
  716 + url('//at.alicdn.com/t/font_2054717_xyebdzzvo1i.ttf?t=1635153304877') format('truetype');
714 } 717 }
715 718
716 .iconfont { 719 .iconfont {
@@ -721,6 +724,11 @@ background: #ffe3e2; @@ -721,6 +724,11 @@ background: #ffe3e2;
721 -moz-osx-font-smoothing: grayscale; 724 -moz-osx-font-smoothing: grayscale;
722 } 725 }
723 726
  727 +.icon-dingwei:before {
  728 + content: "\e6b4";
  729 +}
  730 +
  731 +
724 .icon-fenlei:before { 732 .icon-fenlei:before {
725 content: "\e628"; 733 content: "\e628";
726 } 734 }