feat: 调整考试状态标签样式,修改边框圆角和字体大小

This commit is contained in:
MKStoler1024 2025-04-12 15:24:50 +00:00
parent 9afc4d4d4b
commit 3ced2cf789
3 changed files with 12 additions and 12 deletions

View File

@ -181,8 +181,8 @@ tr:hover {
.exam-status-tag { .exam-status-tag {
padding: 2px 4px; padding: 2px 4px;
border-radius: 8px; border-radius: 3px;
font-size: 1.5rem; font-size: 1.2rem;
font-weight: 500; font-weight: 500;
} }

View File

@ -181,15 +181,15 @@ tr:hover {
} }
.exam-status-tag { .exam-status-tag {
padding: 6px 12px; padding: 2px 4px;
border-radius: 8px; border-radius: 3px;
font-size: 1.2rem; font-size: 1.2rem;
font-weight: 500; font-weight: 500;
} }
.exam-status-进行中 { .exam-status-进行中 {
background-color: #365534; background-color: #263227;
color: #90D480; color: green;
} }
.exam-status-即将开始 { .exam-status-即将开始 {
@ -198,13 +198,13 @@ tr:hover {
} }
.exam-status-已结束 { .exam-status-已结束 {
background-color: #5C1130; background-color: #3a2523;
color: #FFB3B3; color: red;
} }
.exam-status-未开始 { .exam-status-未开始 {
background-color: #4A4458; background-color: #3c2f1d;
color: #E6E1E5; color: orange;
} }
#settings-modal { #settings-modal {

View File

@ -181,8 +181,8 @@ tr:hover {
} }
.exam-status-tag { .exam-status-tag {
padding: 6px 12px; padding: 2px 4px;
border-radius: 8px; border-radius: 3px;
font-size: 1.2rem; font-size: 1.2rem;
font-weight: 500; font-weight: 500;
} }