xiaoran-circle.css 357 B

123456789101112131415161718192021222324252627282930313233343536373839404142
  1. .circle_box {
  2. position: relative;
  3. }
  4. .slot {
  5. width: 100%;
  6. height: 100%;
  7. position: absolute;
  8. top: 0px;
  9. left: 0px;
  10. display: flex;
  11. justify-content: center;
  12. align-items: center;
  13. }
  14. .CanvasBox {
  15. width: 100%;
  16. height: 100%;
  17. position: absolute;
  18. top: 0px;
  19. left: 0px;
  20. display: flex;
  21. justify-content: center;
  22. align-items: center;
  23. }