This commit is contained in:
kbing1981 2024-07-04 22:10:38 +08:00
parent a152d55ac3
commit 40dc0762a2
2 changed files with 6 additions and 8 deletions

View File

@ -169,7 +169,7 @@
<view class="jusitify-line-end"></view>
<view class="justify-title-nav">
<view class="add-con-title">出行费用</view>
<view class="justify-title">出行费用</view>
<view class="justify-title-nav-bor"></view>
</view>
<view class="flex justify-between add-lin" v-if="order.tripWay" >
@ -193,7 +193,7 @@
</view>
<view class="flex justify-between add-lin">
<view class="add-con-title">优惠券</view>
<view class="add-con-cont" style="color: #F93731;font-size: 26rpx;" v-if="order.couponMoney">-{{order.couponMoney}}</view>
<view class="add-con-cont" style="color: #F93731;font-size: 30rpx;font-weight: bold;" v-if="order.couponMoney">-{{order.couponMoney}}</view>
<view class="" v-else>-</view>
</view>
<view class="jusitify-line-end"></view>
@ -217,8 +217,8 @@
<view class="" v-else>-</view>
</view>
<view class="flex justify-between add-lin" >
<view class="add-con-title">合计</view>
<view class="add-con-cont" style="color: #333;">
<view class="fei-view-list-z">合计</view>
<view class="add-con-cont" style="color: #FF3939;font-size: 32rpx;">
<text style="font-size: 35rpx;font-weight: bold;">
{{order.payMoney}}
</text>

View File

@ -10,7 +10,7 @@
<view class="bgimg">
<view class="bgimg-top">
<view class="bgimg-top-tou">
<u-avatar :src="avatar" size="106"></u-avatar>
<u-avatar :src="avatar" size="120"></u-avatar>
</view>
<view class="bgimg-top-view">
<view class="bgimg-top-money">
@ -51,7 +51,7 @@
<view class="flex align-center justify-between" style="height: 100upx;padding: 20upx 0;"
v-for="(item,index) in openLists" :key='index'>
<view class="flex align-center">
<image :src="item.image" style="width: 50upx;height: 50upx;border-radius: 50upx;"></image>
<image :src="item.image" style="width: 50upx;height: 50upx;border-radius: 50upx; "></image>
<view style="font-size: 30upx;margin-left: 20upx;">{{item.text}}
</view>
</view>
@ -1340,8 +1340,6 @@
.bgimg-top-tou{
margin-left: 10px;
margin-top: 2px;
border:2px solid #fff;
border-radius: 50%;
}
.align-line{
border: solid 1px #000000;