loadding.css 605 B

1234567891011121314151617181920212223242526
  1. .current a {
  2. font-size: 20px;
  3. }
  4. .over {
  5. display: none;
  6. position: absolute;
  7. top: 0;
  8. left: 0;
  9. width: 100%;
  10. height: 100%;
  11. background-color: black;
  12. opacity: 0.1;
  13. z-index: 1000;
  14. }
  15. .layout {
  16. display: none;
  17. position: absolute;
  18. top: 40%;
  19. left: 40%;
  20. width: 20%;
  21. height: 20%;
  22. z-index: 1001;
  23. text-align:center;
  24. }