mirror of
https://github.com/ExamAware/ExamSchedule.git
synced 2025-04-29 11:06:32 +00:00
style: 增加时钟和信息板块之间的间隔
This commit is contained in:
parent
48761f0093
commit
b90b5049cb
@ -99,6 +99,7 @@ h1 {
|
||||
padding: 20px;
|
||||
box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
|
||||
border-radius: 8px;
|
||||
margin-bottom: 20px; /* 增加时钟和信息板块之间的间隔 */
|
||||
}
|
||||
|
||||
#current-time {
|
||||
|
@ -100,6 +100,10 @@ h1 {
|
||||
border-radius: 8px;
|
||||
}
|
||||
|
||||
.clock-section, .info-section {
|
||||
margin-bottom: 20px; /* 增加时钟和信息板块之间的间隔 */
|
||||
}
|
||||
|
||||
#current-time {
|
||||
font-size: 8rem;
|
||||
text-align: center;
|
||||
|
Loading…
x
Reference in New Issue
Block a user