Commit 5799a03fbce4f4f34280bdd109b124eea52bee0a

Authored by F5VT98DI7XY4X12\Administrator
1 parent ec0d7786

样式修改,

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 <!--滚动广告-->