parent
f7e8073ec3
commit
5fba50485f
@ -1,8 +1,31 @@
|
||||
|
||||
<input class="c-block c-fullwidth wx-input_TJFfvT" name="input1" placeholder="请输入关键字" type="text"/>
|
||||
<button class="wx-button_9IoctN" hover-class="button-hover" size="default" type="default">
|
||||
搜索
|
||||
</button>
|
||||
<navigator class="wx-navigator_rNVWzi" hover-class="navigator-hover" open-type="redirect"/>
|
||||
<text class="c-block wx-text_j8MhRR" >请输入书名或书号进行查询:</text>
|
||||
<!--chazhao/chazhao.wxml-->
|
||||
<view class='page_row' bindtap="suo">
|
||||
<view class="search">
|
||||
<view class="df search_arr">
|
||||
<icon class="searchcion" size='20' type='search'></icon>
|
||||
<input placeholder="请输入书名或书号查询" value="{{searchValue}}"confirm-type="search"/>
|
||||
</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