533 lines
9.5 KiB
CSS
533 lines
9.5 KiB
CSS
.setContent .el-card__body {
|
|
padding: 15px;
|
|
}
|
|
.setContent .el-card__header {
|
|
padding: 10px 15px;
|
|
}
|
|
.setContent .exampleImg .exampleList {
|
|
display: grid;
|
|
grid-template-columns: 1fr 1fr;
|
|
grid-row-gap: 2px;
|
|
grid-column-gap: 20px;
|
|
}
|
|
.setContent .exampleImg .exampleList .el-image {
|
|
width: 100%;
|
|
height: 102px;
|
|
cursor: pointer;
|
|
}
|
|
.setContent .exampleImg .exampleList div {
|
|
text-align: center;
|
|
}
|
|
.setContent .exampleImg .exampleList .el-button--text {
|
|
color: red;
|
|
}
|
|
.setContent .setExampleImg .setExampleList {
|
|
display: grid;
|
|
grid-template-columns: 1fr 1fr 1fr;
|
|
grid-row-gap: 20px;
|
|
grid-column-gap: 20px;
|
|
}
|
|
.setContent .setExampleImg .time {
|
|
font-size: 13px;
|
|
color: #999;
|
|
}
|
|
.setContent .setExampleImg .bottom {
|
|
margin-top: 10px;
|
|
line-height: 12px;
|
|
}
|
|
.setContent .setExampleImg .button {
|
|
padding: 0;
|
|
float: right;
|
|
}
|
|
.setContent .setExampleImg .image {
|
|
width: 100%;
|
|
height: 130px;
|
|
display: block;
|
|
cursor: pointer;
|
|
}
|
|
.setContent .setExampleImg .clearfix:after,
|
|
.setContent .setExampleImg .clearfix:before {
|
|
display: table;
|
|
content: "";
|
|
}
|
|
.setContent .setExampleImg .clearfix:after {
|
|
clear: both;
|
|
}
|
|
.setContent .pageSet {
|
|
text-align: right;
|
|
}
|
|
.w60 {
|
|
width: 60%;
|
|
}
|
|
.minW200 {
|
|
min-width: 200px;
|
|
}
|
|
.tab-title {
|
|
font-weight: bolder;
|
|
border-top: 1px solid #ebeef5;
|
|
margin-top: 15px;
|
|
}
|
|
.textBtn {
|
|
font-size: 14px;
|
|
cursor: pointer;
|
|
color: #0d7fe8;
|
|
margin-left: 5px;
|
|
}
|
|
.alignment {
|
|
top: 10px;
|
|
}
|
|
.alignment,
|
|
.alignment2 {
|
|
font-size: 14px;
|
|
position: relative;
|
|
left: 0;
|
|
}
|
|
.alignment2 {
|
|
top: -10px;
|
|
color: #f56c6c;
|
|
}
|
|
.workOrderTitle {
|
|
border-left: 5px solid #0d7fe8;
|
|
padding-left: 10px;
|
|
}
|
|
.export {
|
|
background-color: #3ac2bf;
|
|
border-color: #3ac2bf;
|
|
color: #fff;
|
|
}
|
|
.fontLin {
|
|
line-height: 50px;
|
|
font-size: 16px;
|
|
}
|
|
.sytsFont {
|
|
font-size: 25px;
|
|
color: #909399;
|
|
line-height: 50px;
|
|
}
|
|
.greenCircle {
|
|
background-color: #67c23a;
|
|
}
|
|
.greenCircle,
|
|
.yellowCir {
|
|
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 {
|
|
background-color: rgba(239, 162, 60, .8);
|
|
}
|
|
.redCircle {
|
|
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 {
|
|
background-color: #fff;
|
|
color: #409eff;
|
|
border: 1px solid #409eff;
|
|
-webkit-border-radius: 50%;
|
|
}
|
|
.circular2,
|
|
.circular6 {
|
|
display: inline-block;
|
|
font-size: 14px;
|
|
line-height: 55px;
|
|
margin-left: -15px;
|
|
text-align: center;
|
|
white-space: nowrap;
|
|
width: 60px;
|
|
height: 60px;
|
|
}
|
|
.circular6 {
|
|
background-color: #f56c6c;
|
|
color: #fff;
|
|
border: 1px solid #fff;
|
|
-webkit-border-radius: 50%;
|
|
}
|
|
.verticalLine {
|
|
border-right: 1px solid #acc0d8;
|
|
}
|
|
.iconStatus {
|
|
width: 6px;
|
|
height: 6px;
|
|
margin-right: 4px;
|
|
display: inline-block;
|
|
border-radius: 50%;
|
|
}
|
|
.iconStatus.normal {
|
|
background: #5ee61b;
|
|
}
|
|
.iconStatus.error {
|
|
background: #ff4d4f;
|
|
}
|
|
.iconStatus.end {
|
|
background: #000;
|
|
}
|
|
.iconStatus.invalid {
|
|
background: #909399;
|
|
}
|
|
.orderStatus {
|
|
display: -webkit-box;
|
|
display: -ms-flexbox;
|
|
display: flex;
|
|
-webkit-box-align: center;
|
|
-ms-flex-align: center;
|
|
align-items: center;
|
|
}
|
|
.orderStatus .round {
|
|
width: 10px;
|
|
height: 10px;
|
|
display: -webkit-inline-box;
|
|
display: -ms-inline-flexbox;
|
|
display: inline-flex;
|
|
border-radius: 100%;
|
|
background-color: #d8d8d8;
|
|
}
|
|
.orderStatus .round.yellow {
|
|
background-color: #f6c337;
|
|
}
|
|
.orderStatus .round.error {
|
|
background-color: red;
|
|
}
|
|
.orderStatus .round.success {
|
|
background-color: #1890ff;
|
|
}
|
|
.orderStatus .line {
|
|
width: 20px;
|
|
height: 2px;
|
|
background-color: #d8d8d8;
|
|
display: -webkit-inline-box;
|
|
display: -ms-inline-flexbox;
|
|
display: inline-flex;
|
|
margin: 0 4px;
|
|
}
|
|
.orderStatus .line.success {
|
|
background-color: #1890ff;
|
|
}
|
|
.house-detail {
|
|
display: -webkit-box;
|
|
display: -ms-flexbox;
|
|
display: flex;
|
|
}
|
|
.house-detail .grid-half .cell {
|
|
padding-left: 40px;
|
|
}
|
|
.headStys {
|
|
background-color: #f0f2f5;
|
|
padding: 15px;
|
|
}
|
|
.transition_dom {
|
|
-webkit-transition: all .3s ease 0s;
|
|
transition: all .3s ease 0s;
|
|
}
|
|
.searchStys {
|
|
background: #fff;
|
|
overflow: hidden;
|
|
height: 80px;
|
|
margin-bottom: 20px;
|
|
border-radius: 4px;
|
|
}
|
|
.searchStys .searchBar {
|
|
display: -webkit-box;
|
|
display: -ms-flexbox;
|
|
display: flex;
|
|
padding: 22px 22px 0 22px;
|
|
}
|
|
.searchStys .searchInput {
|
|
-webkit-box-flex: 2;
|
|
-ms-flex: 2;
|
|
flex: 2;
|
|
}
|
|
.searchStys .searchInput .el-cascader,
|
|
.searchStys .searchInput .el-date-editor,
|
|
.searchStys .searchInput .el-select {
|
|
width: 100%;
|
|
}
|
|
.searchStys .searchBtn {
|
|
width: 400px;
|
|
text-align: right;
|
|
}
|
|
.cardBorder .el-card__header {
|
|
border-bottom: none;
|
|
}
|
|
.planLst {
|
|
display: -webkit-box;
|
|
display: -ms-flexbox;
|
|
display: flex;
|
|
-webkit-box-align: center;
|
|
-ms-flex-align: center;
|
|
align-items: center;
|
|
}
|
|
.planLst .planTitle {
|
|
font-size: 16px;
|
|
-webkit-box-flex: 2;
|
|
-ms-flex: 2;
|
|
flex: 2;
|
|
}
|
|
.paginations {
|
|
text-align: right;
|
|
margin-top: 24px;
|
|
}
|
|
.cololr {
|
|
background: #0d7fe8;
|
|
line-height: 10px;
|
|
}
|
|
.container {
|
|
margin-top: 15px;
|
|
}
|
|
.basicsInfo {
|
|
display: -webkit-box;
|
|
display: -ms-flexbox;
|
|
display: flex;
|
|
}
|
|
.basicsInfo .grid-half {
|
|
-webkit-box-flex: 0.5;
|
|
-ms-flex: 0.5;
|
|
flex: 0.5;
|
|
}
|
|
.basicsInfo .grid-half .cell {
|
|
padding: 0 0 20px 80px;
|
|
font-size: 14px;
|
|
}
|
|
.viewDetails {
|
|
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 {
|
|
background-color: #fff;
|
|
}
|
|
.dialogHead /deep/.el-dialog__header {
|
|
border-bottom: 1px solid #ccc;
|
|
background-color: #f0f2f5;
|
|
padding: 10px 20px;
|
|
padding-bottom: 10px;
|
|
}
|
|
.dialogHead /deep/.el-dialog__header .el-dialog__title {
|
|
font-size: 16px;
|
|
}
|
|
.dialogHead /deep/.el-dialog__header .el-dialog__headerbtn {
|
|
top: 15px;
|
|
}
|
|
::v-deep .el-table__empty-block {
|
|
width: 100% !important;
|
|
}
|
|
.el-tabs--border-card {
|
|
-webkit-box-shadow: none;
|
|
box-shadow: none;
|
|
}
|
|
.el-tabs--border-card > .el-tabs__content {
|
|
padding: 24px !important;
|
|
}
|
|
.el-card__body {
|
|
padding: 24px;
|
|
}
|
|
.bannerImg {
|
|
width: 100%;
|
|
height: 50px;
|
|
position: relative;
|
|
top: 3px;
|
|
}
|
|
.bannerImg .image-error-slot {
|
|
height: 50px;
|
|
line-height: 50px;
|
|
}
|
|
.bgHeight .el-tabs__content {
|
|
min-height: 600px;
|
|
}
|
|
.el-tabs__item {
|
|
height: 45px;
|
|
line-height: 45px;
|
|
}
|
|
.pictureRow .imgItem .imgWrap img {
|
|
width: 100%;
|
|
height: 100%;
|
|
}
|
|
.form-item-content {
|
|
width: 200px;
|
|
}
|
|
.editInfor .meterMonthInfor,
|
|
.editInfor .project-infor {
|
|
font-size: 16px;
|
|
color: #000;
|
|
margin-bottom: 15px;
|
|
}
|
|
.editInfor .meterMonthInfor {
|
|
display: -webkit-box;
|
|
display: -ms-flexbox;
|
|
display: flex;
|
|
-webkit-box-orient: horizontal;
|
|
-webkit-box-direction: normal;
|
|
-ms-flex-direction: row;
|
|
flex-direction: row;
|
|
}
|
|
.editInfor .meterMonthInfor .meterMonthInfor-item {
|
|
margin-right: 30px;
|
|
}
|
|
.editInfor .meterMonthInfor_title {
|
|
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 {
|
|
margin-right: 30px;
|
|
}
|
|
.itemPageHeader {
|
|
padding: 0 0 24px 0;
|
|
}
|
|
::v-deep .el-page-header .el-page-header__left,
|
|
::v-deep .itemPageHeader .el-page-header__left {
|
|
color: #1989fa;
|
|
}
|
|
.statusTrue {
|
|
color: #0d7fe8;
|
|
}
|
|
.statusFalse {
|
|
color: red;
|
|
}
|
|
.noData,
|
|
.picture {
|
|
text-align: center;
|
|
padding: 15px;
|
|
}
|
|
.noData {
|
|
color: #82848a;
|
|
font-size: 16px;
|
|
}
|
|
.header-sub-title {
|
|
padding-left: 25px;
|
|
font-size: 14px;
|
|
color: red;
|
|
}
|
|
.f-c-c {
|
|
display: -webkit-box;
|
|
display: -ms-flexbox;
|
|
display: flex;
|
|
-webkit-box-pack: center;
|
|
-ms-flex-pack: center;
|
|
justify-content: center;
|
|
-webkit-box-align: center;
|
|
-ms-flex-align: center;
|
|
align-items: center;
|
|
}
|
|
:focus {
|
|
outline: 0;
|
|
}
|
|
.el-drawer.rtl {
|
|
overflow: scroll;
|
|
}
|
|
.showSeeMain {
|
|
padding: 15px;
|
|
font-size: 14px;
|
|
color: #555;
|
|
white-space: pre-line;
|
|
line-height: 1.5;
|
|
}
|
|
.showSeeMain .seeModel {
|
|
margin-bottom: 10px;
|
|
}
|
|
.pictureRow {
|
|
margin-bottom: 24px;
|
|
}
|
|
.pictureRow .imgItem {
|
|
position: relative;
|
|
width: 172px;
|
|
height: 129px;
|
|
}
|
|
.pictureRow .imgItem .imgWrap {
|
|
width: 100%;
|
|
height: 100%;
|
|
display: inline-block;
|
|
}
|
|
.pictureRow .imgItem .imgWrap .el-image {
|
|
width: 100%;
|
|
height: 100%;
|
|
}
|
|
.pictureRow .imgItem .btnWrap {
|
|
position: absolute;
|
|
bottom: 13px;
|
|
right: 5px;
|
|
width: 36px;
|
|
height: 36px;
|
|
display: inline-block;
|
|
}
|
|
.pictureRow .imgItem .btnWrap2 {
|
|
position: absolute;
|
|
display: none;
|
|
bottom: 50px;
|
|
right: 70px;
|
|
width: 36px;
|
|
height: 50px;
|
|
}
|
|
.pictureRow .imgItem:hover .btnWrap2 {
|
|
display: -webkit-inline-box;
|
|
display: -ms-inline-flexbox;
|
|
display: inline-flex;
|
|
}
|
|
.pictureRow .imgItem .floats {
|
|
cursor: pointer;
|
|
width: 100%;
|
|
height: 100%;
|
|
color: #fff;
|
|
font-size: 20px;
|
|
}
|
|
.formLoop {
|
|
display: -webkit-box;
|
|
display: -ms-flexbox;
|
|
display: flex;
|
|
-webkit-box-align: center;
|
|
-ms-flex-align: center;
|
|
align-items: center;
|
|
}
|
|
.formLoop .ci {
|
|
margin-left: 10px;
|
|
}
|
|
.formLoop .item {
|
|
font-size: 18px;
|
|
color: #909399;
|
|
cursor: pointer;
|
|
}
|
|
.formLoop .formLoop-loopNum {
|
|
width: 40px;
|
|
}
|
|
.formLoop .el-select {
|
|
width: 150px !important;
|
|
margin: 0 10px;
|
|
}
|
|
.formLoop .el-input-number--medium {
|
|
width: 80px;
|
|
}
|
|
::v-deep .formLoop-rateNum .el-input__inner {
|
|
padding-left: 10px;
|
|
padding-right: 36px;
|
|
}
|