This commit is contained in:
kbing1981 2024-07-18 11:28:49 +08:00
parent 03be2bc145
commit 74e6de2c10
3 changed files with 21 additions and 16 deletions

View File

@ -56,7 +56,7 @@
<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>
<view style="color: #019c88;margin: 7px 0px;">服务时长:{{item.duration}}分钟</view> <view class="xiangmu-cont-top-left">服务时长:{{item.duration}}分钟</view>
<view class="tese"> <view class="tese">
<span>项目特色: </span> <span>项目特色: </span>
<span>{{item.jianjie}}</span> <span>{{item.jianjie}}</span>
@ -1318,7 +1318,7 @@
align-items: flex-end; align-items: flex-end;
} }
.detail-view-mina{ .detail-view-mina{
width: 74%; width: 73%;
display: flex; display: flex;
flex-direction: column; flex-direction: column;
justify-content: space-around; justify-content: space-around;
@ -1394,6 +1394,13 @@
align-items: baseline; align-items: baseline;
justify-content: space-between; justify-content: space-between;
} }
.xiangmu-cont-top-left{
font-weight: normal;
font-size: 24rpx;
color: #049E89;
margin: 5rpx 0;
}
.detail-foot-nav-bor{ .detail-foot-nav-bor{
width: 64px; width: 64px;
height: 11rpx; height: 11rpx;

View File

@ -38,10 +38,9 @@
</view> </view>
<view class="margin-top-xl pay-ding"> <view class="margin-top-xl pay-ding">
<view class="list-pay"> <view class="list-pay">
<view class="flex justify-between" style="margin-top: 19rpx;"> <view class="flex justify-between">
<view style="color: #999;font-size: 26rpx;">订单编号</view> <view>订单编号</view>
<view class="flex align-center" @tap="copy(order.ordersNo)" <view class="flex align-center" @tap="copy(order.ordersNo)">
style="color: #333;font-size: 26rpx;">
<view class="">{{order.ordersNo}}</view> <view class="">{{order.ordersNo}}</view>
<u-icon name="file-text" style="color: #096f4b;margin-left: 10rpx;"></u-icon> <u-icon name="file-text" style="color: #096f4b;margin-left: 10rpx;"></u-icon>
</view> </view>
@ -1616,7 +1615,7 @@
.popup_pay { .popup_pay {
width: 100%; width: 100%;
position: relative; position: relative;
padding-bottom: 45rpx; padding-bottom: 35rpx;
/* height: 160px; */ /* height: 160px; */
/* #ifndef MP-WEIXIN */ /* #ifndef MP-WEIXIN */
/* height: 130px; */ /* height: 130px; */
@ -1629,11 +1628,12 @@
margin: 0 auto; margin: 0 auto;
text-align: center; text-align: center;
background: linear-gradient(90deg, #019C88, #28BA92, #35C495); background: linear-gradient(90deg, #019C88, #28BA92, #35C495);
height: 80rpx; height: 40px;
border-radius: 60rpx; border-radius: 28px;
color: #ffffff; color: #ffffff;
line-height: 80rpx; line-height: 40px;
font-size: 36rpx; margin-top: 4px;
font-size: 34rpx;
} }
.serverAddress { .serverAddress {

View File

@ -222,9 +222,8 @@
} }
.xiangmu-cont-top-left{ .xiangmu-cont-top-left{
font-weight: normal; font-weight: normal;
font-size: 21rpx; font-size: 24rpx;
color: #049E89; color: #049E89;
margin-top: 1px;
} }
.xiangmu-cont-top-time{ .xiangmu-cont-top-time{
width: 100%; width: 100%;
@ -232,10 +231,9 @@
flex-direction: row; flex-direction: row;
align-items: center; align-items: center;
justify-content: space-between; justify-content: space-between;
margin-bottom: 5px;
} }
.detail-view-mina{ .detail-view-mina{
width: 70%; width: 73%;
display: flex; display: flex;
flex-direction: column; flex-direction: column;
justify-content: space-around; justify-content: space-around;
@ -556,7 +554,7 @@
font-size: 25rpx; font-size: 25rpx;
} }
.header-bottom-money-zhen span:nth-child(2){ .header-bottom-money-zhen span:nth-child(2){
font-size:45.81rpx; font-size:35rpx;
font-weight: bold; font-weight: bold;
} }
.header-bottom-money-zhen span:nth-child(3){ .header-bottom-money-zhen span:nth-child(3){