|
@@ -47,6 +47,7 @@
|
|
|
<scroll-view class="brandList" scroll-y="true">
|
|
|
<view class="status_bar" :style="{height: iStatusBarHeight + 'px'}"></view>
|
|
|
<view style="height: 20rpx;"></view>
|
|
|
+ <view style="height: 44px;"></view>
|
|
|
<view v-for="item in carSeriesList" :key="item.manufactor" class="brandListkk">
|
|
|
<h3 class="cell-item-title">{{ item.manufactor }}</h3>
|
|
|
<span v-for="item2 in item.carSeries" :key="item2" :title="item2" class="span-cell" @click="selectCarFactory(item.manufactor,item2)" >{{item2}}</span>
|
|
@@ -417,7 +418,7 @@
|
|
|
z-index: 11;
|
|
|
}
|
|
|
.brandListkk{
|
|
|
- padding-top: 44px;
|
|
|
+ /* padding-top: 44px; */
|
|
|
}
|
|
|
.brand-select .rmview .brand-select-title{
|
|
|
/* background: #fff; */
|
|
@@ -618,6 +619,9 @@
|
|
|
border-bottom: 1px solid #ebedf0;
|
|
|
margin-left: 30rpx;
|
|
|
}
|
|
|
+ .span-cell:nth-last-child(1){
|
|
|
+ border-bottom: none;
|
|
|
+ }
|
|
|
.carModel-nav-title{
|
|
|
height:100rpx;
|
|
|
background: linear-gradient(110deg, #48B9F9 0%, #3F90F7 100%);
|