smViewer.scss 951 B

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253
  1. #cesiumContainer {
  2. // 新驾驶舱布局
  3. margin: 0;
  4. padding: 0;
  5. overflow: hidden;
  6. width: 66rem;
  7. height: 34.5rem;
  8. position: absolute;
  9. left: 27rem;
  10. top: 9%;
  11. // width: 100%;
  12. // height: 100%;
  13. // position: absolute;
  14. /* left: 27rem; */
  15. /* top: 9%; */
  16. // z-index: -1;
  17. }
  18. .cesiumbig {
  19. width: 100% !important;
  20. height: 100% !important;
  21. position: absolute !important;
  22. left: 0% !important;
  23. top: 9% !important;
  24. }
  25. .cesiumbtn {
  26. position: absolute;
  27. right: 30px;
  28. top: 30px;
  29. color: #51E9FF;
  30. font-size: 24px;
  31. z-index: 98;
  32. cursor: pointer;
  33. }
  34. .cesium-viewer-timelineContainer {
  35. position: absolute;
  36. bottom: 0;
  37. left: 169px;
  38. right: 29px;
  39. height: 27px;
  40. padding: 0;
  41. margin: 0;
  42. overflow: hidden;
  43. font-size: 14px;
  44. }
  45. .cesium-credit-logoContainer {
  46. display: none !important;
  47. }