From 64597b26facdfe0357639664ec6da466146d4b7c Mon Sep 17 00:00:00 2001 From: ghusermoon <2673031505@qq.com> Date: Wed, 19 Aug 2020 17:27:49 +0800 Subject: [PATCH] =?UTF-8?q?=E8=B0=83=E6=95=B4=E9=A6=96=E9=A1=B5=E5=85=A8?= =?UTF-8?q?=E9=83=A8=E6=8B=BC=E5=9B=A2=E6=A0=B7=E5=BC=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- components/shop/group/item.vue | 14 +++++++------- pageC/classify/goods.vue | 24 +++++++++++++++++++++--- 2 files changed, 28 insertions(+), 10 deletions(-) diff --git a/components/shop/group/item.vue b/components/shop/group/item.vue index eacbf15..c00210d 100644 --- a/components/shop/group/item.vue +++ b/components/shop/group/item.vue @@ -3,8 +3,8 @@ {{ info.pintuan_goods_name }} - ¥{{ info.pintuan_goods_price }} - 立即拼团 + ¥{{ info.pintuan_goods_price }} + 立即拼团 @@ -65,18 +65,18 @@ export default { // align-items: center; // align-content: flex-end; justify-content: space-between; - margin-top: 10rpx; - > view:first-child{ + margin-top: 16rpx; + .value { font-size: 26rpx; color: #FF3131; - margin-bottom: 12rpx; + // margin-bottom: 12rpx; } - > view:last-child{ + .btn { font-size: 22rpx; height: 22rpx; color: #FDD360; text-align: end; - margin-top:8rpx; + // margin-top:8rpx; } } } diff --git a/pageC/classify/goods.vue b/pageC/classify/goods.vue index c10af42..c6305a8 100644 --- a/pageC/classify/goods.vue +++ b/pageC/classify/goods.vue @@ -17,7 +17,11 @@ {{ goods.goods_name }} {{ goods.goods_advword }} - ¥{{ goods.goods_price }} + + + ¥{{ goods.goods_price }} + ¥{{ goods.goods_marketprice }} + @@ -189,9 +193,23 @@ export default { font-size: 28rpx; color: rgba(102,102,102,1); } + // .price { + // font-size: 26rpx; + // color: rgba(255,49,49,1); + // } .price { - font-size: 26rpx; - color: rgba(255,49,49,1); + display: flex; + align-items: center; + .present { + font-size: 26rpx; + color: rgba(255,49,49,1); + margin-right: 20rpx; + } + .origin { + text-decoration: line-through; + font-size: 24rpx; + color: #999; + } } } } -- 2.47.2