app.wxss 187 B

12345678910
  1. /**app.wxss**/
  2. .container {
  3. height: 100%;
  4. display: flex;
  5. flex-direction: column;
  6. justify-content: center;
  7. align-items: flex-start;
  8. padding: 20px;
  9. box-sizing: border-box;
  10. }