|  | @@ -129,7 +129,7 @@
 | 
	
		
			
				|  |  |  					<view class="item_content">
 | 
	
		
			
				|  |  |  						<text class="house_name">{{item.name}}</text>
 | 
	
		
			
				|  |  |  						<view class="house_hk" v-if="item.taskCategory">
 | 
	
		
			
				|  |  | -							<text class="house_hk" v-for="(item1,index1) in item.taskCategory" :key='index1'>{{item1.category}} ¥{{item1.unitPrice}}/人</text>
 | 
	
		
			
				|  |  | +							<text class="house_hk_" v-for="(item1,index1) in item.taskCategory" :key='index1'>{{item1.category}} ¥{{item1.unitPrice}}/人</text>
 | 
	
		
			
				|  |  |  						</view>
 | 
	
		
			
				|  |  |  						<text class="house_hk" v-else></text>
 | 
	
		
			
				|  |  |  						<view class="house_address">
 | 
	
	
		
			
				|  | @@ -807,7 +807,7 @@
 | 
	
		
			
				|  |  |  						flex-direction: column;
 | 
	
		
			
				|  |  |  						margin-left: 50rpx;
 | 
	
		
			
				|  |  |  						z-index: 11;
 | 
	
		
			
				|  |  | -						max-width: 380rpx;
 | 
	
		
			
				|  |  | +						max-width: 360rpx;
 | 
	
		
			
				|  |  |  
 | 
	
		
			
				|  |  |  						.house_name {
 | 
	
		
			
				|  |  |  							font-size: 30rpx;
 | 
	
	
		
			
				|  | @@ -825,6 +825,9 @@
 | 
	
		
			
				|  |  |  							text-align: left;
 | 
	
		
			
				|  |  |  							color: #fd8f3c;
 | 
	
		
			
				|  |  |  							margin-top: 8rpx;
 | 
	
		
			
				|  |  | +							.house_hk_{
 | 
	
		
			
				|  |  | +								margin-right: 10rpx;
 | 
	
		
			
				|  |  | +							}
 | 
	
		
			
				|  |  |  						}
 | 
	
		
			
				|  |  |  
 | 
	
		
			
				|  |  |  						.house_address {
 |