This commit is contained in:
kbing1981 2024-06-29 10:23:28 +08:00
parent 91fec310e1
commit a16b84f785
3 changed files with 15 additions and 28 deletions

View File

@ -1364,7 +1364,6 @@
border-radius: 24rpx;
padding: 29rpx;
}
.pay-title{
font-weight: bold;
font-size: 28rpx;

View File

@ -44,18 +44,16 @@
<view class="detail-foot-list-top">
<span style="margin-right: 5px;">{{item.title}}</span>
<span style="display: none;">详情</span>
<span>服务时长:{{item.duration}}分钟</span>
</view>
<view class="header-bottom-money" style="margin: 7px 0px;">
<view class="header-bottom-money-zhen">
<span></span>
<span>{{item.price}}</span>
<span>/元套</span>
<span style="font-size: 38rpx;font-weight: bold">{{item.price}}</span>
<span>/</span>
<span class="header-bottom-money-jia" style="margin-left: 20px; color: #666;">{{item.oldPrice}}</span>
<span style="color: #019c88;">服务时长:{{item.duration}}分钟</span>
</view>
<view class="header-bottom-money-jia" style="margin-left: 20px;">
{{item.oldPrice}}
</view>
</view>
<view class="tese">
<span>项目特色: </span>
<span>{{item.jianjie}}</span>
@ -1287,15 +1285,14 @@
margin-bottom: 5px;
}
.header-bottom-money-zhen span{
color: #F95900 !important;
font-weight: bold !important;
font-size: 22rpx !important;
}
color: #F95900 ;
}
.header-bottom-money-zhen{
display: flex;
flex-direction: row;
align-items: baseline;
}
justify-content: space-between;
}
.detail-foot-nav-bor{
width: 64px;
height: 11rpx;
@ -1342,7 +1339,7 @@
width: 95%;
border-radius: 21rpx;
position: relative;
margin: 10px 0px 5px 0px;
margin: 6px 0px 5px 0px;
padding: 15px;
display: flex;
flex-direction: column;
@ -1404,16 +1401,6 @@
justify-content: center;
align-items: center;
}
.header-bottom-money-zhen span{
color: #F95900 !important;
font-weight: bold !important;
font-size: 22rpx !important;
}
.header-bottom-money-zhen{
display: flex;
flex-direction: row;
align-items: baseline;
}
/deep/uni-checkbox .uni-checkbox-input{
width: 26px;
height: 26px;

View File

@ -65,17 +65,18 @@
<view class="detail-foot-list-top">
<span style="margin-right: 5px;">{{item.title}}</span>
<span style="display: none;">详情</span>
<span>服务时长:{{item.duration}}分钟</span>
</view>
<view class="header-bottom-money" style="margin: 7px 0px;">
<view class="header-bottom-money" style="margin: 7px 0px; justify-content: space-between ">
<view class="header-bottom-money-zhen">
<span></span>
<span>{{item.price}}</span>
<span>/</span>
<span>/</span>
</view>
<view class="header-bottom-money-jia" style="margin-left: 20px;">
<view class="header-bottom-money-jia" style="margin-left: 20px; ">
{{item.oldPrice}}
</view>
<view style="color: #019c88;">服务时长:{{item.duration}}分钟</view>
</view>
<view class="tese">
<span>项目特色: </span>
@ -849,7 +850,7 @@
width: 95%;
border-radius: 21rpx;
position: relative;
margin: 10px 0px 5px 0px;
margin: 6px 0px 5px 0px;
padding: 15px;
display: flex;
flex-direction: column;