摘要:<!DOCTYPE html> <html> <head> <link rel="stylesheet" href="layui/css/layui.css"> <script src="layui/layui.js"></scrip
<!DOCTYPE html> <html> <head> <link rel="stylesheet" href="layui/css/layui.css"> <script src="layui/layui.js"></script> <meta charset="UTF-8"> <title>layui框架</title> </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> <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 style="width: 350px;" type="password" name="password" required lay-verify="required" placeholder="请输入密码" autocomplete="off"> </div> </div> <div> <label>验证码</label> <div style="width: 160px;"> <input type="text"> </div> <img src="images/yz.png" alt=""> </div> <div> <div> <button lay-submit lay-filter="formDemo">提 交</button> </div> </div> </form> </div> </div> <script> </script> </body> </html>
批改老师:灭绝师太批改时间:2019-02-01 09:59:20
老师总结:layui基本没啥难点,学会看文档问题不大,继续加油!