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.
|
|
|
@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;
|
|
|
|
}
|
|
|
|
|
|
|
|
.second-title {
|
|
|
|
display: flex;
|
|
|
|
align-items: center;
|
|
|
|
|
|
|
|
.second-select {
|
|
|
|
margin: 0 10px 0 40px;
|
|
|
|
|
|
|
|
::v-deep .el-input {
|
|
|
|
width: 140px;
|
|
|
|
height: 36px;
|
|
|
|
.el-input__inner {
|
|
|
|
height: 100%;
|
|
|
|
padding: 0 10px;
|
|
|
|
color: #fff;
|
|
|
|
line-height: 36px;
|
|
|
|
background: #06186d;
|
|
|
|
border: 1px solid #1a64cc;
|
|
|
|
}
|
|
|
|
.el-icon-arrow-up:before {
|
|
|
|
content: '\e78f';
|
|
|
|
}
|
|
|
|
}
|
|
|
|
::v-deep .el-date-editor {
|
|
|
|
.el-input__prefix {
|
|
|
|
left: unset;
|
|
|
|
right: 5px;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
.cascader {
|
|
|
|
::v-deep .el-input {
|
|
|
|
width: 220px;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
.second-select:last-child {
|
|
|
|
margin-left: 0;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
.g-cpt-resi {
|
|
|
|
display: flex;
|
|
|
|
flex-direction: row;
|
|
|
|
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;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
.g-r {
|
|
|
|
text-align: center;
|
|
|
|
margin: 40px 19px 20px;
|
|
|
|
width: calc(100vw - 60px - 800px);
|
|
|
|
height: calc(100vh - 160px - 20px);
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
.l_bottom {
|
|
|
|
.bottom_label {
|
|
|
|
position: relative;
|
|
|
|
padding-left: 40px;
|
|
|
|
font-size: 16px;
|
|
|
|
font-weight: 500;
|
|
|
|
color: #fff;
|
|
|
|
}
|
|
|
|
.bottom_label::after {
|
|
|
|
content: '';
|
|
|
|
position: absolute;
|
|
|
|
top: 50%;
|
|
|
|
left: 20px;
|
|
|
|
width: 12px;
|
|
|
|
height: 12px;
|
|
|
|
box-sizing: border-box;
|
|
|
|
margin-top: -6px;
|
|
|
|
background: #2865fa;
|
|
|
|
border-radius: 50%;
|
|
|
|
}
|
|
|
|
> span {
|
|
|
|
font-size: 18px;
|
|
|
|
font-family: PingFang SC;
|
|
|
|
font-weight: 800;
|
|
|
|
color: #ffffff;
|
|
|
|
}
|
|
|
|
.echart-line {
|
|
|
|
margin-top: 10px;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
.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%;
|
|
|
|
}
|
|
|
|
}
|