This commit is contained in:
kbing1981 2024-06-27 21:03:35 +08:00
parent f8ca2302ad
commit 363a01f341
1 changed files with 12 additions and 10 deletions

View File

@ -11,7 +11,7 @@
</view> </view>
<view class="head-bottom margin-left-sm"> <view class="head-bottom margin-left-sm">
<view class="flex head-title-right"> <view class="flex head-title-right">
<view class="margin-right-xs text-df u-skeleton-fillet head-title"> <view class="margin-right-xs u-skeleton-fillet head-title">
{{orderXm.title}} {{orderXm.title}}
</view> </view>
@ -76,7 +76,7 @@
<view v-if="couponDataList" class="" style="margin-right: 5px;"> <view v-if="couponDataList" class="" style="margin-right: 5px;">
<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>
@ -1277,11 +1277,12 @@
background-color: #ffffff; background-color: #ffffff;
border-radius: 24rpx; border-radius: 24rpx;
padding: 29rpx; padding: 29rpx;
margin-top: 10px;
} }
.pay-title{ .pay-title{
font-weight: bold; font-weight: bold;
font-size: 28rpx; font-size: 38rpx;
color: #333333; color: #333333;
margin-bottom: 5px; margin-bottom: 5px;
} }
@ -1313,6 +1314,7 @@
display: flex; display: flex;
flex-direction: column; flex-direction: column;
position: relative; position: relative;
margin: 8px auto;
} }
.detail-foot-title{ .detail-foot-title{
width: 115px; width: 115px;
@ -1321,7 +1323,7 @@
background-repeat: no-repeat; background-repeat: no-repeat;
background-size: 100% 100%; background-size: 100% 100%;
font-weight: 400; font-weight: 400;
font-size: 12px; font-size: 13px;
color: #FFFFFF; color: #FFFFFF;
text-align: right; text-align: right;
line-height: 32px; line-height: 32px;
@ -1391,8 +1393,8 @@
} }
.detail-foot-list-top span:nth-child(3){ .detail-foot-list-top span:nth-child(3){
font-weight: 400; font-weight: 400;
font-size: 22rpx; font-size: 28rpx;
color: #777777; color: #029d88;
} }
.detail-foot-mian{ .detail-foot-mian{
@ -2002,12 +2004,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:68rpx; height:80rpx;
border-radius: 60rpx; border-radius: 80rpx;
color: #ffffff; color: #ffffff;
line-height: 68rpx; line-height: 80rpx;
font-size: 32rpx;
} }
.serverAddress { .serverAddress {
display: flex; display: flex;
justify-content: space-between; justify-content: space-between;