default.css 286 B

12345678910111213141516171819202122232425
  1. body {
  2. margin: 0;
  3. padding: 0;
  4. overflow: hidden;
  5. }
  6. .none {
  7. display: none;
  8. }
  9. .footer {
  10. position: fixed;
  11. bottom: 45px;
  12. z-index: 100;
  13. width: 100%;
  14. text-align: center;
  15. }
  16. .mainCanvas {
  17. position: absolute;
  18. top: 0;
  19. left: 0;
  20. z-index: 90;
  21. }