码迷,mamicode.com
首页 > Web开发 > 详细

h5+css设计登录页面

时间:2019-11-12 00:41:00      阅读:1846      评论:0      收藏:0      [点我收藏+]

标签:hit   inpu   osi   login   top   htm   20px   amp   oct   

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>无标题文档</title>
<style>
body{
background-color: white;
}
#f1{
background-color: #CCC;
width: 380px;
height: 200px;
text-align: center;
margin: auto;
margin-top: 8%;
border-radius: 15px;
}
#account{
width: 200px;
height: 30px;
border-radius: 5px;
margin-top: 30px;
margin-left: 20px;
}
#password{
width: 200px;
height: 30px;
border-radius: 5px;
margin-top: 10px;
margin-left: 20px;
}
#register{
width: 100px;
height: 35px;
margin-top: 20px;
}
#logon{
width: 100px;
height: 35px;
margin-top: 20px;
}
#login_page{
margin-top: 5px;
margin-left: -40px;
font-size: 25px;
position: absolute;
}
</style>
</head>

<body>
<form id="f1" name="f1">
<span id="login_page">登陆页面</span><br />
账&nbsp;&nbsp;号:<input type="text" id="account" /><br />
密&nbsp;&nbsp;码:<input type="password" id="password"/><br />
<input type="button" value="登录" id="register"/>
<input type="button" value="注册" id="logon"/>
</form>
</body>
</html>

h5+css设计登录页面

标签:hit   inpu   osi   login   top   htm   20px   amp   oct   

原文地址:https://www.cnblogs.com/Kuai-Le/p/11839159.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!