mirror of
https://github.com/ExamAware/ExamSchedule.git
synced 2025-04-29 11:06:32 +00:00
style: 修改按钮布局为横向,居中对齐并调整间距
This commit is contained in:
parent
c445ff1658
commit
2d66879af9
@ -53,10 +53,13 @@
|
|||||||
list-style: none;
|
list-style: none;
|
||||||
padding: 0;
|
padding: 0;
|
||||||
margin: 0;
|
margin: 0;
|
||||||
|
display: flex; /* 改为横向排布 */
|
||||||
|
justify-content: center; /* 居中对齐 */
|
||||||
|
gap: 30px; /* 按钮之间的间距 */
|
||||||
animation: fadeInUp 1s ease-in-out;
|
animation: fadeInUp 1s ease-in-out;
|
||||||
}
|
}
|
||||||
li {
|
li {
|
||||||
margin-bottom: 30px;
|
margin-bottom: 0; /* 移除垂直间距 */
|
||||||
}
|
}
|
||||||
a {
|
a {
|
||||||
color: #fff;
|
color: #fff;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user