index01.css 4.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261
  1. .dataAll{
  2. width: 100%;
  3. height: 33%;
  4. background-color: rgba(2,8,23,0.1);
  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.1);
  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.1);
  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.1);
  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.1);
  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. .nav_active {
  79. border-bottom: 4px solid #4b8df8;
  80. /*box-shadow: -10px 0px 15px rgba(2,8,23,0.54) inset,*/
  81. /*0px -10px 15px rgba(2,8,23,0.54) inset,*/
  82. /*10px 0px 15px rgba(2,8,23,0.54) inset,*/
  83. /*0px 10px 15px rgba(2,8,23,0.54) inset;*/
  84. box-sizing: border-box;
  85. }
  86. .data_tit1{
  87. width: 46%;
  88. height: 10%;
  89. background-image: url("../img/tit01s.png");
  90. background-size: 100% 100%;
  91. background-repeat: no-repeat;
  92. margin:0 auto;
  93. font-size: 12px;
  94. color: #ffffff;
  95. text-align: center;
  96. }
  97. .data_tit2{
  98. width: 36%;
  99. height: 5%;
  100. background-image: url("../img/tit01s.png");
  101. background-size: 100% 100%;
  102. background-repeat: no-repeat;
  103. margin:0 auto;
  104. font-size: 12px;
  105. color: #ffffff;
  106. text-align: center;
  107. }
  108. .data_tit3{
  109. width: 44%;
  110. height: 3%;
  111. background-image: url("../img/tit01s.png");
  112. background-size: 100% 100%;
  113. background-repeat: no-repeat;
  114. margin:0 auto;
  115. font-size: 12px;
  116. color: #ffffff;
  117. text-align: center;
  118. }
  119. .data_left01{
  120. float: left;
  121. width: 22%;
  122. height: 100%;
  123. margin-left: 10px;
  124. }
  125. .data_chart{
  126. width: 96%;
  127. margin-left: 2%;
  128. height: 90%;
  129. padding-top: 2%;
  130. }
  131. .data_chart01{
  132. width: 98%;
  133. margin-left: 2%;
  134. height: 50%;
  135. padding-top: 10px;
  136. }
  137. .data_chart02{
  138. width: 96%;
  139. margin-left: 2%;
  140. height: 90%;
  141. padding-top: 2%;
  142. }
  143. .data_chart03{
  144. width: 96%;
  145. margin-left: 2%;
  146. height: 92%;
  147. padding-top: 2%;
  148. }
  149. .data_left02{
  150. float: left;
  151. width: 31%;
  152. height: 100%;
  153. margin-left: 10px;
  154. }
  155. .data_left03{
  156. float: left;
  157. width: 26%;
  158. height: 99%;
  159. margin-left: 0.5%;
  160. }
  161. .data_left04{
  162. float: left;
  163. width: 46%;
  164. height: 99%;
  165. margin-left: 0.5%;
  166. }
  167. .data_left05{
  168. float: left;
  169. width: 49%;
  170. height: 49%;
  171. margin-left:0.6%;
  172. }
  173. .table_data01{
  174. width: 96%;
  175. margin-left: 2%;
  176. border-collapse: collapse;
  177. color: #ffffff;
  178. margin-top: 10px;
  179. }
  180. .table_data01 tr td{
  181. border: 1px solid #5bc0de;
  182. padding-top: 5px;
  183. padding-bottom: 5px;
  184. text-indent: 10px;
  185. }
  186. .table_data02{
  187. width: 96%;
  188. margin-left: 2%;
  189. border-collapse: collapse;
  190. color: #ffffff;
  191. margin-top: 10px;
  192. border-radius: 5px;
  193. border: 1px solid #5bc0de;
  194. }
  195. .table_data02 tr td{
  196. padding-top: 8px;
  197. padding-bottom: 8px;
  198. text-indent: 10px;
  199. }
  200. .font01{
  201. font-size: 30px;
  202. color: #4cae4c;
  203. }
  204. .font02{
  205. font-size: 30px;
  206. color: #e9230d;
  207. }
  208. .font03{
  209. font-size: 30px;
  210. color: #e9a832;
  211. }
  212. .font04{
  213. color: #a4e90f;
  214. font-size: 18px;
  215. }
  216. .font05{
  217. color: #e92b23;
  218. font-size: 18px;
  219. }
  220. .font6{
  221. font-weight: bold;
  222. font-size: 18px;
  223. }
  224. .font07{
  225. font-size: 30px;
  226. }
  227. .zhanleft01{
  228. width: 49%;
  229. height: 38%;
  230. float: left;
  231. margin-left: 1%;
  232. /*padding-top: 10px;*/
  233. display: inline-block;
  234. padding-top: 2%;
  235. }
  236. .zhanleft02{
  237. width: 96%;
  238. height: 40%;
  239. margin-left: 2%;
  240. /*padding-top: 20px;*/
  241. float: left;
  242. padding-top: 7%;
  243. }