From 019abc739d9e231c2ebfe9ca537f82e2e1843496 Mon Sep 17 00:00:00 2001 From: QYF-GitLab1 <1940665526@qq.com> Date: 星期日, 24 八月 2025 21:24:39 +0800 Subject: [PATCH] 课程班级显示 --- src/assets/main.css | 73 +++++++++++++++++++++++++++--------- 1 files changed, 54 insertions(+), 19 deletions(-) diff --git a/src/assets/main.css b/src/assets/main.css index f39b43e..b14c702 100644 --- a/src/assets/main.css +++ b/src/assets/main.css @@ -1,5 +1,31 @@ @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; @@ -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; } /* 瀵屾枃鏈鍣紝淇濈暀瀵屾枃鏈粯璁ゆ牱寮忥紝鎵�瑙佸嵆鎵�寰� */ @@ -99,7 +124,7 @@ } .avatar-uploader .el-upload:hover { - border-color: #409eff; + border-color: #019e58; } .avatarCover { @@ -167,17 +192,8 @@ .el-input-group__append, .el-input-group__prepend { - vertical-align: initial !important; -} -.el-checkbox__inner { - border: 1px solid #000 !important; - width: 20px !important; - height: 20px !important; -} - -.el-checkbox__inner::after { - left: 7px !important; - top: 4px !important; + /* vertical-align: initial !important; */ + /* align-items: stretch !important; */ } /* 涓汉涓績椤甸潰鍏叡鏍峰紡 */ @@ -195,7 +211,7 @@ border-radius: 4px 4px 0px 0px; } .personalPage-content { - padding: 20px 40px; + padding: 20px 20px; } /* 涓よ竟瀵归綈 */ @@ -207,3 +223,22 @@ cursor: pointer; transition: all 0.2s; } + +.no { + color: #ee1818; +} + +.yes { + color: #1fbc1f; +} +.wait, +.main { + color: #fc9b1e; +} +.grey { + color: #949494; +} +.mainbg{ + background:#00873c; + color:#fff; +} \ No newline at end of file -- Gitblit v1.9.1