This commit is contained in:
parent
54413ee587
commit
6ae425ad37
|
@ -68,8 +68,8 @@
|
|||
</view>
|
||||
</view>
|
||||
<view class="ske-padding margin-top-sm header-view">
|
||||
<view class="fuwu-time">
|
||||
<view class="fuwu-title" >
|
||||
<view class="fuwu-time" style="margin-top: 50rpx;">
|
||||
<view class="fuwu-title">
|
||||
<span>技师</span>
|
||||
<span v-if="jishiName">{{jishiName.technicianTypeName}}</span>
|
||||
</view>
|
||||
|
@ -1540,7 +1540,7 @@
|
|||
}
|
||||
.fuwu-time-view span:nth-child(1),.liliao-bottom span:nth-child(1){
|
||||
font-weight: 400;
|
||||
font-size: 29rpx;
|
||||
font-size: 30rpx;
|
||||
color: #888;
|
||||
}
|
||||
.fuwu-time-view,.liliao-top{
|
||||
|
@ -1550,7 +1550,7 @@
|
|||
align-items: center;
|
||||
}
|
||||
.fuwu-title,.liliao-top span:nth-child(1){
|
||||
font-size: 29rpx;
|
||||
font-size: 30rpx;
|
||||
color: #222222;
|
||||
}
|
||||
.fuwu-time,.liliao{
|
||||
|
@ -1588,7 +1588,7 @@
|
|||
}
|
||||
.header-view-text{
|
||||
width: 170rpx;
|
||||
font-size: 29rpx;
|
||||
font-size: 30rpx;
|
||||
color: #222222;
|
||||
}
|
||||
.header-view{
|
||||
|
|
|
@ -7,7 +7,7 @@
|
|||
<view class="bgImg u-skeleton-fillet" v-if="order.ordersMassageList && order.ordersMassageList.length > 0"
|
||||
style="padding: 0 29rpx;">
|
||||
<view class="head-top">
|
||||
<view class="pay-title" style="">服务项目</view>
|
||||
<view class="pay-title" style="">服务项目1111</view>
|
||||
<view class="flex justify-around">
|
||||
<view class="" style="width: 160upx;height: 160upx;">
|
||||
<image :src="order.ordersMassageList[0].massageType.massageImg"
|
||||
|
|
|
@ -1598,7 +1598,7 @@
|
|||
border-radius: 60rpx;
|
||||
color: #ffffff;
|
||||
line-height: 80rpx;
|
||||
font-size: 34rpx;
|
||||
font-size: 36rpx;
|
||||
}
|
||||
|
||||
.serverAddress {
|
||||
|
|
|
@ -778,14 +778,14 @@
|
|||
}
|
||||
.detail-btn{
|
||||
width: 90%;
|
||||
margin: 0 auto;
|
||||
text-align: center;
|
||||
background: linear-gradient(90deg, #019C88, #28BA92, #35C495);
|
||||
height:80rpx;
|
||||
border-radius: 80rpx;
|
||||
color: #ffffff;
|
||||
line-height: 80rpx;
|
||||
font-size: 38rpx;
|
||||
margin: 0 auto;
|
||||
text-align: center;
|
||||
background: linear-gradient(90deg, #019C88, #28BA92, #35C495);
|
||||
height:80rpx;
|
||||
border-radius: 80rpx;
|
||||
color: #ffffff;
|
||||
line-height: 80rpx;
|
||||
font-size: 36rpx;
|
||||
}
|
||||
.header-top image{
|
||||
width: 706.25rpx;
|
||||
|
|
Loading…
Reference in New Issue