m10_heatLayer_height.css 2.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134
  1. /* m10右侧统计图表1 */
  2. .chart {
  3. position: absolute;
  4. right: 55px;
  5. top: 2.5%;
  6. font-size: 15px;
  7. border: none;
  8. color: #ffffff;
  9. background: none;
  10. height: 100%;
  11. }
  12. .chartOne,
  13. .chartTwo,
  14. .chartThree {
  15. width: 440px;
  16. height: 30%;
  17. margin-bottom: 20px;
  18. position: relative;
  19. border: 1px solid #17366c;
  20. background: linear-gradient(to left, #3897cf, #3897cf) left top no-repeat, linear-gradient(to bottom, #3897cf, #3897cf) left top no-repeat,
  21. linear-gradient(to left, #3897cf, #3897cf) right top no-repeat, linear-gradient(to bottom, #3897cf, #3897cf) right top no-repeat,
  22. linear-gradient(to left, #3897cf, #3897cf) left bottom no-repeat, linear-gradient(to bottom, #3897cf, #3897cf) left bottom no-repeat,
  23. linear-gradient(to left, #3897cf, #3897cf) right bottom no-repeat, linear-gradient(to left, #3897cf, #3897cf) right bottom no-repeat;
  24. background-size: 1px 20px, 20px 1px, 1px 20px, 20px 1px;
  25. background-color: rgba(0, 0, 0, 0.1);
  26. }
  27. .chart h6 {
  28. padding: 4px;
  29. width: 10px;
  30. margin-left: 5%;
  31. float: left;
  32. margin-top: 3%;
  33. font-size: 20px;
  34. line-height: 20px;
  35. text-align: center;
  36. }
  37. .chartOne h6::before {
  38. position: absolute;
  39. top: 10px;
  40. left: 6%;
  41. width: 20px;
  42. height: 2px;
  43. background: red;
  44. content: ' ';
  45. }
  46. .chartTwo h6::before {
  47. position: absolute;
  48. top: 10px;
  49. left: 6%;
  50. width: 20px;
  51. height: 2px;
  52. background: red;
  53. content: ' ';
  54. }
  55. .chartThree h6::before {
  56. position: absolute;
  57. top: 10px;
  58. left: 6%;
  59. width: 20px;
  60. height: 2px;
  61. background: red;
  62. content: ' ';
  63. }
  64. .chartOne .chartList {
  65. height: 30%;
  66. width: 91%;
  67. float: left;
  68. margin-top: 15px;
  69. font-size: 15px;
  70. }
  71. .chartOne .title {
  72. float: left;
  73. }
  74. .chartOne .conter {
  75. float: right;
  76. }
  77. .chartOne .title {
  78. margin-right: 10px;
  79. }
  80. .chartOne .chartList li {
  81. height: 50%;
  82. width: 100%;
  83. border-bottom: white 0.5px dashed;
  84. line-height: 50%;
  85. padding: 13px;
  86. }
  87. .chartOne .chartList li:hover {
  88. padding: 10px;
  89. background-color: rgba(0, 0, 0, 0.4);
  90. }
  91. .chartOne .chartList span {
  92. color: rgb(0, 174, 255);
  93. }
  94. /*chartTwo ul_ZJLY */
  95. .chartTwo_ulzjly,
  96. .chartThree_ulndtj {
  97. width: 84%;
  98. height: 90%;
  99. position: absolute;
  100. left: 13%;
  101. bottom: 5px;
  102. }
  103. /* chartThree ul_NDTJ */
  104. .chartThree button {
  105. background: none;
  106. border: 0.06px solid rgb(0, 174, 255);
  107. z-index: 1000;
  108. font-size: 1.2rem;
  109. }
  110. .chartThree button:nth-child(2) {
  111. position: absolute;
  112. top: 10px;
  113. right: 160px;
  114. }
  115. .chartThree button:nth-child(3) {
  116. position: absolute;
  117. top: 10px;
  118. right: 90px;
  119. }
  120. .chartThree button:nth-child(4) {
  121. position: absolute;
  122. top: 10px;
  123. right: 15px;
  124. margin-right: 5px;
  125. }
  126. .chartThree button:active {
  127. background-color: rgb(19, 166, 224);
  128. }
  129. .chartThree button:visited {
  130. background-color: rgb(19, 166, 224);
  131. }