123456789101112131415161718192021 |
- <template>
- <view class="search">
- <!-- header -->
- <cu-custom isBack bgColor="bg-gradual-blue"><view slot="content">搜索页</view></cu-custom>
- <view class="cu-bar search bg-white">
- <view class="search-form round">
- <text class="cuIcon-search"></text>
- <input type="text" placeholder="请输入商品名字" confirm-type="search"></input>
- </view>
- <view class="action">
- <button class="cu-btn bg-green shadow-blur round">搜索</button>
- </view>
- </view>
- </view>
- </template>
- <script>
- </script>
- <style>
- </style>
|