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