杨磊
2024-07-26 fe7b350b7c551278d8e74c3d34c276d2f71e3f86
src/pages/inherit/index.vue
@@ -3,7 +3,7 @@
    <headNav
      idIndex="2"
      :searchBg="false"
      text="中医世医传承数据库"
      text="家学传承"
      bg="/static/image/topBg1.png"
      bg1="/static/image/line1.png"
    />
@@ -42,8 +42,17 @@
          >✖</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
@@ -62,7 +71,7 @@
          </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)">
@@ -157,7 +166,8 @@
      toolTop: 0,
      toolLeft: 0,
      toolInfo: {},
      totalCount: 0
      totalCount: 0,
      openSearch: false
    };
  },
  onLoad(options) {
@@ -497,6 +507,14 @@
  border-radius: 50px;
  margin-right: 10rpx;
}
.searchBox .openSearch {
  position: absolute;
  right: -100px;
  font-size: 14px;
  cursor: pointer;
}
.dynasty {
  display: flex;
  margin-top: 0.2rem;