|
@@ -17,14 +17,18 @@
|
|
<view class="origin">¥{{setting.origin_member_price}}</view>
|
|
<view class="origin">¥{{setting.origin_member_price}}</view>
|
|
<view class="desc">永久使用</view>
|
|
<view class="desc">永久使用</view>
|
|
</view>
|
|
</view>
|
|
- <u-button shape="circle"
|
|
|
|
|
|
+ <u-button
|
|
|
|
+ class="u_button"
|
|
|
|
+ shape="circle"
|
|
type="success"
|
|
type="success"
|
|
hover-class="none"
|
|
hover-class="none"
|
|
:custom-style="btnStyle"
|
|
:custom-style="btnStyle"
|
|
@click="handleBuy"
|
|
@click="handleBuy"
|
|
v-if="vuex_user_data.is_vip == 0"
|
|
v-if="vuex_user_data.is_vip == 0"
|
|
>立即开通</u-button>
|
|
>立即开通</u-button>
|
|
- <u-button shape="circle"
|
|
|
|
|
|
+ <u-button
|
|
|
|
+ class="u_button"
|
|
|
|
+ shape="circle"
|
|
type="success"
|
|
type="success"
|
|
hover-class="none"
|
|
hover-class="none"
|
|
:custom-style="btnStyle"
|
|
:custom-style="btnStyle"
|
|
@@ -222,6 +226,10 @@
|
|
font-weight: 600;
|
|
font-weight: 600;
|
|
color: #4e5958;
|
|
color: #4e5958;
|
|
}
|
|
}
|
|
|
|
+ /deep/ .u_button{
|
|
|
|
+ position: absolute;
|
|
|
|
+ bottom: 40rpx;
|
|
|
|
+ }
|
|
}
|
|
}
|
|
.price{
|
|
.price{
|
|
border: 4rpx solid #C49244;
|
|
border: 4rpx solid #C49244;
|