|
|
@ -63,15 +63,15 @@ |
|
|
<view class="cu-bar padding-lr"> |
|
|
<view class="cu-bar padding-lr"> |
|
|
<view class="lf-flex"> |
|
|
<view class="lf-flex"> |
|
|
<text class="lf-color-777 lf-font-28">优惠</text> |
|
|
<text class="lf-color-777 lf-font-28">优惠</text> |
|
|
<view style="width: 580rpx;"> |
|
|
|
|
|
<view class="lf-color-222 lf-font-26 lf-m-l-30" |
|
|
|
|
|
v-for="(item, index) in coupons" :key="index">{{ item.title }} |
|
|
|
|
|
|
|
|
<view style="width: 580rpx; padding-left: 20rpx;"> |
|
|
|
|
|
<text class="lf-color-222 lf-font-26" |
|
|
|
|
|
v-for="(item, index) in coupons" :key="index">{{ item.title }}; |
|
|
|
|
|
</text> |
|
|
</view> |
|
|
</view> |
|
|
</view> |
|
|
</view> |
|
|
</view> |
|
|
|
|
|
<view> |
|
|
|
|
|
|
|
|
<!-- <view> |
|
|
<text class="lf-font-24 lf-color-777 lf-iconfont icon-xiangyou"></text> |
|
|
<text class="lf-font-24 lf-color-777 lf-iconfont icon-xiangyou"></text> |
|
|
</view> |
|
|
|
|
|
|
|
|
</view> --> |
|
|
</view> |
|
|
</view> |
|
|
</view> |
|
|
</view> |
|
|
</block> |
|
|
</block> |
|
|
@ -1001,6 +1001,7 @@ |
|
|
padding: 0; |
|
|
padding: 0; |
|
|
width: 88rpx; |
|
|
width: 88rpx; |
|
|
position: relative; |
|
|
position: relative; |
|
|
|
|
|
color: #555555; |
|
|
&:first-child{ |
|
|
&:first-child{ |
|
|
padding-left: 0; |
|
|
padding-left: 0; |
|
|
} |
|
|
} |
|
|
@ -1009,6 +1010,7 @@ |
|
|
width: 50rpx; |
|
|
width: 50rpx; |
|
|
font-size: 40rpx; |
|
|
font-size: 40rpx; |
|
|
line-height: 1; |
|
|
line-height: 1; |
|
|
|
|
|
color: #555555; |
|
|
} |
|
|
} |
|
|
} |
|
|
} |
|
|
.btn1{ |
|
|
.btn1{ |
|
|
|