glob.css 808 B

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849
  1. body,
  2. html,
  3. #cesiumContainer {
  4. width: 100%;
  5. height: 100%;
  6. overflow: hidden;
  7. margin: 0;
  8. padding: 0;
  9. position: absolute;
  10. }
  11. .el-button {
  12. position: relative;
  13. }
  14. .terrainground {
  15. z-index: 900;
  16. right: 10px;
  17. left: initial;
  18. top: 10px;
  19. width: 300px;
  20. position: absolute;
  21. padding: 10px;
  22. border-radius: 4px;
  23. background-image: url(./images/bg.png);
  24. background-size: 100% 100%;
  25. background-repeat: no-repeat;
  26. box-sizing: border-box;
  27. }
  28. .block {
  29. box-sizing: border-box;
  30. margin: 0;
  31. padding: 0;
  32. color: #fff;
  33. font-size: 14px;
  34. font-variant: tabular-nums;
  35. line-height: 1.5715;
  36. list-style: none;
  37. font-feature-settings: "tnum";
  38. display: flex;
  39. margin-top: 20px;
  40. }
  41. .el-slider {
  42. margin-top: -11px;
  43. position: absolute;
  44. right: 14px;
  45. display: inline;
  46. width: 200px;
  47. }