From e00361c6bcbb1a56f6dcda22b91bdfcb2736e263 Mon Sep 17 00:00:00 2001
From: YM <479443481@qq.com>
Date: 星期五, 26 七月 2024 15:56:27 +0800
Subject: [PATCH] 1

---
 src/pages/character/index.vue |   22 ++++++++++------------
 1 files changed, 10 insertions(+), 12 deletions(-)

diff --git a/src/pages/character/index.vue b/src/pages/character/index.vue
index daa005d..9fc8a27 100644
--- a/src/pages/character/index.vue
+++ b/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>

--
Gitblit v1.9.1