农经大屏
25개 이상의 토픽을 선택하실 수 없습니다. Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

index.scss 4.7 KiB

1 개월 전
1 개월 전
1 개월 전
1 개월 전
1 개월 전
1 개월 전
1 개월 전
1 개월 전
1 개월 전
123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244
  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. height: 30px;
  45. width: 300px;
  46. position: absolute;
  47. left: 480px;
  48. top: 112px;
  49. z-index: 302;
  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. height: 35px;
  57. width: 280px;
  58. .el-input__inner {
  59. background: none !important;
  60. border: 0 none !important;
  61. color: #a7dbff;
  62. font-size: 1.66vh;
  63. text-align: center;
  64. padding: 0;
  65. padding-top: .9vh;
  66. }
  67. .el-input__icon {
  68. display: none !important;
  69. }
  70. }
  71. }
  72. }
  73. .gl_pop_cash {
  74. background: rgba(10, 25, 47, 0.8);
  75. position: absolute;
  76. border: 1px solid #063a95;
  77. border-left: 0.15vw solid #357dfa;
  78. padding: 0 1vw;
  79. z-index: 11;
  80. .head_main {
  81. height: 4.62vh;
  82. padding-top: 0.55vh;
  83. display: flex;
  84. align-items: center;
  85. position: relative;
  86. justify-content: space-between;
  87. .title {
  88. color: #ffad00;
  89. font-size: 1.66vh;
  90. }
  91. .close {
  92. background: url('./close.png');
  93. // border: 1px solid red;
  94. background-size: 100% 100%;
  95. width: 1.48vh;
  96. height: 1.48vh;
  97. cursor: pointer;
  98. }
  99. .xs_main {
  100. height: 0.55vh;
  101. position: absolute;
  102. width: 100%;
  103. bottom: -0.55vh;
  104. display: flex;
  105. align-items: center;
  106. .block {
  107. width: 2.34vw;
  108. display: flex;
  109. .point {
  110. width: .55vh;
  111. height: .55vh;
  112. margin-right: 0.36vw;
  113. &.p1 {
  114. background: rgba(53, 125, 250, 1)
  115. }
  116. &.p2 {
  117. background: rgba(53, 125, 250, .7)
  118. }
  119. &.p3 {
  120. background: rgba(53, 125, 250, .4)
  121. }
  122. }
  123. }
  124. .xs_x {
  125. height: 1px;
  126. flex: 1;
  127. background: #214284;
  128. }
  129. }
  130. }
  131. .echarts_main {
  132. .headers {
  133. height: 3.33vh;
  134. font-size: 1.48vh;
  135. color: #0befca;
  136. text-align: center;
  137. display: flex;
  138. justify-content: center;
  139. align-items: center;
  140. margin-right: 0.53vw;
  141. background: rgba(11, 239, 202, .2);
  142. margin-bottom: 0.9vh
  143. }
  144. .desc_main {
  145. overflow-y: scroll;
  146. padding-right: 0.33vw;
  147. .analysisTable_list {
  148. margin: 0;
  149. padding: 0;
  150. flex: 1;
  151. display: flex;
  152. flex-direction: column;
  153. .flex_item {
  154. cursor: pointer;
  155. list-style: none;
  156. margin: 0;
  157. display: flex;
  158. justify-content: center;
  159. align-items: center;
  160. text-align: center;
  161. color: #fff;
  162. font-size: 1.29vh;
  163. position: relative;
  164. height: 3.2vh;
  165. &:nth-child(2n) {
  166. background: rgba(53, 125, 250, .1);
  167. }
  168. }
  169. }
  170. }
  171. }
  172. }
  173. .pop_statistical_desc {
  174. width: 20.2vw;
  175. margin: 0;
  176. right: 23vw;
  177. top: 35vh;
  178. padding-bottom: 1.04vw !important;
  179. .head_main {
  180. .title {
  181. color: #fff;
  182. }
  183. }
  184. .echarts_main {
  185. margin-top: 1.66vh;
  186. div {
  187. display: flex;
  188. align-items: center;
  189. &:nth-child(even) {
  190. background: rgba(32, 89, 188, 0.2);
  191. }
  192. p {
  193. &:nth-child(1) {
  194. width: 8vw;
  195. padding-left: 1vw;
  196. flex-shrink: 0;
  197. }
  198. &:nth-child(2) {
  199. color: #ffad00;
  200. }
  201. margin: 0;
  202. color: #ffffff;
  203. font-size:1.33vh;
  204. line-height: 3.92vh;
  205. }
  206. }
  207. }
  208. }