返回使用表单元素和......登陆

使用表单元素和css样式制作登录页面

一路上有你2019-04-04 11:05:45376
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<title>作业测试</title>
<style>
li{list-style:none;}
input{
height:8px;width:258px;border:1px solid #ccc; margin-top:20px;padding:20px;
}
button{
height:50px;width:300px;border:1px solid #ccc; margin-top:20px;
background:#ff6a00;
}
li{
float:left;
}
</style>
</head>
<body>
<div>
<ul>
<li>账号登录|</li>
<li>扫码登录</li>
<br>
</ul>
<form action="">
<input type="text" placeholder="请输入用户名"><br>
<input type="password" placeholder="请输入密码"><br>
<button>登录</button>
</form>
</div>
</body>
</html>



最新手记推荐

• 用composer安装thinkphp框架的步骤• 省市区接口说明• 用thinkphp,后台新增栏目• 管理员添加编辑删除• 管理员添加编辑删除

全部回复(0)我要回复

暂无评论~
  • 取消回复发送