You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
94 lines
1.6 KiB
94 lines
1.6 KiB
@import '../../c/config';
|
|
@import '../../c/function';
|
|
@import './c/common';
|
|
|
|
.title {
|
|
padding: 10px;
|
|
font-size: 22px;
|
|
font-family: PingFang SC;
|
|
font-weight: 800;
|
|
color: #ffffff;
|
|
display: flex;
|
|
align-items: center;
|
|
|
|
img {
|
|
display: block;
|
|
margin-right: 5px;
|
|
}
|
|
span {
|
|
display: block;
|
|
}
|
|
}
|
|
|
|
.g-cpt-resi {
|
|
display: flex;
|
|
flex-direction: row;
|
|
// flex-wrap: wrap;
|
|
// justify-content: center;
|
|
height: calc(100vh - 130px);
|
|
|
|
.g-l {
|
|
flex-shrink: 0;
|
|
width: 600px;
|
|
height: calc(100vh - 190px);
|
|
}
|
|
|
|
.g-r {
|
|
text-align: center;
|
|
margin: 40px 19px 20px;
|
|
width: calc(100vw - 60px - 600px);
|
|
height: calc(100vh - 140px - 20px);
|
|
}
|
|
}
|
|
|
|
.g-r {
|
|
.tb {
|
|
position: relative;
|
|
height: calc(100vh - 220px);
|
|
overflow-y: auto;
|
|
@include scrollBar;
|
|
|
|
.m-pagination {
|
|
position: absolute;
|
|
box-sizing: border-box;
|
|
right: 0;
|
|
bottom: 0;
|
|
|
|
width: 100%;
|
|
height: 40px;
|
|
display: flex;
|
|
justify-content: flex-end;
|
|
|
|
/deep/ .el-pagination.is-background .el-pager li:not(.disabled).active {
|
|
background: #0266d1;
|
|
color: #000d3f;
|
|
}
|
|
|
|
/deep/ .el-pagination .el-pager li {
|
|
background: #002e74;
|
|
}
|
|
|
|
/deep/ .el-pagination .btn-prev {
|
|
background: #002e74;
|
|
}
|
|
|
|
/deep/ .el-pagination .btn-next {
|
|
background: #002e74;
|
|
}
|
|
}
|
|
}
|
|
}
|
|
|
|
.echart-wr {
|
|
margin-left: 30px;
|
|
// margin-top: 100px;
|
|
text-align: center;
|
|
position: relative;
|
|
width: 500px;
|
|
height: 100%;
|
|
box-sizing: border-box;
|
|
.echart-org {
|
|
width: 100%;
|
|
height: 90%;
|
|
}
|
|
}
|
|
|