1679 lines
35 KiB
CSS
1679 lines
35 KiB
CSS
.w60[data-v-35cc89c0] {
|
|
width: 60%;
|
|
}
|
|
.minW200[data-v-35cc89c0] {
|
|
min-width: 200px;
|
|
}
|
|
.tab-title[data-v-35cc89c0] {
|
|
font-weight: bolder;
|
|
border-top: 1px solid #ebeef5;
|
|
margin-top: 15px;
|
|
}
|
|
.textBtn[data-v-35cc89c0] {
|
|
font-size: 14px;
|
|
cursor: pointer;
|
|
color: #0d7fe8;
|
|
margin-left: 5px;
|
|
}
|
|
.alignment[data-v-35cc89c0] {
|
|
font-size: 14px;
|
|
position: relative;
|
|
top: 10px;
|
|
left: 0;
|
|
}
|
|
.alignment2[data-v-35cc89c0] {
|
|
font-size: 14px;
|
|
position: relative;
|
|
top: -10px;
|
|
left: 0;
|
|
color: #f56c6c;
|
|
}
|
|
.workOrderTitle[data-v-35cc89c0] {
|
|
border-left: 5px solid #0d7fe8;
|
|
padding-left: 10px;
|
|
}
|
|
.export[data-v-35cc89c0] {
|
|
background-color: #3ac2bf;
|
|
border-color: #3ac2bf;
|
|
color: #fff;
|
|
}
|
|
.fontLin[data-v-35cc89c0] {
|
|
line-height: 50px;
|
|
font-size: 16px;
|
|
}
|
|
.sytsFont[data-v-35cc89c0] {
|
|
font-size: 25px;
|
|
color: #909399;
|
|
line-height: 50px;
|
|
}
|
|
.greenCircle[data-v-35cc89c0] {
|
|
background-color: #67c23a;
|
|
}
|
|
.greenCircle[data-v-35cc89c0],
|
|
.yellowCir[data-v-35cc89c0] {
|
|
color: #fff;
|
|
display: inline-block;
|
|
font-size: 14px;
|
|
line-height: 55px;
|
|
margin-left: -15px;
|
|
text-align: center;
|
|
white-space: nowrap;
|
|
border: 1px solid #fff;
|
|
width: 60px;
|
|
height: 60px;
|
|
-webkit-border-radius: 15%;
|
|
}
|
|
.yellowCir[data-v-35cc89c0] {
|
|
background-color: rgba(239, 162, 60, .8);
|
|
}
|
|
.redCircle[data-v-35cc89c0] {
|
|
background-color: #f56c6c;
|
|
color: #fff;
|
|
display: inline-block;
|
|
font-size: 14px;
|
|
line-height: 55px;
|
|
margin-left: -15px;
|
|
text-align: center;
|
|
white-space: nowrap;
|
|
border: 1px solid #fff;
|
|
width: 60px;
|
|
height: 60px;
|
|
-webkit-border-radius: 15%;
|
|
}
|
|
.circular2[data-v-35cc89c0] {
|
|
background-color: #fff;
|
|
color: #409eff;
|
|
border: 1px solid #409eff;
|
|
-webkit-border-radius: 50%;
|
|
}
|
|
.circular2[data-v-35cc89c0],
|
|
.circular6[data-v-35cc89c0] {
|
|
display: inline-block;
|
|
font-size: 14px;
|
|
line-height: 55px;
|
|
margin-left: -15px;
|
|
text-align: center;
|
|
white-space: nowrap;
|
|
width: 60px;
|
|
height: 60px;
|
|
}
|
|
.circular6[data-v-35cc89c0] {
|
|
background-color: #f56c6c;
|
|
color: #fff;
|
|
border: 1px solid #fff;
|
|
-webkit-border-radius: 50%;
|
|
}
|
|
.verticalLine[data-v-35cc89c0] {
|
|
border-right: 1px solid #acc0d8;
|
|
}
|
|
.iconStatus[data-v-35cc89c0] {
|
|
width: 6px;
|
|
height: 6px;
|
|
margin-right: 4px;
|
|
display: inline-block;
|
|
border-radius: 50%;
|
|
}
|
|
.iconStatus.normal[data-v-35cc89c0] {
|
|
background: #5ee61b;
|
|
}
|
|
.iconStatus.error[data-v-35cc89c0] {
|
|
background: #ff4d4f;
|
|
}
|
|
.iconStatus.end[data-v-35cc89c0] {
|
|
background: #000;
|
|
}
|
|
.iconStatus.invalid[data-v-35cc89c0] {
|
|
background: #909399;
|
|
}
|
|
.orderStatus[data-v-35cc89c0] {
|
|
display: -webkit-box;
|
|
display: -ms-flexbox;
|
|
display: flex;
|
|
-webkit-box-align: center;
|
|
-ms-flex-align: center;
|
|
align-items: center;
|
|
}
|
|
.orderStatus .round[data-v-35cc89c0] {
|
|
width: 10px;
|
|
height: 10px;
|
|
display: -webkit-inline-box;
|
|
display: -ms-inline-flexbox;
|
|
display: inline-flex;
|
|
border-radius: 100%;
|
|
background-color: #d8d8d8;
|
|
}
|
|
.orderStatus .round.yellow[data-v-35cc89c0] {
|
|
background-color: #f6c337;
|
|
}
|
|
.orderStatus .round.error[data-v-35cc89c0] {
|
|
background-color: red;
|
|
}
|
|
.orderStatus .round.success[data-v-35cc89c0] {
|
|
background-color: #1890ff;
|
|
}
|
|
.orderStatus .line[data-v-35cc89c0] {
|
|
width: 20px;
|
|
height: 2px;
|
|
background-color: #d8d8d8;
|
|
display: -webkit-inline-box;
|
|
display: -ms-inline-flexbox;
|
|
display: inline-flex;
|
|
margin: 0 4px;
|
|
}
|
|
.orderStatus .line.success[data-v-35cc89c0] {
|
|
background-color: #1890ff;
|
|
}
|
|
.house-detail[data-v-35cc89c0] {
|
|
display: -webkit-box;
|
|
display: -ms-flexbox;
|
|
display: flex;
|
|
}
|
|
.house-detail .grid-half .cell[data-v-35cc89c0] {
|
|
padding-left: 40px;
|
|
}
|
|
.headStys[data-v-35cc89c0] {
|
|
background-color: #f0f2f5;
|
|
padding: 15px;
|
|
}
|
|
.transition_dom[data-v-35cc89c0] {
|
|
-webkit-transition: all .3s ease 0s;
|
|
transition: all .3s ease 0s;
|
|
}
|
|
.searchStys[data-v-35cc89c0] {
|
|
background: #fff;
|
|
overflow: hidden;
|
|
height: 80px;
|
|
margin-bottom: 20px;
|
|
border-radius: 4px;
|
|
}
|
|
.searchStys .searchBar[data-v-35cc89c0] {
|
|
display: -webkit-box;
|
|
display: -ms-flexbox;
|
|
display: flex;
|
|
padding: 22px 22px 0 22px;
|
|
}
|
|
.searchStys .searchInput[data-v-35cc89c0] {
|
|
-webkit-box-flex: 2;
|
|
-ms-flex: 2;
|
|
flex: 2;
|
|
}
|
|
.searchStys .searchInput .el-cascader[data-v-35cc89c0],
|
|
.searchStys .searchInput .el-date-editor[data-v-35cc89c0],
|
|
.searchStys .searchInput .el-select[data-v-35cc89c0] {
|
|
width: 100%;
|
|
}
|
|
.searchStys .searchBtn[data-v-35cc89c0] {
|
|
width: 400px;
|
|
text-align: right;
|
|
}
|
|
.cardBorder .el-card__header[data-v-35cc89c0] {
|
|
border-bottom: none;
|
|
}
|
|
.planLst[data-v-35cc89c0] {
|
|
display: -webkit-box;
|
|
display: -ms-flexbox;
|
|
display: flex;
|
|
-webkit-box-align: center;
|
|
-ms-flex-align: center;
|
|
align-items: center;
|
|
}
|
|
.planLst .planTitle[data-v-35cc89c0] {
|
|
font-size: 16px;
|
|
-webkit-box-flex: 2;
|
|
-ms-flex: 2;
|
|
flex: 2;
|
|
}
|
|
.paginations[data-v-35cc89c0] {
|
|
text-align: right;
|
|
margin-top: 24px;
|
|
}
|
|
.cololr[data-v-35cc89c0] {
|
|
background: #0d7fe8;
|
|
line-height: 10px;
|
|
}
|
|
.container[data-v-35cc89c0] {
|
|
margin-top: 15px;
|
|
}
|
|
.basicsInfo[data-v-35cc89c0] {
|
|
display: -webkit-box;
|
|
display: -ms-flexbox;
|
|
display: flex;
|
|
}
|
|
.basicsInfo .grid-half[data-v-35cc89c0] {
|
|
-webkit-box-flex: 0.5;
|
|
-ms-flex: 0.5;
|
|
flex: 0.5;
|
|
}
|
|
.basicsInfo .grid-half .cell[data-v-35cc89c0] {
|
|
padding: 0 0 20px 80px;
|
|
font-size: 14px;
|
|
}
|
|
.viewDetails[data-v-35cc89c0] {
|
|
background-color: #f0f2f5;
|
|
display: -webkit-box;
|
|
display: -ms-flexbox;
|
|
display: flex;
|
|
-webkit-box-orient: vertical;
|
|
-webkit-box-direction: normal;
|
|
-ms-flex-direction: column;
|
|
flex-direction: column;
|
|
padding: 24px;
|
|
}
|
|
.listInfo[data-v-35cc89c0] {
|
|
background-color: #fff;
|
|
}
|
|
.dialogHead[data-v-35cc89c0] .el-dialog__header {
|
|
border-bottom: 1px solid #ccc;
|
|
background-color: #f0f2f5;
|
|
padding: 10px 20px;
|
|
padding-bottom: 10px;
|
|
}
|
|
.dialogHead[data-v-35cc89c0] .el-dialog__header .el-dialog__title {
|
|
font-size: 16px;
|
|
}
|
|
.dialogHead[data-v-35cc89c0] .el-dialog__header .el-dialog__headerbtn {
|
|
top: 15px;
|
|
}
|
|
[data-v-35cc89c0] .el-table__empty-block {
|
|
width: 100% !important;
|
|
}
|
|
.el-tabs--border-card[data-v-35cc89c0] {
|
|
-webkit-box-shadow: none;
|
|
box-shadow: none;
|
|
}
|
|
.el-tabs--border-card > .el-tabs__content[data-v-35cc89c0] {
|
|
padding: 24px !important;
|
|
}
|
|
.el-card__body[data-v-35cc89c0] {
|
|
padding: 24px;
|
|
}
|
|
.bannerImg[data-v-35cc89c0] {
|
|
width: 100%;
|
|
height: 50px;
|
|
position: relative;
|
|
top: 3px;
|
|
}
|
|
.bannerImg .image-error-slot[data-v-35cc89c0] {
|
|
height: 50px;
|
|
line-height: 50px;
|
|
}
|
|
.bgHeight .el-tabs__content[data-v-35cc89c0] {
|
|
min-height: 600px;
|
|
}
|
|
.el-tabs__item[data-v-35cc89c0] {
|
|
height: 45px;
|
|
line-height: 45px;
|
|
}
|
|
.pictureRow[data-v-35cc89c0] {
|
|
margin-bottom: 24px;
|
|
}
|
|
.pictureRow .imgItem[data-v-35cc89c0] {
|
|
position: relative;
|
|
width: 172px;
|
|
height: 129px;
|
|
}
|
|
.pictureRow .imgItem .imgWrap[data-v-35cc89c0] {
|
|
width: 100%;
|
|
height: 100%;
|
|
display: inline-block;
|
|
}
|
|
.pictureRow .imgItem .imgWrap img[data-v-35cc89c0] {
|
|
width: 100%;
|
|
height: 100%;
|
|
}
|
|
.pictureRow .imgItem .btnWrap[data-v-35cc89c0] {
|
|
position: absolute;
|
|
bottom: 13px;
|
|
right: 5px;
|
|
width: 36px;
|
|
height: 36px;
|
|
display: inline-block;
|
|
}
|
|
.pictureRow .imgItem .btnWrap2[data-v-35cc89c0] {
|
|
position: absolute;
|
|
display: none;
|
|
bottom: 50px;
|
|
right: 70px;
|
|
width: 36px;
|
|
height: 50px;
|
|
}
|
|
.pictureRow .imgItem:hover .btnWrap2[data-v-35cc89c0] {
|
|
display: -webkit-inline-box;
|
|
display: -ms-inline-flexbox;
|
|
display: inline-flex;
|
|
}
|
|
.pictureRow .imgItem .floats[data-v-35cc89c0] {
|
|
cursor: pointer;
|
|
width: 100%;
|
|
height: 100%;
|
|
color: #fff;
|
|
font-size: 20px;
|
|
}
|
|
.form-item-content[data-v-35cc89c0] {
|
|
width: 200px;
|
|
}
|
|
.editInfor .project-infor[data-v-35cc89c0] {
|
|
font-size: 16px;
|
|
color: #000;
|
|
margin-bottom: 15px;
|
|
}
|
|
.editInfor .meterMonthInfor[data-v-35cc89c0] {
|
|
display: -webkit-box;
|
|
display: -ms-flexbox;
|
|
display: flex;
|
|
-webkit-box-orient: horizontal;
|
|
-webkit-box-direction: normal;
|
|
-ms-flex-direction: row;
|
|
flex-direction: row;
|
|
font-size: 16px;
|
|
color: #000;
|
|
margin-bottom: 15px;
|
|
}
|
|
.editInfor .meterMonthInfor .meterMonthInfor-item[data-v-35cc89c0] {
|
|
margin-right: 30px;
|
|
}
|
|
.editInfor .meterMonthInfor_title[data-v-35cc89c0] {
|
|
display: -webkit-box;
|
|
display: -ms-flexbox;
|
|
display: flex;
|
|
-webkit-box-orient: horizontal;
|
|
-webkit-box-direction: normal;
|
|
-ms-flex-direction: row;
|
|
flex-direction: row;
|
|
font-size: 16px;
|
|
color: #000;
|
|
}
|
|
.editInfor .meterMonthInfor_title .meterMonthInfor-item[data-v-35cc89c0] {
|
|
margin-right: 30px;
|
|
}
|
|
.itemPageHeader[data-v-35cc89c0] {
|
|
padding: 0 0 24px 0;
|
|
}
|
|
[data-v-35cc89c0] .el-page-header .el-page-header__left,
|
|
[data-v-35cc89c0] .itemPageHeader .el-page-header__left {
|
|
color: #1989fa;
|
|
}
|
|
.statusTrue[data-v-35cc89c0] {
|
|
color: #0d7fe8;
|
|
}
|
|
.statusFalse[data-v-35cc89c0] {
|
|
color: red;
|
|
}
|
|
.w60[data-v-4eb50baf] {
|
|
width: 60%;
|
|
}
|
|
.minW200[data-v-4eb50baf] {
|
|
min-width: 200px;
|
|
}
|
|
.tab-title[data-v-4eb50baf] {
|
|
font-weight: bolder;
|
|
border-top: 1px solid #ebeef5;
|
|
margin-top: 15px;
|
|
}
|
|
.textBtn[data-v-4eb50baf] {
|
|
font-size: 14px;
|
|
cursor: pointer;
|
|
color: #0d7fe8;
|
|
margin-left: 5px;
|
|
}
|
|
.alignment[data-v-4eb50baf] {
|
|
font-size: 14px;
|
|
position: relative;
|
|
top: 10px;
|
|
left: 0;
|
|
}
|
|
.alignment2[data-v-4eb50baf] {
|
|
font-size: 14px;
|
|
position: relative;
|
|
top: -10px;
|
|
left: 0;
|
|
color: #f56c6c;
|
|
}
|
|
.workOrderTitle[data-v-4eb50baf] {
|
|
border-left: 5px solid #0d7fe8;
|
|
padding-left: 10px;
|
|
}
|
|
.export[data-v-4eb50baf] {
|
|
background-color: #3ac2bf;
|
|
border-color: #3ac2bf;
|
|
color: #fff;
|
|
}
|
|
.fontLin[data-v-4eb50baf] {
|
|
line-height: 50px;
|
|
font-size: 16px;
|
|
}
|
|
.sytsFont[data-v-4eb50baf] {
|
|
font-size: 25px;
|
|
color: #909399;
|
|
line-height: 50px;
|
|
}
|
|
.greenCircle[data-v-4eb50baf] {
|
|
background-color: #67c23a;
|
|
}
|
|
.greenCircle[data-v-4eb50baf],
|
|
.yellowCir[data-v-4eb50baf] {
|
|
color: #fff;
|
|
display: inline-block;
|
|
font-size: 14px;
|
|
line-height: 55px;
|
|
margin-left: -15px;
|
|
text-align: center;
|
|
white-space: nowrap;
|
|
border: 1px solid #fff;
|
|
width: 60px;
|
|
height: 60px;
|
|
-webkit-border-radius: 15%;
|
|
}
|
|
.yellowCir[data-v-4eb50baf] {
|
|
background-color: rgba(239, 162, 60, .8);
|
|
}
|
|
.redCircle[data-v-4eb50baf] {
|
|
background-color: #f56c6c;
|
|
color: #fff;
|
|
display: inline-block;
|
|
font-size: 14px;
|
|
line-height: 55px;
|
|
margin-left: -15px;
|
|
text-align: center;
|
|
white-space: nowrap;
|
|
border: 1px solid #fff;
|
|
width: 60px;
|
|
height: 60px;
|
|
-webkit-border-radius: 15%;
|
|
}
|
|
.circular2[data-v-4eb50baf] {
|
|
background-color: #fff;
|
|
color: #409eff;
|
|
border: 1px solid #409eff;
|
|
-webkit-border-radius: 50%;
|
|
}
|
|
.circular2[data-v-4eb50baf],
|
|
.circular6[data-v-4eb50baf] {
|
|
display: inline-block;
|
|
font-size: 14px;
|
|
line-height: 55px;
|
|
margin-left: -15px;
|
|
text-align: center;
|
|
white-space: nowrap;
|
|
width: 60px;
|
|
height: 60px;
|
|
}
|
|
.circular6[data-v-4eb50baf] {
|
|
background-color: #f56c6c;
|
|
color: #fff;
|
|
border: 1px solid #fff;
|
|
-webkit-border-radius: 50%;
|
|
}
|
|
.verticalLine[data-v-4eb50baf] {
|
|
border-right: 1px solid #acc0d8;
|
|
}
|
|
.iconStatus[data-v-4eb50baf] {
|
|
width: 6px;
|
|
height: 6px;
|
|
margin-right: 4px;
|
|
display: inline-block;
|
|
border-radius: 50%;
|
|
}
|
|
.iconStatus.normal[data-v-4eb50baf] {
|
|
background: #5ee61b;
|
|
}
|
|
.iconStatus.error[data-v-4eb50baf] {
|
|
background: #ff4d4f;
|
|
}
|
|
.iconStatus.end[data-v-4eb50baf] {
|
|
background: #000;
|
|
}
|
|
.iconStatus.invalid[data-v-4eb50baf] {
|
|
background: #909399;
|
|
}
|
|
.orderStatus[data-v-4eb50baf] {
|
|
display: -webkit-box;
|
|
display: -ms-flexbox;
|
|
display: flex;
|
|
-webkit-box-align: center;
|
|
-ms-flex-align: center;
|
|
align-items: center;
|
|
}
|
|
.orderStatus .round[data-v-4eb50baf] {
|
|
width: 10px;
|
|
height: 10px;
|
|
display: -webkit-inline-box;
|
|
display: -ms-inline-flexbox;
|
|
display: inline-flex;
|
|
border-radius: 100%;
|
|
background-color: #d8d8d8;
|
|
}
|
|
.orderStatus .round.yellow[data-v-4eb50baf] {
|
|
background-color: #f6c337;
|
|
}
|
|
.orderStatus .round.error[data-v-4eb50baf] {
|
|
background-color: red;
|
|
}
|
|
.orderStatus .round.success[data-v-4eb50baf] {
|
|
background-color: #1890ff;
|
|
}
|
|
.orderStatus .line[data-v-4eb50baf] {
|
|
width: 20px;
|
|
height: 2px;
|
|
background-color: #d8d8d8;
|
|
display: -webkit-inline-box;
|
|
display: -ms-inline-flexbox;
|
|
display: inline-flex;
|
|
margin: 0 4px;
|
|
}
|
|
.orderStatus .line.success[data-v-4eb50baf] {
|
|
background-color: #1890ff;
|
|
}
|
|
.house-detail[data-v-4eb50baf] {
|
|
display: -webkit-box;
|
|
display: -ms-flexbox;
|
|
display: flex;
|
|
}
|
|
.house-detail .grid-half .cell[data-v-4eb50baf] {
|
|
padding-left: 40px;
|
|
}
|
|
.headStys[data-v-4eb50baf] {
|
|
background-color: #f0f2f5;
|
|
padding: 15px;
|
|
}
|
|
.transition_dom[data-v-4eb50baf] {
|
|
-webkit-transition: all .3s ease 0s;
|
|
transition: all .3s ease 0s;
|
|
}
|
|
.searchStys[data-v-4eb50baf] {
|
|
background: #fff;
|
|
overflow: hidden;
|
|
height: 80px;
|
|
margin-bottom: 20px;
|
|
border-radius: 4px;
|
|
}
|
|
.searchStys .searchBar[data-v-4eb50baf] {
|
|
display: -webkit-box;
|
|
display: -ms-flexbox;
|
|
display: flex;
|
|
padding: 22px 22px 0 22px;
|
|
}
|
|
.searchStys .searchInput[data-v-4eb50baf] {
|
|
-webkit-box-flex: 2;
|
|
-ms-flex: 2;
|
|
flex: 2;
|
|
}
|
|
.searchStys .searchInput .el-cascader[data-v-4eb50baf],
|
|
.searchStys .searchInput .el-date-editor[data-v-4eb50baf],
|
|
.searchStys .searchInput .el-select[data-v-4eb50baf] {
|
|
width: 100%;
|
|
}
|
|
.searchStys .searchBtn[data-v-4eb50baf] {
|
|
width: 400px;
|
|
text-align: right;
|
|
}
|
|
.cardBorder .el-card__header[data-v-4eb50baf] {
|
|
border-bottom: none;
|
|
}
|
|
.planLst[data-v-4eb50baf] {
|
|
display: -webkit-box;
|
|
display: -ms-flexbox;
|
|
display: flex;
|
|
-webkit-box-align: center;
|
|
-ms-flex-align: center;
|
|
align-items: center;
|
|
}
|
|
.planLst .planTitle[data-v-4eb50baf] {
|
|
font-size: 16px;
|
|
-webkit-box-flex: 2;
|
|
-ms-flex: 2;
|
|
flex: 2;
|
|
}
|
|
.paginations[data-v-4eb50baf] {
|
|
text-align: right;
|
|
margin-top: 24px;
|
|
}
|
|
.cololr[data-v-4eb50baf] {
|
|
background: #0d7fe8;
|
|
line-height: 10px;
|
|
}
|
|
.container[data-v-4eb50baf] {
|
|
margin-top: 15px;
|
|
}
|
|
.basicsInfo[data-v-4eb50baf] {
|
|
display: -webkit-box;
|
|
display: -ms-flexbox;
|
|
display: flex;
|
|
}
|
|
.basicsInfo .grid-half[data-v-4eb50baf] {
|
|
-webkit-box-flex: 0.5;
|
|
-ms-flex: 0.5;
|
|
flex: 0.5;
|
|
}
|
|
.basicsInfo .grid-half .cell[data-v-4eb50baf] {
|
|
padding: 0 0 20px 80px;
|
|
font-size: 14px;
|
|
}
|
|
.viewDetails[data-v-4eb50baf] {
|
|
background-color: #f0f2f5;
|
|
display: -webkit-box;
|
|
display: -ms-flexbox;
|
|
display: flex;
|
|
-webkit-box-orient: vertical;
|
|
-webkit-box-direction: normal;
|
|
-ms-flex-direction: column;
|
|
flex-direction: column;
|
|
padding: 24px;
|
|
}
|
|
.listInfo[data-v-4eb50baf] {
|
|
background-color: #fff;
|
|
}
|
|
.dialogHead[data-v-4eb50baf] .el-dialog__header {
|
|
border-bottom: 1px solid #ccc;
|
|
background-color: #f0f2f5;
|
|
padding: 10px 20px;
|
|
padding-bottom: 10px;
|
|
}
|
|
.dialogHead[data-v-4eb50baf] .el-dialog__header .el-dialog__title {
|
|
font-size: 16px;
|
|
}
|
|
.dialogHead[data-v-4eb50baf] .el-dialog__header .el-dialog__headerbtn {
|
|
top: 15px;
|
|
}
|
|
[data-v-4eb50baf] .el-table__empty-block {
|
|
width: 100% !important;
|
|
}
|
|
.el-tabs--border-card[data-v-4eb50baf] {
|
|
-webkit-box-shadow: none;
|
|
box-shadow: none;
|
|
}
|
|
.el-tabs--border-card > .el-tabs__content[data-v-4eb50baf] {
|
|
padding: 24px !important;
|
|
}
|
|
.el-card__body[data-v-4eb50baf] {
|
|
padding: 24px;
|
|
}
|
|
.bannerImg[data-v-4eb50baf] {
|
|
width: 100%;
|
|
height: 50px;
|
|
position: relative;
|
|
top: 3px;
|
|
}
|
|
.bannerImg .image-error-slot[data-v-4eb50baf] {
|
|
height: 50px;
|
|
line-height: 50px;
|
|
}
|
|
.bgHeight .el-tabs__content[data-v-4eb50baf] {
|
|
min-height: 600px;
|
|
}
|
|
.el-tabs__item[data-v-4eb50baf] {
|
|
height: 45px;
|
|
line-height: 45px;
|
|
}
|
|
.pictureRow[data-v-4eb50baf] {
|
|
margin-bottom: 24px;
|
|
}
|
|
.pictureRow .imgItem[data-v-4eb50baf] {
|
|
position: relative;
|
|
width: 172px;
|
|
height: 129px;
|
|
}
|
|
.pictureRow .imgItem .imgWrap[data-v-4eb50baf] {
|
|
width: 100%;
|
|
height: 100%;
|
|
display: inline-block;
|
|
}
|
|
.pictureRow .imgItem .imgWrap img[data-v-4eb50baf] {
|
|
width: 100%;
|
|
height: 100%;
|
|
}
|
|
.pictureRow .imgItem .btnWrap[data-v-4eb50baf] {
|
|
position: absolute;
|
|
bottom: 13px;
|
|
right: 5px;
|
|
width: 36px;
|
|
height: 36px;
|
|
display: inline-block;
|
|
}
|
|
.pictureRow .imgItem .btnWrap2[data-v-4eb50baf] {
|
|
position: absolute;
|
|
display: none;
|
|
bottom: 50px;
|
|
right: 70px;
|
|
width: 36px;
|
|
height: 50px;
|
|
}
|
|
.pictureRow .imgItem:hover .btnWrap2[data-v-4eb50baf] {
|
|
display: -webkit-inline-box;
|
|
display: -ms-inline-flexbox;
|
|
display: inline-flex;
|
|
}
|
|
.pictureRow .imgItem .floats[data-v-4eb50baf] {
|
|
cursor: pointer;
|
|
width: 100%;
|
|
height: 100%;
|
|
color: #fff;
|
|
font-size: 20px;
|
|
}
|
|
.form-item-content[data-v-4eb50baf] {
|
|
width: 200px;
|
|
}
|
|
.editInfor .project-infor[data-v-4eb50baf] {
|
|
font-size: 16px;
|
|
color: #000;
|
|
margin-bottom: 15px;
|
|
}
|
|
.editInfor .meterMonthInfor[data-v-4eb50baf] {
|
|
display: -webkit-box;
|
|
display: -ms-flexbox;
|
|
display: flex;
|
|
-webkit-box-orient: horizontal;
|
|
-webkit-box-direction: normal;
|
|
-ms-flex-direction: row;
|
|
flex-direction: row;
|
|
font-size: 16px;
|
|
color: #000;
|
|
margin-bottom: 15px;
|
|
}
|
|
.editInfor .meterMonthInfor .meterMonthInfor-item[data-v-4eb50baf] {
|
|
margin-right: 30px;
|
|
}
|
|
.editInfor .meterMonthInfor_title[data-v-4eb50baf] {
|
|
display: -webkit-box;
|
|
display: -ms-flexbox;
|
|
display: flex;
|
|
-webkit-box-orient: horizontal;
|
|
-webkit-box-direction: normal;
|
|
-ms-flex-direction: row;
|
|
flex-direction: row;
|
|
font-size: 16px;
|
|
color: #000;
|
|
}
|
|
.editInfor .meterMonthInfor_title .meterMonthInfor-item[data-v-4eb50baf] {
|
|
margin-right: 30px;
|
|
}
|
|
.itemPageHeader[data-v-4eb50baf] {
|
|
padding: 0 0 24px 0;
|
|
}
|
|
[data-v-4eb50baf] .el-page-header .el-page-header__left,
|
|
[data-v-4eb50baf] .itemPageHeader .el-page-header__left {
|
|
color: #1989fa;
|
|
}
|
|
.statusTrue[data-v-4eb50baf] {
|
|
color: #0d7fe8;
|
|
}
|
|
.statusFalse[data-v-4eb50baf] {
|
|
color: red;
|
|
}
|
|
.w60[data-v-1606875c] {
|
|
width: 60%;
|
|
}
|
|
.minW200[data-v-1606875c] {
|
|
min-width: 200px;
|
|
}
|
|
.tab-title[data-v-1606875c] {
|
|
border-top: 1px solid #ebeef5;
|
|
margin-top: 15px;
|
|
}
|
|
.textBtn[data-v-1606875c] {
|
|
font-size: 14px;
|
|
cursor: pointer;
|
|
color: #0d7fe8;
|
|
margin-left: 5px;
|
|
}
|
|
.alignment[data-v-1606875c] {
|
|
font-size: 14px;
|
|
position: relative;
|
|
top: 10px;
|
|
left: 0;
|
|
}
|
|
.alignment2[data-v-1606875c] {
|
|
font-size: 14px;
|
|
position: relative;
|
|
top: -10px;
|
|
left: 0;
|
|
color: #f56c6c;
|
|
}
|
|
.workOrderTitle[data-v-1606875c] {
|
|
border-left: 5px solid #0d7fe8;
|
|
padding-left: 10px;
|
|
}
|
|
.fontLin[data-v-1606875c] {
|
|
line-height: 50px;
|
|
font-size: 16px;
|
|
}
|
|
.sytsFont[data-v-1606875c] {
|
|
font-size: 25px;
|
|
color: #909399;
|
|
line-height: 50px;
|
|
}
|
|
.greenCircle[data-v-1606875c] {
|
|
background-color: #67c23a;
|
|
}
|
|
.greenCircle[data-v-1606875c],
|
|
.yellowCir[data-v-1606875c] {
|
|
color: #fff;
|
|
display: inline-block;
|
|
font-size: 14px;
|
|
line-height: 55px;
|
|
margin-left: -15px;
|
|
text-align: center;
|
|
white-space: nowrap;
|
|
border: 1px solid #fff;
|
|
width: 60px;
|
|
height: 60px;
|
|
-webkit-border-radius: 15%;
|
|
}
|
|
.yellowCir[data-v-1606875c] {
|
|
background-color: rgba(239, 162, 60, .8);
|
|
}
|
|
.redCircle[data-v-1606875c] {
|
|
background-color: #f56c6c;
|
|
color: #fff;
|
|
display: inline-block;
|
|
font-size: 14px;
|
|
line-height: 55px;
|
|
margin-left: -15px;
|
|
text-align: center;
|
|
white-space: nowrap;
|
|
border: 1px solid #fff;
|
|
width: 60px;
|
|
height: 60px;
|
|
-webkit-border-radius: 15%;
|
|
}
|
|
.circular2[data-v-1606875c] {
|
|
background-color: #fff;
|
|
color: #409eff;
|
|
border: 1px solid #409eff;
|
|
-webkit-border-radius: 50%;
|
|
}
|
|
.circular2[data-v-1606875c],
|
|
.circular6[data-v-1606875c] {
|
|
display: inline-block;
|
|
font-size: 14px;
|
|
line-height: 55px;
|
|
margin-left: -15px;
|
|
text-align: center;
|
|
white-space: nowrap;
|
|
width: 60px;
|
|
height: 60px;
|
|
}
|
|
.circular6[data-v-1606875c] {
|
|
background-color: #f56c6c;
|
|
color: #fff;
|
|
border: 1px solid #fff;
|
|
-webkit-border-radius: 50%;
|
|
}
|
|
.verticalLine[data-v-1606875c] {
|
|
border-right: 1px solid #acc0d8;
|
|
}
|
|
.iconStatus[data-v-1606875c] {
|
|
width: 6px;
|
|
height: 6px;
|
|
margin-right: 4px;
|
|
display: inline-block;
|
|
border-radius: 50%;
|
|
}
|
|
.iconStatus.normal[data-v-1606875c] {
|
|
background: #5ee61b;
|
|
}
|
|
.iconStatus.error[data-v-1606875c] {
|
|
background: #ff4d4f;
|
|
}
|
|
.iconStatus.end[data-v-1606875c] {
|
|
background: #000;
|
|
}
|
|
.iconStatus.invalid[data-v-1606875c] {
|
|
background: #909399;
|
|
}
|
|
.orderStatus[data-v-1606875c] {
|
|
display: -webkit-box;
|
|
display: -ms-flexbox;
|
|
display: flex;
|
|
-webkit-box-align: center;
|
|
-ms-flex-align: center;
|
|
align-items: center;
|
|
}
|
|
.orderStatus .round[data-v-1606875c] {
|
|
width: 10px;
|
|
height: 10px;
|
|
display: -webkit-inline-box;
|
|
display: -ms-inline-flexbox;
|
|
display: inline-flex;
|
|
border-radius: 100%;
|
|
background-color: #d8d8d8;
|
|
}
|
|
.orderStatus .round.yellow[data-v-1606875c] {
|
|
background-color: #f6c337;
|
|
}
|
|
.orderStatus .round.error[data-v-1606875c] {
|
|
background-color: red;
|
|
}
|
|
.orderStatus .round.success[data-v-1606875c] {
|
|
background-color: #1890ff;
|
|
}
|
|
.orderStatus .line[data-v-1606875c] {
|
|
width: 20px;
|
|
height: 2px;
|
|
background-color: #d8d8d8;
|
|
display: -webkit-inline-box;
|
|
display: -ms-inline-flexbox;
|
|
display: inline-flex;
|
|
margin: 0 4px;
|
|
}
|
|
.orderStatus .line.success[data-v-1606875c] {
|
|
background-color: #1890ff;
|
|
}
|
|
.house-detail[data-v-1606875c] {
|
|
display: -webkit-box;
|
|
display: -ms-flexbox;
|
|
display: flex;
|
|
}
|
|
.house-detail .grid-half .cell[data-v-1606875c] {
|
|
padding-left: 40px;
|
|
}
|
|
.headStys[data-v-1606875c] {
|
|
background-color: #f0f2f5;
|
|
padding: 15px;
|
|
}
|
|
.transition_dom[data-v-1606875c] {
|
|
-webkit-transition: all .3s ease 0s;
|
|
transition: all .3s ease 0s;
|
|
}
|
|
.searchStys[data-v-1606875c] {
|
|
background: #fff;
|
|
overflow: hidden;
|
|
height: 80px;
|
|
margin-bottom: 20px;
|
|
border-radius: 4px;
|
|
}
|
|
.searchStys .searchBar[data-v-1606875c] {
|
|
display: -webkit-box;
|
|
display: -ms-flexbox;
|
|
display: flex;
|
|
padding: 22px 22px 0 22px;
|
|
}
|
|
.searchStys .searchInput[data-v-1606875c] {
|
|
-webkit-box-flex: 2;
|
|
-ms-flex: 2;
|
|
flex: 2;
|
|
}
|
|
.searchStys .searchInput .el-cascader[data-v-1606875c],
|
|
.searchStys .searchInput .el-date-editor[data-v-1606875c],
|
|
.searchStys .searchInput .el-select[data-v-1606875c] {
|
|
width: 100%;
|
|
}
|
|
.searchStys .searchBtn[data-v-1606875c] {
|
|
width: 400px;
|
|
text-align: right;
|
|
}
|
|
.cardBorder .el-card__header[data-v-1606875c] {
|
|
border-bottom: none;
|
|
}
|
|
.planLst[data-v-1606875c] {
|
|
display: -webkit-box;
|
|
display: -ms-flexbox;
|
|
display: flex;
|
|
-webkit-box-align: center;
|
|
-ms-flex-align: center;
|
|
align-items: center;
|
|
}
|
|
.planLst .planTitle[data-v-1606875c] {
|
|
font-size: 16px;
|
|
-webkit-box-flex: 2;
|
|
-ms-flex: 2;
|
|
flex: 2;
|
|
}
|
|
.paginations[data-v-1606875c] {
|
|
text-align: right;
|
|
margin-top: 24px;
|
|
}
|
|
.cololr[data-v-1606875c] {
|
|
background: #0d7fe8;
|
|
line-height: 10px;
|
|
}
|
|
.container[data-v-1606875c] {
|
|
margin-top: 15px;
|
|
}
|
|
.basicsInfo[data-v-1606875c] {
|
|
display: -webkit-box;
|
|
display: -ms-flexbox;
|
|
display: flex;
|
|
}
|
|
.basicsInfo .grid-half[data-v-1606875c] {
|
|
-webkit-box-flex: 0.5;
|
|
-ms-flex: 0.5;
|
|
flex: 0.5;
|
|
}
|
|
.basicsInfo .grid-half .cell[data-v-1606875c] {
|
|
padding: 0 0 20px 80px;
|
|
font-size: 14px;
|
|
}
|
|
.viewDetails[data-v-1606875c] {
|
|
background-color: #f0f2f5;
|
|
display: -webkit-box;
|
|
display: -ms-flexbox;
|
|
display: flex;
|
|
-webkit-box-orient: vertical;
|
|
-webkit-box-direction: normal;
|
|
-ms-flex-direction: column;
|
|
flex-direction: column;
|
|
padding: 24px;
|
|
}
|
|
.listInfo[data-v-1606875c] {
|
|
background-color: #fff;
|
|
}
|
|
.dialogHead[data-v-1606875c] .el-dialog__header {
|
|
border-bottom: 1px solid #ccc;
|
|
background-color: #f0f2f5;
|
|
padding: 10px 20px;
|
|
padding-bottom: 10px;
|
|
}
|
|
.dialogHead[data-v-1606875c] .el-dialog__header .el-dialog__title {
|
|
font-size: 16px;
|
|
}
|
|
.dialogHead[data-v-1606875c] .el-dialog__header .el-dialog__headerbtn {
|
|
top: 15px;
|
|
}
|
|
[data-v-1606875c] .el-table__empty-block {
|
|
width: 100% !important;
|
|
}
|
|
.el-tabs--border-card[data-v-1606875c] {
|
|
-webkit-box-shadow: none;
|
|
box-shadow: none;
|
|
}
|
|
.el-tabs--border-card > .el-tabs__content[data-v-1606875c] {
|
|
padding: 24px !important;
|
|
}
|
|
.el-card__body[data-v-1606875c] {
|
|
padding: 24px;
|
|
}
|
|
.bannerImg[data-v-1606875c] {
|
|
width: 100%;
|
|
height: 50px;
|
|
position: relative;
|
|
top: 3px;
|
|
}
|
|
.bannerImg .image-error-slot[data-v-1606875c] {
|
|
height: 50px;
|
|
line-height: 50px;
|
|
}
|
|
.bgHeight .el-tabs__content[data-v-1606875c] {
|
|
min-height: 600px;
|
|
}
|
|
.el-tabs__item[data-v-1606875c] {
|
|
height: 45px;
|
|
line-height: 45px;
|
|
}
|
|
.pictureRow[data-v-1606875c] {
|
|
margin-bottom: 24px;
|
|
}
|
|
.pictureRow .imgItem[data-v-1606875c] {
|
|
position: relative;
|
|
width: 172px;
|
|
height: 129px;
|
|
}
|
|
.pictureRow .imgItem .imgWrap[data-v-1606875c] {
|
|
width: 100%;
|
|
height: 100%;
|
|
display: inline-block;
|
|
}
|
|
.pictureRow .imgItem .imgWrap img[data-v-1606875c] {
|
|
width: 100%;
|
|
height: 100%;
|
|
}
|
|
.pictureRow .imgItem .btnWrap[data-v-1606875c] {
|
|
position: absolute;
|
|
bottom: 13px;
|
|
right: 5px;
|
|
width: 36px;
|
|
height: 36px;
|
|
display: inline-block;
|
|
}
|
|
.pictureRow .imgItem .btnWrap2[data-v-1606875c] {
|
|
position: absolute;
|
|
display: none;
|
|
bottom: 50px;
|
|
right: 70px;
|
|
width: 36px;
|
|
height: 50px;
|
|
}
|
|
.pictureRow .imgItem:hover .btnWrap2[data-v-1606875c] {
|
|
display: -webkit-inline-box;
|
|
display: -ms-inline-flexbox;
|
|
display: inline-flex;
|
|
}
|
|
.pictureRow .imgItem .floats[data-v-1606875c] {
|
|
cursor: pointer;
|
|
width: 100%;
|
|
height: 100%;
|
|
color: #fff;
|
|
font-size: 20px;
|
|
}
|
|
.form-item-content[data-v-1606875c] {
|
|
width: 200px;
|
|
}
|
|
.editInfor .project-infor[data-v-1606875c] {
|
|
font-size: 16px;
|
|
color: #000;
|
|
margin-bottom: 15px;
|
|
}
|
|
.editInfor .meterMonthInfor[data-v-1606875c] {
|
|
display: -webkit-box;
|
|
display: -ms-flexbox;
|
|
display: flex;
|
|
-webkit-box-orient: horizontal;
|
|
-webkit-box-direction: normal;
|
|
-ms-flex-direction: row;
|
|
flex-direction: row;
|
|
font-size: 16px;
|
|
color: #000;
|
|
margin-bottom: 15px;
|
|
}
|
|
.editInfor .meterMonthInfor .meterMonthInfor-item[data-v-1606875c] {
|
|
margin-right: 30px;
|
|
}
|
|
.editInfor .meterMonthInfor_title[data-v-1606875c] {
|
|
display: -webkit-box;
|
|
display: -ms-flexbox;
|
|
display: flex;
|
|
-webkit-box-orient: horizontal;
|
|
-webkit-box-direction: normal;
|
|
-ms-flex-direction: row;
|
|
flex-direction: row;
|
|
font-size: 16px;
|
|
color: #000;
|
|
}
|
|
.editInfor .meterMonthInfor_title .meterMonthInfor-item[data-v-1606875c] {
|
|
margin-right: 30px;
|
|
}
|
|
.itemPageHeader[data-v-1606875c] {
|
|
padding: 0 0 24px 0;
|
|
}
|
|
[data-v-1606875c] .el-page-header .el-page-header__left,
|
|
[data-v-1606875c] .itemPageHeader .el-page-header__left {
|
|
color: #1989fa;
|
|
}
|
|
.statusTrue[data-v-1606875c] {
|
|
color: #0d7fe8;
|
|
}
|
|
.statusFalse[data-v-1606875c] {
|
|
color: red;
|
|
}
|
|
.btnStys[data-v-1606875c] {
|
|
float: right;
|
|
padding: 15px 0;
|
|
}
|
|
.center2[data-v-1606875c] {
|
|
font-size: 16px;
|
|
text-align: center;
|
|
}
|
|
.btnStsy[data-v-1606875c] {
|
|
text-align: center;
|
|
position: relative;
|
|
top: 15px;
|
|
}
|
|
.color2[data-v-1606875c] {
|
|
color: #67c23a;
|
|
}
|
|
.color3[data-v-1606875c] {
|
|
color: red;
|
|
}
|
|
.color1[data-v-1606875c] {
|
|
color: #0d7fe8;
|
|
}
|
|
.export[data-v-1606875c] {
|
|
background-color: #3ac2bf;
|
|
border-color: #3ac2bf;
|
|
color: #fff;
|
|
}
|
|
.tab-title-top[data-v-1606875c] {
|
|
font-weight: bolder;
|
|
padding: 16px 0 18px 0;
|
|
margin-top: 10px;
|
|
}
|
|
.tab-title[data-v-1606875c] {
|
|
margin-bottom: 10px;
|
|
}
|
|
.tab-title-bottom[data-v-1606875c],
|
|
.tab-title[data-v-1606875c] {
|
|
font-weight: bolder;
|
|
padding: 16px 0 16px 0;
|
|
border-top: 1px solid #ccc;
|
|
}
|
|
.tab-title-bottom[data-v-1606875c] {
|
|
margin-top: 10px;
|
|
}
|
|
.house-service[data-v-1606875c] {
|
|
float: left;
|
|
width: 33%;
|
|
padding-right: 10px;
|
|
}
|
|
.house-service .service-grid-half[data-v-1606875c] {
|
|
float: left;
|
|
width: 90%;
|
|
padding-right: 10px;
|
|
}
|
|
.house-service .service-grid-half .service-cell[data-v-1606875c] {
|
|
margin-bottom: 20px;
|
|
}
|
|
.house-detail .grid-half[data-v-1606875c] {
|
|
float: left;
|
|
width: 45%;
|
|
padding-right: 10px;
|
|
}
|
|
.house-detail .grid-half .cell[data-v-1606875c] {
|
|
margin-bottom: 20px;
|
|
}
|
|
.house-image[data-v-1606875c] {
|
|
img-width: 100%;
|
|
img-height: auto;
|
|
}
|
|
.property-image[data-v-1606875c] {
|
|
img-width: 250px;
|
|
img-height: 200px;
|
|
}
|
|
.image-title[data-v-1606875c] {
|
|
padding: 8px 0;
|
|
}
|
|
.w60[data-v-3361254e] {
|
|
width: 60%;
|
|
}
|
|
.minW200[data-v-3361254e] {
|
|
min-width: 200px;
|
|
}
|
|
.tab-title[data-v-3361254e] {
|
|
font-weight: bolder;
|
|
border-top: 1px solid #ebeef5;
|
|
margin-top: 15px;
|
|
}
|
|
.textBtn[data-v-3361254e] {
|
|
font-size: 14px;
|
|
cursor: pointer;
|
|
color: #0d7fe8;
|
|
margin-left: 5px;
|
|
}
|
|
.alignment[data-v-3361254e] {
|
|
font-size: 14px;
|
|
position: relative;
|
|
top: 10px;
|
|
left: 0;
|
|
}
|
|
.alignment2[data-v-3361254e] {
|
|
font-size: 14px;
|
|
position: relative;
|
|
top: -10px;
|
|
left: 0;
|
|
color: #f56c6c;
|
|
}
|
|
.workOrderTitle[data-v-3361254e] {
|
|
border-left: 5px solid #0d7fe8;
|
|
padding-left: 10px;
|
|
}
|
|
.export[data-v-3361254e] {
|
|
background-color: #3ac2bf;
|
|
border-color: #3ac2bf;
|
|
color: #fff;
|
|
}
|
|
.fontLin[data-v-3361254e] {
|
|
line-height: 50px;
|
|
font-size: 16px;
|
|
}
|
|
.sytsFont[data-v-3361254e] {
|
|
font-size: 25px;
|
|
color: #909399;
|
|
line-height: 50px;
|
|
}
|
|
.greenCircle[data-v-3361254e] {
|
|
background-color: #67c23a;
|
|
}
|
|
.greenCircle[data-v-3361254e],
|
|
.yellowCir[data-v-3361254e] {
|
|
color: #fff;
|
|
display: inline-block;
|
|
font-size: 14px;
|
|
line-height: 55px;
|
|
margin-left: -15px;
|
|
text-align: center;
|
|
white-space: nowrap;
|
|
border: 1px solid #fff;
|
|
width: 60px;
|
|
height: 60px;
|
|
-webkit-border-radius: 15%;
|
|
}
|
|
.yellowCir[data-v-3361254e] {
|
|
background-color: rgba(239, 162, 60, .8);
|
|
}
|
|
.redCircle[data-v-3361254e] {
|
|
background-color: #f56c6c;
|
|
color: #fff;
|
|
display: inline-block;
|
|
font-size: 14px;
|
|
line-height: 55px;
|
|
margin-left: -15px;
|
|
text-align: center;
|
|
white-space: nowrap;
|
|
border: 1px solid #fff;
|
|
width: 60px;
|
|
height: 60px;
|
|
-webkit-border-radius: 15%;
|
|
}
|
|
.circular2[data-v-3361254e] {
|
|
background-color: #fff;
|
|
color: #409eff;
|
|
border: 1px solid #409eff;
|
|
-webkit-border-radius: 50%;
|
|
}
|
|
.circular2[data-v-3361254e],
|
|
.circular6[data-v-3361254e] {
|
|
display: inline-block;
|
|
font-size: 14px;
|
|
line-height: 55px;
|
|
margin-left: -15px;
|
|
text-align: center;
|
|
white-space: nowrap;
|
|
width: 60px;
|
|
height: 60px;
|
|
}
|
|
.circular6[data-v-3361254e] {
|
|
background-color: #f56c6c;
|
|
color: #fff;
|
|
border: 1px solid #fff;
|
|
-webkit-border-radius: 50%;
|
|
}
|
|
.verticalLine[data-v-3361254e] {
|
|
border-right: 1px solid #acc0d8;
|
|
}
|
|
.iconStatus[data-v-3361254e] {
|
|
width: 6px;
|
|
height: 6px;
|
|
margin-right: 4px;
|
|
display: inline-block;
|
|
border-radius: 50%;
|
|
}
|
|
.iconStatus.normal[data-v-3361254e] {
|
|
background: #5ee61b;
|
|
}
|
|
.iconStatus.error[data-v-3361254e] {
|
|
background: #ff4d4f;
|
|
}
|
|
.iconStatus.end[data-v-3361254e] {
|
|
background: #000;
|
|
}
|
|
.iconStatus.invalid[data-v-3361254e] {
|
|
background: #909399;
|
|
}
|
|
.orderStatus[data-v-3361254e] {
|
|
display: -webkit-box;
|
|
display: -ms-flexbox;
|
|
display: flex;
|
|
-webkit-box-align: center;
|
|
-ms-flex-align: center;
|
|
align-items: center;
|
|
}
|
|
.orderStatus .round[data-v-3361254e] {
|
|
width: 10px;
|
|
height: 10px;
|
|
display: -webkit-inline-box;
|
|
display: -ms-inline-flexbox;
|
|
display: inline-flex;
|
|
border-radius: 100%;
|
|
background-color: #d8d8d8;
|
|
}
|
|
.orderStatus .round.yellow[data-v-3361254e] {
|
|
background-color: #f6c337;
|
|
}
|
|
.orderStatus .round.error[data-v-3361254e] {
|
|
background-color: red;
|
|
}
|
|
.orderStatus .round.success[data-v-3361254e] {
|
|
background-color: #1890ff;
|
|
}
|
|
.orderStatus .line[data-v-3361254e] {
|
|
width: 20px;
|
|
height: 2px;
|
|
background-color: #d8d8d8;
|
|
display: -webkit-inline-box;
|
|
display: -ms-inline-flexbox;
|
|
display: inline-flex;
|
|
margin: 0 4px;
|
|
}
|
|
.orderStatus .line.success[data-v-3361254e] {
|
|
background-color: #1890ff;
|
|
}
|
|
.house-detail[data-v-3361254e] {
|
|
display: -webkit-box;
|
|
display: -ms-flexbox;
|
|
display: flex;
|
|
}
|
|
.house-detail .grid-half .cell[data-v-3361254e] {
|
|
padding-left: 40px;
|
|
}
|
|
.headStys[data-v-3361254e] {
|
|
background-color: #f0f2f5;
|
|
padding: 15px;
|
|
}
|
|
.transition_dom[data-v-3361254e] {
|
|
-webkit-transition: all .3s ease 0s;
|
|
transition: all .3s ease 0s;
|
|
}
|
|
.searchStys[data-v-3361254e] {
|
|
background: #fff;
|
|
overflow: hidden;
|
|
height: 80px;
|
|
margin-bottom: 20px;
|
|
border-radius: 4px;
|
|
}
|
|
.searchStys .searchBar[data-v-3361254e] {
|
|
display: -webkit-box;
|
|
display: -ms-flexbox;
|
|
display: flex;
|
|
padding: 22px 22px 0 22px;
|
|
}
|
|
.searchStys .searchInput[data-v-3361254e] {
|
|
-webkit-box-flex: 2;
|
|
-ms-flex: 2;
|
|
flex: 2;
|
|
}
|
|
.searchStys .searchInput .el-cascader[data-v-3361254e],
|
|
.searchStys .searchInput .el-date-editor[data-v-3361254e],
|
|
.searchStys .searchInput .el-select[data-v-3361254e] {
|
|
width: 100%;
|
|
}
|
|
.searchStys .searchBtn[data-v-3361254e] {
|
|
width: 400px;
|
|
text-align: right;
|
|
}
|
|
.cardBorder .el-card__header[data-v-3361254e] {
|
|
border-bottom: none;
|
|
}
|
|
.planLst[data-v-3361254e] {
|
|
display: -webkit-box;
|
|
display: -ms-flexbox;
|
|
display: flex;
|
|
-webkit-box-align: center;
|
|
-ms-flex-align: center;
|
|
align-items: center;
|
|
}
|
|
.planLst .planTitle[data-v-3361254e] {
|
|
font-size: 16px;
|
|
-webkit-box-flex: 2;
|
|
-ms-flex: 2;
|
|
flex: 2;
|
|
}
|
|
.paginations[data-v-3361254e] {
|
|
text-align: right;
|
|
margin-top: 24px;
|
|
}
|
|
.cololr[data-v-3361254e] {
|
|
background: #0d7fe8;
|
|
line-height: 10px;
|
|
}
|
|
.container[data-v-3361254e] {
|
|
margin-top: 15px;
|
|
}
|
|
.basicsInfo[data-v-3361254e] {
|
|
display: -webkit-box;
|
|
display: -ms-flexbox;
|
|
display: flex;
|
|
}
|
|
.basicsInfo .grid-half[data-v-3361254e] {
|
|
-webkit-box-flex: 0.5;
|
|
-ms-flex: 0.5;
|
|
flex: 0.5;
|
|
}
|
|
.basicsInfo .grid-half .cell[data-v-3361254e] {
|
|
padding: 0 0 20px 80px;
|
|
font-size: 14px;
|
|
}
|
|
.viewDetails[data-v-3361254e] {
|
|
background-color: #f0f2f5;
|
|
display: -webkit-box;
|
|
display: -ms-flexbox;
|
|
display: flex;
|
|
-webkit-box-orient: vertical;
|
|
-webkit-box-direction: normal;
|
|
-ms-flex-direction: column;
|
|
flex-direction: column;
|
|
padding: 24px;
|
|
}
|
|
.listInfo[data-v-3361254e] {
|
|
background-color: #fff;
|
|
}
|
|
.dialogHead[data-v-3361254e] .el-dialog__header {
|
|
border-bottom: 1px solid #ccc;
|
|
background-color: #f0f2f5;
|
|
padding: 10px 20px;
|
|
padding-bottom: 10px;
|
|
}
|
|
.dialogHead[data-v-3361254e] .el-dialog__header .el-dialog__title {
|
|
font-size: 16px;
|
|
}
|
|
.dialogHead[data-v-3361254e] .el-dialog__header .el-dialog__headerbtn {
|
|
top: 15px;
|
|
}
|
|
[data-v-3361254e] .el-table__empty-block {
|
|
width: 100% !important;
|
|
}
|
|
.el-tabs--border-card[data-v-3361254e] {
|
|
-webkit-box-shadow: none;
|
|
box-shadow: none;
|
|
}
|
|
.el-tabs--border-card > .el-tabs__content[data-v-3361254e] {
|
|
padding: 24px !important;
|
|
}
|
|
.el-card__body[data-v-3361254e] {
|
|
padding: 24px;
|
|
}
|
|
.bannerImg[data-v-3361254e] {
|
|
width: 100%;
|
|
height: 50px;
|
|
position: relative;
|
|
top: 3px;
|
|
}
|
|
.bannerImg .image-error-slot[data-v-3361254e] {
|
|
height: 50px;
|
|
line-height: 50px;
|
|
}
|
|
.bgHeight .el-tabs__content[data-v-3361254e] {
|
|
min-height: 600px;
|
|
}
|
|
.el-tabs__item[data-v-3361254e] {
|
|
height: 45px;
|
|
line-height: 45px;
|
|
}
|
|
.pictureRow[data-v-3361254e] {
|
|
margin-bottom: 24px;
|
|
}
|
|
.pictureRow .imgItem[data-v-3361254e] {
|
|
position: relative;
|
|
width: 172px;
|
|
height: 129px;
|
|
}
|
|
.pictureRow .imgItem .imgWrap[data-v-3361254e] {
|
|
width: 100%;
|
|
height: 100%;
|
|
display: inline-block;
|
|
}
|
|
.pictureRow .imgItem .imgWrap img[data-v-3361254e] {
|
|
width: 100%;
|
|
height: 100%;
|
|
}
|
|
.pictureRow .imgItem .btnWrap[data-v-3361254e] {
|
|
position: absolute;
|
|
bottom: 13px;
|
|
right: 5px;
|
|
width: 36px;
|
|
height: 36px;
|
|
display: inline-block;
|
|
}
|
|
.pictureRow .imgItem .btnWrap2[data-v-3361254e] {
|
|
position: absolute;
|
|
display: none;
|
|
bottom: 50px;
|
|
right: 70px;
|
|
width: 36px;
|
|
height: 50px;
|
|
}
|
|
.pictureRow .imgItem:hover .btnWrap2[data-v-3361254e] {
|
|
display: -webkit-inline-box;
|
|
display: -ms-inline-flexbox;
|
|
display: inline-flex;
|
|
}
|
|
.pictureRow .imgItem .floats[data-v-3361254e] {
|
|
cursor: pointer;
|
|
width: 100%;
|
|
height: 100%;
|
|
color: #fff;
|
|
font-size: 20px;
|
|
}
|
|
.form-item-content[data-v-3361254e] {
|
|
width: 200px;
|
|
}
|
|
.editInfor .project-infor[data-v-3361254e] {
|
|
font-size: 16px;
|
|
color: #000;
|
|
margin-bottom: 15px;
|
|
}
|
|
.editInfor .meterMonthInfor[data-v-3361254e] {
|
|
display: -webkit-box;
|
|
display: -ms-flexbox;
|
|
display: flex;
|
|
-webkit-box-orient: horizontal;
|
|
-webkit-box-direction: normal;
|
|
-ms-flex-direction: row;
|
|
flex-direction: row;
|
|
font-size: 16px;
|
|
color: #000;
|
|
margin-bottom: 15px;
|
|
}
|
|
.editInfor .meterMonthInfor .meterMonthInfor-item[data-v-3361254e] {
|
|
margin-right: 30px;
|
|
}
|
|
.editInfor .meterMonthInfor_title[data-v-3361254e] {
|
|
display: -webkit-box;
|
|
display: -ms-flexbox;
|
|
display: flex;
|
|
-webkit-box-orient: horizontal;
|
|
-webkit-box-direction: normal;
|
|
-ms-flex-direction: row;
|
|
flex-direction: row;
|
|
font-size: 16px;
|
|
color: #000;
|
|
}
|
|
.editInfor .meterMonthInfor_title .meterMonthInfor-item[data-v-3361254e] {
|
|
margin-right: 30px;
|
|
}
|
|
.itemPageHeader[data-v-3361254e] {
|
|
padding: 0 0 24px 0;
|
|
}
|
|
[data-v-3361254e] .el-page-header .el-page-header__left,
|
|
[data-v-3361254e] .itemPageHeader .el-page-header__left {
|
|
color: #1989fa;
|
|
}
|
|
.statusTrue[data-v-3361254e] {
|
|
color: #0d7fe8;
|
|
}
|
|
.statusFalse[data-v-3361254e] {
|
|
color: red;
|
|
}
|
|
.btnStys[data-v-3361254e] {
|
|
float: right;
|
|
margin-top: -61px;
|
|
}
|