摘要:<!DOCTYPE html> <html> <head> <meta charset="UTF-8"> <title>登录</title> <link rel="stylesheet" href="static/layui/css
<!DOCTYPE html> <html> <head> <meta charset="UTF-8"> <title>登录</title> <link rel="stylesheet" href="static/layui/css/layui.css"> <script type="text/javascript" src="static/layui/layui.js"></script> </head> <body style="background:#1E9FFF;"> <div style="width:500px;margin:270px auto 0px;"> <div style="background:#fff;border-radius:4px; box-shadow:5px 5px 20px #444;padding:20px;"> <form action=""> <div style="color:gray"> <h2>后台管理系统</h2> </div> <hr> <div> <label>用户名</label> <div> <input type="text" placeholder="请输入用户名"> </div> </div> <div> <label>密码</label> <div> <input type="password" placeholder="请输入密码"> </div> </div> <div> <label>验证码</label> <div> <input type="text" class="layui-input"> </div> <img src="yz.png" alt=""> </div> <div> <div> <button lay-submit lay-filter="formDemo">登录</button> </div> </div> </form> </div> </div> </body> </html>
批改老师:韦小宝批改时间:2018-11-07 11:54:42
老师总结:嗯!写的很不错!下次记得加点自己的总结在里面哦!继续加油吧!