weaver_trunk_cli/pc4mobx/hrm/style/suggestDetail.less

38 lines
469 B
Plaintext

.hrm-suggest-list{
width: 500px;
margin:auto;
.list-item{
line-height: 45px;
.list-item-label{
display: inline-block;
width: 30%;
}
.list-item-value{
display: inline-block;
width: 70%;
border-bottom: 1px solid #eee;
}
}
}
.suggest-finish-outter{
position: relative;
height:100%;
}
.suggest-finish-inner{
width: 220px;
height:220px;
position:absolute;
top:0;
bottom: 0;
left: 0;
right: 0;
margin:auto;
text-align: center;
}