From 9a9276fc9408ef12782d20b7ae736477e1e944e5 Mon Sep 17 00:00:00 2001 From: Niujiawei Date: Thu, 6 Aug 2020 21:35:27 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E6=A0=B7=E5=BC=8F2020.08.06?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- components/shop/seckill/index.vue | 1 + components/shop/seckill/item.vue | 3 ++- pageA/pactList/pactList.vue | 4 ++-- 3 files changed, 5 insertions(+), 3 deletions(-) diff --git a/components/shop/seckill/index.vue b/components/shop/seckill/index.vue index d80891d..09ea42f 100644 --- a/components/shop/seckill/index.vue +++ b/components/shop/seckill/index.vue @@ -49,6 +49,7 @@ export default { padding: 30rpx; margin-bottom: 20rpx; .top{ + margin-bottom: 20rpx; height: 60rpx; display: flex; align-items: center; diff --git a/components/shop/seckill/item.vue b/components/shop/seckill/item.vue index efebd34..b3ca88c 100644 --- a/components/shop/seckill/item.vue +++ b/components/shop/seckill/item.vue @@ -58,7 +58,7 @@ export default { width: 220rpx; .head{ width: 210rpx; - height: 131rpx; + height: 151rpx; border-radius: 6rpx; background-color: antiquewhite; } @@ -66,6 +66,7 @@ export default { font-size: 26rpx; color: #333; margin-top: 16rpx; + line-height: 40rpx; } .price{ display: flex; diff --git a/pageA/pactList/pactList.vue b/pageA/pactList/pactList.vue index b126320..e7172f0 100644 --- a/pageA/pactList/pactList.vue +++ b/pageA/pactList/pactList.vue @@ -65,11 +65,11 @@ export default { width: 90%; margin: 0 auto; padding: 16upx 0; - font-size: 26upx; + font-size: 30upx; color: #333; } .rict_type { text-indent: 1rem; - line-height: 1.2; + line-height: 1.4; }