From 024ec09516520c6f365fbc562c386f63f07ae422 Mon Sep 17 00:00:00 2001 From: MKStoler1024 <158786854+MKStoler1024@users.noreply.github.com> Date: Thu, 16 Jan 2025 03:53:06 +0000 Subject: [PATCH] =?UTF-8?q?fix:=20=E6=9B=B4=E6=96=B0=E6=A0=B7=E5=BC=8F?= =?UTF-8?q?=E4=BB=A5=E6=94=B9=E5=96=84=E8=A7=86=E8=A7=89=E6=95=88=E6=9E=9C?= =?UTF-8?q?=E5=92=8C=E5=8F=AF=E8=AF=BB=E6=80=A7?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- exam/styles.css | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/exam/styles.css b/exam/styles.css index c86a690..cc6ed38 100644 --- a/exam/styles.css +++ b/exam/styles.css @@ -87,7 +87,7 @@ h1 { #message { font-size: 1.5rem; - color: #e08e0e; + color: #16a3d1; margin-bottom: 20px; } @@ -98,9 +98,9 @@ h1 { .left-column, .right-column { width: 48%; - background-color: #1f1f1f; + background-color: rgba(31, 31, 31, 0.2); padding: 20px; - box-shadow: 0 0 10px rgba(0, 0, 0, 0.2); + box-shadow: 0 0 10px rgba(0, 0, 0, 0.3); border-radius: 8px; } @@ -109,7 +109,7 @@ h1 { font-weight: bold; text-align: center; margin-bottom: 20px; - color: #e08e0e; + color: #7cc3fb; } #current-subject, #exam-timing, #remaining-time, #status { @@ -124,7 +124,7 @@ table { border-collapse: collapse; margin-top: 20px; border: 1px solid #333; - background-color: #1f1f1f; + background-color: rgba(31, 31, 31, 0.5); } th, td { @@ -136,21 +136,21 @@ th, td { th { background-color: #333; - color: #ea8925; + color: #7cc3fb; font-weight: bold; - border-bottom: 2px solid #ea8925; + border-bottom: 2px solid #2b71ad; } .exam-status-进行中 td { - color: green !important; /* 绿色字体 */ + color: #5ba838 !important; /* 绿色字体 */ } .exam-status-即将开始 td { - color: orange !important; /* 橙色字体 */ + color: #fe9901 !important; /* 橙色字体 */ } .exam-status-已结束 td { - color: red !important; /* 红色字体 */ + color: #ec0434 !important; /* 红色字体 */ } .exam-status-空闲 td { @@ -226,7 +226,7 @@ td:last-child { padding: 10px 20px; font-size: 2rem; cursor: pointer; - background-color: #4CAF50; + background-color: #93b4f7; color: white; border: none; border-radius: 5px;