济南项目
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.

105 lines
1.4 KiB

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