| | |
| | | <div class="bookListBox"> |
| | | <div class="searchForm"> |
| | | <div class="searchBox"> |
| | | <div @click="onClickLeft"><van-icon name="arrow-left" color="#2b68cd"/></div> |
| | | <div @click="onClickLeft"> |
| | | <van-icon name="arrow-left" color="#2b68cd" /> |
| | | </div> |
| | | <van-search |
| | | v-model="searchAllWords" |
| | | placeholder="请输入搜索关键词" |
| | |
| | | storeInfo: this.config.digitalTextBooksGoodsStore, |
| | | queryType: "*", |
| | | coverSize: { |
| | | width: 180 |
| | | height: 540 |
| | | }, |
| | | sort: { |
| | | type: "Desc", |
| | |
| | | display: flex; |
| | | align-items: center; |
| | | justify-content: space-between; |
| | | padding:15px !important; |
| | | padding: 15px !important; |
| | | } |
| | | .search { |
| | | background: none !important; |
| | | width: 90%; |
| | | padding:0 !important; |
| | | padding: 0 !important; |
| | | } |
| | | .selectBox { |
| | | display: flex; |