【无标题】web登录界面

登录页面

.filterImg {
width: 100%;
height: 100%;
background-size: 100%;
background-position: 0px -50px;
background-image: url(https://img.zmtc.com/2019/0815/20190815113422202.jpg);
}

.outer_box {
width: 100%;
position: relative;
height: calc(100vh);
}

.login_box {
width: 320px;
height: 400px;
background-color: rgba(191, 165, 165, 0.233);
border-radius: 10px;
position: absolute;
left: 50%;
top: 50%;
transform: translate(-50%, -50%);
}

.login_box h1 {
width: 100%;
height: 112px;
margin: 34px 0px;
text-align: center;
}
.login_box img{
width: 90px;
height: 90px;
border-radius: 55px;
padding: 10px;
box-shadow: 0px 0px 5px rgb(253, 199, 199);
border: 2px solid rgb(230, 245, 207);
}

.login_box p {
margin: 20px 30px;
line-height: 35px;
text-align: center;
}

.outer_box input {
padding-left: 10px;
background: none;
line-height: 35px;
border-radius: 27px;
}

.logIn_btn {
color: rgb(255, 166, 181);
border-radius: 10px;
background-color: rgba(255, 255, 255, 0.5);
}
.logIn_btn a{
text-decoration: none;
}

.log_span {
width: 260px;
font-size: 16px;
margin: 0px 30px;
display: flex;
justify-content: space-between;
}
.log_span a{
text-decoration: none;
color: #000;
}

你可能感兴趣的:(css,css3,html)