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