修改样式等相关文件

This commit is contained in:
Niujiawei
2020-08-05 21:39:02 +08:00
parent ef4a4010ff
commit 361e9a76fd
9 changed files with 18 additions and 17 deletions

View File

@@ -4,7 +4,7 @@
<view class="title">全部优惠券</view>
<view class="view-more" @click="toCouponPage">查看更多></view>
</view>
<u-tabs-swiper ref="coupon" :list="couponGroupList" name="gc_name" :is-scroll="true" active-color="#FF780F" :current="couponCurrent" font-size="24" :show-bar="false" @change="couponTabsChange" height="88" ></u-tabs-swiper>
<u-tabs-swiper ref="coupon" :list="couponGroupList" name="gc_name" :is-scroll="true" active-color="#FF780F" :current="couponCurrent" font-size="24" :show-bar="false" @change="couponTabsChange" height="60" ></u-tabs-swiper>
<!-- :style="{ height: swiperHeight }" -->
<swiper :current="swiperCouponCurrent" @animationfinish="couponAnimationFinish" :style="{height: swiperHeight}">
<swiper-item class="swiper-coupon-item" v-for="(_, i) in couponGroupList" :key="i">
@@ -97,7 +97,7 @@ export default {
margin-bottom: 40rpx;
.top {
padding: 0 30rpx;
height: 90rpx;
height: 80rpx;
display: flex;
align-items: center;
justify-content: space-between;