zhengjinyi %!s(int64=5) %!d(string=hai) anos
pai
achega
967f9f4e1d
Modificáronse 2 ficheiros con 3 adicións e 3 borrados
  1. 2 2
      components/seller/home.vue
  2. 1 1
      components/uni-search/bt-search.vue

+ 2 - 2
components/seller/home.vue

@@ -1,9 +1,9 @@
 <template>
-	<view class="container home clearfix">	
+	<view class="container home clearfix" :style="{paddingTop:100+'rpx'}">	
 		<!-- 头部轮播 -->
 		<tui-skeleton v-if="skeletonShow" backgroundColor="#fafafa" borderRadius="10rpx" :isLoading	="true" :loadingType="9"></tui-skeleton>
 		<view :class="'container-home-'+ inputActive" class="tui-skeleton">
-			<view :class="'search-input-' + inputActive" :style="{paddingTop:inputActive == 'fixed'?(CustomBar+2)+'px':'10px'} ">
+			<view class="search-input-fixed" :style="{top:CustomBar+'px'} ">
 				<bt-search :clickPath="clickPath" :toestText='hotSearchText'></bt-search>
 			</view>
 			<view class="banner-section">

+ 1 - 1
components/uni-search/bt-search.vue

@@ -37,7 +37,7 @@
 	.search-input{
 		width: 100%;
 		height: 80rpx;
-		margin-bottom: 20rpx;
+		padding: 10rpx 0;
 		background: #FFFFFF;
 		.gosearch-btn{
 			/* #ifndef APP-NVUE */