index.css 3.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162
  1. * {
  2. padding: 0;
  3. margin: 0;
  4. }
  5. html,body {
  6. width: 100%;
  7. height: 100%;
  8. }
  9. .main {
  10. position: relative;
  11. width: 100%;
  12. height: 100%;
  13. background: url(../images/bg.jpg) no-repeat;
  14. background-size: cover;
  15. /* height: 880px; */
  16. min-width: 1386px;
  17. }
  18. .top_title {
  19. width: 100%;
  20. padding-top: 20px;
  21. }
  22. .top_title img {
  23. width: 100%;
  24. }
  25. .datas {
  26. width: 95%;
  27. height: 80%;
  28. margin: auto;
  29. margin-top: 2%;
  30. }
  31. .data_left,.data_middle,.data_right {
  32. float: left;
  33. height: 100%;
  34. }
  35. .data_left {
  36. width: 26%;
  37. }
  38. .left_top {
  39. width: 100%;
  40. height: 48%;
  41. background: url(../images/dataBg.png) no-repeat;
  42. background-size: 100%;
  43. }
  44. .left_top_title {
  45. font-size: 16px;
  46. color: #FFFFFF;
  47. padding-left: 10%;
  48. padding-top: 6%;
  49. }
  50. .left_top_main {
  51. width: 80%;
  52. height: 76%;
  53. margin: auto;
  54. margin-top: 4%;
  55. }
  56. .left_main_circle {
  57. float: left;
  58. width: 35%;
  59. height: 44%;
  60. background: url(../images/cicleBg.png) no-repeat;
  61. background-size: 100%;
  62. color: #4ADEFE;
  63. text-align: center;
  64. }
  65. .left_main_circle p {
  66. font-size: 16px;
  67. margin-top: 20%;
  68. }
  69. .left_main_circle span {
  70. font-size: 12px;
  71. }
  72. .left_main_circle:nth-of-type(2) {
  73. margin-left: 22%;
  74. }
  75. .left_main_circle:nth-of-type(3) {
  76. margin-top: 8%;
  77. }
  78. .left_bottom {
  79. width: 100%;
  80. height: 48%;
  81. background: url(../images/dataBg.png) no-repeat;
  82. background-size: 100%;
  83. margin-top: 7%;
  84. }
  85. .left_bottom_main {
  86. /* background: white; */
  87. }
  88. .data_middle {
  89. width: 38%;
  90. margin: 0 2.5%;
  91. /* background: white; */
  92. }
  93. .middle_top {
  94. width: 100%;
  95. height: 17%;
  96. }
  97. .middle_top_list {
  98. float: left;
  99. width: 33.2%;
  100. height: 65%;
  101. margin-top: 5%;
  102. text-align: center;
  103. color: #4ADEFE;
  104. }
  105. .middle_top_list span {
  106. color: #F3DB5C;
  107. }
  108. .list_title {
  109. font-size: 18px;
  110. margin-top: -15%;
  111. }
  112. .list_num {
  113. margin-top: 3%;
  114. font-size: 16px;
  115. }
  116. .list_num span {
  117. font-size: 30px;
  118. }
  119. .today_list_font {
  120. font-size: 14px;
  121. margin-top: 4%;
  122. }
  123. .middle_top_list:nth-of-type(2) {
  124. border-left: 1px solid #4E72B0;
  125. border-right: 1px solid #4E72B0;
  126. }
  127. .middle_bottom {
  128. width: 100%;
  129. height: 75%;
  130. margin-top: 9%;
  131. background: transparent;
  132. }
  133. .data_right {
  134. width: 31%;
  135. }
  136. .right_top {
  137. width: 100%;
  138. height: 48%;
  139. background: url(../images/msgBg.png) no-repeat;
  140. background-size: 100%;
  141. }
  142. .right_top_main {
  143. width: 95%;
  144. }
  145. .right_bottom {
  146. width: 100%;
  147. height: 48%;
  148. background: url(../images/msgBg.png) no-repeat;
  149. background-size: 100%;
  150. margin-top: 6%;
  151. }
  152. .highcharts-credits {
  153. display: none;
  154. }
  155. .highcharts-legend {
  156. display: none;
  157. }