123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524 |
- /*公共样式*/
- html,body,p{
- margin:0;
- padding:0;
- }
- ul{
- list-style-type: none;
- margin:0;
- padding:0;
- }
- a,
- a:link,
- a:visited,
- a:hover ,
- a:active{
- text-decoration: none;
- }
- .main {
- width: 100%;
- padding-bottom: 30px;
- }
- .main .ic1 {
- color: #FEE405;
- }
- .main .ic2 {
- color: #FF7E00;
- }
- .main .ic3 {
- color: #4FBA50;
- }
- .main .ic4 {
- color: #F35B5C;
- }
- .main .ic5 {
- color: #5892F6;
- }
- .main .ic6 {
- color: #19E3E4;
- }
- .main .my-flex {
- display: flex;
- }
- .main .my-flex-span-b {
- justify-content: space-between;
- }
- .main .my-flex-c {
- align-items: center;
- }
- .main .my-flex-row {
- flex-direction: row;
- }
- .main .my-flex-column {
- flex-direction: column;
- }
- .main .table-left-data {
- padding: 0 10px;
- display: flex;
- flex-direction: column;
- justify-content: center;
- background: #fff;
- border: 1px solid #ddd;
- border-right: none;
- }
- .main .table-left-data span {
- display: flex;
- justify-content: center;
- }
- .main .table-left-data span:first-child {
- font-size: 12px;
- }
- .main .table-left-data span:last-child {
- font-size: 26px;
- }
- .main .th-line {
- display: block;
- width: 100%;
- height: 1px;
- background: #ddd;
- transform: rotate(45deg);
- transform-origin: 0% 0%;
- }
- .main .col-title {
- margin: 20px 0 0 0;
- padding: 10px;
- background: #F1F1F1;
- font-size: 16px;
- font-weight: bold;
- /*border-radius: 6px;*/
- }
- .main .unit-box .my-table-responsive {
- width: 100%;
- }
- .main .unit-box .my-table {
- margin-bottom: 0;
- }
- .main .unit-box .my-table thead {
- background: #fafafa;
- }
- .main .unit-box .my-table tbody tr {
- background: #fff;
- }
- .main .unit-box .unit-sum {
- display: flex;
- }
- .main .unit-box .unit-sum .table-left {
- width: 120px;
- padding: 0 10px;
- display: flex;
- flex-direction: column;
- justify-content: center;
- background: #fff;
- border: 1px solid #ddd;
- border-right: none;
- }
- .main .unit-box .unit-sum .table-left span {
- display: flex;
- justify-content: center;
- }
- .main .unit-box .unit-sum .table-left span:first-child {
- font-size: 12px;
- }
- .main .unit-box .unit-sum .table-left span:last-child {
- font-size: 26px;
- }
- .main .unit-box .unit-sum > table {
- flex: 1;
- margin-bottom: 0;
- background: #fff;
- }
- .main .unit-box .unit-sum > table td,
- .main .unit-box .unit-sum > table th {
- text-align: center;
- }
- .main .unit-box .unit-sum > table td .iconfont,
- .main .unit-box .unit-sum > table th .iconfont {
- margin-right: 10px;
- }
- .main .unit-box .unit-sum > table thead > tr {
- background: #FAFAFA;
- }
- .main .risk-hi-box {
- display: flex;
- flex-direction: row;
- justify-content: space-between;
- align-items: center;
- }
- .main .risk-hi-box .border-radius-left {
- /*border-top-left-radius: 6px;*/
- /*border-bottom-left-radius: 6px;*/
- }
- .main .risk-hi-box .border-radius-right {
- /*border-top-right-radius: 6px;*/
- /*border-bottom-right-radius: 6px;*/
- }
- .main .risk-hi-box > div {
- width: 49%;
- }
- .main .risk-hi-box > div > div {
- height: 150px;
- width: 100%;
- background: #fff;
- /*-webkit-border-radius: 6px;*/
- -moz-border-radius: 6px;
- /*border-radius: 6px;*/
- border: 1px solid #ddd;
- }
- .main .risk-hi-box > div > div > div {
- float: left;
- height: 100%;
- }
- .main .risk-hi-box > div > div .text-count {
- width: 20%;
- text-align: center;
- /*border-right: 1px solid #ddd;*/
- /*border-top-left-radius: 6px;*/
- /*border-bottom-left-radius: 6px;*/
- }
- .main .risk-hi-box > div > div .text-count p {
- font-size: 12px;
- margin-top: 40%;
- }
- .main .risk-hi-box > div > div .text-count span {
- font-size: 26px;
- font-weight: bold;
- }
- .main .risk-hi-box > div > div .count-charts {
- float: right;
- width: 79%;
- border-left: 1px solid #ddd;
- /*border-top-right-radius: 6px;*/
- /*border-bottom-right-radius: 6px;*/
- }
- .main .risk-hi-box > div > div .count-charts > div {
- float: left;
- height: 50%;
- width: 50%;
- box-sizing: border-box;
- text-align: center;
- position: relative;
- padding: 10px 20px;
- overflow: hidden;
- }
- .main .risk-hi-box > div > div .count-charts > div i {
- position: absolute;
- height: 100%;
- width: 30px;
- left: -56px;
- font-size: 148px;
- top: 48px;
- }
- .main .risk-hi-box > div > div .count-charts .major-risk {
- background: #FFEBEB;
- border-bottom: 1px solid #ddd;
- border-right: 1px solid #ddd;
- }
- .main .risk-hi-box > div > div .count-charts .major-risk p:last-child {
- color: #FF0009;
- font-weight: bold;
- font-size: 32px;
- }
- .main .risk-hi-box > div > div .count-charts .major-risk p > span.iconfont {
- color: #FF0009;
- }
- .main .risk-hi-box > div > div .count-charts .major-risk i {
- color: rgba(255, 0, 9, 0.1);
- }
- .main .risk-hi-box > div > div .count-charts .larger-risk {
- background: #FFF3EB;
- border-bottom: 1px solid #ddd;
- }
- .main .risk-hi-box > div > div .count-charts .larger-risk p:last-child {
- color: #FF6E00;
- font-weight: bold;
- font-size: 32px;
- }
- .main .risk-hi-box > div > div .count-charts .larger-risk p > span.iconfont {
- color: #FF6E00;
- }
- .main .risk-hi-box > div > div .count-charts .larger-risk i {
- color: rgba(255, 110, 0, 0.1);
- }
- .main .risk-hi-box > div > div .count-charts .commonly-risk {
- background: #FFFCEB;
- border-right: 1px solid #ddd;
- }
- .main .risk-hi-box > div > div .count-charts .commonly-risk p:last-child {
- color: #FFBA00;
- font-weight: bold;
- font-size: 32px;
- }
- .main .risk-hi-box > div > div .count-charts .commonly-risk p > span.iconfont {
- color: #FFBA00;
- }
- .main .risk-hi-box > div > div .count-charts .commonly-risk i {
- color: rgba(255, 186, 0, 0.1);
- }
- .main .risk-hi-box > div > div .count-charts .lower-risk {
- background: #EBFBFF;
- }
- .main .risk-hi-box > div > div .count-charts .lower-risk p:last-child {
- color: #00AEFF;
- font-weight: bold;
- font-size: 32px;
- }
- .main .risk-hi-box > div > div .count-charts .lower-risk i {
- color: rgba(0, 174, 255, 0.1);
- }
- .main .risk-hi-box > div > div .count-charts .lower-risk p > span.iconfont {
- color: #00AEFF;
- }
- .main .risk-hi-box .hi-box > div > div {
- text-align: center;
- }
- .main .risk-hi-box .hi-box > div #zg0,
- .main .risk-hi-box .hi-box > div #zg1 {
- width: 100px;
- height: 100px;
- margin: 10px auto;
- }
- .main .risk-hi-box .hi-box > div .zg0 {
- width: 39%;
- }
- .main .risk-hi-box .hi-box > div .zg1 {
- width: 39%;
- border-left: 1px solid #DDD;
- border-right: 1px solid #DDD;
- }
- .main .risk-hi-box .hi-box > div .legend {
- width: 20%;
- display: flex;
- flex-direction: column;
- align-items: center;
- justify-content: center;
- }
- .main .risk-hi-box .hi-box > div .legend p {
- display: flex;
- flex-direction: row;
- align-items: center;
- }
- .main .risk-hi-box .hi-box > div .legend p > span:first-child {
- margin: 10px;
- width: 20px;
- height: 20px;
- }
- .main .risk-hi-box .hi-box > div .legend p:first-child span:first-child {
- background: #FEDE35;
- }
- .main .risk-hi-box .hi-box > div .legend p:last-child span:first-child {
- background: #EF1516;
- }
- .main .risk-table-box {
- width: 100%;
- margin-top: 20px;
- }
- .main .risk-table-box .table-bordered{
- width: 100%;
- }
- .main .risk-table-box table td,
- .main .risk-table-box table th {
- text-align: center;
- padding: 0;
- }
- .main .risk-table-box table thead tr {
- background: #FAFAFA;
- }
- .main .risk-table-box table thead tr th {
- height: 40px;
- line-height: 40px;
- border-right: 1px solid #ddd;
- }
- .main .risk-table-box table > tbody .tr-hover:hover {
- background: rgba(176, 196, 222, 0.5);
- }
- .main .risk-table-box table > tbody .tr-hover:hover li {
- background: rgba(176, 196, 222, 0.5) !important;
- }
- .main .risk-table-box table > tbody tr > td {
- height: 30px;
- line-height: 30px;
- box-sizing: border-box;
- }
- #thTbody tr:first-child td {
- height: 50px !important;
- line-height: 50px;
- }
- .table-bordered{
- width: 100%;
- max-width: 100%;
- border: 1px solid #ddd;
- background-color: transparent;
- }
- .table thead tr th {
- font-size: 14px;
- font-weight: 600;
- }
- .table-bordered>tbody>tr>td, .table-bordered>tbody>tr>th, .table-bordered>thead>tr>td, .table-bordered>thead>tr>th{
- padding: 8px;
- border: 1px solid #ddd;
- text-align: left;
- }
- .main .risk-table-box table > tbody .sub-td{
- display: flex;
- }
- .main .risk-table-box table > tbody .sub-th li:first-child,
- .main .risk-table-box table > tbody .sub-td li:first-child {
- border-right: 1px solid #ddd;
- }
- .main .risk-table-box table > tbody .sub-th{
- display: flex;
- border-right: 1px solid #ddd;
- }
- .main .risk-table-box table > tbody .sub-th > li,
- .main .risk-table-box table > tbody .sub-td > li {
- flex: 1;
- height: 100%;
- text-align: center;
- background: transparent;
- }
- .main .risk-table-box table > tbody .sub-th .li-border-great-risk {
- border-bottom: 5px solid #EE1716;
- }
- .main .risk-table-box table > tbody .sub-th .li-border-larger-risk {
- border-bottom: 5px solid #FF6C00;
- }
- .main .risk-table-box table > tbody .sub-th .li-border-great-hid {
- border-bottom: 5px solid #EE1716;
- }
- .main .risk-table-box table > tbody .sub-th .li-border-commonly-hid {
- /*border-bottom: 5px solid #2982FF;*/
- border-bottom: 5px solid #FEDE35;
- }
- .main .risk-table-box table > tbody .sub-th li:first-child {
- border-right: 1px solid #ddd;
- }
- .main .risk-table-box table > tbody .sub-th li {
- font-weight: bold;
- background: transparent !important;
- }
- .main .risk-table-box table > tbody tr > td:nth-child(2) ul li:first-child {
- background: #FFF6F5;
- }
- .main .risk-table-box table > tbody tr > td:nth-child(2) ul li:last-child {
- background: #FFFCF4;
- }
- .main .risk-table-box table > tbody tr > td:nth-child(3) ul li:first-child {
- background: #FFF6F5;
- }
- .main .risk-table-box table > tbody tr > td:nth-child(3) ul li:last-child {
- background: #F4F9FF;
- }
- .main .risk-table-box table > tbody tr > td:nth-child(4) ul li:first-child {
- background: #FFF6F5;
- }
- .main .risk-table-box table > tbody tr > td:nth-child(4) ul li:last-child {
- background: #F4F9FF;
- }
- .main .risk-table-box table > tbody tr > td:last-child ul li {
- background: #fff;
- }
- .main .hidanger-info {
- width: 100%;
- display: flex;
- flex-direction: row;
- justify-content: space-between;
- align-items: flex-start;
- }
- .main .hidanger-info > div {
- /*padding: 10px 0;*/
- }
- .main .hidanger-info .hid-title {
- display: flex;
- flex-direction: row;
- align-items: center;
- justify-content: space-between;
- padding: 10px;
- background: #F1F1F1;
- /*border-radius: 6px;*/
- }
- .main .hidanger-info .hid-title span:first-child {
- font-weight: bold;
- font-size: 16px;
- }
- .main .hidanger-info .hid-title a:last-child {
- font-size: 14px;
- color: #8D8D8D;
- }
- .main .hidanger-info .hid-bulletin-list {
- width: 59%;
- }
- .main .hidanger-info .hid-bulletin-list .bulletin-list > ul > li:hover {
- background: rgba(176, 196, 222, 0.5);
- }
- .main .hidanger-info .hid-bulletin-list .bulletin-list {
- /*-webkit-border-radius: 6px;*/
- /*-moz-border-radius: 6px;*/
- /*border-radius: 6px;*/
- padding: 10px;
- background: #fff;
- border: 1px solid #ddd;
- }
- .main .hidanger-info .hid-bulletin-list .bulletin-list li {
- display: flex;
- align-items: center;
- justify-content: space-between;
- padding: 10px;
- }
- .main .hidanger-info .hid-bulletin-list .bulletin-list li p > span:first-child {
- margin-right: 10px;
- }
- .main .hidanger-info .hid-bulletin-list .bulletin-list li p:last-child {
- color: red;
- }
- .main .hidanger-info .hid-bulletin-list .bulletin-list li:nth-child(odd) {
- background: #fff;
- }
- .main .hidanger-info .hid-bulletin-list .bulletin-list li:nth-child(even) {
- background: #FAFAFA;
- }
- .main .hidanger-info .work-list {
- width: 39%;
- }
- .main .hidanger-info .work-list .dynamic-list > li:hover {
- background: rgba(176, 196, 222, 0.5);
- }
- .main .hidanger-info .work-list .dynamic-list {
- /*-webkit-border-radius: 6px;*/
- /*-moz-border-radius: 6px;*/
- /*border-radius: 6px;*/
- background: #fff;
- padding: 10px;
- border: 1px solid #ddd;
- }
- .main .hidanger-info .work-list .dynamic-list li {
- border-bottom: 1px solid #ddd;
- padding: 10px;
- display: flex;
- justify-content: space-between;
- align-items: center;
- flex-direction: row;
- }
- .main .hidanger-info .work-list .dynamic-list li span:first-child {
- width: 70%;
- font-size: 14px;
- text-overflow: ellipsis;
- overflow: hidden;
- white-space: nowrap;
- }
- .main .hidanger-info .work-list .dynamic-list li span:last-child {
- font-size: 12px;
- color: #8D8D8D;
- }
- .table-responsive{
- width:100%;
- }
- /*# sourceMappingURL=content.css.map */
|