From 87c87f989dcc3027407eccde48a6b35f0f999570 Mon Sep 17 00:00:00 2001
From: 杨磊 <505174330@qq.com>
Date: 星期一, 28 四月 2025 14:48:23 +0800
Subject: [PATCH] 高级检索

---
 src/layout/index.vue |   13 +++++++++----
 1 files changed, 9 insertions(+), 4 deletions(-)

diff --git a/src/layout/index.vue b/src/layout/index.vue
index 0308721..eb9f1ab 100644
--- a/src/layout/index.vue
+++ b/src/layout/index.vue
@@ -114,13 +114,14 @@
     background: #937950;
     display: flex;
     flex-direction: column;
-    font-family: Alimama DongFangDaKai;
-
+    font-family: siyuanBlod;
+    
     .leftMenuTitle {
       width: 100%;
       height: 50px;
       line-height: 50px;
       text-align: center;
+      margin-top: 20px;
       color: #fff;
       font-size: 24px;
     }
@@ -129,11 +130,14 @@
       font-size: 20px;
       line-height: 30px;
       color: #fff;
-      margin: 10px 20px;
+      margin: 10px 14px;
+      margin-top: 0px;
       padding: 10px 0;
       text-align: center;
       border-top: 1px solid #fff;
       border-bottom: 1px solid #fff;
+      letter-spacing: 4px;
+      white-space: nowrap;
     }
 
     .leftMenuList > menuItem:first-child {
@@ -146,7 +150,7 @@
       justify-content: space-around;
       border-top: 1px solid #b9a587;
       margin-top: 20px;
-
+      font-weight: bold;
       .menuItem {
         width: 100%;
         display: flex;
@@ -161,6 +165,7 @@
         cursor: pointer;
         .menuText {
           line-height: 50px;
+          font-weight: 700;
         }
 
         i {

--
Gitblit v1.9.1