This commit is contained in:
parent
03be2bc145
commit
74e6de2c10
|
@ -56,7 +56,7 @@
|
|||
<span style="margin-left:5px;color: #999;text-decoration: line-through;">¥{{item.oldPrice}}</span>
|
||||
</view>
|
||||
</view>
|
||||
<view style="color: #019c88;margin: 7px 0px;">服务时长:{{item.duration}}分钟</view>
|
||||
<view class="xiangmu-cont-top-left">服务时长:{{item.duration}}分钟</view>
|
||||
<view class="tese">
|
||||
<span>项目特色: </span>
|
||||
<span>{{item.jianjie}}</span>
|
||||
|
@ -1318,7 +1318,7 @@
|
|||
align-items: flex-end;
|
||||
}
|
||||
.detail-view-mina{
|
||||
width: 74%;
|
||||
width: 73%;
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
justify-content: space-around;
|
||||
|
@ -1394,6 +1394,13 @@
|
|||
align-items: baseline;
|
||||
justify-content: space-between;
|
||||
}
|
||||
.xiangmu-cont-top-left{
|
||||
font-weight: normal;
|
||||
font-size: 24rpx;
|
||||
color: #049E89;
|
||||
margin: 5rpx 0;
|
||||
|
||||
}
|
||||
.detail-foot-nav-bor{
|
||||
width: 64px;
|
||||
height: 11rpx;
|
||||
|
|
|
@ -38,10 +38,9 @@
|
|||
</view>
|
||||
<view class="margin-top-xl pay-ding">
|
||||
<view class="list-pay">
|
||||
<view class="flex justify-between" style="margin-top: 19rpx;">
|
||||
<view style="color: #999;font-size: 26rpx;">订单编号</view>
|
||||
<view class="flex align-center" @tap="copy(order.ordersNo)"
|
||||
style="color: #333;font-size: 26rpx;">
|
||||
<view class="flex justify-between">
|
||||
<view>订单编号</view>
|
||||
<view class="flex align-center" @tap="copy(order.ordersNo)">
|
||||
<view class="">{{order.ordersNo}}</view>
|
||||
<u-icon name="file-text" style="color: #096f4b;margin-left: 10rpx;"></u-icon>
|
||||
</view>
|
||||
|
@ -1616,7 +1615,7 @@
|
|||
.popup_pay {
|
||||
width: 100%;
|
||||
position: relative;
|
||||
padding-bottom: 45rpx;
|
||||
padding-bottom: 35rpx;
|
||||
/* height: 160px; */
|
||||
/* #ifndef MP-WEIXIN */
|
||||
/* height: 130px; */
|
||||
|
@ -1629,11 +1628,12 @@
|
|||
margin: 0 auto;
|
||||
text-align: center;
|
||||
background: linear-gradient(90deg, #019C88, #28BA92, #35C495);
|
||||
height: 80rpx;
|
||||
border-radius: 60rpx;
|
||||
height: 40px;
|
||||
border-radius: 28px;
|
||||
color: #ffffff;
|
||||
line-height: 80rpx;
|
||||
font-size: 36rpx;
|
||||
line-height: 40px;
|
||||
margin-top: 4px;
|
||||
font-size: 34rpx;
|
||||
}
|
||||
|
||||
.serverAddress {
|
||||
|
|
|
@ -222,9 +222,8 @@
|
|||
}
|
||||
.xiangmu-cont-top-left{
|
||||
font-weight: normal;
|
||||
font-size: 21rpx;
|
||||
font-size: 24rpx;
|
||||
color: #049E89;
|
||||
margin-top: 1px;
|
||||
}
|
||||
.xiangmu-cont-top-time{
|
||||
width: 100%;
|
||||
|
@ -232,10 +231,9 @@
|
|||
flex-direction: row;
|
||||
align-items: center;
|
||||
justify-content: space-between;
|
||||
margin-bottom: 5px;
|
||||
}
|
||||
.detail-view-mina{
|
||||
width: 70%;
|
||||
width: 73%;
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
justify-content: space-around;
|
||||
|
@ -556,7 +554,7 @@
|
|||
font-size: 25rpx;
|
||||
}
|
||||
.header-bottom-money-zhen span:nth-child(2){
|
||||
font-size:45.81rpx;
|
||||
font-size:35rpx;
|
||||
font-weight: bold;
|
||||
}
|
||||
.header-bottom-money-zhen span:nth-child(3){
|
||||
|
|
Loading…
Reference in New Issue