index.less 83 B

12345
  1. .flex-center {
  2. display: flex;
  3. justify-content: center;
  4. align-items: center;
  5. }