Commit b62b1b0c by zhangzhen

细节优化

parent ca17c19c
......@@ -48,7 +48,7 @@
</view>
</view>
<view class="banner2">
<image :src="assetsPath +'/banner2.png'" mode="widthFix"></image>
<image :src="assetsPath +'/banner3.png'" mode="widthFix"></image>
</view>
<view class="flex-col list-box">
<!-- <view class="title titleStyle">
......@@ -825,7 +825,6 @@
image {
width: 38px;
height: 38px;
border-radius: 50%;
margin: 0 15upx;
}
}
......
......@@ -225,8 +225,8 @@
<text class="text-black text-left">优惠金额</text>
<view class="flex-row">
<!-- <text class="text-pink text-sm text-bold" style="margin-bottom: 3upx;">{{computePriceInfo.couponFee>0?'-':''}}</text> -->
<text class="text-pink"></text>
<text class="text-pink text-lg text-bold">{{computePriceInfo.couponFee||0}}</text>
<text></text>
</view>
</view>
</view>
......@@ -234,7 +234,7 @@
<view class="flex-row">
<text class="text-title">优惠价</text>
<view class="flex-row margin-left">
<text class=""></text>
<text class="text-pink"></text>
<text class="text-xxl text-bold amount">{{Number(computePriceInfo.payFee).toFixed(2)}}</text>
</view>
</view>
......@@ -316,14 +316,15 @@
</view>
<view class="info flex-row-center">
<text class="">房间:</text>
<text class="text-pink margin-left text-lg ">{{roomInfo.name}} {{roomTypeEnum[roomInfo.roomType]}}</text>
<text class="text-black text-bold text-lg">房间:</text>
<text class="text-pink margin-left text-lg ">{{roomInfo.name}} {{roomTypeEnum[roomInfo.roomType]}}</text>
</view>
<view class="info flex-row-center">
<text class="">金额:</text>
<text class="text-pink text-xxl margin-left">{{Number(computePriceInfo.payFee).toFixed(2)}}</text>
<text class="margin-left-sm"></text>
<text class="text-black text-bold text-lg">金额:</text>
<text class="margin-left text-pink text-lg"></text>
<text class="text-pink text-xl ">{{Number(computePriceInfo.payFee).toFixed(2)}}</text>
</view>
</view>
<view class="footer-btn-box">
......@@ -2334,8 +2335,8 @@
padding: 12upx 30upx;
font-size: 20upx;
text{
font-weight: 600;
font-size: 32rpx;
// font-weight: 600;
// font-size: 32rpx;
// color: #333333;
}
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment