You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
excel_handle/public/static/css/default.css

46 lines
732 B

.layui-card-header.layui-card-header-auto {
padding-top: 15px;
padding-bottom: 15px;
height: auto;
}
.layui-layout-admin .layui-footer {
left: 0;
}
.layui-container-fluid {
height: calc(100% - 104px);
overflow-y: auto;
}
.layui-form-radio,.layui-form-switch {
margin-top: 0;
}
.layui-text-right {
text-align: right;
}
#lock-screen {
position: absolute;
top: 0;
bottom: 0;
left: 0;
right: 0;
z-index: 9999;
background: rgba(0,0,0,.8);
display: none;
align-items: center;
justify-content: center;
}
#lock-screen .lock-screen {
background: #fff;
padding: 80px 30px;
padding-right: 75px;
border-radius: 5px;
}
#password {
width: 240px;
}