123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254 |
- .echarts {
- width: 100%;
- height: 400px;
- padding: 0 15px;
- }
- .barChartPay {
- width: 100%;
- height: 400px;
- padding: 0 15px;
- }
- .emptyCircle {
- width: 45%;
- height: 200px;
- float: left;
- margin-top: 95px;
- }
- .partWrap {
- overflow-x: hidden;
- overflow-y: auto;
- height: 100%;
- ul {
- padding: 0 40px;
- }
- .partLi {
- float: left;
- margin: 30px 0;
- width: 20%;
- height: 114px;
- overflow: hidden;
- .partIn {
- height: 114px;
- box-sizing: border-box;
- border-radius: 3px;
- padding: 10px 15px;
- border: 1px solid #E2E5EF;
- margin: 0 6px;
- }
- p {
- padding-bottom: 10px;
- color: #51649C;
- }
- .top {
- margin-bottom: 20px;
- }
- .btm {
- padding-bottom: 4px;
- img {
- float: left;
- width: 40px;
- }
- span {
- float: right;
- font-size: 28px;
- color: #51649C;
- }
- }
- }
-
- .title {
- font-size: 16px;
- font-weight: bold;
- border-bottom: 1px solid #E2E5EF;
- height: 44px;
- line-height: 44px;
- padding-left: 15px;
- }
- }
- .swiperWrap {
- width: 300px;
- border: 1px solid #ccc;
- }
- .grayLine {
- height: 10px;
- background-color: #f5f5f5;
- }
- .partTitle {
- position: fixed;
- top: 0;
- right: 18px;
- width: 100%;
- box-sizing: border-box;
- background-color: #fff;
- z-index: 20;
- height: 44px;
- line-height: 44px;
- padding-left: 35px;
- border-bottom: 1px solid #E2E5EF;
- font-size: 14px;
- font-weight: bold;
- letter-spacing: 1px;
- p {
- display: inline-block;
- }
- .monthYear {
- float: right;
- margin-right: 20px;
- border: 1px solid #5A8EEE;
- height: 28px;
- line-height: 28px;
- border-radius: 4px;
- overflow: hidden;
- cursor: pointer;
- margin-top: 7px;
- span {
- width: 48px;
- height: 28px;
- line-height: 28px;
- display: inline-block;
- text-align: center;
- font-weight: normal;
- }
- .mon {
- background-color: #5A8EEE;
- color: #fff;
- }
- .year {
- color: #5A8EEE;
- }
- }
- }
- .partTitles {
- height: 44px;
- line-height: 44px;
- padding-left: 10px;
- margin-right: 18px;
- }
- .pubEchart {
- width: 50%;
- display: inline-block;
- border-bottom: 10px solid #f5f5f5;
- }
- .paymoney {
- border-right: 5px solid #f5f5f5;
- box-sizing: border-box;
- }
- .dept {
- border-left: 5px solid #f5f5f5;
- box-sizing: border-box;
- }
- .defect {
- border-bottom: 10px solid #f5f5f5;
- border-right: 5px solid #f5f5f5;
- box-sizing: border-box;
- width: 45%;
- display: inline-block;
- height: 455px;
- overflow: hidden;
- .list {
- padding: 15px 30px;
- width: 100%;
- box-sizing: border-box;
- overflow: auto;
- height: 405px;
- }
- .thead {
- td {
- color: #51649C;
- }
- }
- .qtable {
- width: 100%;
- overflow: auto;
- }
- td {
- padding: 7px 10px;
- i {
- width: 17px;
- height: 17px;
- line-height: 17px;
- border-radius: 8px;
- background-color: #999;
- color: #fff;
- display: inline-block;
- text-align: center;
- font-size: 12px;
- }
- }
- tr {
- border-bottom: 1px solid #f5f5f5;
- box-sizing: border-box;
- }
- .td01 {
- width: 30px;
- }
- .td02 {
-
- }
- .td03 {
- width: 40px;
- }
- .td04 {
- width: 40px;
- }
- }
- .circle {
- height: 455px;
- width: 55%;
- display: inline-block;
- border-bottom: 10px solid #f5f5f5;
- border-left: 5px solid #f5f5f5;
- box-sizing: border-box;
- position: relative;
- }
- .btmWrap {
- width: 100%;
- overflow: hidden;
- }
- .explainPan {
- width: 50%;
- float: right;
- position: absolute;
- top: 50%;
- left: 50%;
- padding-right: 30px;
- box-sizing: border-box;
- table {
- width: 100%;
- }
- .explainLi {
- height: 30px;
- line-height: 30px;
- span {
- display: inline-block;
- }
- .tip {
- display: inline-block;
- width: 10px;
- height: 10px;
- border-radius: 50%;
- background-color: red;
- margin-right: 10px;
- }
- .deptName {
- width: 115px;
- overflow: hidden;
- text-overflow: ellipsis;
- white-space: nowrap;
- color: #777;
- }
- .deptNum {
- color: #333;
- font-size: 16px;
- font-weight: bold;
- padding-right: 10px;
- width: 40px;
- text-align: right;
- }
- .percent {
- color: #777;
- width: 40px;
- }
- }
- }
|