348 lines
7.1 KiB
CSS
348 lines
7.1 KiB
CSS
.w60[data-v-28b63e43] {
|
|
width: 60%;
|
|
}
|
|
.minW200[data-v-28b63e43] {
|
|
min-width: 200px;
|
|
}
|
|
.textBtn[data-v-28b63e43] {
|
|
font-size: 14px;
|
|
cursor: pointer;
|
|
color: #0d7fe8;
|
|
margin-left: 5px;
|
|
}
|
|
.alignment[data-v-28b63e43] {
|
|
font-size: 14px;
|
|
position: relative;
|
|
top: 10px;
|
|
left: 0;
|
|
}
|
|
.alignment2[data-v-28b63e43] {
|
|
font-size: 14px;
|
|
position: relative;
|
|
top: -10px;
|
|
left: 0;
|
|
color: #f56c6c;
|
|
}
|
|
.workOrderTitle[data-v-28b63e43] {
|
|
border-left: 5px solid #0d7fe8;
|
|
padding-left: 10px;
|
|
}
|
|
.export[data-v-28b63e43] {
|
|
background-color: #3ac2bf;
|
|
border-color: #3ac2bf;
|
|
color: #fff;
|
|
}
|
|
.fontLin[data-v-28b63e43] {
|
|
line-height: 50px;
|
|
font-size: 16px;
|
|
}
|
|
.sytsFont[data-v-28b63e43] {
|
|
font-size: 25px;
|
|
color: #909399;
|
|
line-height: 50px;
|
|
}
|
|
.greenCircle[data-v-28b63e43] {
|
|
background-color: #67c23a;
|
|
}
|
|
.greenCircle[data-v-28b63e43],
|
|
.yellowCir[data-v-28b63e43] {
|
|
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-28b63e43] {
|
|
background-color: rgba(239, 162, 60, .8);
|
|
}
|
|
.redCircle[data-v-28b63e43] {
|
|
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-28b63e43] {
|
|
background-color: #fff;
|
|
color: #409eff;
|
|
border: 1px solid #409eff;
|
|
-webkit-border-radius: 50%;
|
|
}
|
|
.circular2[data-v-28b63e43],
|
|
.circular6[data-v-28b63e43] {
|
|
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-28b63e43] {
|
|
background-color: #f56c6c;
|
|
color: #fff;
|
|
border: 1px solid #fff;
|
|
-webkit-border-radius: 50%;
|
|
}
|
|
.verticalLine[data-v-28b63e43] {
|
|
border-right: 1px solid #acc0d8;
|
|
}
|
|
.pagination[data-v-28b63e43] {
|
|
display: -webkit-box;
|
|
display: -ms-flexbox;
|
|
display: flex;
|
|
-webkit-box-pack: end;
|
|
-ms-flex-pack: end;
|
|
justify-content: flex-end;
|
|
}
|
|
.iconStatus[data-v-28b63e43] {
|
|
width: 6px;
|
|
height: 6px;
|
|
margin-right: 4px;
|
|
display: inline-block;
|
|
border-radius: 50%;
|
|
}
|
|
.iconStatus.normal[data-v-28b63e43] {
|
|
background: #fdb950;
|
|
}
|
|
.iconStatus.error[data-v-28b63e43] {
|
|
background: #ff4d4f;
|
|
}
|
|
.iconStatus.end[data-v-28b63e43] {
|
|
background: #000;
|
|
}
|
|
.orderStatus[data-v-28b63e43] {
|
|
display: -webkit-box;
|
|
display: -ms-flexbox;
|
|
display: flex;
|
|
-webkit-box-align: center;
|
|
-ms-flex-align: center;
|
|
align-items: center;
|
|
}
|
|
.orderStatus .round[data-v-28b63e43] {
|
|
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-28b63e43] {
|
|
background-color: #f6c337;
|
|
}
|
|
.orderStatus .round.error[data-v-28b63e43] {
|
|
background-color: red;
|
|
}
|
|
.orderStatus .round.success[data-v-28b63e43] {
|
|
background-color: #1890ff;
|
|
}
|
|
.orderStatus .line[data-v-28b63e43] {
|
|
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-28b63e43] {
|
|
background-color: #1890ff;
|
|
}
|
|
.house-detail[data-v-28b63e43] {
|
|
display: -webkit-box;
|
|
display: -ms-flexbox;
|
|
display: flex;
|
|
}
|
|
.house-detail .grid-half .cell[data-v-28b63e43] {
|
|
padding-left: 10px;
|
|
}
|
|
.headStys[data-v-28b63e43] {
|
|
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-28b63e43] {
|
|
margin: -15px 0 16px 0;
|
|
}
|
|
.contentStys[data-v-28b63e43],
|
|
.formContent[data-v-28b63e43] {
|
|
background-color: #fff;
|
|
border-radius: 2px;
|
|
}
|
|
.planLst[data-v-28b63e43] {
|
|
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-28b63e43]:first-child {
|
|
-webkit-box-flex: 2;
|
|
-ms-flex: 2;
|
|
flex: 2;
|
|
}
|
|
.addPlan[data-v-28b63e43] {
|
|
display: -webkit-box;
|
|
display: -ms-flexbox;
|
|
display: flex;
|
|
}
|
|
.cololr[data-v-28b63e43] {
|
|
background: #0d7fe8;
|
|
line-height: 10px;
|
|
}
|
|
.container[data-v-28b63e43] {
|
|
margin-top: 15px;
|
|
}
|
|
.basicsInfo[data-v-28b63e43] {
|
|
display: -webkit-box;
|
|
display: -ms-flexbox;
|
|
display: flex;
|
|
}
|
|
.basicsInfo .grid-half[data-v-28b63e43] {
|
|
-webkit-box-flex: .5;
|
|
-ms-flex: .5;
|
|
flex: .5;
|
|
}
|
|
.basicsInfo .grid-half .cell[data-v-28b63e43] {
|
|
padding: 0 0 20px 80px;
|
|
font-size: 14px;
|
|
}
|
|
.viewDetails[data-v-28b63e43] {
|
|
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-28b63e43] {
|
|
background-color: #fff;
|
|
}
|
|
.dialogHead[data-v-28b63e43] .el-dialog__header {
|
|
border: 1px solid #ccc;
|
|
background-color: #f0f2f5;
|
|
font-size: 16px;
|
|
}
|
|
.paginations[data-v-28b63e43] {
|
|
text-align: right;
|
|
padding-top: 25px;
|
|
}
|
|
.el-cascader[data-v-28b63e43] {
|
|
width: 100%;
|
|
}
|
|
.ruleGroupInfo .right[data-v-7f8914ee] {
|
|
float: right;
|
|
position: relative;
|
|
top: -30px;
|
|
}
|
|
.ruleGroupInfo .value[data-v-7f8914ee] {
|
|
text-align: right;
|
|
}
|
|
.ruleGroupInfo .value .el-input--medium[data-v-7f8914ee] {
|
|
width: 20%;
|
|
}
|
|
.ruleGroupInfo .rule[data-v-7f8914ee] {
|
|
margin: 20px 0;
|
|
}
|
|
.ruleGroupInfo .savePrimary[data-v-7f8914ee] {
|
|
text-align: center;
|
|
padding: 62px 0;
|
|
}
|
|
.ruleGroupInfo .typeface[data-v-7f8914ee] {
|
|
font-weight: bolder;
|
|
}
|
|
.ruleGroupInfo .distance[data-v-7f8914ee] {
|
|
margin: 15px 0;
|
|
}
|
|
.ruleGroupInfo .buttDiv[data-v-7f8914ee] {
|
|
color: #82848a;
|
|
padding-top: 20px;
|
|
}
|
|
.ruleGroupInfo .tab-title[data-v-7f8914ee] {
|
|
border-top: 1px solid #c0c4cc;
|
|
padding-top: 15px;
|
|
}
|
|
.ruleGroupInfo .el-col-12[data-v-7f8914ee] {
|
|
line-height: 2.6;
|
|
}
|
|
.ruleGroupInfo .vote-form[data-v-7f8914ee] {
|
|
border-top: 1px solid #e5e5e5;
|
|
padding-top: 20px;
|
|
}
|
|
.ruleGroupInfo .vote-questions[data-v-7f8914ee] {
|
|
border-top: 1px solid #e5e5e5;
|
|
padding-top: 10px;
|
|
}
|
|
.ruleGroupInfo .vote-submit-options[data-v-7f8914ee] {
|
|
margin-top: 20px;
|
|
padding: 20px 0;
|
|
text-align: center;
|
|
}
|
|
.box-card[data-v-7f8914ee] {
|
|
position: relative;
|
|
}
|
|
.supplier-file-list .el-row[data-v-7f8914ee] {
|
|
margin-bottom: 15px;
|
|
}
|
|
.supplier-file-list .el-row[data-v-7f8914ee]:last-child {
|
|
margin-bottom: 0;
|
|
}
|
|
.select-dom[data-v-7f8914ee] {
|
|
width: 100%;
|
|
}
|
|
.line[data-v-7f8914ee] {
|
|
text-align: center;
|
|
}
|
|
.imagvVdeo[data-v-7f8914ee] {
|
|
position: absolute;
|
|
left: 30px;
|
|
top: 0;
|
|
}
|
|
.el-col-bottom[data-v-7f8914ee] {
|
|
margin-bottom: 25px;
|
|
}
|
|
.business-file-title[data-v-7f8914ee] {
|
|
padding: 15px 0;
|
|
background: #e5e5e5;
|
|
}
|
|
.business-file-title1[data-v-7f8914ee] {
|
|
padding: 15px 0 15px 55px;
|
|
}
|
|
.editBtn[data-v-7f8914ee] {
|
|
position: absolute;
|
|
right: 50px;
|
|
top: 16px;
|
|
}
|
|
.file-name[data-v-7f8914ee] {
|
|
cursor: pointer;
|
|
color: #116cfd;
|
|
text-decoration: underline;
|
|
line-height: 36px;
|
|
}
|