orgIndex.css 12 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524
  1. /*公共样式*/
  2. html,body,p{
  3. margin:0;
  4. padding:0;
  5. }
  6. ul{
  7. list-style-type: none;
  8. margin:0;
  9. padding:0;
  10. }
  11. a,
  12. a:link,
  13. a:visited,
  14. a:hover ,
  15. a:active{
  16. text-decoration: none;
  17. }
  18. .main {
  19. width: 100%;
  20. padding-bottom: 30px;
  21. }
  22. .main .ic1 {
  23. color: #FEE405;
  24. }
  25. .main .ic2 {
  26. color: #FF7E00;
  27. }
  28. .main .ic3 {
  29. color: #4FBA50;
  30. }
  31. .main .ic4 {
  32. color: #F35B5C;
  33. }
  34. .main .ic5 {
  35. color: #5892F6;
  36. }
  37. .main .ic6 {
  38. color: #19E3E4;
  39. }
  40. .main .my-flex {
  41. display: flex;
  42. }
  43. .main .my-flex-span-b {
  44. justify-content: space-between;
  45. }
  46. .main .my-flex-c {
  47. align-items: center;
  48. }
  49. .main .my-flex-row {
  50. flex-direction: row;
  51. }
  52. .main .my-flex-column {
  53. flex-direction: column;
  54. }
  55. .main .table-left-data {
  56. padding: 0 10px;
  57. display: flex;
  58. flex-direction: column;
  59. justify-content: center;
  60. background: #fff;
  61. border: 1px solid #ddd;
  62. border-right: none;
  63. }
  64. .main .table-left-data span {
  65. display: flex;
  66. justify-content: center;
  67. }
  68. .main .table-left-data span:first-child {
  69. font-size: 12px;
  70. }
  71. .main .table-left-data span:last-child {
  72. font-size: 26px;
  73. }
  74. .main .th-line {
  75. display: block;
  76. width: 100%;
  77. height: 1px;
  78. background: #ddd;
  79. transform: rotate(45deg);
  80. transform-origin: 0% 0%;
  81. }
  82. .main .col-title {
  83. margin: 20px 0 0 0;
  84. padding: 10px;
  85. background: #F1F1F1;
  86. font-size: 16px;
  87. font-weight: bold;
  88. /*border-radius: 6px;*/
  89. }
  90. .main .unit-box .my-table-responsive {
  91. width: 100%;
  92. }
  93. .main .unit-box .my-table {
  94. margin-bottom: 0;
  95. }
  96. .main .unit-box .my-table thead {
  97. background: #fafafa;
  98. }
  99. .main .unit-box .my-table tbody tr {
  100. background: #fff;
  101. }
  102. .main .unit-box .unit-sum {
  103. display: flex;
  104. }
  105. .main .unit-box .unit-sum .table-left {
  106. width: 120px;
  107. padding: 0 10px;
  108. display: flex;
  109. flex-direction: column;
  110. justify-content: center;
  111. background: #fff;
  112. border: 1px solid #ddd;
  113. border-right: none;
  114. }
  115. .main .unit-box .unit-sum .table-left span {
  116. display: flex;
  117. justify-content: center;
  118. }
  119. .main .unit-box .unit-sum .table-left span:first-child {
  120. font-size: 12px;
  121. }
  122. .main .unit-box .unit-sum .table-left span:last-child {
  123. font-size: 26px;
  124. }
  125. .main .unit-box .unit-sum > table {
  126. flex: 1;
  127. margin-bottom: 0;
  128. background: #fff;
  129. }
  130. .main .unit-box .unit-sum > table td,
  131. .main .unit-box .unit-sum > table th {
  132. text-align: center;
  133. }
  134. .main .unit-box .unit-sum > table td .iconfont,
  135. .main .unit-box .unit-sum > table th .iconfont {
  136. margin-right: 10px;
  137. }
  138. .main .unit-box .unit-sum > table thead > tr {
  139. background: #FAFAFA;
  140. }
  141. .main .risk-hi-box {
  142. display: flex;
  143. flex-direction: row;
  144. justify-content: space-between;
  145. align-items: center;
  146. }
  147. .main .risk-hi-box .border-radius-left {
  148. /*border-top-left-radius: 6px;*/
  149. /*border-bottom-left-radius: 6px;*/
  150. }
  151. .main .risk-hi-box .border-radius-right {
  152. /*border-top-right-radius: 6px;*/
  153. /*border-bottom-right-radius: 6px;*/
  154. }
  155. .main .risk-hi-box > div {
  156. width: 49%;
  157. }
  158. .main .risk-hi-box > div > div {
  159. height: 150px;
  160. width: 100%;
  161. background: #fff;
  162. /*-webkit-border-radius: 6px;*/
  163. -moz-border-radius: 6px;
  164. /*border-radius: 6px;*/
  165. border: 1px solid #ddd;
  166. }
  167. .main .risk-hi-box > div > div > div {
  168. float: left;
  169. height: 100%;
  170. }
  171. .main .risk-hi-box > div > div .text-count {
  172. width: 20%;
  173. text-align: center;
  174. /*border-right: 1px solid #ddd;*/
  175. /*border-top-left-radius: 6px;*/
  176. /*border-bottom-left-radius: 6px;*/
  177. }
  178. .main .risk-hi-box > div > div .text-count p {
  179. font-size: 12px;
  180. margin-top: 40%;
  181. }
  182. .main .risk-hi-box > div > div .text-count span {
  183. font-size: 26px;
  184. font-weight: bold;
  185. }
  186. .main .risk-hi-box > div > div .count-charts {
  187. float: right;
  188. width: 79%;
  189. border-left: 1px solid #ddd;
  190. /*border-top-right-radius: 6px;*/
  191. /*border-bottom-right-radius: 6px;*/
  192. }
  193. .main .risk-hi-box > div > div .count-charts > div {
  194. float: left;
  195. height: 50%;
  196. width: 50%;
  197. box-sizing: border-box;
  198. text-align: center;
  199. position: relative;
  200. padding: 10px 20px;
  201. overflow: hidden;
  202. }
  203. .main .risk-hi-box > div > div .count-charts > div i {
  204. position: absolute;
  205. height: 100%;
  206. width: 30px;
  207. left: -56px;
  208. font-size: 148px;
  209. top: 48px;
  210. }
  211. .main .risk-hi-box > div > div .count-charts .major-risk {
  212. background: #FFEBEB;
  213. border-bottom: 1px solid #ddd;
  214. border-right: 1px solid #ddd;
  215. }
  216. .main .risk-hi-box > div > div .count-charts .major-risk p:last-child {
  217. color: #FF0009;
  218. font-weight: bold;
  219. font-size: 32px;
  220. }
  221. .main .risk-hi-box > div > div .count-charts .major-risk p > span.iconfont {
  222. color: #FF0009;
  223. }
  224. .main .risk-hi-box > div > div .count-charts .major-risk i {
  225. color: rgba(255, 0, 9, 0.1);
  226. }
  227. .main .risk-hi-box > div > div .count-charts .larger-risk {
  228. background: #FFF3EB;
  229. border-bottom: 1px solid #ddd;
  230. }
  231. .main .risk-hi-box > div > div .count-charts .larger-risk p:last-child {
  232. color: #FF6E00;
  233. font-weight: bold;
  234. font-size: 32px;
  235. }
  236. .main .risk-hi-box > div > div .count-charts .larger-risk p > span.iconfont {
  237. color: #FF6E00;
  238. }
  239. .main .risk-hi-box > div > div .count-charts .larger-risk i {
  240. color: rgba(255, 110, 0, 0.1);
  241. }
  242. .main .risk-hi-box > div > div .count-charts .commonly-risk {
  243. background: #FFFCEB;
  244. border-right: 1px solid #ddd;
  245. }
  246. .main .risk-hi-box > div > div .count-charts .commonly-risk p:last-child {
  247. color: #FFBA00;
  248. font-weight: bold;
  249. font-size: 32px;
  250. }
  251. .main .risk-hi-box > div > div .count-charts .commonly-risk p > span.iconfont {
  252. color: #FFBA00;
  253. }
  254. .main .risk-hi-box > div > div .count-charts .commonly-risk i {
  255. color: rgba(255, 186, 0, 0.1);
  256. }
  257. .main .risk-hi-box > div > div .count-charts .lower-risk {
  258. background: #EBFBFF;
  259. }
  260. .main .risk-hi-box > div > div .count-charts .lower-risk p:last-child {
  261. color: #00AEFF;
  262. font-weight: bold;
  263. font-size: 32px;
  264. }
  265. .main .risk-hi-box > div > div .count-charts .lower-risk i {
  266. color: rgba(0, 174, 255, 0.1);
  267. }
  268. .main .risk-hi-box > div > div .count-charts .lower-risk p > span.iconfont {
  269. color: #00AEFF;
  270. }
  271. .main .risk-hi-box .hi-box > div > div {
  272. text-align: center;
  273. }
  274. .main .risk-hi-box .hi-box > div #zg0,
  275. .main .risk-hi-box .hi-box > div #zg1 {
  276. width: 100px;
  277. height: 100px;
  278. margin: 10px auto;
  279. }
  280. .main .risk-hi-box .hi-box > div .zg0 {
  281. width: 39%;
  282. }
  283. .main .risk-hi-box .hi-box > div .zg1 {
  284. width: 39%;
  285. border-left: 1px solid #DDD;
  286. border-right: 1px solid #DDD;
  287. }
  288. .main .risk-hi-box .hi-box > div .legend {
  289. width: 20%;
  290. display: flex;
  291. flex-direction: column;
  292. align-items: center;
  293. justify-content: center;
  294. }
  295. .main .risk-hi-box .hi-box > div .legend p {
  296. display: flex;
  297. flex-direction: row;
  298. align-items: center;
  299. }
  300. .main .risk-hi-box .hi-box > div .legend p > span:first-child {
  301. margin: 10px;
  302. width: 20px;
  303. height: 20px;
  304. }
  305. .main .risk-hi-box .hi-box > div .legend p:first-child span:first-child {
  306. background: #FEDE35;
  307. }
  308. .main .risk-hi-box .hi-box > div .legend p:last-child span:first-child {
  309. background: #EF1516;
  310. }
  311. .main .risk-table-box {
  312. width: 100%;
  313. margin-top: 20px;
  314. }
  315. .main .risk-table-box .table-bordered{
  316. width: 100%;
  317. }
  318. .main .risk-table-box table td,
  319. .main .risk-table-box table th {
  320. text-align: center;
  321. padding: 0;
  322. }
  323. .main .risk-table-box table thead tr {
  324. background: #FAFAFA;
  325. }
  326. .main .risk-table-box table thead tr th {
  327. height: 40px;
  328. line-height: 40px;
  329. border-right: 1px solid #ddd;
  330. }
  331. .main .risk-table-box table > tbody .tr-hover:hover {
  332. background: rgba(176, 196, 222, 0.5);
  333. }
  334. .main .risk-table-box table > tbody .tr-hover:hover li {
  335. background: rgba(176, 196, 222, 0.5) !important;
  336. }
  337. .main .risk-table-box table > tbody tr > td {
  338. height: 30px;
  339. line-height: 30px;
  340. box-sizing: border-box;
  341. }
  342. #thTbody tr:first-child td {
  343. height: 50px !important;
  344. line-height: 50px;
  345. }
  346. .table-bordered{
  347. width: 100%;
  348. max-width: 100%;
  349. border: 1px solid #ddd;
  350. background-color: transparent;
  351. }
  352. .table thead tr th {
  353. font-size: 14px;
  354. font-weight: 600;
  355. }
  356. .table-bordered>tbody>tr>td, .table-bordered>tbody>tr>th, .table-bordered>thead>tr>td, .table-bordered>thead>tr>th{
  357. padding: 8px;
  358. border: 1px solid #ddd;
  359. text-align: left;
  360. }
  361. .main .risk-table-box table > tbody .sub-td{
  362. display: flex;
  363. }
  364. .main .risk-table-box table > tbody .sub-th li:first-child,
  365. .main .risk-table-box table > tbody .sub-td li:first-child {
  366. border-right: 1px solid #ddd;
  367. }
  368. .main .risk-table-box table > tbody .sub-th{
  369. display: flex;
  370. border-right: 1px solid #ddd;
  371. }
  372. .main .risk-table-box table > tbody .sub-th > li,
  373. .main .risk-table-box table > tbody .sub-td > li {
  374. flex: 1;
  375. height: 100%;
  376. text-align: center;
  377. background: transparent;
  378. }
  379. .main .risk-table-box table > tbody .sub-th .li-border-great-risk {
  380. border-bottom: 5px solid #EE1716;
  381. }
  382. .main .risk-table-box table > tbody .sub-th .li-border-larger-risk {
  383. border-bottom: 5px solid #FF6C00;
  384. }
  385. .main .risk-table-box table > tbody .sub-th .li-border-great-hid {
  386. border-bottom: 5px solid #EE1716;
  387. }
  388. .main .risk-table-box table > tbody .sub-th .li-border-commonly-hid {
  389. /*border-bottom: 5px solid #2982FF;*/
  390. border-bottom: 5px solid #FEDE35;
  391. }
  392. .main .risk-table-box table > tbody .sub-th li:first-child {
  393. border-right: 1px solid #ddd;
  394. }
  395. .main .risk-table-box table > tbody .sub-th li {
  396. font-weight: bold;
  397. background: transparent !important;
  398. }
  399. .main .risk-table-box table > tbody tr > td:nth-child(2) ul li:first-child {
  400. background: #FFF6F5;
  401. }
  402. .main .risk-table-box table > tbody tr > td:nth-child(2) ul li:last-child {
  403. background: #FFFCF4;
  404. }
  405. .main .risk-table-box table > tbody tr > td:nth-child(3) ul li:first-child {
  406. background: #FFF6F5;
  407. }
  408. .main .risk-table-box table > tbody tr > td:nth-child(3) ul li:last-child {
  409. background: #F4F9FF;
  410. }
  411. .main .risk-table-box table > tbody tr > td:nth-child(4) ul li:first-child {
  412. background: #FFF6F5;
  413. }
  414. .main .risk-table-box table > tbody tr > td:nth-child(4) ul li:last-child {
  415. background: #F4F9FF;
  416. }
  417. .main .risk-table-box table > tbody tr > td:last-child ul li {
  418. background: #fff;
  419. }
  420. .main .hidanger-info {
  421. width: 100%;
  422. display: flex;
  423. flex-direction: row;
  424. justify-content: space-between;
  425. align-items: flex-start;
  426. }
  427. .main .hidanger-info > div {
  428. /*padding: 10px 0;*/
  429. }
  430. .main .hidanger-info .hid-title {
  431. display: flex;
  432. flex-direction: row;
  433. align-items: center;
  434. justify-content: space-between;
  435. padding: 10px;
  436. background: #F1F1F1;
  437. /*border-radius: 6px;*/
  438. }
  439. .main .hidanger-info .hid-title span:first-child {
  440. font-weight: bold;
  441. font-size: 16px;
  442. }
  443. .main .hidanger-info .hid-title a:last-child {
  444. font-size: 14px;
  445. color: #8D8D8D;
  446. }
  447. .main .hidanger-info .hid-bulletin-list {
  448. width: 59%;
  449. }
  450. .main .hidanger-info .hid-bulletin-list .bulletin-list > ul > li:hover {
  451. background: rgba(176, 196, 222, 0.5);
  452. }
  453. .main .hidanger-info .hid-bulletin-list .bulletin-list {
  454. /*-webkit-border-radius: 6px;*/
  455. /*-moz-border-radius: 6px;*/
  456. /*border-radius: 6px;*/
  457. padding: 10px;
  458. background: #fff;
  459. border: 1px solid #ddd;
  460. }
  461. .main .hidanger-info .hid-bulletin-list .bulletin-list li {
  462. display: flex;
  463. align-items: center;
  464. justify-content: space-between;
  465. padding: 10px;
  466. }
  467. .main .hidanger-info .hid-bulletin-list .bulletin-list li p > span:first-child {
  468. margin-right: 10px;
  469. }
  470. .main .hidanger-info .hid-bulletin-list .bulletin-list li p:last-child {
  471. color: red;
  472. }
  473. .main .hidanger-info .hid-bulletin-list .bulletin-list li:nth-child(odd) {
  474. background: #fff;
  475. }
  476. .main .hidanger-info .hid-bulletin-list .bulletin-list li:nth-child(even) {
  477. background: #FAFAFA;
  478. }
  479. .main .hidanger-info .work-list {
  480. width: 39%;
  481. }
  482. .main .hidanger-info .work-list .dynamic-list > li:hover {
  483. background: rgba(176, 196, 222, 0.5);
  484. }
  485. .main .hidanger-info .work-list .dynamic-list {
  486. /*-webkit-border-radius: 6px;*/
  487. /*-moz-border-radius: 6px;*/
  488. /*border-radius: 6px;*/
  489. background: #fff;
  490. padding: 10px;
  491. border: 1px solid #ddd;
  492. }
  493. .main .hidanger-info .work-list .dynamic-list li {
  494. border-bottom: 1px solid #ddd;
  495. padding: 10px;
  496. display: flex;
  497. justify-content: space-between;
  498. align-items: center;
  499. flex-direction: row;
  500. }
  501. .main .hidanger-info .work-list .dynamic-list li span:first-child {
  502. width: 70%;
  503. font-size: 14px;
  504. text-overflow: ellipsis;
  505. overflow: hidden;
  506. white-space: nowrap;
  507. }
  508. .main .hidanger-info .work-list .dynamic-list li span:last-child {
  509. font-size: 12px;
  510. color: #8D8D8D;
  511. }
  512. .table-responsive{
  513. width:100%;
  514. }
  515. /*# sourceMappingURL=content.css.map */