apps/com.awspaas.user.apps.yili.integration/web/com.awspaas.user.apps.yili.integration/css/department1.css
2024-11-13 15:26:02 +08:00

59 lines
1.0 KiB
CSS

@charset "utf-8";
.dropDown{
display: inline-block;
height: 15px;
width: 15px;
background-position: 0px 0px;
background: url(../img/dropDown.png) no-repeat;
background-size: contain;
}
.button-icon {
background: url(../img/fangda.png) no-repeat;
font-size: 16px;
position: absolute;
top: 20px;
right: 50px;
cursor: pointer;
border: none;
height: 16px;
width: 16px;
}
.tips{
display: inline-block;
height: 15px;
width: 15px;
background-position: 0px 0px;
background: url(../img/tips.png) no-repeat;
background-size: contain;
}
.section {
width: 100%;
background-color: #fff;
padding: 6px 6px 3px 6px;
}
.section div{
justify-content: flex-end;
display: inline-block;
line-height: 30px;
padding-right: 10px;
}
.deptInfoDiv-button{
float: right;
}
#processList{
overflow:auto;
flex-grow: 1; /* 撑满剩余空间 */
}
.button-content{
margin-top: 40px;
height: 30px;
line-height: 35px;
display: grid;
place-items: center;
}