parent
f7e8073ec3
commit
5fba50485f
@ -1,8 +1,31 @@
|
|||||||
|
<!--chazhao/chazhao.wxml-->
|
||||||
<input class="c-block c-fullwidth wx-input_TJFfvT" name="input1" placeholder="请输入关键字" type="text"/>
|
<view class='page_row' bindtap="suo">
|
||||||
<button class="wx-button_9IoctN" hover-class="button-hover" size="default" type="default">
|
<view class="search">
|
||||||
搜索
|
<view class="df search_arr">
|
||||||
</button>
|
<icon class="searchcion" size='20' type='search'></icon>
|
||||||
<navigator class="wx-navigator_rNVWzi" hover-class="navigator-hover" open-type="redirect"/>
|
<input placeholder="请输入书名或书号查询" value="{{searchValue}}"confirm-type="search"/>
|
||||||
<text class="c-block wx-text_j8MhRR" >请输入书名或书号进行查询:</text>
|
</view>
|
||||||
|
</view>
|
||||||
|
<button class="button1" form-type="submit" >搜索</button>
|
||||||
|
</view>
|
||||||
|
<view class='page_row'>
|
||||||
|
<view class="font">分类</view>
|
||||||
|
<image class="image1"src="/image/1.png">
|
||||||
|
</image>
|
||||||
|
</view>
|
||||||
|
<view class='page_row' >
|
||||||
|
<button class="button2" form-type="submit" >1</button>
|
||||||
|
<button class="button2" form-type="submit" >2</button>
|
||||||
|
<button class="button2" form-type="submit" >3</button>
|
||||||
|
</view>
|
||||||
|
<view class='page_row' >
|
||||||
|
<button class="button2" form-type="submit" >1</button>
|
||||||
|
<button class="button2" form-type="submit" >2</button>
|
||||||
|
<button class="button2" form-type="submit" >3</button>
|
||||||
|
</view>
|
||||||
|
<view class='page_row'>
|
||||||
|
<view class="font">猜你喜欢</view>
|
||||||
|
<image class="image1"src="/image/1.png">
|
||||||
|
</image>
|
||||||
|
</view>
|
||||||
|
|
||||||
|
After Width: | Height: | Size: 1.3 KiB |
Loading…
Reference in new issue