This commit is contained in:
parent
6671923915
commit
6cee0d1069
|
@ -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">服务项目</view>
|
||||
<view class="flex justify-around">
|
||||
<view class="" style="width: 160upx;height: 160upx;">
|
||||
<image :src="order.ordersMassageList[0].massageType?order.ordersMassageList[0].massageType.massageImg:order.ordersMassageList[0].userPackageDetail.massageImg"
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
<view class="padding-bottom u-skeleton">
|
||||
<view class="bgImg u-skeleton-fillet" style="padding: 0 29rpx;">
|
||||
<view class="head-top">
|
||||
<view class="pay-title">服务项目333</view>
|
||||
<view class="pay-title">服务项目</view>
|
||||
<view class="flex">
|
||||
<view class="" style="width: 160upx;height: 160upx;">
|
||||
<image :src="orderXm.massageImg"
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
<view class="padding-bottom u-skeleton">
|
||||
<view class="bgImg u-skeleton-fillet" style="padding: 0 29rpx;">
|
||||
<view class="head-top">
|
||||
<view class="pay-title">服务项目2222</view>
|
||||
<view class="pay-title">服务项目</view>
|
||||
<view class="flex">
|
||||
<view class="" style="width: 160upx;height: 160upx;">
|
||||
<image :src="orderXm.massageImg"
|
||||
|
|
|
@ -2236,9 +2236,9 @@
|
|||
margin-top: 30rpx;
|
||||
}
|
||||
.level_button{
|
||||
background: #019C88;
|
||||
border-radius: 20rpx 8rpx 20rpx 8rpx;
|
||||
padding: 10rpx 20rpx;
|
||||
padding: 3rpx 13rpx;
|
||||
background: linear-gradient(to right, #fe9131, #ff9869);
|
||||
border-radius: 16rpx 16rpx 16rpx 1rpx ;
|
||||
color: #fff;
|
||||
font-size: 12px;
|
||||
}
|
||||
|
|
|
@ -39,7 +39,7 @@
|
|||
</view>
|
||||
<view class="header-bottom-foot">
|
||||
<view class="header-bottom-foot-cont">
|
||||
<view class="header-fubz">保障</view>
|
||||
<!--<view class="header-fubz">保障</view>-->
|
||||
<view class="header-bottom-foot-view">
|
||||
<image class="header-bottom-foot-view-img1" src="../../static/servicePackage/idCard.png" mode=""></image>
|
||||
<span>未服务全额退款</span>
|
||||
|
@ -960,14 +960,14 @@
|
|||
padding: 30rpx;
|
||||
}
|
||||
.header-bottom-title-liao{
|
||||
padding: 4px 9px;
|
||||
padding: 3px 8px;
|
||||
height: 16px;
|
||||
line-height: 16px;
|
||||
text-align: center;
|
||||
background: linear-gradient(-90deg, #FF6F48, #FF9E69);
|
||||
border-radius: 7px;
|
||||
margin-left: 5px;
|
||||
font-size: 11px;
|
||||
font-size: 10px;
|
||||
border-top-left-radius: 20px;
|
||||
border-bottom-right-radius: 20px;
|
||||
color: #fff;
|
||||
|
@ -1152,11 +1152,12 @@
|
|||
margin-right: 1px;
|
||||
}
|
||||
.header-bottom-foot-view{
|
||||
width: 35%;
|
||||
display: flex;
|
||||
flex-direction: row;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
padding: 1px 8px;
|
||||
padding: 1px 12px;
|
||||
height: 22px;
|
||||
line-height: 22px;
|
||||
background-color: rgba(230, 246, 243, 1);
|
||||
|
|
Loading…
Reference in New Issue