trunk/pc4mobx/organization/style/resume.less

40 lines
781 B
Plaintext
Raw Normal View History

2022-12-28 17:06:09 +08:00
// 人员简历
.code-box-demo .ant-select {
margin: 0 8px 10px 0;
}
#components-select-demo-search-box .code-box-demo .ant-select {
margin: 0;
}
#personnel-resume {
background-color: #dadce0;
padding: 0 60px;
.content{
height: 100%;
background-color: #FFFFFF;
box-shadow: 2px 2px 10px #909090;
padding: 20px 40px;
.title{
font-size: 18px;
font-weight: 900;
text-align: center;
}
.resume-table {
2023-11-29 15:20:42 +08:00
margin: 20px auto;
2022-12-29 18:04:58 +08:00
.photos{
width: 100px;
height: 120px;
}
2022-12-28 17:06:09 +08:00
}
}
2023-01-03 09:31:59 +08:00
}
.search-group{
width: 420px;
height: 200px;
position: absolute;
left: 44%;
box-shadow: 2px 2px 10px #909090;
background-color: #FFFFFF;
2022-12-28 17:06:09 +08:00
}