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.
94 lines
1.3 KiB
94 lines
1.3 KiB
3 years ago
|
.login {
|
||
|
width: 100%;
|
||
|
height: 100%;
|
||
|
background: url('../../../assets/images/bgImg.png');
|
||
|
background-size: 100% 100%;
|
||
|
position: relative;
|
||
|
}
|
||
|
|
||
|
.card {
|
||
|
position: absolute;
|
||
|
top: 50%;
|
||
|
left: 50%;
|
||
|
transform: translate(-50%,-50%);
|
||
|
background-color: rgba(0, 13, 33, 0.24);
|
||
|
border-radius: 16px;
|
||
|
width: 468px;
|
||
|
height: 548px;
|
||
|
box-sizing: border-box;
|
||
|
padding: 79px 45px 42px 45px;
|
||
|
color: rgba(255, 255, 255, 1);
|
||
|
}
|
||
|
|
||
|
.cardheader {
|
||
|
font-size: 22px;
|
||
|
color: rgba(255, 255, 255, 1);
|
||
|
}
|
||
|
.cardheader:nth-child(2) {
|
||
|
margin-bottom: 40px;
|
||
|
}
|
||
|
|
||
|
label {
|
||
|
color: #fff;
|
||
|
}
|
||
|
|
||
|
.hint {
|
||
|
display: flex;
|
||
|
justify-content: space-between;
|
||
|
margin-bottom: 6px;
|
||
|
align-items: center;
|
||
|
.forget {
|
||
|
cursor: pointer;
|
||
|
color: #2399FF;
|
||
|
}
|
||
|
}
|
||
|
|
||
|
.autologin {
|
||
|
margin-bottom: 40px;
|
||
|
}
|
||
|
|
||
|
button {
|
||
|
width: 100%;
|
||
|
height: 42px;
|
||
|
font-size: 16px;
|
||
|
border-radius: 4px;
|
||
|
}
|
||
|
|
||
|
p {
|
||
|
text-align: center;
|
||
|
}
|
||
|
|
||
|
.role {
|
||
|
color: #2399FF;
|
||
|
margin-top: 38px;
|
||
|
font-size: 15px;
|
||
|
}
|
||
|
|
||
|
.company {
|
||
|
color: #666262;
|
||
|
margin-top: 25px;
|
||
|
font-size: 14px;
|
||
|
}
|
||
|
|
||
|
.name {
|
||
|
position: absolute;
|
||
|
left:40px;
|
||
|
top:40px;
|
||
|
|
||
|
img {
|
||
|
// margin-bottom: 32px;
|
||
|
width: 254px;
|
||
|
height: 56px;
|
||
|
}
|
||
|
|
||
|
h1 {
|
||
|
font-size: 63px;
|
||
|
color: #feffff;
|
||
|
font-weight: 600;
|
||
|
|
||
|
text-shadow: 0px 2px 8px #2399FF;
|
||
|
letter-spacing: 5px;
|
||
|
margin-bottom: 0px;
|
||
|
}
|
||
|
}
|