123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161
  1. .geo-map-modal {
  2. .ant-modal-header,
  3. .ant-modal-content {
  4. background: transparent;
  5. }
  6. .ant-modal-header {
  7. color: rgba(0, 0, 0, 0);
  8. }
  9. .ant-modal-body {
  10. padding: 0;
  11. border: 2px solid #0bdaff;
  12. }
  13. .ant-modal-close {
  14. top: 8px;
  15. right: -16px;
  16. }
  17. .ant-modal-close-x {
  18. color: #0bdaff;
  19. font-size: 24px;
  20. }
  21. }
  22. .geo-map-marker-label {
  23. display: inline-block;
  24. padding: 20px;
  25. background: rgba(0, 0, 0, 0.4);
  26. }
  27. .geo-map-marker-label-text {
  28. font-size: 24px;
  29. line-height: 24px;
  30. background-image: linear-gradient(180deg, #fca790 0%, #e63404 93.84765625%);
  31. background-clip: text;
  32. -webkit-text-fill-color: transparent;
  33. }
  34. // 合作社的样式----Start----
  35. .geo-map-rural-box {
  36. padding: 18px;
  37. font-weight: 800;
  38. font-size: 12px;
  39. background: rgba(3, 3, 3, 0.3);
  40. border: 1px solid rgba(61, 129, 240, 0.5);
  41. border-radius: 4px;
  42. }
  43. .borderBox {
  44. background: #86fcb5;
  45. background-clip: text;
  46. -webkit-text-fill-color: transparent;
  47. }
  48. .geo-map-rural-text-span {
  49. word-spacing: 19px;
  50. }
  51. // 合作社的样式----End----
  52. // 农机监控----Start----
  53. .SquareBox-box-carsMarker {
  54. position: relative;
  55. // height: 100%;
  56. background: rgba(3, 3, 3, 0.3);
  57. border: 1px solid rgba(61, 129, 240, 0.5);
  58. border-radius: 4px;
  59. }
  60. .SquareBox-body-carsMarker {
  61. height: 100%;
  62. padding: 11px;
  63. color: #fff;
  64. // background: rgba(8, 40, 90, 0.4);
  65. background: rgba(3, 3, 3, 0.3);
  66. border: 2px solid rgba(61, 129, 240, 0.5);
  67. }
  68. .border_corner-carsMarker {
  69. position: absolute;
  70. width: 4px;
  71. height: 4px;
  72. background-color: #67ffff;
  73. border-radius: 50%;
  74. }
  75. .border_corner_left_top-left {
  76. top: 0;
  77. left: -2px;
  78. border-right: none;
  79. border-bottom: none;
  80. }
  81. .border_corner_right_top-right {
  82. top: 0;
  83. right: -2px;
  84. border-bottom: none;
  85. border-left: none;
  86. }
  87. .border_corner_left_bottom-left {
  88. bottom: 0;
  89. left: -2px;
  90. border-top: none;
  91. border-right: none;
  92. }
  93. .border_corner_right_bottom-right {
  94. right: -2px;
  95. bottom: 0;
  96. border-top: none;
  97. border-left: none;
  98. }
  99. // 合作社的样式----End----
  100. // 农机监控信息----Start----
  101. //上部
  102. .map-top-border {
  103. width: 100%;
  104. }
  105. .map-top-cars {
  106. width: 7vw;
  107. }
  108. .map-top-start {
  109. position: absolute;
  110. top: 6.8vh;
  111. left: 3.4vw;
  112. // position: relative;
  113. // top: 0px;
  114. // left: 60px;
  115. }
  116. .map-top-stop {
  117. position: absolute;
  118. right: 1vw;
  119. bottom: 8vh;
  120. }
  121. .map-video-btn {
  122. position: absolute;
  123. right: 0;
  124. left: 0;
  125. margin: auto;
  126. }
  127. //底部
  128. .map-button-border {
  129. font-weight: 800;
  130. font-size: 12px;
  131. }
  132. .carsName {
  133. margin-top: 15px;
  134. background: #86fcb5;
  135. background-clip: text;
  136. -webkit-text-fill-color: transparent;
  137. }
  138. .map-button-border-carsRural {
  139. display: flex;
  140. justify-content: space-between;
  141. > span {
  142. font-weight: 800;
  143. }
  144. }
  145. // 合作社的样式----End----