index.wxss 259 B

123456789101112131415
  1. .container {
  2. display: flex;
  3. justify-content: center;
  4. align-items: center;
  5. height: 100vh;
  6. background-color: #f6f5fa;
  7. }
  8. .loading-wrapper,
  9. .error-wrapper {
  10. display: flex;
  11. flex-direction: column;
  12. align-items: center;
  13. justify-content: center;
  14. }