浏览代码

样式修改

twt 1 年之前
父节点
当前提交
ad9f9cf7d8
共有 1 个文件被更改,包括 5 次插入1 次删除
  1. 5 1
      pages/index/carModel.vue

+ 5 - 1
pages/index/carModel.vue

@@ -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%);