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 |  139 ++++++++++++++++++++++++++++++++++-----------
 1 files changed, 104 insertions(+), 35 deletions(-)

diff --git a/src/assets/main.css b/src/assets/main.css
index c3da4fe..04becb4 100644
--- a/src/assets/main.css
+++ b/src/assets/main.css
@@ -1,8 +1,34 @@
 @import './base.css';
 
+:root {
+  --el-color-primary: #019e58 !important;
+  --el-color-primary-light-3: #019e58 !important;
+  --el-color-primary-light-5: #019e58 !important;
+  --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;
+.contentBox {
+  width: 1369px;
   margin: 0 auto;
 }
 
@@ -21,14 +47,14 @@
 }
 
 .bannerImg {
- width: 100%;
- height: 100%;
- position: absolute;
- top: 0;
- left: 0;
- right: 0;
- bottom: 0;
- margin: auto;
+  width: 100%;
+  height: 100%;
+  position: absolute;
+  top: 0;
+  left: 0;
+  right: 0;
+  bottom: 0;
+  margin: auto;
 }
 
 /* 鍏嶈垂 */
@@ -37,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;
 }
 
 /* 瀵屾枃鏈鍣紝淇濈暀瀵屾枃鏈粯璁ゆ牱寮忥紝鎵�瑙佸嵆鎵�寰� */
@@ -59,14 +84,17 @@
   margin-inline-end: 0px;
 }
 
-.richTextBox table[border]:not([border="0"]):not([style*=border-style]) td, .richTextBox table[border]:not([border="0"]):not([style*=border-style]) th {
+.richTextBox table[border]:not([border='0']):not([style*='border-style']) td,
+.richTextBox table[border]:not([border='0']):not([style*='border-style']) th {
   border-style: solid;
 }
 
-.richTextBox table[border]:not([border="0"]):not([style*=border-width]) td, .richTextBox table[border]:not([border="0"]):not([style*=border-width]) th {
+.richTextBox table[border]:not([border='0']):not([style*='border-width']) td,
+.richTextBox table[border]:not([border='0']):not([style*='border-width']) th {
   border-width: 1px;
 }
-.richTextBox table:not([cellpadding]) td, .richTextBox table:not([cellpadding]) th {
+.richTextBox table:not([cellpadding]) td,
+.richTextBox table:not([cellpadding]) th {
   padding: 0.4rem;
 }
 
@@ -96,9 +124,8 @@
 }
 
 .avatar-uploader .el-upload:hover {
-  border-color: #409eff;
+  border-color: #019e58;
 }
-
 .avatarCover {
   display: block;
   position: absolute;
@@ -113,7 +140,7 @@
 
 /* 鍐呯疆鐘舵�佸瓧浣撻鑹� */
 .primaryTxt {
-  color: #00873C !important;
+  color: #00873c !important;
 }
 .successTxt {
   color: #67c23a !important;
@@ -130,7 +157,7 @@
 /* 鍐呯疆鐘舵�佽儗鏅鑹� */
 .primaryBack {
   color: #fff !important;
-  background: #00873C !important;
+  background: #00873c !important;
 }
 .successBack {
   color: #fff !important;
@@ -162,17 +189,59 @@
   color: #00873C !important;
 } */
 
-.el-input-group__append, .el-input-group__prepend { 
-  /* vertical-align: initial !important; */
-  /* align-items: stretch !important; */
-}
-.el-checkbox__inner{
-  border: 1px solid #000 !important;
-  width: 20px !important;
-  height: 20px !important;
+.el-input-group__append,
+.el-input-group__prepend {
+  vertical-align: initial !important;
+  align-items: stretch !important;
 }
 
-.el-checkbox__inner::after {
-  left: 7px !important;
-  top: 4px !important;
-}
\ No newline at end of file
+.el-select__wrapper {
+  height: 40px !important;
+}
+
+/* 涓汉涓績椤甸潰鍏叡鏍峰紡 */
+.personalPage-title {
+  font-family:
+    Microsoft YaHei UI,
+    Microsoft YaHei UI;
+  font-weight: 600;
+  font-size: 14px;
+  color: #000000;
+  padding: 0 20px;
+  height: 40px;
+  line-height: 40px;
+  background: #f8f8f8;
+  border-radius: 4px 4px 0px 0px;
+}
+.personalPage-content {
+  padding: 20px 20px;
+}
+
+/* 涓よ竟瀵归綈 */
+.jc-sb {
+  justify-content: space-between;
+}
+
+.hover {
+  cursor: pointer;
+  transition: all 0.2s;
+}
+
+.no {
+  color: #ee1818;
+}
+
+.yes {
+  color: #1fbc1f;
+}
+.wait,
+.main {
+  color: #fc9b1e;
+}
+.grey {
+  color: #949494;
+}
+.mainbg {
+  background: #00873c;
+  color: #fff;
+}

--
Gitblit v1.9.1