index01.css 4.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253
  1. .dataAll{
  2. width: 100%;
  3. height: 33%;
  4. background-color: rgba(2,8,23,0.54);
  5. float: left;
  6. border-radius: 10px;
  7. /*margin-top: 10px;*/
  8. /*margin-left: 10px;*/
  9. }
  10. .dataAllNo01{
  11. width: 100%;
  12. height: 100%;
  13. background-color: rgba(2,8,23,0.54);
  14. float: left;
  15. border-radius: 10px;
  16. /*margin-top: 10px;*/
  17. /*margin-left: 10px;*/
  18. }
  19. .dataAllNo02{
  20. width: 100%;
  21. height: 100%;
  22. background-color: rgba(2,8,23,0.54);
  23. float: left;
  24. border-radius: 10px;
  25. /*margin-top: 10px;*/
  26. /*margin-left: 10px;*/
  27. }
  28. .dataAll01{
  29. width: 100%;
  30. height: 66%;
  31. background-color: rgba(2,8,23,0.54);
  32. float: left;
  33. border-radius: 10px;
  34. /*margin-top: 10px;*/
  35. margin-left: 10px;
  36. }
  37. .dataAll02{
  38. width: 100%;
  39. height: 33%;
  40. background-color: rgba(2,8,23,0.54);
  41. float: left;
  42. border-radius: 10px;
  43. /*margin-top: 10px;*/
  44. margin-left: 10px;
  45. }
  46. .maginS{
  47. /*margin-top:13% !important;*/
  48. }
  49. .maginS01{
  50. /*margin-top:11% !important;*/
  51. }
  52. .dataAllBorder01{
  53. width: 100%;
  54. height: 100%;
  55. border-radius: 10px;
  56. border: 1px #0174f5 solid;
  57. padding: 1px;
  58. box-sizing: border-box;
  59. }
  60. .dataAllBorder02{
  61. width: 100%;
  62. height: 100%;
  63. box-sizing: border-box;
  64. border:2px solid #016ae0;
  65. border-radius: 10px;
  66. }
  67. .data_tit{
  68. width: 32%;
  69. height: 7%;
  70. background-image: url("../img/tit01s.png");
  71. background-size: 100% 100%;
  72. background-repeat: no-repeat;
  73. margin:0 auto;
  74. font-size: 12px;
  75. color: #ffffff;
  76. text-align: center;
  77. }
  78. .data_tit1{
  79. width: 46%;
  80. height: 10%;
  81. background-image: url("../img/tit01s.png");
  82. background-size: 100% 100%;
  83. background-repeat: no-repeat;
  84. margin:0 auto;
  85. font-size: 12px;
  86. color: #ffffff;
  87. text-align: center;
  88. }
  89. .data_tit2{
  90. width: 36%;
  91. height: 5%;
  92. background-image: url("../img/tit01s.png");
  93. background-size: 100% 100%;
  94. background-repeat: no-repeat;
  95. margin:0 auto;
  96. font-size: 12px;
  97. color: #ffffff;
  98. text-align: center;
  99. }
  100. .data_tit3{
  101. width: 44%;
  102. height: 3%;
  103. background-image: url("../img/tit01s.png");
  104. background-size: 100% 100%;
  105. background-repeat: no-repeat;
  106. margin:0 auto;
  107. font-size: 12px;
  108. color: #ffffff;
  109. text-align: center;
  110. }
  111. .data_left01{
  112. float: left;
  113. width: 22%;
  114. height: 100%;
  115. margin-left: 10px;
  116. }
  117. .data_chart{
  118. width: 96%;
  119. margin-left: 2%;
  120. height: 90%;
  121. padding-top: 2%;
  122. }
  123. .data_chart01{
  124. width: 98%;
  125. margin-left: 2%;
  126. height: 50%;
  127. padding-top: 10px;
  128. }
  129. .data_chart02{
  130. width: 96%;
  131. margin-left: 2%;
  132. height: 90%;
  133. padding-top: 2%;
  134. }
  135. .data_chart03{
  136. width: 96%;
  137. margin-left: 2%;
  138. height: 92%;
  139. padding-top: 2%;
  140. }
  141. .data_left02{
  142. float: left;
  143. width: 31%;
  144. height: 100%;
  145. margin-left: 10px;
  146. }
  147. .data_left03{
  148. float: left;
  149. width: 26%;
  150. height: 99%;
  151. margin-left: 0.5%;
  152. }
  153. .data_left04{
  154. float: left;
  155. width: 46%;
  156. height: 99%;
  157. margin-left: 0.5%;
  158. }
  159. .data_left05{
  160. float: left;
  161. width: 49%;
  162. height: 49%;
  163. margin-left:0.6%;
  164. }
  165. .table_data01{
  166. width: 96%;
  167. margin-left: 2%;
  168. border-collapse: collapse;
  169. color: #ffffff;
  170. margin-top: 10px;
  171. }
  172. .table_data01 tr td{
  173. border: 1px solid #5bc0de;
  174. padding-top: 5px;
  175. padding-bottom: 5px;
  176. text-indent: 10px;
  177. }
  178. .table_data02{
  179. width: 96%;
  180. margin-left: 2%;
  181. border-collapse: collapse;
  182. color: #ffffff;
  183. margin-top: 10px;
  184. border-radius: 5px;
  185. border: 1px solid #5bc0de;
  186. }
  187. .table_data02 tr td{
  188. padding-top: 8px;
  189. padding-bottom: 8px;
  190. text-indent: 10px;
  191. }
  192. .font01{
  193. font-size: 30px;
  194. color: #4cae4c;
  195. }
  196. .font02{
  197. font-size: 30px;
  198. color: #e9230d;
  199. }
  200. .font03{
  201. font-size: 30px;
  202. color: #e9a832;
  203. }
  204. .font04{
  205. color: #a4e90f;
  206. font-size: 18px;
  207. }
  208. .font05{
  209. color: #e92b23;
  210. font-size: 18px;
  211. }
  212. .font6{
  213. font-weight: bold;
  214. font-size: 18px;
  215. }
  216. .font07{
  217. font-size: 30px;
  218. }
  219. .zhanleft01{
  220. width: 49%;
  221. height: 38%;
  222. float: left;
  223. margin-left: 1%;
  224. /*padding-top: 10px;*/
  225. display: inline-block;
  226. padding-top: 2%;
  227. }
  228. .zhanleft02{
  229. width: 96%;
  230. height: 40%;
  231. margin-left: 2%;
  232. /*padding-top: 20px;*/
  233. float: left;
  234. padding-top: 7%;
  235. }