From ca4f493cd93c40f09cfde5b49bcbd66f822380cf Mon Sep 17 00:00:00 2001
From: YM <479443481@qq.com>
Date: 星期三, 05 六月 2024 19:41:16 +0800
Subject: [PATCH] 1

---
 src/pages/TcmSystem/TcmSystem.vue |   17 +++++++++--------
 1 files changed, 9 insertions(+), 8 deletions(-)

diff --git a/src/pages/TcmSystem/TcmSystem.vue b/src/pages/TcmSystem/TcmSystem.vue
index 288342f..f8582d5 100644
--- a/src/pages/TcmSystem/TcmSystem.vue
+++ b/src/pages/TcmSystem/TcmSystem.vue
@@ -748,8 +748,6 @@
 }
 
 .creatureXinxi2 {
-  /* width: .24rem; */
-  height: 0.17rem;
   line-height: 1;
   font-size: 0.12rem;
   font-weight: 600;
@@ -762,7 +760,6 @@
 }
 
 .creatureXinxi3 li {
-  height: 0.16rem;
   line-height: 0.16rem;
   background-color: #fff;
   padding: 0 0.08rem;
@@ -777,7 +774,8 @@
 /* --------- */
 /* 鍝佺骇 */
 .pinji {
-  box-shadow: 2px 0px 3px #888;
+  box-shadow: 0 0 3px #888;
+  border-radius: 6px;
   background-color: #fff;
   width: 100%;
   /* height: .6rem;
@@ -788,6 +786,10 @@
   position: relative;
   top: -0.25rem;
   color: #2c2c2c;
+  font-weight: bold;
+  span{
+    font-weight: initial;
+  }
 }
 
 /* 涓汉淇℃伅鐨勬寜閽� */
@@ -954,14 +956,13 @@
   position: fixed;
   right: 0;
   top: 0;
-  z-index: 9999999999999999999999999999999999999999999 !important;
-
+  z-index: 99999 !important;
   > div {
     height: 100%;
     margin: 0 !important;
     position: fixed;
     right: 0;
-    top: 0;
+    top: 86px;
 
     > :nth-child(1) {
       display: none;
@@ -1064,7 +1065,7 @@
 
 .search1 ::v-deep .uni-select__selector-item {
   position: relative;
-  z-index: 999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999 !important;
+  z-index: 99999 !important;
 
   display: flex;
   justify-content: center;

--
Gitblit v1.9.1