From afe2fbc5b0375c7c06853fc981deec74e04fd630 Mon Sep 17 00:00:00 2001
From: 杨磊 <505174330@qq.com>
Date: 星期日, 24 八月 2025 11:30:40 +0800
Subject: [PATCH] Merge branch 'master' of http://182.92.203.7:2001/r/xiehe_website

---
 src/assets/main.css |   14 +++++++-------
 1 files changed, 7 insertions(+), 7 deletions(-)

diff --git a/src/assets/main.css b/src/assets/main.css
index 30d724f..d5974ef 100644
--- a/src/assets/main.css
+++ b/src/assets/main.css
@@ -10,7 +10,7 @@
 }
 
 /* 鍩虹鏍峰紡 */
-*{
+* {
   outline: none;
 }
 
@@ -51,13 +51,12 @@
 }
 
 .titleBox {
-  height: 60px;
   background: #d8f7e6;
-  line-height: 60px;
-  padding: 0 40px;
+  padding: 8px 10px;
   font-weight: 700;
   color: #00873c;
-  font-size: 18px;
+  font-size: 14px;
+  box-sizing: border-box;
 }
 
 /* 瀵屾枃鏈鍣紝淇濈暀瀵屾枃鏈粯璁ゆ牱寮忥紝鎵�瑙佸嵆鎵�寰� */
@@ -179,7 +178,8 @@
   color: #00873C !important;
 } */
 
-.el-input-group__append, .el-input-group__prepend { 
+.el-input-group__append,
+.el-input-group__prepend {
   /* vertical-align: initial !important; */
   /* align-items: stretch !important; */
 }
@@ -221,7 +221,7 @@
 }
 .wait,
 .main {
-  color: #ff6d00;
+  color: #019e58;
 }
 .grey {
   color: #949494;

--
Gitblit v1.9.1