feat: 增加登录

This commit is contained in:
秋水浮尘
2023-11-09 00:29:43 +08:00
parent a635d71a3c
commit 25f1c269cd
16 changed files with 157 additions and 219 deletions

View File

@@ -0,0 +1,33 @@
.login-box{
width: 100%;
height: calc(100% - 100px);
background: url(../../imgs/login_bg.jpg) no-repeat 50%;
background-size: cover;
min-height: 600px;
position: relative;
.login-container-inner{
background: transparent;
position: absolute;
top: 50%;
left: 50%;
height: 534px;
transform: translate(-50%,-50%);
clear: both;
max-width: 1520px;
display: flex;
justify-content: space-between;
align-items: center;
width: 100%;
.notes{
color: white;
max-width: 400px;
line-height: 30px;
}
.qrcode{
width: 400px;
height: 500px;
background: white;
border-radius: 10px;
}
}
}