index.wxss 155 B

12345678910
  1. .wrapper {
  2. display: flex;
  3. align-items: center;
  4. justify-content: center;
  5. height: 100%;
  6. }
  7. .wrapper .loading {
  8. text-align: center;
  9. color: #fff;
  10. }