This commit is contained in:
kbing1981 2024-07-03 15:40:31 +08:00
parent 54413ee587
commit 6ae425ad37
4 changed files with 15 additions and 15 deletions

View File

@ -68,8 +68,8 @@
</view> </view>
</view> </view>
<view class="ske-padding margin-top-sm header-view"> <view class="ske-padding margin-top-sm header-view">
<view class="fuwu-time"> <view class="fuwu-time" style="margin-top: 50rpx;">
<view class="fuwu-title" > <view class="fuwu-title">
<span>技师</span> <span>技师</span>
<span v-if="jishiName">{{jishiName.technicianTypeName}}</span> <span v-if="jishiName">{{jishiName.technicianTypeName}}</span>
</view> </view>
@ -1540,7 +1540,7 @@
} }
.fuwu-time-view span:nth-child(1),.liliao-bottom span:nth-child(1){ .fuwu-time-view span:nth-child(1),.liliao-bottom span:nth-child(1){
font-weight: 400; font-weight: 400;
font-size: 29rpx; font-size: 30rpx;
color: #888; color: #888;
} }
.fuwu-time-view,.liliao-top{ .fuwu-time-view,.liliao-top{
@ -1550,7 +1550,7 @@
align-items: center; align-items: center;
} }
.fuwu-title,.liliao-top span:nth-child(1){ .fuwu-title,.liliao-top span:nth-child(1){
font-size: 29rpx; font-size: 30rpx;
color: #222222; color: #222222;
} }
.fuwu-time,.liliao{ .fuwu-time,.liliao{
@ -1588,7 +1588,7 @@
} }
.header-view-text{ .header-view-text{
width: 170rpx; width: 170rpx;
font-size: 29rpx; font-size: 30rpx;
color: #222222; color: #222222;
} }
.header-view{ .header-view{

View File

@ -7,7 +7,7 @@
<view class="bgImg u-skeleton-fillet" v-if="order.ordersMassageList && order.ordersMassageList.length > 0" <view class="bgImg u-skeleton-fillet" v-if="order.ordersMassageList && order.ordersMassageList.length > 0"
style="padding: 0 29rpx;"> style="padding: 0 29rpx;">
<view class="head-top"> <view class="head-top">
<view class="pay-title" style="">服务项目</view> <view class="pay-title" style="">服务项目1111</view>
<view class="flex justify-around"> <view class="flex justify-around">
<view class="" style="width: 160upx;height: 160upx;"> <view class="" style="width: 160upx;height: 160upx;">
<image :src="order.ordersMassageList[0].massageType.massageImg" <image :src="order.ordersMassageList[0].massageType.massageImg"

View File

@ -1598,7 +1598,7 @@
border-radius: 60rpx; border-radius: 60rpx;
color: #ffffff; color: #ffffff;
line-height: 80rpx; line-height: 80rpx;
font-size: 34rpx; font-size: 36rpx;
} }
.serverAddress { .serverAddress {

View File

@ -778,14 +778,14 @@
} }
.detail-btn{ .detail-btn{
width: 90%; width: 90%;
margin: 0 auto; margin: 0 auto;
text-align: center; text-align: center;
background: linear-gradient(90deg, #019C88, #28BA92, #35C495); background: linear-gradient(90deg, #019C88, #28BA92, #35C495);
height:80rpx; height:80rpx;
border-radius: 80rpx; border-radius: 80rpx;
color: #ffffff; color: #ffffff;
line-height: 80rpx; line-height: 80rpx;
font-size: 38rpx; font-size: 36rpx;
} }
.header-top image{ .header-top image{
width: 706.25rpx; width: 706.25rpx;