admin管理员组

文章数量:1634001

登录页面

*{margin: 0;padding: 0;}

body{background:#151517;}

div{

width:400px;

height: 350px;

margin: 200px auto;

background:  rgba(188,185,198,0.4);

border-radius: 10px;

text-align: center;

}

img{

width: 80px;

border-radius: 50%;

margin-top: 50px;

}

input{

width: 300px;

height:30px;

margin-top: 15px;

border-radius: 6px;

border:none;

padding-left: 15px;

}

button{

border:none;

width: 200px;

height: 35px;

border-radius: 6px;

background: #151517;

color: #fff;

margin-top: 30px;

}

 

登陆

本文标签: 手写输入页面html