index.wxss 128 B

1234567
  1. .container {
  2. display: flex;
  3. justify-content: center;
  4. align-items: center;
  5. height: 100vh;
  6. background-color: #f6f5fa;
  7. }