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.
|
|
|
.login {
|
|
|
|
width: 100%;
|
|
|
|
height: 100%;
|
|
|
|
background: url('../../../assets/images/bgImg.png');
|
|
|
|
background-size: 100% 100%;
|
|
|
|
|
|
|
|
display: flex;
|
|
|
|
justify-content: center;
|
|
|
|
align-items: center;
|
|
|
|
}
|
|
|
|
.left{
|
|
|
|
color: #feffff;
|
|
|
|
padding: 50px;
|
|
|
|
margin-right: 100px;
|
|
|
|
height: 504px;
|
|
|
|
p{
|
|
|
|
font-size: 24px;
|
|
|
|
text-align: left;
|
|
|
|
}
|
|
|
|
.a2{
|
|
|
|
font-size: 44px;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
.card {
|
|
|
|
background-color: #fff;
|
|
|
|
border-radius: 4px;
|
|
|
|
width: 468px;
|
|
|
|
height: 504px;
|
|
|
|
box-sizing: border-box;
|
|
|
|
padding: 40px 45px 42px 45px;
|
|
|
|
color: #3b3b3b;
|
|
|
|
}
|
|
|
|
|
|
|
|
.cardheader {
|
|
|
|
width: 200px;
|
|
|
|
margin: 0 auto;
|
|
|
|
text-align: center;
|
|
|
|
font-size: 22px;
|
|
|
|
color: #3b3b3b
|
|
|
|
}
|
|
|
|
.cardheader:nth-child(2) {
|
|
|
|
margin-bottom: 40px;
|
|
|
|
}
|
|
|
|
|
|
|
|
label {
|
|
|
|
color: #3b3b3b;
|
|
|
|
}
|
|
|
|
|
|
|
|
.hint {
|
|
|
|
display: flex;
|
|
|
|
justify-content: space-between;
|
|
|
|
margin-bottom: 6px;
|
|
|
|
align-items: center;
|
|
|
|
.forget {
|
|
|
|
cursor: pointer;
|
|
|
|
color: #2399FF;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
.autologin {
|
|
|
|
margin-bottom: 40px;
|
|
|
|
}
|
|
|
|
|
|
|
|
button {
|
|
|
|
margin: 40px 0;
|
|
|
|
width: 100%;
|
|
|
|
height: 42px;
|
|
|
|
font-size: 16px;
|
|
|
|
// background: #2D4CC1;
|
|
|
|
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: #3b3b3b;
|
|
|
|
font-weight: 600;
|
|
|
|
|
|
|
|
text-shadow: 0px 2px 8px #2399FF;
|
|
|
|
letter-spacing: 5px;
|
|
|
|
margin-bottom: 0px;
|
|
|
|
}
|
|
|
|
}
|