サマリー:<!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>后臺(tái)管理登錄</h2> </div> <hr> <div> <label>用戶名</label> <div> <input type="text" name="title" required lay-verify="required" placeholder="請(qǐng)輸入用戶名" autocomplete="off"> </div> </div> <div> <label>密碼</label> <div> <input type="password" name="password" required lay-verify="required" placeholder="請(qǐng)輸入密碼" autocomplete="off"> </div> </div> <div> <label>驗(yàn)證碼</label> <div> <input type="text" name="text" required lay-verify="required" placeholder="請(qǐng)輸入驗(yàn)證碼" 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>
添削の先生:天蓬老師添削時(shí)間:2019-01-10 08:53:41
先生のまとめ:代碼似乎不完整, 還有作業(yè)要認(rèn)真寫, 你連默認(rèn)的title 都懶得改