| 
					
				 | 
			
			
				@@ -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;
 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 		} 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 	} 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				  
			 |