完善茶艺师套餐功能优化
This commit is contained in:
@ -86,10 +86,8 @@
|
||||
</view>
|
||||
<view class="px-12rpx mt-8rpx">
|
||||
<view class="text-28rpx font-bold text-[#303133] line-1">{{ item.title }}</view>
|
||||
<view class="text-[#FF5951] mt-6rpx flex items-baseline font-400">
|
||||
<text class="text-28rpx">¥</text>
|
||||
<text class="text-30rpx">{{ item.discount_price }}</text>
|
||||
<text class="text-24rpx">/{{ item.hour }}小时</text>
|
||||
<view class="text-[#FF5951] mt-6rpx font-400 w-180rpx">
|
||||
<text class="text-30rpx block" style="overflow: hidden; text-overflow: ellipsis; white-space: nowrap;">¥{{ item.discount_price }}/{{ item.hour }}小时</text>
|
||||
</view>
|
||||
</view>
|
||||
</view>
|
||||
|
||||
Reference in New Issue
Block a user