index.less 153 B

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