From cf7e71c6d0fb64eeb6b5deac540da843b4bb465c Mon Sep 17 00:00:00 2001
From: QYF-GitLab1 <1940665526@qq.com>
Date: 星期二, 26 八月 2025 10:41:52 +0800
Subject: [PATCH] 关于我们-理念与品牌文化

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

diff --git a/src/assets/main.css b/src/assets/main.css
index d5974ef..ab957a2 100644
--- a/src/assets/main.css
+++ b/src/assets/main.css
@@ -7,6 +7,8 @@
   --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;
+  --el-dialog-padding-primary: 0px !important;
 }
 
 /* 鍩虹鏍峰紡 */
@@ -14,9 +16,20 @@
   outline: none;
 }
 
+html,
+body {
+  width: 100%;
+  height: 100%;
+}
+
+#app {
+  width: 100%;
+  height: 100%;
+}
+
 /* 灞呬腑甯冨眬 */
 .contentBox {
-  width: 1200px;
+  width: 1369px;
   margin: 0 auto;
 }
 
@@ -51,11 +64,11 @@
 }
 
 .titleBox {
-  background: #d8f7e6;
   padding: 8px 10px;
   font-weight: 700;
-  color: #00873c;
+  color: #019e58;
   font-size: 14px;
+  padding: 10px;
   box-sizing: border-box;
 }
 
@@ -114,7 +127,6 @@
 .avatar-uploader .el-upload:hover {
   border-color: #019e58;
 }
-
 .avatarCover {
   display: block;
   position: absolute;
@@ -180,8 +192,12 @@
 
 .el-input-group__append,
 .el-input-group__prepend {
-  /* vertical-align: initial !important; */
-  /* align-items: stretch !important; */
+  vertical-align: initial !important;
+  align-items: stretch !important;
+}
+
+.el-select__wrapper {
+  height: 40px !important;
 }
 
 /* 涓汉涓績椤甸潰鍏叡鏍峰紡 */
@@ -221,8 +237,15 @@
 }
 .wait,
 .main {
-  color: #019e58;
+  color: #fc9b1e;
 }
 .grey {
   color: #949494;
 }
+.mainbg {
+  background: #00873c;
+  color: #fff;
+}
+ .fansdialog .el-dialog__header {
+  padding-bottom: 0 !important;
+}

--
Gitblit v1.9.1