优化安装页面 Ui
This commit is contained in:
parent
760e74f81a
commit
a4525802c4
|
|
@ -31,6 +31,7 @@
|
|||
|
||||
span.index {
|
||||
width: 40px;
|
||||
flex: 0 0 40px;
|
||||
height: 40px;
|
||||
border: 2px solid #ddd;
|
||||
border-radius: 50%;
|
||||
|
|
|
|||
|
|
@ -16,6 +16,10 @@ body {
|
|||
display: flex;
|
||||
flex-direction: column;
|
||||
justify-content: space-between;
|
||||
|
||||
@media (max-width: 768px) {
|
||||
padding: 20px;
|
||||
}
|
||||
}
|
||||
|
||||
> .content {
|
||||
|
|
|
|||
Loading…
Reference in New Issue