| | |
| | | width: 2.33rem; |
| | | margin-right: 0.3rem; |
| | | justify-content: flex-end; |
| | | position: relative; |
| | | " |
| | | > |
| | | <input |
| | |
| | | flex: 1; |
| | | background-color: #fff; |
| | | font-size: 0.13rem; |
| | | padding-right: 30px; |
| | | box-sizing: border-box; |
| | | " |
| | | @blur="InputBlur" |
| | | @confirm="toggleSearch" |
| | |
| | | v-model="searchInput" |
| | | placeholder="请输入搜索内容" |
| | | /> |
| | | <span |
| | | class="cleanupBtn" |
| | | v-if="searchInput" |
| | | @click="searchInput = ''" |
| | | style=" |
| | | position: absolute; |
| | | top: 50%; |
| | | margin-top: -10px; |
| | | right: 42px; |
| | | color: #fff; |
| | | z-index: 2; |
| | | display: inline-block; |
| | | width: 20px; |
| | | height: 20px; |
| | | text-align: center; |
| | | line-height: 20px; |
| | | background-color: #a5a5a5; |
| | | font-weight: bold; |
| | | border-radius: 50%; |
| | | font-size: 12px; |
| | | cursor: pointer; |
| | | " |
| | | >✖</span |
| | | > |
| | | <view |
| | | title="搜索" |
| | | class="search-logo" |
| | |
| | | style=" |
| | | background-color: #000; |
| | | border-radius: 50%; |
| | | margin-top: -4rpx; |
| | | " |
| | | ></view> |
| | | </view> |