This commit is contained in:
kbing1981 2024-07-23 15:58:14 +08:00
parent c38c5846bc
commit 6ba3f0680d
1 changed files with 5 additions and 7 deletions

View File

@ -71,9 +71,8 @@
<view class="detail-foot-list-top"> <view class="detail-foot-list-top">
<span style="margin-left:24rpx; margin-top: 20rpx;">{{item.title}}</span> <span style="margin-left:24rpx; margin-top: 20rpx;">{{item.title}}</span>
<span style="display: none;">详情</span> <span style="display: none;">详情</span>
</view> </view>
<view class="detail-time"><span v-if="item.maxTime">上次预约:{{item.maxTime}}</span></view> <view><span class="detail-time" v-if="item.maxTime">上次预约:{{item.maxTime}}</span></view>
<view class="header-bottom-money"> <view class="header-bottom-money">
<view class="header-bottom-money-zhen"> <view class="header-bottom-money-zhen">
已使用{{item.usedQuantity}} 已使用{{item.usedQuantity}}
@ -938,11 +937,10 @@
color: #777777; color: #777777;
} }
.detail-time{ .detail-time{
color: #999; color: #019c88;
background: #fef9f7; background: #e2fcf4;
height: 50rpx; padding: 5rpx 20rpx;
line-height: 50rpx; border-radius:0 30rpx 30rpx 0 ;
padding-left: 24rpx;
} }
.detail-foot-mian{ .detail-foot-mian{
width: 100%; width: 100%;