优惠券点击条的样式

wechat_user_type
Ge Hao 8 years ago
parent 6308fa827b
commit 64a4fe7a2d
  1. 2
      pages/cart/cart.wxml
  2. 7
      pages/cart/cart.wxss

@ -16,7 +16,7 @@
</view>
<view class="separate"></view>
<view bindtap="bindSelectCoupon">
<view class="use-coupon" bindtap="bindSelectCoupon">
<view><text>使用优惠券</text></view>
</view>

@ -24,6 +24,7 @@
.item {
height: 180rpx;
padding: 15rpx;
padding-left: 10rpx;
background-color: #fff;
border-bottom: 1px solid #e4e4e4;
color: #333;
@ -115,4 +116,10 @@
.separate {
height: 18rpx;
background-color: #f2f2f2;
}
.use-coupon {
font-size: 30rpx;
line-height: 55rpx;
margin-left: 15rpx;
}
Loading…
Cancel
Save