1
YM
2024-07-26 e00361c6bcbb1a56f6dcda22b91bdfcb2736e263
src/pages/character/index.vue
@@ -2,7 +2,7 @@
  <view
    style="width: 100%; height: 100%; display: flex; flex-direction: column"
  >
    <headNav idIndex="1" text="中医人物数据库" />
    <headNav idIndex="1" text="历代人物" />
    <!-- 高级搜索 -->
    <view style="margin-top: 0.1rem">
      <advancedSearch
@@ -411,7 +411,6 @@
          }
        };
      });
      var option;
      option = {
        title: {
@@ -595,15 +594,14 @@
.hotSearch {
  font-size: 0.12rem;
  color: #2c2c2c;
  li {
    color: #244a7b;
    margin: 0 0.1rem;
    color: #244a7b;
    &.active{
      color: #027EDC;
      font-weight: bold;
    }
  }
}
.hotSearch li {
  color: #244a7b;
  margin: 0 0.1rem;
  color: #244a7b;
}
.hotSearch li .active {
  color: #027edc;
  font-weight: bold;
}
</style>