| | |
| | | |
| | | <div class="filterBox font-family"> |
| | | <div class="searchBox"> |
| | | <input type="text" v-model="keyword" placeholder="请输入关键字" /> |
| | | <input |
| | | type="text" |
| | | v-model="keyword" |
| | | @confirm="search" |
| | | placeholder="请输入关键字" |
| | | style="padding-right: 54px; box-sizing: border-box" |
| | | /> |
| | | <span |
| | | class="cleanupBtn" |
| | | v-if="keyword" |
| | | @click="keyword = ''" |
| | | style=" |
| | | position: absolute; |
| | | top: 50%; |
| | | margin-top: -10px; |
| | | right: 84px; |
| | | 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 |
| | | > |
| | | <button @click="search">搜索</button> |
| | | </div> |
| | | <div class="dynasty"> |
| | |
| | | align-items: center; |
| | | margin: 0 auto; |
| | | margin-top: 0.2rem; |
| | | position: relative; |
| | | } |
| | | |
| | | .searchBox > input { |