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.
221 lines
3.9 KiB
221 lines
3.9 KiB
@import "../../c/config";
|
|
@import "../../c/function";
|
|
@import "./c/common";
|
|
|
|
.title {
|
|
margin-bottom: 10px;
|
|
padding: 4px 2px;
|
|
font-size: 22px;
|
|
font-family: PingFang SC;
|
|
font-weight: 800;
|
|
color: #ffffff;
|
|
|
|
position: relative;
|
|
|
|
.card-title {
|
|
display: flex;
|
|
align-items: center;
|
|
|
|
img {
|
|
display: block;
|
|
margin-right: 5px;
|
|
}
|
|
span {
|
|
display: block;
|
|
}
|
|
}
|
|
|
|
.second-title {
|
|
display: block;
|
|
display: flex;
|
|
align-items: center;
|
|
|
|
.second-title-label {
|
|
position: relative;
|
|
padding-left: 40px;
|
|
font-size: 16px;
|
|
font-weight: 500;
|
|
color: #fff;
|
|
}
|
|
.second-title-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%;
|
|
}
|
|
.second-select {
|
|
margin: 0 10px 0 40px;
|
|
::v-deep .el-input {
|
|
width: 180px;
|
|
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";
|
|
}
|
|
// .el-select__caret:before {
|
|
// content: '\E790'
|
|
// }
|
|
}
|
|
::v-deep .el-date-editor {
|
|
width: 360px;
|
|
position: relative;
|
|
background: #06186d;
|
|
border: 1px solid #1a64cc;
|
|
.el-range-input {
|
|
color: #fff;
|
|
background: #06186d;
|
|
margin-left: 10px;
|
|
}
|
|
.el-range-separator {
|
|
color: #fff;
|
|
}
|
|
.el-range__icon {
|
|
position: absolute;
|
|
right: 5px;
|
|
// float: right;
|
|
}
|
|
.el-input__prefix {
|
|
left: unset;
|
|
right: 5px;
|
|
}
|
|
}
|
|
}
|
|
.second-select:last-child {
|
|
margin-left: 0;
|
|
}
|
|
}
|
|
.cascader {
|
|
::v-deep .el-input {
|
|
width: 220px;
|
|
}
|
|
}
|
|
.status-select {
|
|
position: absolute;
|
|
top: 20px;
|
|
right: 10px;
|
|
}
|
|
.second-select:last-child {
|
|
margin-left: 0;
|
|
}
|
|
}
|
|
|
|
.g-cpt-resi {
|
|
display: flex;
|
|
flex-direction: row;
|
|
// flex-wrap: wrap;
|
|
justify-content: space-between;
|
|
height: calc(988px - 190px);
|
|
|
|
.g-l {
|
|
width: 40%;
|
|
height: calc(988px - 200px);
|
|
|
|
.echart-line {
|
|
margin-left: 30px;
|
|
// margin-top: 100px;
|
|
text-align: center;
|
|
position: relative;
|
|
width: 100%;
|
|
height: 100%;
|
|
box-sizing: border-box;
|
|
.echart-org {
|
|
width: 100%;
|
|
height: 90%;
|
|
}
|
|
|
|
> img {
|
|
position: absolute;
|
|
top: 0;
|
|
left: 0;
|
|
right: 0;
|
|
bottom: 0;
|
|
margin: auto;
|
|
}
|
|
}
|
|
}
|
|
|
|
.g-r {
|
|
width: 55%;
|
|
height: calc(988px - 210px);
|
|
|
|
.r-map {
|
|
position: relative;
|
|
height: calc(988px - 210px - 50px);
|
|
width: 100%;
|
|
|
|
.map {
|
|
height: 100%;
|
|
width: 100%;
|
|
}
|
|
}
|
|
|
|
.r-legend {
|
|
display: flex;
|
|
justify-content: center;
|
|
margin-top: 24px;
|
|
align-items: center;
|
|
|
|
.legend_item {
|
|
margin-left: 40px;
|
|
display: flex;
|
|
align-items: center;
|
|
|
|
> span {
|
|
margin-left: 11px;
|
|
font-size: 16px;
|
|
font-family: PingFang SC;
|
|
font-weight: 400;
|
|
color: #d2e7ff;
|
|
}
|
|
|
|
.color {
|
|
width: 20px;
|
|
height: 10px;
|
|
|
|
border-radius: 4px;
|
|
}
|
|
|
|
.color0 {
|
|
background: #dd2719;
|
|
}
|
|
.color1 {
|
|
background: #edbe00;
|
|
}
|
|
.color2 {
|
|
background: #00e5ed;
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|
|
|
|
.table-status {
|
|
position: relative;
|
|
height: 300px;
|
|
|
|
// 暂无数据
|
|
.no-data {
|
|
&-img {
|
|
position: absolute;
|
|
top: 0;
|
|
left: 0;
|
|
right: 0;
|
|
bottom: 0;
|
|
margin: auto;
|
|
}
|
|
}
|
|
}
|
|
|