ソースを参照

Merge branch 'master' of http://git.ringzle.com:3000/htcwl/hotelHomestayWx

2912631854@qq.com 10 ヶ月 前
コミット
59451dbcab
1 ファイル変更9 行追加4 行削除
  1. 9 4
      pages/house/orderInfo.vue

+ 9 - 4
pages/house/orderInfo.vue

@@ -22,7 +22,7 @@
 				</view>
 				<!-- 入住人数 -->
 				<view class="house-person">
-					<text style="font-size: 30rpx; color: #777;">入住人</text>
+					<text style="font-size: 30rpx; color: #777;">入住人数量</text>
 					<view class="right">
 						<text
 							style="font-size: 30rpx;font-weight: bold; color: #111; ">{{orderInfo.detailFormList[0].checkInPersonList.length}}人
@@ -439,7 +439,8 @@
 		font-weight: bold;
 		font-size: 36rpx;
 		color: #333333;
-		line-height: 32rpx;
+		line-height: 40rpx;
+		width: calc(100% - 100rpx);
 	}
 
 	.room {
@@ -505,8 +506,8 @@
 
 	.reservations {
 		display: flex;
-		justify-content: space-between;
-		
+		position: relative;	
+			
 		.r_status{
 			font-family: PingFang-SC, PingFang-SC;
 			font-weight: bold;
@@ -516,6 +517,10 @@
 			color: #fff;
 			padding: 4rpx 9rpx;
 			border-radius: 8rpx;
+			position: absolute;
+			right: 0;
+			top: 50%;
+			margin-top: -22rpx;
 		}
 	}