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.
185 lines
3.2 KiB
185 lines
3.2 KiB
4 years ago
|
@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;
|
||
|
position: relative;
|
||
|
|
||
|
img {
|
||
|
display: block;
|
||
|
margin-right: 5px;
|
||
|
}
|
||
|
span {
|
||
|
display: block;
|
||
|
}
|
||
|
.customer_cascader {
|
||
|
margin-left: 10px;
|
||
|
width: 280px;
|
||
|
}
|
||
|
|
||
|
.customer_select {
|
||
|
margin-left: 10px;
|
||
|
display: flex;
|
||
|
justify-content: flex-start;
|
||
|
|
||
|
> span {
|
||
|
width: auto;
|
||
|
font-size: 22px;
|
||
|
font-family: PingFang SC;
|
||
|
font-weight: 800;
|
||
|
color: #ffffff;
|
||
|
line-height: 34px;
|
||
|
}
|
||
|
}
|
||
|
}
|
||
|
|
||
|
.g-cpt-resi {
|
||
|
display: flex;
|
||
|
flex-direction: row;
|
||
|
// flex-wrap: wrap;
|
||
|
// justify-content: center;
|
||
|
height: calc(100vh - 170px);
|
||
|
|
||
|
.g-l {
|
||
|
flex-shrink: 0;
|
||
|
width: 700px;
|
||
|
height: calc(100vh - 230px);
|
||
|
|
||
|
.l_top {
|
||
|
height: 385px;
|
||
|
display: flex;
|
||
|
.g-count {
|
||
|
width: 100px;
|
||
|
}
|
||
|
.g-pie {
|
||
|
}
|
||
|
}
|
||
|
.l_bottom {
|
||
|
height: calc(100vh - 230px - 385px);
|
||
|
margin-top: 20px;
|
||
|
> span {
|
||
|
font-size: 18px;
|
||
|
font-family: PingFang SC;
|
||
|
font-weight: 800;
|
||
|
color: #ffffff;
|
||
|
}
|
||
|
.echart-line {
|
||
|
margin-top: 10px;
|
||
|
}
|
||
|
}
|
||
|
}
|
||
|
|
||
|
.g-r {
|
||
|
text-align: center;
|
||
|
margin: 40px 19px 20px;
|
||
|
width: calc(100vw - 60px - 800px);
|
||
|
height: calc(100vh - 160px - 20px);
|
||
|
}
|
||
|
}
|
||
|
.g-count {
|
||
|
margin-top: 104px;
|
||
|
margin-left: 52px;
|
||
|
.t_count {
|
||
|
font-size: 16px;
|
||
|
font-family: PingFang SC;
|
||
|
font-weight: 400;
|
||
|
color: #ffffff;
|
||
|
opacity: 0.76;
|
||
|
}
|
||
|
.c_count {
|
||
|
font-size: 48px;
|
||
|
font-family: PingFang SC;
|
||
|
font-weight: bold;
|
||
|
color: #ffffff;
|
||
|
}
|
||
|
.t_yestoday {
|
||
|
margin-top: 59px;
|
||
|
font-size: 14px;
|
||
|
font-family: PingFang SC;
|
||
|
font-weight: 400;
|
||
|
color: #ffffff;
|
||
|
opacity: 0.76;
|
||
|
> span {
|
||
|
margin-left: 18px;
|
||
|
font-size: 16px;
|
||
|
font-family: PingFang SC;
|
||
|
font-weight: 500;
|
||
|
color: #f42800;
|
||
|
}
|
||
|
}
|
||
|
.t_today {
|
||
|
margin-top: 12px;
|
||
|
font-size: 14px;
|
||
|
font-family: PingFang SC;
|
||
|
font-weight: 400;
|
||
|
color: #ffffff;
|
||
|
opacity: 0.76;
|
||
|
> span {
|
||
|
margin-left: 18px;
|
||
|
font-size: 16px;
|
||
|
font-family: PingFang SC;
|
||
|
font-weight: 500;
|
||
|
color: #3edd7f;
|
||
|
}
|
||
|
}
|
||
|
}
|
||
|
|
||
|
.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%;
|
||
|
}
|
||
|
}
|