vip样式显示

This commit is contained in:
2024-10-30 15:12:55 +08:00
parent 60946996c0
commit 09fd7e80c2

View File

@@ -37,7 +37,7 @@
</view> </view>
<view class="vip_list vip_button_list"> <view class="vip_list vip_button_list">
<view @click="openorderModal(item)" v-for="(item, index) in v.list" class="vip_button" <view @click="openorderModal(item)" v-for="(item, index) in v.list" class="vip_button"
:style="`background:${v.buttonbg ? v.buttonbg : '#f6f6f6'};`"> :style="`background:${v.buttonbg ? v.buttonbg : '#f6f6f6'};height:${v.list.length>2?`calc(100% / ${v.list.length}) !important`:'80rpx !important'}`">
<view style="max-width: 200rpx">{{ item.title }}</view> <view style="max-width: 200rpx">{{ item.title }}</view>
<view style="margin: 0 5rpx">{{ item.lastFee }}</view> <view style="margin: 0 5rpx">{{ item.lastFee }}</view>
</view> </view>
@@ -905,7 +905,7 @@
.vip_button_list { .vip_button_list {
width: 100%; width: 100%;
max-height: 200rpx; max-height: 450rpx;
// @include themFlex(center, space-between); // @include themFlex(center, space-between);
// flex-direction: column; // flex-direction: column;
padding-top: 0; padding-top: 0;