feat: 增加登录
This commit is contained in:
33
src/views/login/index.less
Normal file
33
src/views/login/index.less
Normal 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;
|
||||
}
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user