index.wxss 191 B

1234567891011121314
  1. /**index.wxss**/
  2. page {
  3. height: 100vh;
  4. }
  5. /**app.wxss**/
  6. .container {
  7. height: 100%;
  8. display: flex;
  9. flex-direction: column;
  10. justify-content: center;
  11. row-gap: 50rpx;
  12. }