|
@@ -65,6 +65,7 @@
|
|
|
<view class="btn yeo" @click.stop="_goRechargeOrder(club)">
|
|
|
<text>充值/下订金</text>
|
|
|
</view>
|
|
|
+ <view class="btn yel" @click.stop="_goBuyagain(club)"> <text>购买优惠券</text> </view>
|
|
|
</view>
|
|
|
</view>
|
|
|
</view>
|
|
@@ -421,12 +422,11 @@ page,
|
|
|
}
|
|
|
.club-list-bot {
|
|
|
width: 100%;
|
|
|
- height: 60rpx;
|
|
|
+ height: auto;
|
|
|
float: left;
|
|
|
margin-top: 20rpx;
|
|
|
.list-opea {
|
|
|
width: 100%;
|
|
|
- display: flex;
|
|
|
flex: 1;
|
|
|
color: #166ce1;
|
|
|
flex-direction: row;
|
|
@@ -439,7 +439,8 @@ page,
|
|
|
font-size: $font-size-24;
|
|
|
color: $text-color;
|
|
|
text-align: center;
|
|
|
- margin: 0 15rpx;
|
|
|
+ margin: 7rpx;
|
|
|
+ float: left;
|
|
|
&.org {
|
|
|
background: rgba(22, 225, 77, 0.1);
|
|
|
color: #16e14d;
|