app.wxss 235 B

123456789101112131415
  1. /**app.wxss**/
  2. page {
  3. width: 100%;
  4. height: 100%;
  5. }
  6. .container {
  7. height: 100%;
  8. display: flex;
  9. flex-direction: column;
  10. align-items: center;
  11. justify-content: space-between;
  12. padding-top: 80rpx;
  13. box-sizing: border-box;
  14. }