62 lines
964 B
SCSS
62 lines
964 B
SCSS
//流程样式
|
|
.process{
|
|
background-color: #fff;
|
|
width:100%;
|
|
height: 100%;
|
|
padding: 10px 20px;
|
|
overflow: auto;
|
|
}
|
|
.process_box{
|
|
padding: 10px 30px;
|
|
border: 1px solid #e8f6fe;
|
|
}
|
|
.procedure{
|
|
|
|
}
|
|
.content{
|
|
margin-top: 25px;
|
|
width:100%;
|
|
padding: 10px 30px;
|
|
border: 1px solid rgb(242,242,242);
|
|
}
|
|
.base_title{
|
|
display: inline-block;
|
|
font-size: 18px;
|
|
font-weight: 700;
|
|
color: #555;
|
|
line-height: 40px;
|
|
border-bottom: 3px solid #409eff;
|
|
margin-bottom: 20px;
|
|
}
|
|
.pagination{
|
|
margin-top: 20px;
|
|
}
|
|
|
|
// 表单的样式
|
|
.label-input-form{
|
|
padding-right: 80px;
|
|
.el-form-item.el-form-item__label{
|
|
line-height: 40px;
|
|
font-size: 15px;
|
|
color:#555 !important;
|
|
}
|
|
.el-form-item.el-input__inner,.el-form-item {
|
|
|
|
line-height: 40px;
|
|
font-size: 15px;
|
|
}
|
|
.el-select{
|
|
width: 100%;
|
|
}
|
|
.add-form-item{
|
|
.el-input{
|
|
width: 100%;
|
|
}
|
|
.el-input__inner{
|
|
height: 40px;
|
|
line-height: 40px;
|
|
}
|
|
}
|
|
}
|
|
|