9 changed files with 437 additions and 491 deletions
@ -0,0 +1,151 @@ |
|||
|
|||
@import "@/assets/scss/c/config.scss"; |
|||
@import "@/assets/scss/c/function.scss"; |
|||
|
|||
|
|||
.edit_form{ |
|||
|
|||
} |
|||
|
|||
//编辑框-普通form宽度 |
|||
.edit_item_width_normal{ |
|||
width:320px; |
|||
} |
|||
|
|||
.m-edit{ |
|||
|
|||
.m-form{ |
|||
padding-left:20px; |
|||
padding-right:25px; |
|||
} |
|||
|
|||
|
|||
/deep/ .el-form .el-form-item{ |
|||
border: 1px solid #D3DCE6; |
|||
margin-bottom: 0; |
|||
margin-top:2px; |
|||
height:47px; |
|||
// line-height: 40px; |
|||
} |
|||
|
|||
|
|||
.item-map{ |
|||
/deep/ .el-form-item{ |
|||
height:350px; |
|||
// line-height: 40px; |
|||
|
|||
} |
|||
|
|||
.map_line{ |
|||
// height:5px; |
|||
// background-color: #ffffff; |
|||
} |
|||
|
|||
.div_map{ |
|||
margin-top:10px; |
|||
height:280px; |
|||
padding-bottom:10px; |
|||
} |
|||
} |
|||
.item-image{ |
|||
/deep/ .el-form-item{ |
|||
height:185px; |
|||
// line-height: 40px; |
|||
} |
|||
|
|||
.item-imagebtn { |
|||
|
|||
display: flex; |
|||
justify-content: space-between; |
|||
padding: 11px 23px; |
|||
align-items: center; |
|||
} |
|||
|
|||
.d-img{ |
|||
height:140px; |
|||
// width:117px; |
|||
} |
|||
|
|||
.pic-btn { |
|||
width: 75px; |
|||
height: 25px; |
|||
background: linear-gradient(0deg, #32adab 0%, #2ad0cc 100%); |
|||
border-radius: 3px; |
|||
font-size: 14px; |
|||
font-family: Source Han Serif CN; |
|||
font-weight: 500; |
|||
color: #ffffff; |
|||
line-height: 23px; |
|||
text-align: center; |
|||
} |
|||
} |
|||
|
|||
.item-textarea{ |
|||
/deep/ .el-form-item{ |
|||
height:89px; |
|||
// line-height: 40px; |
|||
} |
|||
/deep/ .el-form-item__content{ |
|||
height:78px; |
|||
} |
|||
|
|||
/deep/ .el-input__countx { |
|||
background:none; |
|||
} |
|||
} |
|||
|
|||
/deep/ .el-form-item__label{ |
|||
background: #D6E2F8; |
|||
height:100%; |
|||
line-height: 40px; |
|||
} |
|||
/deep/ .el-form-item__content{ |
|||
width:760px; |
|||
margin:5px 6px; |
|||
background: #F6F6F6; |
|||
padding:0 16px; |
|||
line-height: 36px |
|||
} |
|||
/deep/ .el-input__inner{ |
|||
width:95%; |
|||
background-color: #F6F6F6; |
|||
border:0px; |
|||
line-height: 26px; |
|||
padding:0px; |
|||
} |
|||
/deep/ .el-textarea__inner { |
|||
|
|||
width:100%; |
|||
background-color: #F6F6F6; |
|||
border:0px; |
|||
line-height: 26px; |
|||
padding:0px; |
|||
} |
|||
|
|||
/deep/ .el-input .el-input__count .el-input__count-inner { |
|||
background:none; |
|||
} |
|||
|
|||
/deep/ .el-input__prefix{ |
|||
left:700px; |
|||
} |
|||
|
|||
} |
|||
|
|||
.edit_item_width_1{ |
|||
width:100%; |
|||
} |
|||
//带着按钮 |
|||
.edit_item_btn_width_1{ |
|||
width:650px; |
|||
} |
|||
|
|||
.edit-btn-1{ |
|||
float:right; |
|||
margin-right:10px; |
|||
} |
|||
.div_btn { |
|||
margin-top: 20px; |
|||
text-align: center; |
|||
} |
|||
|
|||
Loading…
Reference in new issue