81 lines
1.4 KiB
CSS
81 lines
1.4 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;
|
|
}
|
|
|
|
.loading-mask {
|
|
position: fixed;
|
|
top: 0;
|
|
left: 0;
|
|
right: 0;
|
|
bottom: 0;
|
|
background: rgba(255, 255, 255, 0.8);
|
|
z-index: 9999;
|
|
display: flex;
|
|
align-items: center;
|
|
justify-content: center;
|
|
}
|
|
|
|
.loading-text {
|
|
font-size: 18px;
|
|
color: #409EFF;
|
|
padding: 20px;
|
|
background: #fff;
|
|
border-radius: 4px;
|
|
box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.1);
|
|
} |