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;