diff --git a/app.wxss b/app.wxss index 55922ef..23e7802 100644 --- a/app.wxss +++ b/app.wxss @@ -25,6 +25,9 @@ .pdt10 { padding-top: 10rpx; } +.pdt12 { + padding-top: 12rpx; +} .pdb10 { padding-bottom: 10rpx; } @@ -676,9 +679,9 @@ background: #ffe3e2; /* 图标字体(ty) */ @font-face { font-family: 'iconfont'; /* Project id 2054717 */ - src: url('//at.alicdn.com/t/font_2054717_vx6pr6zmhth.woff2?t=1623117016358') format('woff2'), - url('//at.alicdn.com/t/font_2054717_vx6pr6zmhth.woff?t=1623117016358') format('woff'), - url('//at.alicdn.com/t/font_2054717_vx6pr6zmhth.ttf?t=1623117016358') format('truetype'); + src: url('//at.alicdn.com/t/font_2054717_vmvsus9wgw.woff2?t=1625560227550') format('woff2'), + url('//at.alicdn.com/t/font_2054717_vmvsus9wgw.woff?t=1625560227550') format('woff'), + url('//at.alicdn.com/t/font_2054717_vmvsus9wgw.ttf?t=1625560227550') format('truetype'); } .iconfont { @@ -689,6 +692,14 @@ background: #ffe3e2; -moz-osx-font-smoothing: grayscale; } +.icon-share:before { + content: "\e785"; +} + +.icon-shuangjiantouxia:before { + content: "\e660"; +} + .icon-plyy:before { content: "\e729"; } diff --git a/components/goods_list/goods_list.wxml b/components/goods_list/goods_list.wxml index fb15a3b..bee627d 100644 --- a/components/goods_list/goods_list.wxml +++ b/components/goods_list/goods_list.wxml @@ -7,28 +7,31 @@ - + {{item.goods_name}} - - {{item.prom_integral}}积分 - + - - - - {{item.prom_price}} - - - - - - - {{item.market_price}} - - + + + {{item.prom_integral}}积分 + + + + + + {{item.prom_price}} + + + + + + + {{item.market_price}} + + + + @@ -119,7 +122,7 @@ - + diff --git a/components/goods_list/goods_list.wxss b/components/goods_list/goods_list.wxss index 3f427c8..fe35283 100644 --- a/components/goods_list/goods_list.wxss +++ b/components/goods_list/goods_list.wxss @@ -3,6 +3,10 @@ /* margin-bottom: 40rpx; */ } +.pdt10 { + padding-top: 10rpx; +} + .ai-center{ align-items: center; } @@ -177,7 +181,7 @@ .nothing .Foil { width: 80rpx; height: 2rpx; - background-color: rgb(138, 138, 138); + background-color: #ebedf0; } .line_th { diff --git a/pages/goods/goodsInfo/goodsInfo.wxml b/pages/goods/goodsInfo/goodsInfo.wxml index 7efd4b4..e9a300c 100644 --- a/pages/goods/goodsInfo/goodsInfo.wxml +++ b/pages/goods/goodsInfo/goodsInfo.wxml @@ -194,7 +194,7 @@ - + + 1 选择商品完成下单 @@ -229,14 +229,14 @@ - + --> - + - + {{prom_integral}} @@ -249,6 +249,7 @@ +