标签:ack user isp play char 用户 round type ora
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="Generator" content="EditPlus?">
<meta name="Author" content="">
<meta name="Keywords" content="">
<meta name="Description" content="">
<title>网页</title>
<style>
*{margin:0;padding:0;}
ul,li{list-style:none;}
a{text-decoration:none;}
form{
position:relative;
width:430px;
margin:100px auto;
border:1px solid red;
border-radius:5px;
}
lable{
float:right;
margin-top:30px;
}
input{
width:200px;
height:50px;
margin-right:30px;
text-align:20px;
margin-left:5px
border:1px solid black;
cursor: pointer;
}
.bottom{
width:400px;
height:60px;
margin-top:450px;
color:white;
text-align:center;
}
.right{
float:right;
width:50px;
background:pink;
padding:5px 5px 5px 5px;
cursor: pointer;
}
.check{
position:absolute;
display:none;
top:25px;
left:400px;
width:150px;
background:white;
}
input:focus +.check{
display:block;
}
</style>
</head>
<body>
<form action="">
<lable>user<input type="user" placeholder="请输入账号">
<div class="check">
用户名必须为8-10个字符
</div>
</lable>
<lable>
password<input type="password" placeholder="密码" >
</lable>
<lable>
password<input type="password" placeholder="再次输入密码" >
</lable>
<lable>
email<input type="email" placeholder="输入你的邮箱" >
</lable>
<lable>
rickname<input type="name" placeholder="昵称">
</lable>
<div class="bottom">
<div class="right"><a href="#"></a>注册</div>
</div>
</form>
</body>
</html>
标签:ack user isp play char 用户 round type ora
原文地址:https://www.cnblogs.com/ghostandgod/p/9852794.html