| | |
| | | <headNav |
| | | idIndex="2" |
| | | :searchBg="false" |
| | | text="中医世医传承数据库" |
| | | text="家学传承" |
| | | bg="/static/image/topBg1.png" |
| | | bg1="/static/image/line1.png" |
| | | /> |
| | |
| | | >✖</span |
| | | > |
| | | <button @click="search">搜索</button> |
| | | <span |
| | | class="openSearch" |
| | | @click=" |
| | | () => { |
| | | openSearch = !openSearch; |
| | | } |
| | | " |
| | | >高级搜索{{ openSearch ? "∧" : "∨" }}</span |
| | | > |
| | | </div> |
| | | <div class="dynasty"> |
| | | <div class="dynasty" v-if="openSearch"> |
| | | <div style="font-weight: 700; line-height: 0.25rem">筛选朝代</div> |
| | | <div class="filterList"> |
| | | <div |
| | |
| | | </div> |
| | | </div> |
| | | </div> |
| | | <div class="condition"> |
| | | <div class="condition" v-if="openSearch"> |
| | | <div style="font-weight: 700; line-height: 0.25rem">条件选择</div> |
| | | <div class="filterList"> |
| | | <div class="conditionItem" @click="changeCondition(3)"> |
| | |
| | | toolTop: 0, |
| | | toolLeft: 0, |
| | | toolInfo: {}, |
| | | totalCount: 0 |
| | | totalCount: 0, |
| | | openSearch: false |
| | | }; |
| | | }, |
| | | onLoad(options) { |
| | |
| | | border-radius: 50px; |
| | | margin-right: 10rpx; |
| | | } |
| | | |
| | | .searchBox .openSearch { |
| | | position: absolute; |
| | | right: -100px; |
| | | font-size: 14px; |
| | | cursor: pointer; |
| | | } |
| | | |
| | | .dynasty { |
| | | display: flex; |
| | | margin-top: 0.2rem; |