|
@@ -1,9 +1,9 @@
|
|
<template>
|
|
<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>
|
|
<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="'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>
|
|
<bt-search :clickPath="clickPath" :toestText='hotSearchText'></bt-search>
|
|
</view>
|
|
</view>
|
|
<view class="banner-section">
|
|
<view class="banner-section">
|