摘要:<!DOCTYPE html> <html> <head> <meta charset="UTF-8"> <title>Document</title> <link rel="stylesheet" href="../layui/c
<!DOCTYPE html> <html> <head> <meta charset="UTF-8"> <title>Document</title> <link rel="stylesheet" href="../layui/css/layui.css"> <script src='../layui/js/layui.js'></script> </head> <body style="background: #1e9fff;"> <div style="background: #1e9fff;height: 100%;width: 100%"> <div style="width: 500px;margin:20% auto;"> <div style="background: #fff;box-shadow: 5px 5px 20px #ccc;padding: 20px"> <form action=""> <div> <h2>后台管理登录</h2> </div> <hr> <div> <label>用户名</label> <div> <input type="text" name="title" required lay-verify="required" placeholder="请输入用户名" autocomplete="off"> </div> </div> <div> <label>密码</label> <div> <input type="password" name="password" required lay-verify="required" placeholder="请输入密码" autocomplete="off"> </div> </div> <div> <label>验证码</label> <div> <input type="text" name="text" required lay-verify="required" placeholder="请输入验证码" autocomplete="off"> </div> <img src="images/yz.png" alt=""> </div> <div> <div> <button lay-submit lay-filter="formDemo">登录</button> </div> </div> </form> </div> </div> </div> </body> </html>
批改老师:天蓬老师批改时间:2019-01-10 08:53:41
老师总结:代码似乎不完整, 还有作业要认真写, 你连默认的title 都懒得改