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