提交基础页面

This commit is contained in:
zhoulingpo
2023-04-17 10:31:08 +08:00
parent 4ed0752b86
commit 61e01291fd
12 changed files with 2838 additions and 630 deletions
+44
View File
@@ -0,0 +1,44 @@
//流程样式
.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 dotted #ccc;
}
.base_title{
display: inline-block;
font-size: 18px;
font-weight: 700;
color: #555;
line-height: 40px;
border-bottom: 3px solid #409eff;
margin-bottom: 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{
height: 40px;
line-height: 40px;
}
}