Commit 1504e04f by 赵雅纹

优惠券详情

parent 4c7dd4b9
...@@ -48,7 +48,7 @@ ...@@ -48,7 +48,7 @@
font-weight: bold; font-weight: bold;
} }
.integral-detail{ .integral-detail{
margin-top: 90rpx; margin: 90rpx 0 160rpx 0;
padding: 0 30rpx; padding: 0 30rpx;
} }
.integral-list{ .integral-list{
......
...@@ -63,7 +63,7 @@ ...@@ -63,7 +63,7 @@
<view class='coupon-info'> <view class='coupon-info'>
<view class='coupon-name fs-28'>{{item.title}}</view> <view class='coupon-name fs-28'>{{item.title}}</view>
<view class='coupon-time fs-24'>{{item.startTime}} 至 {{item.endTime}}</view> <view class='coupon-time fs-24'>{{item.startTime}} 至 {{item.endTime}}</view>
<view class='coupon-desc fs-24'>{{item.notice}}</view> <!-- <view class='coupon-desc fs-24'>{{item.notice}}</view> -->
</view> </view>
<view class='coupon-code fs-24'>出示劵码</view> <view class='coupon-code fs-24'>出示劵码</view>
</view> </view>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment