index.less 88 B

123456
  1. .index {
  2. display: flex;
  3. justify-content: center;
  4. width: 100vw;
  5. height: 100vh;
  6. }