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