YS:秒杀提交

main
wmc 7 months ago
parent 3b518696b3
commit 734dae6c69
  1. 13
      pages/activity/seckill.vue
  2. 6
      pages/index/index.vue

@ -62,7 +62,7 @@
</view> </view>
<view class="btn" v-if="tabbar.length"> <view class="btn" v-if="tabbar.length">
<view class="killPrice"> <view class="killPrice">
秒杀价<text>{{item.original_price}}</text> 秒杀价<text>{{item.seckill_price_min}}</text>
</view> </view>
<view class="buyNow"> <view class="buyNow">
马上抢 马上抢
@ -338,10 +338,11 @@
bottom: 0; bottom: 0;
position: absolute; position: absolute;
.timeItem { .timeItem {
margin-bottom: 5px; margin-bottom: 25rpx;
padding: 0 0 0 20rpx;
.num { .num {
width: 150rpx; width: 150rpx;
font-size: 28rpx; font-size: 40rpx;
font-weight: 500; font-weight: 500;
color: #C3C3C3; color: #C3C3C3;
line-height: 33rpx; line-height: 33rpx;
@ -354,15 +355,15 @@
} }
.desc { .desc {
width: 150rpx; width: 150rpx;
height: 36rpx; height: 40rpx;
//background: #FFFFFF; //background: #FFFFFF;
border-radius: 62rpx 62rpx 62rpx 62rpx; border-radius: 62rpx 62rpx 62rpx 62rpx;
opacity: 1; opacity: 1;
font-size: 24rpx; font-size: 28rpx;
font-family: PingFang SC, PingFang SC; font-family: PingFang SC, PingFang SC;
font-weight: 500; font-weight: 500;
color: #C3C3C3; color: #C3C3C3;
line-height: 36rpx; line-height: 40rpx;
margin-top: 10rpx; margin-top: 10rpx;
text-align: center; text-align: center;
} }

@ -43,7 +43,7 @@
</scroll-view> </scroll-view>
<view class="main"> <view class="main">
<view class="picContainer"> <view class="picContainer">
<u-swiper :list="bannerList" height="196" img-mode="aspectFill" @click="gotoDetail"></u-swiper> <u-swiper :list="bannerList" height="380" img-mode="aspectFill" @click="gotoDetail"></u-swiper>
</view> </view>
<view class="grid"> <view class="grid">
<view class="gridRows"> <view class="gridRows">
@ -1306,8 +1306,8 @@
overflow: hidden; overflow: hidden;
.picContainer { .picContainer {
height: 196rpx; // height: 196rpx;
height:auto;
image { image {
height: 196rpx; height: 196rpx;
width: 695rpx; width: 695rpx;

Loading…
Cancel
Save