瀏覽代碼

[首页][修改]:[首页限时抢购样式的修改]

tags/湖南版5.1.4
meo 6 年之前
父節點
當前提交
e849e6e681
共有 2 個檔案被更改,包括 5 行新增3 行删除
  1. +1
    -2
      pages/main/rushtobyCard/index.wxml
  2. +4
    -1
      pages/main/rushtobyCard/index.wxss

+ 1
- 2
pages/main/rushtobyCard/index.wxml 查看文件

@@ -28,7 +28,6 @@
</view>
</view> -->
<!-- 限时抢购倒计时结束 -->

<view class="commodity">
<view bindtap="rushtobuy" data-couponId="{{list[0].couponId}}" data-couponChannelId="{{list[0].id}}" data-targetAd="{{list[0].targetAd}}">
<image mode='aspectFill' lazy-load='true' class="commodity-img" src="{{list[0].coverImg}}" />
@@ -43,7 +42,7 @@
</view>
</view>
<!-- 消费卡列表 -->
<view wx:if="{{cardlist.length!=0}}" class='fr' style='padding:0 13rpx 10rpx;'>
<view wx:if="{{cardlist.length!=0}}" class='fl' style='padding:0 13rpx 10rpx;'>
<view class='clearfix title'>
<text class='qianggou fl'>消费</text>
<text class='xianshi fl'>卡</text>


+ 4
- 1
pages/main/rushtobyCard/index.wxss 查看文件

@@ -7,11 +7,14 @@
}
.rushtobuyimgs{
padding: 0 30rpx;
margin-bottom: 40rpx;
margin-bottom: 30rpx;
}
.rushtobuyimgs>view>text{
font-weight: bold;
}
.rushtobuyimgs > view:nth-of-type(1){
margin-right: 11rpx;
}
.xianshi{
color: #F12643;
font-weight: bold;


Loading…
取消
儲存