fix: 修改css
This commit is contained in:
parent
ac6d837840
commit
9819d97e3a
|
@ -6,6 +6,7 @@
|
||||||
|
|
||||||
#app {
|
#app {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
|
min-height: 100vh;
|
||||||
padding-bottom: 0.2rem;
|
padding-bottom: 0.2rem;
|
||||||
position: relative;
|
position: relative;
|
||||||
background-color: #3387c2;
|
background-color: #3387c2;
|
||||||
|
@ -21,7 +22,7 @@
|
||||||
height: 4.66rem;
|
height: 4.66rem;
|
||||||
background-color: #c0ddf3;
|
background-color: #c0ddf3;
|
||||||
border-radius: 0.15rem;
|
border-radius: 0.15rem;
|
||||||
margin: -1.2rem auto 0 auto;
|
margin: -0.6rem auto 0 auto;
|
||||||
display: flex;
|
display: flex;
|
||||||
justify-content: center;
|
justify-content: center;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
|
|
Loading…
Reference in New Issue