修改套餐列表样式
This commit is contained in:
@ -16,8 +16,8 @@
|
||||
</view>
|
||||
|
||||
<view class="kt-price-box" style="position: absolute; right: 40rpx; bottom: 22rpx; display: flex; align-items: center;">
|
||||
<view class="kt-price" v-if="item.month_price && item.month_price > 0" style="color: #977A5D; font-size: 24rpx; font-weight: 400; margin-right: 20rpx;">月卡 ¥{{ item.month_price }}</view>
|
||||
<view class="kt-price" v-if="item.seasonal_price && item.seasonal_price > 0" style="color: #977A5D; font-size: 24rpx; font-weight: 400;">季卡 ¥{{ item.seasonal_price }}</view>
|
||||
<view class="kt-price" v-if="item.month_price && item.month_price > 0" style="color: #977A5D; font-size: 28rpx; font-weight: bold; margin-right: 20rpx;">月卡 ¥{{ item.month_price }}</view>
|
||||
<view class="kt-price" v-if="item.seasonal_price && item.seasonal_price > 0" style="color: #977A5D; font-size: 28rpx; font-weight: bold;">季卡 ¥{{ item.seasonal_price }}</view>
|
||||
</view>
|
||||
</view>
|
||||
</view>
|
||||
|
||||
Reference in New Issue
Block a user