服务疗程
This commit is contained in:
parent
d72daf3a20
commit
c38c5846bc
|
@ -69,10 +69,11 @@
|
||||||
<view class="detail-foot-mian">
|
<view class="detail-foot-mian">
|
||||||
<view class="detail-foot-list" v-for="(item,index) in detailData" :key="index">
|
<view class="detail-foot-list" v-for="(item,index) in detailData" :key="index">
|
||||||
<view class="detail-foot-list-top">
|
<view class="detail-foot-list-top">
|
||||||
<span style="margin-right: 5px;">{{item.title}}</span>
|
<span style="margin-left:24rpx; margin-top: 20rpx;">{{item.title}}</span>
|
||||||
<span style="display: none;">详情</span>
|
<span style="display: none;">详情</span>
|
||||||
<span v-if="item.maxTime">上次预约:{{item.maxTime}}</span>
|
|
||||||
</view>
|
</view>
|
||||||
|
<view class="detail-time"><span 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}}次
|
||||||
|
@ -894,14 +895,15 @@
|
||||||
top: 0;
|
top: 0;
|
||||||
}
|
}
|
||||||
.detail-foot-list-top{
|
.detail-foot-list-top{
|
||||||
width: 95%;
|
width: 100%;
|
||||||
display: flex;
|
display: flex;
|
||||||
flex-direction: row;
|
flex-direction: row;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
margin-bottom: 25px;
|
margin-bottom: 10rpx;
|
||||||
|
justify-content: space-between;
|
||||||
}
|
}
|
||||||
.detail-foot-list{
|
.detail-foot-list{
|
||||||
width: 95%;
|
width: 100%;
|
||||||
border-radius: 21rpx;
|
border-radius: 21rpx;
|
||||||
position: relative;
|
position: relative;
|
||||||
display: flex;
|
display: flex;
|
||||||
|
@ -935,7 +937,13 @@
|
||||||
font-size: 22rpx;
|
font-size: 22rpx;
|
||||||
color: #777777;
|
color: #777777;
|
||||||
}
|
}
|
||||||
|
.detail-time{
|
||||||
|
color: #999;
|
||||||
|
background: #fef9f7;
|
||||||
|
height: 50rpx;
|
||||||
|
line-height: 50rpx;
|
||||||
|
padding-left: 24rpx;
|
||||||
|
}
|
||||||
.detail-foot-mian{
|
.detail-foot-mian{
|
||||||
width: 100%;
|
width: 100%;
|
||||||
display: flex;
|
display: flex;
|
||||||
|
@ -1115,7 +1123,7 @@
|
||||||
margin: 0 auto;
|
margin: 0 auto;
|
||||||
background-color: #fff;
|
background-color: #fff;
|
||||||
border-radius: 21rpx;
|
border-radius: 21rpx;
|
||||||
padding: 15px;
|
padding:0 0 24rpx 0;
|
||||||
}
|
}
|
||||||
.jianjie{
|
.jianjie{
|
||||||
font-weight: 400;
|
font-weight: 400;
|
||||||
|
@ -1232,7 +1240,7 @@
|
||||||
margin-top:5px;
|
margin-top:5px;
|
||||||
}
|
}
|
||||||
.header-bottom-money{
|
.header-bottom-money{
|
||||||
padding: 5px 0;
|
padding: 5px 24rpx;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
display: flex;
|
display: flex;
|
||||||
flex-direction: row;
|
flex-direction: row;
|
||||||
|
|
Loading…
Reference in New Issue