This commit is contained in:
kbing1981 2024-09-03 16:26:00 +08:00
parent 5a38993873
commit debd127c3a
2 changed files with 8 additions and 9 deletions

View File

@ -5,7 +5,7 @@
<view class="head-top"> <view class="head-top">
<view class="pay-title">服务项目</view> <view class="pay-title">服务项目</view>
<view class="flex"> <view class="flex">
<view> <view class="" style="width: 160upx;height: 160upx;">
<image :src="orderXm.massageImg" class="detail-view-img"></image> <image :src="orderXm.massageImg" class="detail-view-img"></image>
</view> </view>
<view class="u-flex-1 margin-left-sm"> <view class="u-flex-1 margin-left-sm">
@ -13,12 +13,13 @@
<view class="margin-right-xs u-skeleton-fillet head-title"> <view class="margin-right-xs u-skeleton-fillet head-title">
{{orderXm.title}} {{orderXm.title}}
</view> </view>
<image style="width:100rpx; height:38rpx;" :src="orderXm.level=='3'?'../../static/vip/grade1.gif':orderXm.level=='4'?'../../static/vip/grade2.gif':'../../static/vip/grade3.gif'" mode=""></image>
</view> </view>
<view class="flex align-center"> <view class="flex align-center">
<view style="width: 100%;"> <view style="width: 100%;">
<view class="flex justify-between"> <view class="flex justify-between">
<view style="justify-content: space-between; padding-top:6rpx;"> <view style="justify-content: space-between;">
<text class="title-font-time">时长</text><text class="title-font-time">{{orderXm.duration}}分钟</text> <text class="title-font">时长</text><text class="value-font">{{orderXm.duration}}分钟</text>
</view> </view>
</view> </view>
<view class="money-pay"> <view class="money-pay">
@ -1457,8 +1458,6 @@
justify-content: space-between; justify-content: space-between;
} }
.head-top{ .head-top{
width: 95%;
margin: 0 auto;
background-color: #ffffff; background-color: #ffffff;
border-radius: 24rpx; border-radius: 24rpx;
padding: 29rpx; padding: 29rpx;
@ -2109,7 +2108,7 @@
} }
.head-title{ .head-title{
font-weight: bold; font-weight: bold;
font-size:30rpx; font-size: 32rpx;
color: #333333; color: #333333;
} }
.head-title-right{ .head-title-right{
@ -2120,8 +2119,8 @@
font-weight: bold; font-weight: bold;
} }
.title-font{ .title-font{
font-size:30rpx; font-size: 30rpx;
color: #333333; color: #666666;
} }
.value-font{ .value-font{
font-size: 30rpx; font-size: 30rpx;

View File

@ -2282,7 +2282,7 @@
margin:20rpx; margin:20rpx;
} }
.header-padd{ .header-padd{
padding: 36rpx; padding:30rpx;
} }
.heaer-height{ .heaer-height{
height: 80rpx; height: 80rpx;