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