- <!--pages/search/search.wxml-->
- <!-- 搜素框 -->
- <view class="search_box">
- <view class="base_search">
- <van-icon name="search" size="50rpx" color="#696969" style="margin-top: 15rpx; margin-left: -430rpx;"/>
- <input type="search" name="" placeholder="搜索..." class="search_text"/>
- </view>
- <view class="search_btton"></view>
- </view>
|