cover_EN.css 1.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107
  1. /* clip cross */
  2. .sm-solider-input-box {
  3. width: 100% !important;
  4. }
  5. @media (max-width: 750px) {
  6. .sm-solider-input-box {
  7. width: 100%;
  8. }
  9. }
  10. @media (max-height: 480px) {
  11. .sm-solider-input-box {
  12. width: 100%;
  13. }
  14. }
  15. /* terrain operation */
  16. .mleft {
  17. margin-left: 10px;
  18. width: 115px;
  19. }
  20. /* analysis */
  21. .sm-input-right,
  22. .sm-input-long {
  23. width: 99% !important;
  24. }
  25. label {
  26. font-size: 12px;
  27. }
  28. .sm-function-module-sub-section-caption {
  29. margin-left: 0 !important;
  30. }
  31. .sm-function-module-sub-section {
  32. margin-bottom: 18px;
  33. }
  34. .sm-function-module-sub-section-setting {
  35. margin: 0;
  36. }
  37. /* addponit */
  38. .symbolicLibrary .Thematicbox {
  39. width: 68px;
  40. height: 50px;
  41. }
  42. .symbolicLibrary .Thematicbox {
  43. margin: 0px 2% !important;
  44. /* margin-right: 5px; */
  45. overflow: hidden;
  46. }
  47. .sm-colorpicker {
  48. width: 100%;
  49. height: auto;
  50. }
  51. /* sceneAtibute */
  52. .flexbox button {
  53. width: 60px;
  54. height: 20px;
  55. overflow: hidden;
  56. line-height: 19px;
  57. font-size: 12px;
  58. }
  59. .sm-viewshed-label-right {
  60. width: 100px;
  61. }
  62. .lodbox {
  63. width: 65%;
  64. }
  65. .boxchild {
  66. width: 100%;
  67. margin: 10px 0;
  68. padding: 0;
  69. }
  70. .tbtn {
  71. width: 50%;
  72. margin-left: 0;
  73. margin: 0 5px;
  74. }
  75. .rollerLaber {
  76. width: 95px;
  77. }
  78. .spanBox {
  79. width: 30%;
  80. }
  81. .sm-half {
  82. width: 49%;
  83. display: inline-block;
  84. }