513 lines
10 KiB
CSS
513 lines
10 KiB
CSS
.w60[data-v-74d4c1a8] {
|
|
width: 60%;
|
|
}
|
|
.minW200[data-v-74d4c1a8] {
|
|
min-width: 200px;
|
|
}
|
|
.textBtn[data-v-74d4c1a8] {
|
|
font-size: 14px;
|
|
cursor: pointer;
|
|
color: #0d7fe8;
|
|
margin-left: 5px;
|
|
}
|
|
.alignment[data-v-74d4c1a8] {
|
|
font-size: 14px;
|
|
position: relative;
|
|
top: 10px;
|
|
left: 0;
|
|
}
|
|
.alignment2[data-v-74d4c1a8] {
|
|
font-size: 14px;
|
|
position: relative;
|
|
top: -10px;
|
|
left: 0;
|
|
color: #f56c6c;
|
|
}
|
|
.workOrderTitle[data-v-74d4c1a8] {
|
|
border-left: 5px solid #0d7fe8;
|
|
padding-left: 10px;
|
|
}
|
|
.export[data-v-74d4c1a8] {
|
|
background-color: #3ac2bf;
|
|
border-color: #3ac2bf;
|
|
color: #fff;
|
|
}
|
|
.fontLin[data-v-74d4c1a8] {
|
|
line-height: 50px;
|
|
font-size: 16px;
|
|
}
|
|
.sytsFont[data-v-74d4c1a8] {
|
|
font-size: 25px;
|
|
color: #909399;
|
|
line-height: 50px;
|
|
}
|
|
.greenCircle[data-v-74d4c1a8] {
|
|
background-color: #67c23a;
|
|
}
|
|
.greenCircle[data-v-74d4c1a8],
|
|
.yellowCir[data-v-74d4c1a8] {
|
|
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-74d4c1a8] {
|
|
background-color: rgba(239, 162, 60, .8);
|
|
}
|
|
.redCircle[data-v-74d4c1a8] {
|
|
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-74d4c1a8] {
|
|
background-color: #fff;
|
|
color: #409eff;
|
|
border: 1px solid #409eff;
|
|
-webkit-border-radius: 50%;
|
|
}
|
|
.circular2[data-v-74d4c1a8],
|
|
.circular6[data-v-74d4c1a8] {
|
|
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-74d4c1a8] {
|
|
background-color: #f56c6c;
|
|
color: #fff;
|
|
border: 1px solid #fff;
|
|
-webkit-border-radius: 50%;
|
|
}
|
|
.verticalLine[data-v-74d4c1a8] {
|
|
border-right: 1px solid #acc0d8;
|
|
}
|
|
.pagination[data-v-74d4c1a8] {
|
|
display: -webkit-box;
|
|
display: -ms-flexbox;
|
|
display: flex;
|
|
-webkit-box-pack: end;
|
|
-ms-flex-pack: end;
|
|
justify-content: flex-end;
|
|
}
|
|
.iconStatus[data-v-74d4c1a8] {
|
|
width: 6px;
|
|
height: 6px;
|
|
margin-right: 4px;
|
|
display: inline-block;
|
|
border-radius: 50%;
|
|
}
|
|
.iconStatus.normal[data-v-74d4c1a8] {
|
|
background: #fdb950;
|
|
}
|
|
.iconStatus.error[data-v-74d4c1a8] {
|
|
background: #ff4d4f;
|
|
}
|
|
.iconStatus.end[data-v-74d4c1a8] {
|
|
background: #000;
|
|
}
|
|
.orderStatus[data-v-74d4c1a8] {
|
|
display: -webkit-box;
|
|
display: -ms-flexbox;
|
|
display: flex;
|
|
-webkit-box-align: center;
|
|
-ms-flex-align: center;
|
|
align-items: center;
|
|
}
|
|
.orderStatus .round[data-v-74d4c1a8] {
|
|
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-74d4c1a8] {
|
|
background-color: #f6c337;
|
|
}
|
|
.orderStatus .round.error[data-v-74d4c1a8] {
|
|
background-color: red;
|
|
}
|
|
.orderStatus .round.success[data-v-74d4c1a8] {
|
|
background-color: #1890ff;
|
|
}
|
|
.orderStatus .line[data-v-74d4c1a8] {
|
|
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-74d4c1a8] {
|
|
background-color: #1890ff;
|
|
}
|
|
.house-detail[data-v-74d4c1a8] {
|
|
display: -webkit-box;
|
|
display: -ms-flexbox;
|
|
display: flex;
|
|
}
|
|
.house-detail .grid-half .cell[data-v-74d4c1a8] {
|
|
padding-left: 10px;
|
|
}
|
|
.headStys[data-v-74d4c1a8] {
|
|
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;
|
|
}
|
|
.formContent[data-v-74d4c1a8] {
|
|
margin: -15px 0 16px 0;
|
|
}
|
|
.contentStys[data-v-74d4c1a8],
|
|
.formContent[data-v-74d4c1a8] {
|
|
background-color: #fff;
|
|
border-radius: 2px;
|
|
}
|
|
.planLst[data-v-74d4c1a8] {
|
|
padding: 25px 38px;
|
|
display: -webkit-box;
|
|
display: -ms-flexbox;
|
|
display: flex;
|
|
-webkit-box-align: center;
|
|
-ms-flex-align: center;
|
|
align-items: center;
|
|
}
|
|
.planLst span[data-v-74d4c1a8]:first-child {
|
|
-webkit-box-flex: 2;
|
|
-ms-flex: 2;
|
|
flex: 2;
|
|
}
|
|
.addPlan[data-v-74d4c1a8] {
|
|
display: -webkit-box;
|
|
display: -ms-flexbox;
|
|
display: flex;
|
|
}
|
|
.cololr[data-v-74d4c1a8] {
|
|
background: #0d7fe8;
|
|
line-height: 10px;
|
|
}
|
|
.container[data-v-74d4c1a8] {
|
|
margin-top: 15px;
|
|
}
|
|
.basicsInfo[data-v-74d4c1a8] {
|
|
display: -webkit-box;
|
|
display: -ms-flexbox;
|
|
display: flex;
|
|
}
|
|
.basicsInfo .grid-half[data-v-74d4c1a8] {
|
|
-webkit-box-flex: .5;
|
|
-ms-flex: .5;
|
|
flex: .5;
|
|
}
|
|
.basicsInfo .grid-half .cell[data-v-74d4c1a8] {
|
|
padding: 0 0 20px 80px;
|
|
font-size: 14px;
|
|
}
|
|
.viewDetails[data-v-74d4c1a8] {
|
|
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-74d4c1a8] {
|
|
background-color: #fff;
|
|
}
|
|
.dialogHead[data-v-74d4c1a8] .el-dialog__header {
|
|
border: 1px solid #ccc;
|
|
background-color: #f0f2f5;
|
|
font-size: 16px;
|
|
}
|
|
.paginations[data-v-74d4c1a8] {
|
|
text-align: right;
|
|
padding-top: 25px;
|
|
}
|
|
.left[data-v-74d4c1a8] {
|
|
padding-left: 10px;
|
|
}
|
|
.button[data-v-74d4c1a8] {
|
|
text-align: center;
|
|
padding-top: 25px;
|
|
}
|
|
.cloudBeanList .el-input[data-v-7e084ef2] {
|
|
width: 40%;
|
|
}
|
|
.cloudBeanList .el-input.is-disabled .el-input__inner[data-v-7e084ef2] {
|
|
color: #0b0b0c;
|
|
}
|
|
.cloudBeanList .add[data-v-7e084ef2] {
|
|
float: right;
|
|
position: relative;
|
|
top: -10px;
|
|
}
|
|
.cloudBeanList .right[data-v-7e084ef2] {
|
|
float: right;
|
|
position: relative;
|
|
top: -30px;
|
|
}
|
|
.cloudBeanList .value[data-v-7e084ef2] {
|
|
text-align: right;
|
|
}
|
|
.cloudBeanList .value .el-input--medium[data-v-7e084ef2] {
|
|
width: 20%;
|
|
}
|
|
.cloudBeanList .rule[data-v-7e084ef2] {
|
|
margin: 20px 0;
|
|
}
|
|
.cloudBeanList .savePrimary[data-v-7e084ef2] {
|
|
text-align: center;
|
|
padding: 62px 0;
|
|
}
|
|
.cloudBeanList .typeface[data-v-7e084ef2] {
|
|
font-weight: bolder;
|
|
}
|
|
.cloudBeanList .distance[data-v-7e084ef2] {
|
|
margin: 15px 0;
|
|
}
|
|
.cloudBeanList .buttDiv[data-v-7e084ef2] {
|
|
color: #82848a;
|
|
padding-top: 20px;
|
|
}
|
|
.cloudBeanList .tab-title[data-v-7e084ef2] {
|
|
border-top: 1px solid #c0c4cc;
|
|
padding-top: 15px;
|
|
}
|
|
.cloudBeanList .el-col-12[data-v-7e084ef2] {
|
|
line-height: 2.6;
|
|
}
|
|
.cloudBeanList .el-select[data-v-7e084ef2] {
|
|
width: 100%;
|
|
}
|
|
.cloudBeanList .paginations[data-v-7e084ef2] {
|
|
float: right;
|
|
padding: 15px 0;
|
|
}
|
|
.cloudBeanList .el-input[data-v-3116fa68] {
|
|
width: 40%;
|
|
}
|
|
.cloudBeanList .el-input.is-disabled .el-input__inner[data-v-3116fa68] {
|
|
color: #0b0b0c;
|
|
}
|
|
.cloudBeanList .add[data-v-3116fa68] {
|
|
float: right;
|
|
position: relative;
|
|
top: -10px;
|
|
}
|
|
.cloudBeanList .right[data-v-3116fa68] {
|
|
float: right;
|
|
position: relative;
|
|
top: -30px;
|
|
}
|
|
.cloudBeanList .value[data-v-3116fa68] {
|
|
text-align: right;
|
|
}
|
|
.cloudBeanList .value .el-input--medium[data-v-3116fa68] {
|
|
width: 20%;
|
|
}
|
|
.cloudBeanList .rule[data-v-3116fa68] {
|
|
margin: 20px 0;
|
|
}
|
|
.cloudBeanList .savePrimary[data-v-3116fa68] {
|
|
text-align: center;
|
|
padding: 62px 0;
|
|
}
|
|
.cloudBeanList .typeface[data-v-3116fa68] {
|
|
font-weight: bolder;
|
|
}
|
|
.cloudBeanList .distance[data-v-3116fa68] {
|
|
margin: 15px 0;
|
|
}
|
|
.cloudBeanList .buttDiv[data-v-3116fa68] {
|
|
color: #82848a;
|
|
padding-top: 20px;
|
|
}
|
|
.cloudBeanList .tab-title[data-v-3116fa68] {
|
|
border-top: 1px solid #c0c4cc;
|
|
padding-top: 15px;
|
|
}
|
|
.cloudBeanList .el-col-12[data-v-3116fa68] {
|
|
line-height: 2.6;
|
|
}
|
|
.cloudBeanList .el-select[data-v-3116fa68] {
|
|
width: 100%;
|
|
}
|
|
.cloudBeanList .paginations[data-v-3116fa68] {
|
|
float: right;
|
|
padding: 15px 0;
|
|
}
|
|
[data-v-71fdda0a] .el-page-header__left {
|
|
color: #1682e6;
|
|
}
|
|
.add[data-v-71fdda0a] {
|
|
float: right;
|
|
position: relative;
|
|
top: -10px;
|
|
}
|
|
.kidneyBeanList .tab-title[data-v-71fdda0a] {
|
|
border-top: 1px solid #c0c4cc;
|
|
margin-top: 15px;
|
|
}
|
|
.kidneyBeanList .rule[data-v-71fdda0a] {
|
|
font-weight: bolder;
|
|
padding-top: 25px;
|
|
}
|
|
.kidneyBeanList .elCol[data-v-71fdda0a] {
|
|
padding-left: 15px;
|
|
}
|
|
.kidneyBeanList .button[data-v-71fdda0a] {
|
|
text-align: center;
|
|
padding: 25px 0;
|
|
}
|
|
.kidneyBeanList .paginations[data-v-71fdda0a] {
|
|
float: right;
|
|
padding: 25px 0;
|
|
}
|
|
[data-v-cb0adfaa] .el-page-header__left {
|
|
color: #1682e6;
|
|
}
|
|
.add[data-v-cb0adfaa] {
|
|
float: right;
|
|
position: relative;
|
|
top: -10px;
|
|
}
|
|
.yundouRuleBase .tab-title[data-v-cb0adfaa] {
|
|
border-top: 1px solid #c0c4cc;
|
|
margin-top: 15px;
|
|
}
|
|
.yundouRuleBase .rule[data-v-cb0adfaa] {
|
|
font-weight: bolder;
|
|
padding-top: 25px;
|
|
}
|
|
.yundouRuleBase .elCol[data-v-cb0adfaa] {
|
|
padding-left: 15px;
|
|
}
|
|
.yundouRuleBase .button[data-v-cb0adfaa] {
|
|
text-align: center;
|
|
padding: 25px 0;
|
|
}
|
|
.yundouRuleBase .paginations[data-v-cb0adfaa] {
|
|
float: right;
|
|
padding: 25px 0;
|
|
}
|
|
.paginations[data-v-546645e2] {
|
|
float: right;
|
|
padding: 20px 1px;
|
|
}
|
|
.line[data-v-546645e2] {
|
|
border-top: 1px solid #c0c4cc;
|
|
margin-top: 15px;
|
|
}
|
|
.center[data-v-546645e2] {
|
|
text-align: center;
|
|
margin: 55px 0;
|
|
}
|
|
.buttonStys[data-v-546645e2] {
|
|
text-align: center;
|
|
padding-top: 20px;
|
|
}
|
|
.elRow[data-v-546645e2] {
|
|
padding: 20px 25px;
|
|
line-height: 40px;
|
|
}
|
|
.buttDiv[data-v-546645e2] {
|
|
color: #82848a;
|
|
padding-top: 20px;
|
|
}
|
|
.fontSize[data-v-546645e2] {
|
|
color: #2f2c2c;
|
|
font-size: 16px;
|
|
font-weight: bolder;
|
|
}
|
|
.dialogHead[data-v-546645e2] .el-dialog__header {
|
|
border: 1px solid #ccc;
|
|
background-color: #f0f2f5;
|
|
font-size: 16px;
|
|
}
|
|
[data-v-264f801b] .el-page-header__left {
|
|
color: #1682e6;
|
|
}
|
|
.issueManage .tab-title[data-v-264f801b] {
|
|
border-top: 1px solid #c0c4cc;
|
|
margin-top: 15px;
|
|
}
|
|
.issueManage .rule[data-v-264f801b] {
|
|
font-weight: bolder;
|
|
padding-top: 25px;
|
|
}
|
|
.issueManage .buttDiv[data-v-264f801b] {
|
|
color: #82848a;
|
|
padding-top: 20px;
|
|
}
|
|
.issueManage .elCol[data-v-264f801b] {
|
|
padding-left: 15px;
|
|
}
|
|
.issueManage .button[data-v-264f801b] {
|
|
text-align: center;
|
|
padding: 25px 0;
|
|
}
|
|
.issueManage .paginations[data-v-264f801b] {
|
|
float: right;
|
|
padding: 25px 0;
|
|
}
|
|
.issueManage .recordsPaginations[data-v-264f801b] {
|
|
float: none;
|
|
text-align: right;
|
|
padding: 25px 0 0 0;
|
|
}
|
|
.issueManage .openRecords[data-v-264f801b] {
|
|
cursor: pointer;
|
|
color: #1682e6;
|
|
}
|
|
.headerTop {
|
|
display: -webkit-box;
|
|
display: -ms-flexbox;
|
|
display: flex;
|
|
-webkit-box-align: center;
|
|
-ms-flex-align: center;
|
|
align-items: center;
|
|
margin-bottom: 15px;
|
|
}
|
|
.headerTop .title {
|
|
-webkit-box-flex: 2;
|
|
-ms-flex: 2;
|
|
flex: 2;
|
|
border-left: 5px solid #1890ff;
|
|
padding-left: 10px;
|
|
}
|
|
.pagination {
|
|
text-align: right;
|
|
background-color: #fff;
|
|
padding-top: 15px;
|
|
}
|