You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
zx/chazhao/chazhao.wxml

34 lines
1.2 KiB

<!--chazhao/chazhao.wxml-->
<form bindsubmit="shujichzhao" >
<view class='page_row' >
<view class="search">
<view class="df search_arr">
<icon class="searchcion" size='20' type='search'></icon>
<input placeholder="请输入书名或书号查询" value="{{searchValue}}"confirm-type="search"name="search"/>
</view>
</view>
<button class="button1" form-type="submit" >搜索</button>
</view>
</form>
<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" >农学</button>
<button class="button2" form-type="submit" >医学</button>
<button class="button2" form-type="submit" >计算机</button>
</view>
<view class='page_row' >
<button class="button2" form-type="submit" >自然科学</button>
<button class="button2" form-type="submit" >人文历史</button>
<button class="button2" form-type="submit" >文学名著</button>
</view>
<view class='page_row'>
<view class="font">猜你喜欢</view>
<image class="image1"src="/image/1.png">
</image>
</view>