员工管理

This commit is contained in:
Taric Xin
2021-11-30 11:11:02 +08:00
parent 08d5b09401
commit 83208b4934
22 changed files with 650 additions and 53 deletions

View File

@ -3,20 +3,21 @@
nz-card {
.page-title {
margin-bottom: 39px;
color: #333;
font-weight: 500;
font-size: 20px;
line-height: 28px;
text-align: center;
color : #333;
font-weight : 500;
font-size : 20px;
line-height : 28px;
text-align : center;
}
.step-title {
display: block;
width: 800px !important;
margin: 0 auto;
width : 800px !important;
margin : 0 auto;
}
.myForm {
width: 680px;
width : 680px;
margin: 5rem auto;
}
@ -27,69 +28,82 @@
.btn-submit {
margin-top: 16px;
}
.pr {
position: relative;
}
.pa {
position: absolute;
top: 35px;
left: 150px;
top : 35px;
left : 150px;
}
.tips {
display: flex;
display : flex;
margin-bottom: 0;
color: #333;
color : #333;
dt {
width: 150px;
}
dd {
width: 190px;
width : 190px;
margin-bottom: 0;
text-align: center;
text-align : center;
}
}
.form-title {
margin-bottom: 10px;
padding-left: 8px;
color: #333;
font-weight: 700;
font-size: 18px;
line-height: 20px;
border-left: solid 3px #1890ff;
padding-left : 8px;
color : #333;
font-weight : 700;
font-size : 18px;
line-height : 20px;
border-left : solid 3px #1890ff;
}
.form-content {
padding: 48px 32px;
}
.apply-sv {
margin: 16px 0;
padding: 20px;
background: #f8f8f8;
margin : 16px 0;
padding : 20px;
background : #f8f8f8;
border-radius: 2px;
}
.result-date {
font-size: 12px;
}
.result-tips {
color: #ff4d4f;
color : #ff4d4f;
font-size: 14px;
}
.sv-img {
display: inline-block;
width: 104px;
height: 104px;
margin-right: 20px;
padding: 8px;
background: #fff;
border: 1px solid rgba(0, 0, 0, 0.15);
display : inline-block;
width : 104px;
height : 104px;
margin-right : 20px;
padding : 8px;
background : #fff;
border : 1px solid rgba(0, 0, 0, 0.15);
border-radius: 2px;
img {
width: 100%;
width : 100%;
height: 100%;
}
}
}
/deep/ .ant-row {
.ant-row {
margin-left: 100px;
}
}
}
}