|  | @@ -35,7 +35,7 @@
 | 
	
		
			
				|  |  |  			<view class="contented" :style="{'height':(h-mt)+'px'}" v-show="areaShow">
 | 
	
		
			
				|  |  |  				<view class="custom_popup">
 | 
	
		
			
				|  |  |  					<view class="types">
 | 
	
		
			
				|  |  | -						<view class="pricequjian" style="height: 240rpx;">
 | 
	
		
			
				|  |  | +						<view class="pricequjian" >
 | 
	
		
			
				|  |  |  							<view class="jiage" v-for="(item, index) in list1" :key="index"
 | 
	
		
			
				|  |  |  								@click="clickareaShow(item, index)">
 | 
	
		
			
				|  |  |  								<view class="contentpeice">
 | 
	
	
		
			
				|  | @@ -793,18 +793,18 @@
 | 
	
		
			
				|  |  |  
 | 
	
		
			
				|  |  |  		.types {
 | 
	
		
			
				|  |  |  			width: 100%;
 | 
	
		
			
				|  |  | -			padding: 30rpx 30rpx 56rpx;
 | 
	
		
			
				|  |  | +			padding: 20rpx 30rpx;
 | 
	
		
			
				|  |  |  			box-sizing: border-box;
 | 
	
		
			
				|  |  |  			background: #FFFFFF;
 | 
	
		
			
				|  |  |  
 | 
	
		
			
				|  |  |  			.pricequjian {
 | 
	
		
			
				|  |  |  				width: 100%;
 | 
	
		
			
				|  |  | -
 | 
	
		
			
				|  |  | +min-height: 240rpx;
 | 
	
		
			
				|  |  |  				.contentpeice {
 | 
	
		
			
				|  |  |  					width: 100%;
 | 
	
		
			
				|  |  |  					display: flex;
 | 
	
		
			
				|  |  |  					justify-content: space-between;
 | 
	
		
			
				|  |  | -					margin: 15rpx 0;
 | 
	
		
			
				|  |  | +					margin: 30rpx 0;
 | 
	
		
			
				|  |  |  
 | 
	
		
			
				|  |  |  					.title {
 | 
	
		
			
				|  |  |  						font-weight: Regular;
 |