Browse Source

no message

master
xpz2018 6 years ago
parent
commit
944d05ff69
1 changed files with 5 additions and 3 deletions
  1. 8
      app.wxss

8
app.wxss

@ -7,8 +7,8 @@
.scrollPage {
height: 100vh;
}
.flex-center{
.flex-center {
align-items: center;
justify-content: center;
}
@ -26,4 +26,6 @@
-webkit-justify-content: space-between;
-ms-flex-pack: justify;
justify-content: space-between;
}
}
Loading…
Cancel
Save