This commit is contained in:
kbing1981 2024-07-03 22:22:32 +08:00
parent c58f3ee0f9
commit 53e5be9ac0
1 changed files with 9 additions and 15 deletions

View File

@ -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" style="">服务疗程</view>
<view class="pay-title">服务疗程</view>
<view class="flex">
<view class="" style="width: 160upx;height: 160upx;">
<image :src="orderXm.packageImg"
@ -21,7 +21,7 @@
<view class="money-pay">
<view class="money-pay-zhen">
<span></span>
<span>{{orderXm.price}}/{{orderXm.serviceCount}}</span>
<span style="font-size: 36rpx;">{{orderXm.price}}/{{orderXm.serviceCount}}</span>
</view>
<view>
<uni-number-box :width='27' :min="1" @change="changeValue" />
@ -43,7 +43,7 @@
</view>
<view class="detail-foot-mian">
<view class="detail-foot-list" v-for="(item,index) in detailData" :key="index" @click="detail(item)">
<view class="detail-foot-list-top">
<view class="pay-title">
<span style="margin-right: 5px;">{{item.title}}</span>
<span style="display: none;">详情</span>
</view>
@ -53,7 +53,7 @@
<view class="header-bottom-money" style="justify-content: space-between ">
<view class="header-bottom-money-zhen">
<span></span>
<span>{{item.packagePrice}}</span>
<span style="font-size: 36rpx; font-weight: bold;">{{item.packagePrice}}</span>
<span style="margin-left:5px;color: #999;text-decoration: line-through;">{{item.oldPrice}}</span>
</view>
</view>
@ -82,7 +82,7 @@
<span>-{{couponDataList}}</span>
</view>
<span v-else >选择优惠劵</span>
<image class="fuwu-img" src="../../static/images/my/jiantou.png" mode=""></image>
<!---<image class="fuwu-img" src="../../static/images/my/jiantou.png" mode=""></image>-->
</view>
</view>
</view>
@ -1254,7 +1254,7 @@
align-items: flex-end;
}
.detail-view-mina{
width: 68%;
width: 74%;
display: flex;
flex-direction: column;
justify-content: space-around;
@ -1291,7 +1291,7 @@
font-size: 25rpx;
}
.money-pay-zhen span:nth-child(2){
font-size: 31.25rpx;
font-size: 36rpx;
font-weight: bold;
}
.money-pay-zhen{
@ -1315,9 +1315,9 @@
.pay-title{
font-weight: bold;
font-size: 38rpx;
font-size: 31rpx;
color: #333333;
margin-bottom: 5px;
margin-bottom: 8px;
}
.header-bottom-money-zhen span{
color: #F95900 ;
@ -1854,12 +1854,6 @@
width: 100%;
background-color: #f7f7f7;
}
.pay-title{
font-weight: bold;
font-size: 28rpx;
color: #333333;
margin-bottom: 5px;
}
page {
background: #f7f7f7;
}