|  | @@ -22,7 +22,7 @@
 | 
	
		
			
				|  |  |  		<view class="top">
 | 
	
		
			
				|  |  |  			<view class="topCont">
 | 
	
		
			
				|  |  |  				<view class="carBox">
 | 
	
		
			
				|  |  | -					<image src="../../static/img/nocar.png" mode="" class="carLogo"></image>
 | 
	
		
			
				|  |  | +					<!-- <image src="../../static/img/nocar.png" mode="" class="carLogo"></image> -->
 | 
	
		
			
				|  |  |  					<view class="carTxt" v-if="!description">{{brand_name}}</view>
 | 
	
		
			
				|  |  |  					<view class="carTxt" v-if="description">{{description}}</view>
 | 
	
		
			
				|  |  |  					<!-- <image src="../../static/img/jt.png" mode="" class="carJt"></image> -->
 | 
	
	
		
			
				|  | @@ -318,7 +318,7 @@
 | 
	
		
			
				|  |  |  
 | 
	
		
			
				|  |  |  	.topCont {
 | 
	
		
			
				|  |  |  		width: 750rpx;
 | 
	
		
			
				|  |  | -		height: 185rpx;
 | 
	
		
			
				|  |  | +		height: 160rpx;
 | 
	
		
			
				|  |  |  		background: #FFFFFF;
 | 
	
		
			
				|  |  |  	}
 | 
	
		
			
				|  |  |  
 | 
	
	
		
			
				|  | @@ -345,13 +345,13 @@
 | 
	
		
			
				|  |  |  	.carBox {
 | 
	
		
			
				|  |  |  		display: flex;
 | 
	
		
			
				|  |  |  		justify-content: space-between;
 | 
	
		
			
				|  |  | -		padding: 30rpx 24rpx 24rpx 24rpx;
 | 
	
		
			
				|  |  | +		padding: 30rpx 24rpx 24rpx 34rpx;
 | 
	
		
			
				|  |  |  	}
 | 
	
		
			
				|  |  |  
 | 
	
		
			
				|  |  |  	.vinBox {
 | 
	
		
			
				|  |  |  		display: flex;
 | 
	
		
			
				|  |  |  		justify-content: space-between;
 | 
	
		
			
				|  |  | -		padding-left: 120rpx;
 | 
	
		
			
				|  |  | +		padding-left: 34rpx;
 | 
	
		
			
				|  |  |  		padding-right: 24rpx;
 | 
	
		
			
				|  |  |  	}
 | 
	
		
			
				|  |  |  
 |