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