农经大屏
Non puoi selezionare più di 25 argomenti Gli argomenti devono iniziare con una lettera o un numero, possono includere trattini ('-') e possono essere lunghi fino a 35 caratteri.

244 righe
4.5 KiB

  1. .map {
  2. position: absolute;
  3. top: 0;
  4. left: 0;
  5. right: 0;
  6. bottom: 0;
  7. .legend_pos {
  8. z-index: 21 !important;
  9. position: absolute;
  10. top: 100px;
  11. right: 480px;
  12. .legend_full {
  13. width: 100%;
  14. height: 100%;
  15. display: flex;
  16. flex-direction: column;
  17. align-items: center;
  18. .legend_item {
  19. display: flex;
  20. justify-content: center;
  21. // border: 1px solid red;
  22. align-items: center;
  23. .icon {
  24. width: 16px;
  25. height: 16px;
  26. border-radius: 2px;
  27. margin-right: 10px;
  28. }
  29. }
  30. }
  31. }
  32. .mask {
  33. z-index: 1;
  34. width: 100%;
  35. height: 100%;
  36. box-shadow: inset 350px 0px 400px 100px RGBA(3, 12, 27, 1), inset -350px 0 400px 100px RGBA(3, 12, 27, 1); // 左
  37. /* 四周黑色 */
  38. pointer-events: none;
  39. /* 允许地图事件穿透 */
  40. }
  41. }
  42. //选择地址
  43. .select_address {
  44. width: 300px;
  45. position: absolute;
  46. left: 30px;
  47. top: 40px;
  48. z-index: 302;
  49. box-shadow: inset 0 0 10px 2px rgba(27, 123, 204, 0.8); /* 添加内发光效果 */
  50. // <div class="dot left"></div>
  51. // <div class="dot right"></div>
  52. ::v-deep {
  53. .el-input--suffix {
  54. // background: url('../../../../assets/images/dataScreen/bigDataMonitoring2/stockCooperative/addText_bg.png') center center no-repeat !important;
  55. background-size: 100% 100% !important;
  56. width: 280px;
  57. .el-input__inner {
  58. background: none !important;
  59. border: 0 none !important;
  60. color: #a7dbff;
  61. font-size: 1.66vh;
  62. text-align: center;
  63. padding: 0;
  64. }
  65. .el-input__icon {
  66. display: none !important;
  67. }
  68. }
  69. }
  70. }
  71. .gl_pop_cash {
  72. background: rgba(10, 25, 47, 0.8);
  73. position: absolute;
  74. border: 1px solid #063a95;
  75. border-left: 0.15vw solid #357dfa;
  76. padding: 0 1vw;
  77. z-index: 11;
  78. .head_main {
  79. height: 4.62vh;
  80. padding-top: 0.55vh;
  81. display: flex;
  82. align-items: center;
  83. position: relative;
  84. justify-content: space-between;
  85. .title {
  86. color: #ffad00;
  87. font-size: 1.66vh;
  88. }
  89. .close {
  90. background: url('./close.png');
  91. // border: 1px solid red;
  92. background-size: 100% 100%;
  93. width: 1.48vh;
  94. height: 1.48vh;
  95. cursor: pointer;
  96. }
  97. .xs_main {
  98. height: 0.55vh;
  99. position: absolute;
  100. width: 100%;
  101. bottom: -0.55vh;
  102. display: flex;
  103. align-items: center;
  104. .block {
  105. width: 2.34vw;
  106. display: flex;
  107. .point {
  108. width: .55vh;
  109. height: .55vh;
  110. margin-right: 0.36vw;
  111. &.p1 {
  112. background: rgba(53, 125, 250, 1)
  113. }
  114. &.p2 {
  115. background: rgba(53, 125, 250, .7)
  116. }
  117. &.p3 {
  118. background: rgba(53, 125, 250, .4)
  119. }
  120. }
  121. }
  122. .xs_x {
  123. height: 1px;
  124. flex: 1;
  125. background: #214284;
  126. }
  127. }
  128. }
  129. .echarts_main {
  130. .headers {
  131. height: 3.33vh;
  132. font-size: 1.48vh;
  133. color: #0befca;
  134. text-align: center;
  135. display: flex;
  136. justify-content: center;
  137. align-items: center;
  138. margin-right: 0.53vw;
  139. background: rgba(11, 239, 202, .2);
  140. margin-bottom: 0.9vh
  141. }
  142. .desc_main {
  143. overflow-y: scroll;
  144. padding-right: 0.33vw;
  145. .analysisTable_list {
  146. margin: 0;
  147. padding: 0;
  148. flex: 1;
  149. display: flex;
  150. flex-direction: column;
  151. .flex_item {
  152. cursor: pointer;
  153. list-style: none;
  154. margin: 0;
  155. display: flex;
  156. justify-content: center;
  157. align-items: center;
  158. text-align: center;
  159. color: #fff;
  160. font-size: 1.29vh;
  161. position: relative;
  162. height: 3.2vh;
  163. &:nth-child(2n) {
  164. background: rgba(53, 125, 250, .1);
  165. }
  166. }
  167. }
  168. }
  169. }
  170. }
  171. .pop_statistical_desc {
  172. width: 20.2vw;
  173. margin: 0;
  174. right: 23vw;
  175. top: 35vh;
  176. padding-bottom: 1.04vw !important;
  177. .head_main {
  178. .title {
  179. color: #fff;
  180. }
  181. }
  182. .echarts_main {
  183. margin-top: 1.66vh;
  184. div {
  185. display: flex;
  186. align-items: center;
  187. &:nth-child(even) {
  188. background: rgba(32, 89, 188, 0.2);
  189. }
  190. p {
  191. &:nth-child(1) {
  192. width: 8vw;
  193. padding-left: 1vw;
  194. flex-shrink: 0;
  195. }
  196. &:nth-child(2) {
  197. color: #ffad00;
  198. }
  199. margin: 0;
  200. color: #ffffff;
  201. font-size:1.33vh;
  202. line-height: 3.92vh;
  203. }
  204. }
  205. }
  206. }