This commit is contained in:
parent
c38c5846bc
commit
6ba3f0680d
|
@ -71,9 +71,8 @@
|
|||
<view class="detail-foot-list-top">
|
||||
<span style="margin-left:24rpx; margin-top: 20rpx;">{{item.title}}</span>
|
||||
<span style="display: none;">详情</span>
|
||||
|
||||
</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-zhen">
|
||||
已使用{{item.usedQuantity}}次
|
||||
|
@ -938,11 +937,10 @@
|
|||
color: #777777;
|
||||
}
|
||||
.detail-time{
|
||||
color: #999;
|
||||
background: #fef9f7;
|
||||
height: 50rpx;
|
||||
line-height: 50rpx;
|
||||
padding-left: 24rpx;
|
||||
color: #019c88;
|
||||
background: #e2fcf4;
|
||||
padding: 5rpx 20rpx;
|
||||
border-radius:0 30rpx 30rpx 0 ;
|
||||
}
|
||||
.detail-foot-mian{
|
||||
width: 100%;
|
||||
|
|
Loading…
Reference in New Issue