Browse Source

样式修改

lilei 4 years ago
parent
commit
e76c0f8899
1 changed files with 2 additions and 3 deletions
  1. 2 3
      pages/videoShopTour/videoShopTour.vue

+ 2 - 3
pages/videoShopTour/videoShopTour.vue

@@ -25,7 +25,7 @@
 						<u-icon class="listData-item-r-icon" name="icon-xian-11" custom-prefix="xd-icon" size="24" color="#2b85e4"></u-icon>
 					</view>
 				</view>
-				<u-empty :text="noDataText" img-width="120" v-if="list.length == 0 && status != 'loading'" :margin-top="220" style="height: auto;" mode="list"></u-empty>
+				<u-empty :text="noDataText" img-width="120" v-if="list.length == 0 && status != 'loading'" style="height: auto;padding-top: 10vh;" mode="list"></u-empty>
 			</scroll-view>
 		</view>
 	</view>
@@ -147,14 +147,13 @@
 		}
 		// 门店列表
 		.list-con{
-			margin-top: 10upx;
 			.list-tit{
 				padding: 20upx 30upx;
 				border-bottom: 1upx solid #f8f8f8;
 			}
 			.listData-con{
 				padding: 0 30upx;
-				height: calc(100vh - 165px);
+				height: calc(100vh - 190px);
 				box-sizing: border-box;
 				.listData-item{
 					display: flex;