|  | @@ -69,7 +69,7 @@
 | 
	
		
			
				|  |  |  						<view>
 | 
	
		
			
				|  |  |  							<text style="font-size: 30rpx; margin-right: 90rpx; ">固定房价</text>
 | 
	
		
			
				|  |  |  						</view>
 | 
	
		
			
				|  |  | -						<view style="display: flex;">
 | 
	
		
			
				|  |  | +						<view style="display: flex; align-items: center; height: 50rpx;">
 | 
	
		
			
				|  |  |  							<text style="font-size: 30rpx;">¥</text>
 | 
	
		
			
				|  |  |  							<input v-model="form.price" placeholder="请输入价格"
 | 
	
		
			
				|  |  |  								style="width: 210rpx;height: 42rpx; font-size: 30rpx;" />
 | 
	
	
		
			
				|  | @@ -171,18 +171,18 @@
 | 
	
		
			
				|  |  |  				</view>
 | 
	
		
			
				|  |  |  				<!-- 房间号 -->
 | 
	
		
			
				|  |  |  				<view class="priceBoxWeek" v-for="(room,index) in form.roomFloor" :key="index">
 | 
	
		
			
				|  |  | -					<view class="weekendBox" style="display: flex; justify-content: space-between;">
 | 
	
		
			
				|  |  | -						<view style="display: flex;">
 | 
	
		
			
				|  |  | -							<text style="font-size: 30rpx;"> 楼层:</text><input
 | 
	
		
			
				|  |  | -								style="width: 70rpx; margin-bottom: 5rpx; font-size: 28rpx;" v-model="room.floor"
 | 
	
		
			
				|  |  | -								type="text" />
 | 
	
		
			
				|  |  | +					<view class="weekendBox"
 | 
	
		
			
				|  |  | +						style="display: flex; justify-content: space-between; align-items: center; height: 88rpx;">
 | 
	
		
			
				|  |  | +						<view style="display: flex; align-items: center; ">
 | 
	
		
			
				|  |  | +							<view style="font-size: 30rpx;"> 楼层:</view>
 | 
	
		
			
				|  |  | +							<input style="width: 70rpx; margin-bottom: 5rpx; font-size: 28rpx; height: 50rpx;"
 | 
	
		
			
				|  |  | +								v-model="room.floor" />
 | 
	
		
			
				|  |  |  						</view>
 | 
	
		
			
				|  |  | -						<view style="display: flex;">
 | 
	
		
			
				|  |  | -							<text style="font-size: 30rpx;"> 房间号:</text><input
 | 
	
		
			
				|  |  | -								style="width: 70rpx; margin-bottom: 5rpx; font-size: 28rpx;" v-model="room.roomNumber"
 | 
	
		
			
				|  |  | -								type="text" />
 | 
	
		
			
				|  |  | +						<view style="display: flex;  align-items: center;">
 | 
	
		
			
				|  |  | +							<view style="font-size: 30rpx;"> 房间号:</view><input
 | 
	
		
			
				|  |  | +								style=" width: 70rpx; margin-bottom: 5rpx; font-size: 28rpx; height: 50rpx;"
 | 
	
		
			
				|  |  | +								v-model="room.roomNumber" />
 | 
	
		
			
				|  |  |  						</view>
 | 
	
		
			
				|  |  | -
 | 
	
		
			
				|  |  |  						<view style="display: flex; margin-top: 10rpx;" @click="delRoom(index)">
 | 
	
		
			
				|  |  |  							<u-icon name="trash"></u-icon>
 | 
	
		
			
				|  |  |  						</view>
 | 
	
	
		
			
				|  | @@ -547,6 +547,7 @@
 | 
	
		
			
				|  |  |  	.weekendBox {
 | 
	
		
			
				|  |  |  		width: 630rpx;
 | 
	
		
			
				|  |  |  		display: flex;
 | 
	
		
			
				|  |  | +		align-items: center;
 | 
	
		
			
				|  |  |  		margin-top: 20rpx;
 | 
	
		
			
				|  |  |  		// margin-right: 90rpx;
 | 
	
		
			
				|  |  |  		// justify-content: space-between;
 |