|
@@ -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; */
|