app.wxss 241 B

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