From 9cad6a832c786989be620573b09badccfe7e3b51 Mon Sep 17 00:00:00 2001
From: QYF-GitLab1 <1940665526@qq.com>
Date: 星期一, 25 八月 2025 15:11:37 +0800
Subject: [PATCH] 首页头部,样式调整

---
 src/assets/main.css |   45 ++++++++++++++++++++++++++++++++-------------
 1 files changed, 32 insertions(+), 13 deletions(-)

diff --git a/src/assets/main.css b/src/assets/main.css
index 30d724f..04becb4 100644
--- a/src/assets/main.css
+++ b/src/assets/main.css
@@ -7,16 +7,28 @@
   --el-color-primary-light-7: #019e58 !important;
   --el-color-primary-dark-2: #019e58 !important;
   --el-color-primary-dark-3: #019e58 !important;
+  --el-button-border-color: #019e58 !important;
 }
 
 /* 鍩虹鏍峰紡 */
-*{
+* {
   outline: none;
+}
+
+html,
+body {
+  width: 100%;
+  height: 100%;
+}
+
+#app {
+  width: 100%;
+  height: 100%;
 }
 
 /* 灞呬腑甯冨眬 */
 .contentBox {
-  width: 1200px;
+  width: 1369px;
   margin: 0 auto;
 }
 
@@ -51,13 +63,12 @@
 }
 
 .titleBox {
-  height: 60px;
-  background: #d8f7e6;
-  line-height: 60px;
-  padding: 0 40px;
+  padding: 8px 10px;
   font-weight: 700;
-  color: #00873c;
-  font-size: 18px;
+  color: #019e58;
+  font-size: 14px;
+  padding: 10px;
+  box-sizing: border-box;
 }
 
 /* 瀵屾枃鏈鍣紝淇濈暀瀵屾枃鏈粯璁ゆ牱寮忥紝鎵�瑙佸嵆鎵�寰� */
@@ -115,7 +126,6 @@
 .avatar-uploader .el-upload:hover {
   border-color: #019e58;
 }
-
 .avatarCover {
   display: block;
   position: absolute;
@@ -179,9 +189,14 @@
   color: #00873C !important;
 } */
 
-.el-input-group__append, .el-input-group__prepend { 
-  /* vertical-align: initial !important; */
-  /* align-items: stretch !important; */
+.el-input-group__append,
+.el-input-group__prepend {
+  vertical-align: initial !important;
+  align-items: stretch !important;
+}
+
+.el-select__wrapper {
+  height: 40px !important;
 }
 
 /* 涓汉涓績椤甸潰鍏叡鏍峰紡 */
@@ -221,8 +236,12 @@
 }
 .wait,
 .main {
-  color: #ff6d00;
+  color: #fc9b1e;
 }
 .grey {
   color: #949494;
 }
+.mainbg {
+  background: #00873c;
+  color: #fff;
+}

--
Gitblit v1.9.1