This commit is contained in:
kbing1981 2024-07-03 16:38:24 +08:00
parent 8f6b41e777
commit 3b3353b99e
4 changed files with 28 additions and 25 deletions

View File

@ -2198,9 +2198,9 @@
text-align:right;
}
.level_button{
padding: 2rpx 13rpx;
background: linear-gradient(to right, #fe9130, #ff9869);
border-radius: 5rpx 16rpx 5rpx 16rpx;
padding: 3rpx 13rpx;
background: linear-gradient(to right, #fe9131, #ff9869);
border-radius: 16rpx 16rpx 16rpx 1rpx ;
color: #fff;
font-size: 12px;

View File

@ -3,15 +3,15 @@
<view class="padding-bottom u-skeleton">
<view class="bgImg u-skeleton-fillet" style="padding: 0 29rpx;">
<view class="head-top">
<view class="pay-title" style="">服务项目</view>
<view class="pay-title">服务项目11111111</view>
<view class="flex justify-around">
<view class="" style="width: 160upx;height: 160upx;">
<image :src="orderXm.ordersMassageList[0].massageType.massageImg"
style="width: 100%;height: 100%;border-radius: 19upx;"></image>
</view>
<view class="u-flex-1 margin-left-sm">
<view class="flex head-title-right">
<view class="margin-right-xs text-df u-skeleton-fillet head-title">
<view class="flex head-title-right justify-between">
<view class="margin-right-xs u-skeleton-fillet head-title">
{{orderXm.ordersMassageList[0].massageType.title}}
</view>
<view class="zhuangtai">
@ -1400,9 +1400,9 @@
}
.pay-title{
font-weight: bold;
font-size: 28rpx;
font-size: 30rpx;
color: #333333;
margin-bottom: 5px;
margin-bottom: 8px;
}
.view-more{
display:inline-block;
@ -1855,12 +1855,6 @@
width: 100%;
background-color: #f7f7f7;
}
.pay-title{
font-weight: bold;
font-size: 28rpx;
color: #333333;
margin-bottom: 5px;
}
page {
background: #f7f7f7;
}
@ -2039,4 +2033,10 @@
justify-content: space-between;
align-items: center;
}
.head-title{
font-size: 30rpx;
}
.zhuangtai{
color: #029D88;
}
</style>

View File

@ -11,7 +11,7 @@
</view>
<view class="head-bottom margin-left-sm">
<view class="flex head-title-right">
<view class="margin-right-xs text-df u-skeleton-fillet head-title">
<view class="margin-right-xs u-skeleton-fillet head-title">
{{orderXm.title}}
</view>
@ -1819,9 +1819,9 @@
}
.pay-title{
font-weight: bold;
font-size: 28rpx;
font-size: 30rpx;
color: #333333;
margin-bottom: 5px;
margin-bottom: 8px;
}
page {
background: #f7f7f7;
@ -2001,4 +2001,7 @@
justify-content: space-between;
align-items: center;
}
.head-title{
font-size: 30rpx;
}
</style>

View File

@ -1317,9 +1317,9 @@
.pay-title{
font-weight: bold;
font-size: 38rpx;
font-size: 32rpx;
color: #333333;
margin-bottom: 5px;
margin-bottom: 8px;
}
.header-bottom-money-zhen span{
color: #F95900 ;
@ -1857,12 +1857,6 @@
width: 100%;
background-color: #f7f7f7;
}
.pay-title{
font-weight: bold;
font-size: 28rpx;
color: #333333;
margin-bottom: 5px;
}
page {
background: #f7f7f7;
}
@ -2040,4 +2034,10 @@
justify-content: space-between;
align-items: center;
}
.head-title{
font-size: 30rpx;
}
.zhuangtai{
color: #029D88;
}
</style>