Commit 238592bbd52405efae873cf461db22ee7b45c242

Authored by 后端开发-许程
1 parent 388dd36a

覆盖

pages/index/index/index.wxml
... ... @@ -4,7 +4,7 @@
4 4 <block wx:if="{{banner}}">
5 5 <image class="xc-top-img abs" src="{{url}}/miniapp/images/top-img.png"></image>
6 6 </block>
7   - <!--搜索框-->
  7 + <!--搜索框-->
8 8 <view class="{{banner==null?'pink-b ':''}} search-box {{scrollTop>10?'search-fixed':''}} flex-center white ">
9 9 <view class="classify-frame t-c" bindtap="go_cate">
10 10 <image class="classify-img" src="{{url}}/miniapp/images/classify.png"></image>
... ...
pages/index/index/index.wxss
... ... @@ -5,7 +5,7 @@
5 5 position: fixed;
6 6 top: 0;
7 7 left: 0;
8   - width: 100%;
  8 + width: 100%;
9 9 height: 88rpx;
10 10 z-index: 10;
11 11 /* background: linear-gradient(rgba(0,0,0,.2),rgba(255,255,255,0)); */
... ...