|
@@ -1,13 +1,13 @@
|
|
|
<view class="wrapper">
|
|
|
<view class="app_page-header-search page-header-search">
|
|
|
- <view class="app_page-header-search-warp">
|
|
|
+ <view class="app_page-header-search-warp app_width-690">
|
|
|
<label for="header-search">
|
|
|
<image src="../../image/common/search@2x.png"></image>
|
|
|
</label>
|
|
|
- <input placeholder-class="app_header-search-placeholder" value="" placeholder="搜索"></input>
|
|
|
- </view>
|
|
|
- <view class="shopping-car" bind:tap="jumpShoppingCar">
|
|
|
- <image src="../../image/common/message@2x.png"></image>
|
|
|
+ <input
|
|
|
+ placeholder-class="app_header-search-placeholder"
|
|
|
+ value=""
|
|
|
+ placeholder="搜索"></input>
|
|
|
</view>
|
|
|
</view>
|
|
|
<scroll-view
|