main.css 5.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270
  1. html,
  2. body {
  3. width: 100%;
  4. height: 100%;
  5. margin: 0;
  6. padding: 0;
  7. background: rgba(14, 18, 45, 1);
  8. }
  9. .titleText {
  10. font-size: 20px;
  11. font-family: PingFang-SC-Medium;
  12. font-weight: 500;
  13. color: rgba(27, 146, 253, 1);
  14. }
  15. .main {
  16. width: 100%;
  17. height: 100%;
  18. margin-left: auto;
  19. margin-right: auto;
  20. min-width: 1560px;
  21. }
  22. .main .header {
  23. position: relative;
  24. width: 100%;
  25. height: 140px;
  26. display: -webkit-box;
  27. display: -ms-flexbox;
  28. display: flex;
  29. -webkit-box-align: center;
  30. -ms-flex-align: center;
  31. align-items: center;
  32. -webkit-box-pack: center;
  33. -ms-flex-pack: center;
  34. justify-content: center;
  35. }
  36. .main .header .dateBox {
  37. width: 363px;
  38. position: absolute;
  39. right: 10px;
  40. }
  41. .main .header .dateBox span {
  42. font-size: 18px;
  43. font-family: HiraginoSansGB-W3;
  44. font-weight: normal;
  45. color: rgba(255, 255, 255, 1);
  46. }
  47. .main .content {
  48. width: 100%;
  49. padding: 0 10px 15px 10px;
  50. display: flex;
  51. }
  52. .main .content .leftBox .pingfen {
  53. width: 100%;
  54. height: 232px;
  55. background: rgba(50, 72, 106, 0.2);
  56. }
  57. .main .content .leftBox .pingfen .pfcontent {
  58. display: flex;
  59. justify-content: center;
  60. margin-top: 30px;
  61. }
  62. .main .content .leftBox .pingfen .pfcontent .leftBox {
  63. width: 84px;
  64. display: flex;
  65. flex-direction: column;
  66. align-items: center;
  67. justify-content: center;
  68. }
  69. .main .content .leftBox .pingfen .pfcontent .rightBox {
  70. width: 100px;
  71. height: 100px;
  72. /* background-image: url(../img/pfyq.png);
  73. background-repeat: no-repeat;
  74. background-size: 100% 100%; */
  75. display: flex;
  76. align-items: center;
  77. justify-content: center;
  78. margin-left: 20px;
  79. font-size: 36px;
  80. font-family: PingFang-SC-Medium;
  81. font-weight: 500;
  82. color: rgba(255, 255, 255, 1);
  83. }
  84. .comLine {
  85. width: 1px;
  86. height: 180px;
  87. border: 1px solid rgba(62, 99, 151, 1);
  88. border-right: none;
  89. border-top: none;
  90. border-bottom: none;
  91. }
  92. .smdate {
  93. font-size: 12px;
  94. font-family: PingFang-SC-Medium;
  95. font-weight: 500;
  96. color: rgba(255, 255, 255, 1);
  97. position: absolute;
  98. left: 25px;
  99. }
  100. .smtext {
  101. font-size: 14px;
  102. font-family: PingFang-SC-Medium;
  103. font-weight: 500;
  104. color: rgba(255, 255, 255, 1);
  105. margin: 0 10px;
  106. }
  107. .main .content .leftBox .pingfen .pfcontent .leftBox span {
  108. margin-top: 10px;
  109. font-size: 14px;
  110. font-family: PingFang-SC-Medium;
  111. font-weight: 500;
  112. color: rgba(55, 180, 228, 1);
  113. }
  114. .main .content .pfTitle {
  115. margin: 17px;
  116. display: flex;
  117. align-items: center;
  118. }
  119. .main .content .leftBox .pingfen .pfTitle > img {
  120. margin-right: 10px;
  121. }
  122. .main .content .leftBox .pingfen > div {
  123. height: 230px;
  124. border: 1px solid rgba(27, 146, 253, 0.5);
  125. }
  126. .main .content .leftBox .paimin {
  127. width: 100%;
  128. height: 220px;
  129. background: rgba(50, 72, 106, 0.2);
  130. margin-top: 18px;
  131. }
  132. .main .content .leftBox .paimin > div {
  133. height: 220px;
  134. border: 1px solid rgba(27, 146, 253, 0.5);
  135. }
  136. /* 安全隐患 */
  137. .main .content .leftBox .top10 {
  138. width: 100%;
  139. height: 438px;
  140. background: rgba(50, 72, 106, 0.2);
  141. margin-top: 18px;
  142. }
  143. .main .content .leftBox .top10 > div {
  144. height: 438px;
  145. border: 1px solid rgba(27, 146, 253, 0.5);
  146. }
  147. .main .content .middleBox .baiduMap {
  148. height: 705px;
  149. background: rgba(50, 72, 106, 0.2);
  150. position: relative;
  151. }
  152. .main .content .middleBox .baiduMap #container {
  153. height: 705px;
  154. border: 1px solid rgba(27, 146, 253, 0.5);
  155. }
  156. .main .content .middleBox .tongjiList {
  157. height: 203px;
  158. background: rgba(50, 72, 106, 0.2);
  159. margin-top: 20px;
  160. }
  161. .main .content .middleBox .tongjiList > div {
  162. height: 203px;
  163. border: 1px solid rgba(27, 146, 253, 0.5);
  164. display: flex;
  165. align-items: center;
  166. }
  167. .main .content .rightBox .weihutj {
  168. height: 232px;
  169. background: rgba(50, 72, 106, 0.2);
  170. margin-bottom: 18px;
  171. }
  172. .main .content .rightBox .weihutj > div {
  173. height: 232px;
  174. width: 100%;
  175. border: 1px solid rgba(27, 146, 253, 0.5);
  176. }
  177. .main .content .rightBox .guzhangtj {
  178. height: 220px;
  179. background: rgba(50, 72, 106, 0.2);
  180. margin-bottom: 18px;
  181. }
  182. .main .content .rightBox .guzhangtj > div {
  183. height: 220px;
  184. width: 100%;
  185. border: 1px solid rgba(27, 146, 253, 0.5);
  186. }
  187. .main .content .rightBox .huojingtj {
  188. height: 220px;
  189. background: rgba(50, 72, 106, 0.2);
  190. margin-bottom: 18px;
  191. }
  192. .main .content .rightBox .huojingtj > div {
  193. height: 220px;
  194. width: 100%;
  195. border: 1px solid rgba(27, 146, 253, 0.5);
  196. }
  197. .main .content .rightBox .zhifatj {
  198. height: 200px;
  199. background: rgba(50, 72, 106, 0.2);
  200. margin-bottom: 18px;
  201. }
  202. .main .content .rightBox .zhifatj > div {
  203. height: 200px;
  204. width: 100%;
  205. border: 1px solid rgba(27, 146, 253, 0.5);
  206. }
  207. .pfcontent .leftBox .sbwx {
  208. width: 100px;
  209. height: 100px;
  210. display: flex;
  211. flex-direction: column;
  212. align-items: center;
  213. justify-content: center;
  214. background-image: url(../img/sbwx.png);
  215. background-repeat: no-repeat;
  216. background-size: 100% 100%;
  217. }
  218. .wbfgl {
  219. width: 100px;
  220. height: 100px;
  221. display: flex;
  222. flex-direction: column;
  223. align-items: center;
  224. justify-content: center;
  225. background-image: url(../img/wbfg.png);
  226. background-repeat: no-repeat;
  227. background-size: 100% 100%;
  228. }
  229. .flexcolom {
  230. display: flex;
  231. flex-direction: column;
  232. justify-content: center;
  233. align-items: center;
  234. }
  235. .flexrow {
  236. display: flex;
  237. justify-content: center;
  238. align-items: center;
  239. }
  240. .animText {
  241. font-size: 30px;
  242. font-family: PingFang-SC-Medium;
  243. font-weight: 500;
  244. color: #880e23;
  245. }
  246. .sbwxtext{
  247. color: #880e23;
  248. }
  249. #FontScroll ul {
  250. list-style: none;
  251. width: 230px;
  252. font-size: 14px;
  253. font-family: PingFang-SC-Medium;
  254. font-weight: 500;
  255. color: rgba(255, 255, 255, 1);
  256. line-height: 28px;
  257. }
  258. #FontScroll ul li a{
  259. display: flex;
  260. justify-content: space-between;
  261. }
  262. #FontScroll ul li .leftSpan{
  263. display: block;
  264. width: 128px;
  265. text-align: right;
  266. }
  267. .anchorBL{
  268. display:none;
  269. }