index.css 4.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253
  1. *{
  2. margin: 0;
  3. padding: 0;
  4. }
  5. body{
  6. width: 100%;
  7. height: 100%;
  8. overflow: auto;
  9. }
  10. .public-bg{
  11. background: rgba(12,26,63,0.3);
  12. }
  13. .public-title{
  14. width: calc(100% - 20px);
  15. height: 30px;
  16. position: relative;
  17. top: 0;
  18. left: 5px;
  19. color: white;
  20. padding-left: 16px;
  21. line-height: 30px;
  22. font-size: 13px;
  23. }
  24. .public-title:before{
  25. width: 4px;
  26. height: 20px;
  27. top: 5px;
  28. position: absolute;
  29. content: "";
  30. background: #2997e4;
  31. border-radius: 2px;
  32. left: 5px;
  33. }
  34. .content-body{
  35. width: 100%;
  36. height: 100%;
  37. background: #0d325f;
  38. background-size: 100% 100%;
  39. position: absolute;
  40. }
  41. .header{
  42. height: 70px;
  43. width: 100%;
  44. /* border: 1px solid red;*/
  45. }
  46. .header .header-left{
  47. width: 50%;
  48. float: left;
  49. line-height: 70px;
  50. }
  51. .header .header-left span{
  52. color: #ffffff;
  53. font-weight: bold;
  54. font-size: 24px;
  55. letter-spacing:2px;
  56. padding: 0 20px;
  57. }
  58. .header .header-time{
  59. width: 48%;
  60. line-height: 70px;
  61. float: right;
  62. text-align: right;
  63. padding-right: 20px;
  64. }
  65. .header .header-time span{
  66. color: #ffffff;
  67. }
  68. .content{
  69. width: 100%;
  70. height: calc(100% - 75px);
  71. position: absolute;
  72. }
  73. .content .content-con{
  74. height: 100%;
  75. }
  76. .content .content-con .left-body{
  77. width: 22%;
  78. height: 100%;
  79. float: left;
  80. margin:0 0.3%;
  81. }
  82. .left-body .left-top{
  83. width: 100%;
  84. height: 27%;
  85. }
  86. .left-body .left-top .top-body{
  87. width: 100%;
  88. height: calc(100% - 30px);
  89. }
  90. .left-body .left-top .top-body .top-left{
  91. float: left;
  92. width: 50%;
  93. height: 100%;
  94. }
  95. .top-left-title{
  96. width: 100%;
  97. height: 100%;
  98. padding: 30px;
  99. box-sizing: border-box;
  100. }
  101. .top-left-title h6{
  102. color: #bad0e2;
  103. }
  104. .top-left-title span{
  105. margin-top: 30px;
  106. display: inline-block;
  107. color: #2aa4f1;
  108. /* height: 80px;
  109. line-height: 80px;*/
  110. }
  111. .top-left-title span b{
  112. font-size: 30px;
  113. letter-spacing:5px;
  114. }
  115. .top-left-title img{
  116. width: 80%;
  117. }
  118. .left-body .left-top .top-body .top-right{
  119. float: left;
  120. width: 50%;
  121. height: 100%;
  122. }
  123. .left-body .left-con{
  124. width: 100%;
  125. height: 38%;
  126. margin-top: 1.6%;
  127. }
  128. .title-nav{
  129. width: 100%;
  130. height: calc(100% - 30px);
  131. }
  132. .left-body .left-bottom{
  133. width: 100%;
  134. height: 32%;
  135. margin-top: 1.6%;
  136. }
  137. .center-body{
  138. width: 54%;
  139. height: 100%;
  140. margin:0 0.3%;
  141. float: left;
  142. /*border: 1px solid red;*/
  143. }
  144. .center-body .map{
  145. width: 100%;
  146. height: 100%;
  147. }
  148. .right-body{
  149. width: 22%;
  150. height: 100%;
  151. float: right;
  152. margin:0 0.3%;
  153. }
  154. .right-body .right-top{
  155. width: 100%;
  156. height: 32%;
  157. }
  158. .title-nav .top5-ul{
  159. width: calc(100% - 20px);
  160. height: calc(100% - 30px);
  161. padding: 10px;
  162. }
  163. .title-nav .top5-ul ul{
  164. width: 100%;
  165. height: 100%;
  166. }
  167. .title-nav .top5-ul ul,li{
  168. list-style: none;
  169. }
  170. .title-nav .top5-ul ul>li{
  171. width: 100%;
  172. height: 20%;
  173. color: #ffffff;
  174. line-height: 68px;
  175. justify-content: center;
  176. }
  177. .title-nav .top5-ul ul li span{
  178. margin-left: 3%;
  179. font-size: 14px;
  180. }
  181. .title-nav .top5-ul ul li span:nth-child(1){
  182. color: #EB6841;
  183. font-style: oblique;
  184. /*width: 10%;*/
  185. /*#20a8fe
  186. #EB6841
  187. #3FB8AF
  188. #FE4365
  189. #FC9D9A*/
  190. display: inline-block;
  191. text-align: center;
  192. font-size: 20px;
  193. }
  194. .title-nav .top5-ul ul li span:nth-child(2){
  195. width: 10%;
  196. display: inline-block;
  197. text-align: center;
  198. height: 30px;
  199. line-height: 30px;
  200. /* height: 100%;*/
  201. /*line-height: 100%;*/
  202. vertical-align: center;
  203. border-radius: 5px;
  204. color: #ffffff;
  205. }
  206. .title-nav .top5-ul ul li:nth-child(1) span:nth-child(2),.title-nav .top5-ul ul li:nth-child(2) span:nth-child(2)
  207. ,.title-nav .top5-ul ul li:nth-child(3) span:nth-child(2){
  208. background: #d89346;
  209. }
  210. .title-nav .top5-ul ul li:nth-child(4) span:nth-child(2)
  211. ,.title-nav .top5-ul ul li:nth-child(5) span:nth-child(2){
  212. background: #1db5ea;
  213. }
  214. .title-nav .top5-ul ul li span:nth-child(3){
  215. /*width: 15%;*/
  216. display: inline-block;
  217. text-align: center;
  218. }
  219. .title-nav .top5-ul ul li span:nth-child(4){
  220. /*width: 15%;*/
  221. display: inline-block;
  222. text-align: center;
  223. }
  224. .title-nav .top5-ul ul li span:nth-child(5){
  225. /*width: 20%;*/
  226. display: inline-block;
  227. text-align: center;
  228. }
  229. .title-nav .top5-ul ul li span:nth-child(6){
  230. display: inline-block;
  231. text-align: center;
  232. }
  233. .right-body .right-con{
  234. width: 100%;
  235. height: 25%;
  236. margin-top: 2%;
  237. }
  238. .right-body .right-bottom{
  239. width: 100%;
  240. height: 39%;
  241. margin-top: 2%;
  242. }