返回 练习登录框,加...... 登陆

练习登录框,加油加油

你想什么呢 2019-06-23 20:56:13 146

<!DOCTYPE html>

<html>

<head>

<meta charset="utf-8">

<title>lesson2练习登录框</title>

<style type="text/css">

* {margin: 0px; padding: 0px;}

.Loginbox {width: 200px; height: 200px; background-color: #ccc; margin: 0px auto;}

input{width: 180px; height: 30px; margin: 20px 10px 0px 10px; border: none; }

button{width: 180px; height: 30px; margin: 20px 10px 0px 10px ;border:none; background-color: #1c86ee; color: #fff; margin-bottom: 20px;}


</style>

</head>

<body>

    <div class="Loginbox">

    <form method="post" action="#">

    <input type="text" name="username" placeholder="请输入用户名"><br>

    <input type="password" name="password" placeholder="请输入密码"><br>

            <button>登录</button><br>

            <a href="#">注册</a>

            <a href="#">直接登录</a>

    </form>

    </div>

</body>

</html>


最新手记推荐

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

全部回复(0)我要回复

暂无评论~
  • 取消 回复 发送
  • PHP中文网