webgl_rxdz_test_roam.scss 558 B

123456789101112131415161718192021222324252627282930313233
  1. .main-view{
  2. width:100vw;
  3. height:100%;
  4. overflow: hidden;
  5. position: relative;
  6. }
  7. canvas { width:100vw; height:calc(100vh - 408px);z-index: 10;position: relative;top: 0px;}
  8. #mapDiv{
  9. background-color: #fff;
  10. }
  11. page {
  12. -webkit-user-select: none;
  13. user-select: none;
  14. width: 100%;
  15. height:100vh;
  16. overflow-x: hidden;
  17. overflow-y: hidden;
  18. }
  19. /* 生成截屏的画布对象 */
  20. #canvas {
  21. width: 100vw;
  22. z-index: -1;
  23. position: absolute;
  24. left:0px;
  25. top: -100vh;
  26. }
  27. .canvas-view{
  28. position:relative;
  29. }
  30. .lable-view{
  31. position:absolute;
  32. width:100vw;
  33. }