app.wxss 174 B

123456789
  1. /**app.wxss**/
  2. .container {
  3. height: 100vh;
  4. display: flex;
  5. flex-direction: column;
  6. align-items: center;
  7. justify-content: space-between;
  8. box-sizing: border-box;
  9. }