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.
67 lines
1015 B
67 lines
1015 B
.listconadd .title {
|
|
text-align: center;
|
|
font-size: 28px;
|
|
//line-height: 90px;
|
|
}
|
|
|
|
.listaddtop {
|
|
padding: 0 212px;
|
|
border-bottom: 2px solid #e0e3eb;
|
|
display: flex;
|
|
justify-content: space-between;
|
|
align-items: center;
|
|
line-height: 34px;
|
|
|
|
span {
|
|
padding: 0 15px;
|
|
}
|
|
}
|
|
|
|
.listconadd .demo-ruleForm {
|
|
padding: 22px 28px;
|
|
}
|
|
|
|
.el-collapse-item__header {
|
|
.el-icon-arrow-right:before {
|
|
content: "";
|
|
font-size: 20px;
|
|
}
|
|
}
|
|
|
|
.demo-ruleForm table {
|
|
width: 100%;
|
|
border-collapse: collapse;
|
|
border: 2px solid #e0e3eb;
|
|
border-spacing: 0;
|
|
//text-align: right;
|
|
td {
|
|
border-right: 2px solid #e0e3eb;
|
|
border-bottom: 2px solid #e0e3eb;
|
|
border-top: 2px solid #e0e3eb;
|
|
}
|
|
|
|
tr {
|
|
height: 40px;
|
|
}
|
|
|
|
.el-form-item {
|
|
display: inline-block;
|
|
}
|
|
|
|
.el-input {
|
|
display: inline-block;
|
|
}
|
|
}
|
|
|
|
.tleftb {
|
|
text-align: right;
|
|
font-size: 14px;
|
|
color: #606266;
|
|
line-height: 40px !important;
|
|
font-weight: 600;
|
|
}
|
|
|
|
.icon {
|
|
color: #e84026;
|
|
margin-right: 4px;
|
|
}
|
|
|