1.修改我的优惠券样式

master
杨杰 2 years ago
parent 040d02ee1d
commit e078edf9cc
  1. 6
      pages/tabBar/user/user.vue

@ -24,20 +24,20 @@
<!-- 优惠券卡券 --> <!-- 优惠券卡券 -->
<view class="headcoun width100"> <view class="headcoun width100">
<view class="height80 alijus width92 border-8r backcorfff"> <view class="height80 alijus width92 border-8r backcorfff">
<view class=" fotct" style="width: 50%;" @click="jumppage(5)"> <view class=" fotct" style="width: 33%;" @click="jumppage(5)">
<view class="width100 font12 fcor333"><text class="font20 marglerig">{{textnum}} </text> </view> <view class="width100 font12 fcor333"><text class="font20 marglerig">{{textnum}} </text> </view>
<view class="width100 font18 fcor333 mart5">卡券</view> <view class="width100 font18 fcor333 mart5">卡券</view>
</view> </view>
<view style="width: 1px;height: 50px;background-color: #f6f6f6;"> <view style="width: 1px;height: 50px;background-color: #f6f6f6;">
</view> </view>
<view class=" fotct" style="width: 50%;" @click="jumppage(6)"> <view class=" fotct" style="width: 33%;" @click="jumppage(6)">
<view class="width100 font12 fcor333"><text class="font20 marglerig">{{textSend}} </text> </view> <view class="width100 font12 fcor333"><text class="font20 marglerig">{{textSend}} </text> </view>
<view class="width100 font18 fcor333 mart5">优惠券</view> <view class="width100 font18 fcor333 mart5">优惠券</view>
</view> </view>
<view style="width: 1px;height: 50px;background-color: #f6f6f6;"> <view style="width: 1px;height: 50px;background-color: #f6f6f6;">
</view> </view>
<view class=" fotct" style="width: 32%;" @click="jumppage(7)"> <view class=" fotct" style="width: 33%;" @click="jumppage(7)">
<view class="width100 font12 fcor333"><text class="font20 marglerig">{{payactivitynum}} </text> </view> <view class="width100 font12 fcor333"><text class="font20 marglerig">{{payactivitynum}} </text> </view>
<view class="width100 font18 fcor333 mart5">活动券</view> <view class="width100 font18 fcor333 mart5">活动券</view>
</view> </view>

Loading…
Cancel
Save