This commit is contained in:
kbing1981 2024-06-29 17:15:30 +08:00
parent 4211b2d824
commit 4c4b85bda4
3 changed files with 26 additions and 9 deletions

View File

@ -21,7 +21,7 @@
</view>
<view class="header-bottom-money-view">
<view class="header-bottom-money">
<view class="header-bottom-money1">
<view class="header-bottom-money-zhen">
<span></span>
<span>{{mainData.price}}</span>
@ -1218,7 +1218,7 @@
width: 100%;
display: flex;
flex-direction: row;
align-items: center;
align-items: baseline;
margin-top: 5rpx;
}
.header-bottom-title-num span{

View File

@ -21,14 +21,14 @@
</view>
<view class="header-bottom-money-view">
<view class="header-bottom-money">
<view class="header-bottom-money1">
<view class="header-bottom-money-zhen">
<span></span>
<span>{{mainData.price}}</span>
<span>/元套</span>
<span>/疗程</span>
</view>
<view class="header-bottom-money-jia">
{{mainData.oldPrice}}
{{mainData.oldPrice}}/
</view>
</view>
</view>
@ -1185,7 +1185,6 @@
.header-bottom-money-jia{
font-size: 28rpx;
color: #848484;
line-height: 37rpx;
margin-left: 5px;
}
.header-bottom-money-zhen span{
@ -1215,7 +1214,7 @@
margin-top:5px;
}
.header-bottom-money{
padding: 5px 15px;
padding: 5px 0;
width: 100%;
display: flex;
flex-direction: row;
@ -1223,6 +1222,15 @@
justify-content: space-between;
margin-top: 5rpx;
}
.header-bottom-money1{
padding: 5px 0;
width: 100%;
display: flex;
flex-direction: row;
align-items: center;
margin-top: 5rpx;
align-items: baseline;
}
.header-bottom-title-num span{
font-size: 25rpx;
}

View File

@ -21,7 +21,7 @@
</view>
<view class="header-bottom-money-view">
<view class="header-bottom-money">
<view class="header-bottom-money1">
<view class="header-bottom-money-zhen">
<span></span>
<span>{{getList.price}}</span>
@ -521,7 +521,7 @@
line-height: 37rpx;
margin-left: 5px;
}
.header-bottom-money-zhen span{
.header-bottom-money-zhen span{
color: #F95900;
}
.header-bottom-money-zhen span:nth-child(1){
@ -554,6 +554,15 @@
flex-direction: row;
align-items: center;
margin-top: 5rpx;
justify-content: space-between;
}
.header-bottom-money1{
padding: 5px 0;
width: 100%;
display: flex;
flex-direction: row;
align-items: center;
margin-top: 5rpx;
}
.header-bottom-title-num span{
font-size: 30rpx;