Commit 5799a03fbce4f4f34280bdd109b124eea52bee0a
1 parent
ec0d7786
样式修改,
Showing
2 changed files
with
4 additions
and
3 deletions
app.wxss
| @@ -10,6 +10,7 @@ | @@ -10,6 +10,7 @@ | ||
| 10 | display: flex; flex-direction: column; | 10 | display: flex; flex-direction: column; |
| 11 | justify-content: space-between; | 11 | justify-content: space-between; |
| 12 | box-sizing: border-box; | 12 | box-sizing: border-box; |
| 13 | + overflow-x:hidden; | ||
| 13 | } | 14 | } |
| 14 | page { | 15 | page { |
| 15 | overflow-x: hidden; | 16 | overflow-x: hidden; |
pages/index/index/index.wxml
| @@ -16,9 +16,9 @@ | @@ -16,9 +16,9 @@ | ||
| 16 | <input bindfocus="jumpSearch" class="search-cont" placeholder="请输入您所搜索的商品" type="text"> | 16 | <input bindfocus="jumpSearch" class="search-cont" placeholder="请输入您所搜索的商品" type="text"> |
| 17 | </input> | 17 | </input> |
| 18 | </view> | 18 | </view> |
| 19 | - <view class="classify-frame t-c"> | ||
| 20 | - <image class="classify-img" src="{{url}}/miniapp/images/scanning.png"></image> | ||
| 21 | - <view bindtap="getScancode" class="fs20">扫一扫</view> | 19 | + <view class="classify-frame t-c" bindtap="getScancode"> |
| 20 | + <image class="classify-img" src="{{url}}/miniapp/images/scanning.png"></image> | ||
| 21 | + <view class="fs20">扫一扫</view> | ||
| 22 | </view> | 22 | </view> |
| 23 | </view> | 23 | </view> |
| 24 | <!--滚动广告--> | 24 | <!--滚动广告--> |