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 {
padding: 2px 4px;
border-radius: 8px;
font-size: 1.5rem;
border-radius: 3px;
font-size: 1.2rem;
font-weight: 500;
}

View File

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

View File

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