index.module.scss 380 B

123456789101112131415161718192021
  1. .SpinLodingSon {
  2. width: 100%;
  3. height: 100%;
  4. background-color: #fff;
  5. border-radius: 10px;
  6. display: flex;
  7. justify-content: center;
  8. align-items: center;
  9. :global {
  10. .SpinLodingSon2 {
  11. position: fixed;
  12. top: 0;
  13. left: 0;
  14. width: 100%;
  15. height: 100%;
  16. display: flex;
  17. justify-content: center;
  18. align-items: center;
  19. }
  20. }
  21. }