mirror of
https://github.com/ExamAware/ExamSchedule.git
synced 2025-04-29 19:16:33 +00:00
feat: 调整考试状态标签样式,修改边框圆角和字体大小
This commit is contained in:
parent
9afc4d4d4b
commit
3ced2cf789
@ -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;
|
||||
}
|
||||
|
||||
|
@ -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 {
|
||||
|
@ -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;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user