Files
ClassContent/历届学生/front-end-team-11/项目开发/上课项目/聊天室/fontend/css/login.css
2024-09-27 02:06:13 +08:00

34 lines
622 B
CSS

.login {
width: 251px;
height: 320px;
background: #fff;
border-radius: 10px;
box-shadow: 0px 0px 17px #e7e5e5;
text-align: center;
}
.login .user_img{
width: 100px;
height: 100px;
border-radius: 100%;
margin-bottom: 50px;
margin-top: 30px;
}
.login input{
width: 185px;
border: none;
border-bottom: 1px solid #f1f1f1;
padding-bottom: 8px;
font-size: 12px;
color: #929090;
margin-bottom: 10px;
}
.login i{
font-size: 21px;
margin-top: 9px;
color: #b7b1b1;
display: inline-block;
}
.modal-body img {
width: 50px;
height: 50px;
}