农经大屏
Du kan inte välja fler än 25 ämnen Ämnen måste starta med en bokstav eller siffra, kan innehålla bindestreck ('-') och vara max 35 tecken långa.

184 rader
3.4 KiB

  1. .gl_pop_cash {
  2. background: rgba(10, 25, 47, 0.8);
  3. position: absolute;
  4. border: 2px solid #3181f6;
  5. box-shadow: 0 0 5px #3181f6;
  6. border-radius: 0 0 100px 0;
  7. // border-left: 0.15vw solid #357dfa;
  8. z-index: 11;
  9. .head_main {
  10. height: 60px;
  11. display: flex;
  12. align-items: center;
  13. position: relative;
  14. justify-content: space-between;
  15. padding: 0 20px;
  16. background: linear-gradient(to right, rgba(49, 129, 246, .8), rgba(49, 129, 246, 0));
  17. .title {
  18. color: #ffad00;
  19. font-size: 20px !important;
  20. display: flex;
  21. align-items: center;
  22. line-height: 1;
  23. text-shadow: 0 0 15px #3181f6;
  24. i{
  25. display: block;
  26. width: 20px;
  27. height: 20px;
  28. background: url("tt_icon.png") no-repeat center;
  29. background-size: 100% 100%;
  30. margin-right: 10px;
  31. }
  32. }
  33. .close {
  34. background: url('./close.png') no-repeat;
  35. background-size: 100% 100%;
  36. width: 20px;
  37. height: 20px;
  38. cursor: pointer;
  39. }
  40. .xs_main {
  41. height: 30px;
  42. position: absolute;
  43. width: 100%;
  44. display: flex;
  45. align-items: center;
  46. .block {
  47. width: 20px;
  48. display: flex;
  49. .point {
  50. width: .55vh;
  51. height: .55vh;
  52. margin-right: 0.36vw;
  53. &.p1 {
  54. background: rgba(53, 125, 250, 1)
  55. }
  56. &.p2 {
  57. background: rgba(53, 125, 250, .7)
  58. }
  59. &.p3 {
  60. background: rgba(53, 125, 250, .4)
  61. }
  62. }
  63. }
  64. .xs_x {
  65. height: 1px;
  66. flex: 1;
  67. background: #214284;
  68. }
  69. }
  70. }
  71. .echarts_main {
  72. height: 600px;
  73. overflow-y: auto;
  74. div {
  75. font-size: 10px;
  76. // height: 40px;
  77. line-height: 20px;
  78. p {
  79. // white-space: nowrap;
  80. }
  81. }
  82. .headers {
  83. height: 30px;
  84. font-size: 14px;
  85. color: #0befca;
  86. text-align: center;
  87. display: flex;
  88. justify-content: center;
  89. align-items: center;
  90. margin-right: 0.53vw;
  91. background: rgba(11, 239, 202, .2);
  92. margin-bottom: 0.9vh
  93. }
  94. .desc_main {
  95. overflow-y: scroll;
  96. padding-right: 0.33vw;
  97. .analysisTable_list {
  98. margin: 0;
  99. padding: 0;
  100. flex: 1;
  101. display: flex;
  102. flex-direction: column;
  103. .flex_item {
  104. cursor: pointer;
  105. list-style: none;
  106. margin: 0;
  107. display: flex;
  108. justify-content: center;
  109. align-items: center;
  110. text-align: center;
  111. color: #fff;
  112. font-size: 12px;
  113. position: relative;
  114. height: 30px;
  115. &:nth-child(2n) {
  116. background: rgba(53, 125, 250, .1);
  117. }
  118. }
  119. }
  120. }
  121. }
  122. }
  123. .pop_statistical_desc {
  124. width: 600px;
  125. margin: 0;
  126. left: 480px;
  127. top: 180px;
  128. padding-bottom: 1.04vw !important;
  129. .head_main {
  130. .title {
  131. color: #fff;
  132. }
  133. }
  134. .echarts_main {
  135. margin-top: 16px;
  136. div {
  137. display: flex;
  138. align-items: center;
  139. &:nth-child(even) {
  140. //background: rgba(32, 89, 188, 0.2);
  141. }
  142. p {
  143. font-size: 16px;
  144. &:nth-child(1) {
  145. width: 8vw;
  146. padding-right: 1vw;
  147. text-align: right;
  148. flex-shrink: 0;
  149. color: #b0cfec;
  150. }
  151. margin: 0;
  152. color: #ffffff;
  153. line-height: 3.92vh;
  154. }
  155. }
  156. }
  157. }