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

118 lines
1.6 KiB

.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: 200px;
height: 504px;
p{
color: #feffff;
font-size: 24px;
text-align: left;
font-family: YouYuan;
}
.a2{
font-size: 44px;
}
.a3{
margin-top: -30px;
font-size: 14px;
color: rgb(254,255,255,.4);
}
}
.card {
background-color: #fff;
border-radius: 4px;
margin-left: 30px;
width: 408px;
height: 464px;
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: 30px 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: 10px;
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;
}
}