From 734dae6c69d8efaae28407179b66212d56ee85af Mon Sep 17 00:00:00 2001 From: wmc Date: Wed, 8 May 2024 13:32:07 +0800 Subject: [PATCH] =?UTF-8?q?YS:=E7=A7=92=E6=9D=80=E6=8F=90=E4=BA=A4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/activity/seckill.vue | 13 +++++++------ pages/index/index.vue | 6 +++--- 2 files changed, 10 insertions(+), 9 deletions(-) diff --git a/pages/activity/seckill.vue b/pages/activity/seckill.vue index c184fa2..cdf3c97 100644 --- a/pages/activity/seckill.vue +++ b/pages/activity/seckill.vue @@ -62,7 +62,7 @@ - 秒杀价¥{{item.original_price}} + 秒杀价¥{{item.seckill_price_min}} 马上抢 @@ -338,10 +338,11 @@ bottom: 0; position: absolute; .timeItem { - margin-bottom: 5px; + margin-bottom: 25rpx; + padding: 0 0 0 20rpx; .num { width: 150rpx; - font-size: 28rpx; + font-size: 40rpx; font-weight: 500; color: #C3C3C3; line-height: 33rpx; @@ -354,15 +355,15 @@ } .desc { width: 150rpx; - height: 36rpx; + height: 40rpx; //background: #FFFFFF; border-radius: 62rpx 62rpx 62rpx 62rpx; opacity: 1; - font-size: 24rpx; + font-size: 28rpx; font-family: PingFang SC, PingFang SC; font-weight: 500; color: #C3C3C3; - line-height: 36rpx; + line-height: 40rpx; margin-top: 10rpx; text-align: center; } diff --git a/pages/index/index.vue b/pages/index/index.vue index 5bddf8f..5df23c3 100644 --- a/pages/index/index.vue +++ b/pages/index/index.vue @@ -43,7 +43,7 @@ - + @@ -1306,8 +1306,8 @@ overflow: hidden; .picContainer { - height: 196rpx; - + // height: 196rpx; + height:auto; image { height: 196rpx; width: 695rpx;