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 | 21 ++++++++++++++++++--- 1 files changed, 18 insertions(+), 3 deletions(-) diff --git a/src/assets/main.css b/src/assets/main.css index 9a30762..b14c702 100644 --- a/src/assets/main.css +++ b/src/assets/main.css @@ -15,6 +15,17 @@ outline: none; } +html, +body { + width: 100%; + height: 100%; +} + +#app { + width: 100%; + height: 100%; +} + /* 灞呬腑甯冨眬 */ .contentBox { width: 1200px; @@ -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; } @@ -222,8 +233,12 @@ } .wait, .main { - color: #019e58; + color: #fc9b1e; } .grey { color: #949494; } +.mainbg{ + background:#00873c; + color:#fff; +} \ No newline at end of file -- Gitblit v1.9.1