| | |
| | | <view class="search_box"> |
| | | <view class="search_input"> |
| | | <image src="@/static/ic_search@2x.png" alt=""> |
| | | <input v-model="text" @keyup.enter="searchInput()" type="text" :placeholder="placeholder" /> |
| | | <input v-model="text" @confirm="searchInput()" type="text" :placeholder="placeholder" /> |
| | | </view> |
| | | <view class="search_operation" v-if="isShow"> |
| | | <view class="search_operation_w"></view> |
| | |
| | | </view> |
| | | </view> |
| | | <u-popup :show="open" :round="10" mode="bottom"> |
| | | <view class="content"> |
| | | <scroll-view scroll-y class="content"> |
| | | <slot name="content"></slot> |
| | | </view> |
| | | </scroll-view> |
| | | <view class="zhanwei"></view> |
| | | <view class="footer"> |
| | | <view class="footer_close" @click="closes">重置</view> |
| | |
| | | display: flex; |
| | | align-items: center; |
| | | .zhanwei { |
| | | height: 180rpx; |
| | | background: #ffffff; |
| | | } |
| | | .content { |
| | | padding: 30rpx 30rpx 0 30rpx; |
| | | width: 100%; |
| | | height: 800rpx; |
| | | box-sizing: border-box; |
| | | } |
| | | .footer { |
| | | width: 100%; |