From 81a132f7b5d022e8d55dc1fefe2a7357f5bcbafa Mon Sep 17 00:00:00 2001 From: 杨磊 <505174330@qq.com> Date: 星期一, 25 八月 2025 15:22:27 +0800 Subject: [PATCH] 首页 --- src/assets/main.css | 34 +++++++++++++++++++++++++++------- 1 files changed, 27 insertions(+), 7 deletions(-) diff --git a/src/assets/main.css b/src/assets/main.css index 9a30762..33888fd 100644 --- a/src/assets/main.css +++ b/src/assets/main.css @@ -15,9 +15,20 @@ outline: none; } +html, +body { + width: 100%; + height: 100%; +} + +#app { + width: 100%; + height: 100%; +} + /* 灞呬腑甯冨眬 */ .contentBox { - width: 1200px; + width: 1369px; margin: 0 auto; } @@ -52,11 +63,11 @@ } .titleBox { - background: #d8f7e6; padding: 8px 10px; font-weight: 700; - color: #00873c; + 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; @@ -181,8 +191,14 @@ .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; } /* 涓汉涓績椤甸潰鍏叡鏍峰紡 */ @@ -222,8 +238,12 @@ } .wait, .main { - color: #019e58; + color: #fc9b1e; } .grey { color: #949494; } +.mainbg{ + background:#00873c; + color:#fff; +} -- Gitblit v1.9.1