cyber-web-ui
Version:
spring-cyber前端ui框架
21 lines (20 loc) • 405 B
text/less
.cyber-login-page {
width: 100%;
height: 100%;
min-height: 740px;
overflow: auto;
display: flex;
flex-direction: column;
justify-content: space-between;
background-size: 100% 100%;
background-color: #f1f5f9;
position: relative;
&::after {
content: '';
display: table;
}
.cyber-copyright-footer {
text-align: center;
margin-bottom: 20px;
}
}