4 changed files with 453 additions and 290 deletions
@ -0,0 +1,67 @@ |
|||||
|
.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; |
||||
|
} |
Loading…
Reference in new issue