摘要:<!DOCTYPE html> <html> <head> <meta charset="UTF-8"> <title>后臺登陸</title> <link rel="stylesheet" type="text/css"
<!DOCTYPE html> <html> <head> <meta charset="UTF-8"> <title>后臺登陸</title> <link rel="stylesheet" type="text/css" href="https://heerey525.github.io/layui-v2.4.3/layui-v2.4.5/css/layui.css"> <script type="text/javascript" src="https://heerey525.github.io/layui-v2.4.3/layui-v2.4.5/layui.js"></script> </head> <body style="background: #0ACBED;"> <div style="width: 500px;background: #fff;margin: 220px auto 0;padding: 20px;"> <div><h2>用戶登陸</h2></div> <hr> <form action=""> <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="title" required lay-verify="required" placeholder="請輸入密碼" autocomplete="off"> </div> </div> <div> <label>驗證碼</label> <div> <input type="text" name="password" required lay-verify="required" autocomplete="off"> </div> </div> <div> <div> <button lay-submit lay-filter="formDemo">登陸</button> <button type="reset" class="layui-btn layui-btn-primary">重置</button> </div> </div> </form> </body> </html>
后臺的登陸頁面,使用layui搭建,說真的,速度確實是挺快的,讓人用了后不想再自己去一行一行的敲了,有毒
批改老師:查無此人批改時間:2019-03-26 09:41:35
老師總結(jié):完成的不錯??蚣苁菫榱朔奖汩_發(fā),不是讓你不寫代碼,是節(jié)省時間寫其他的代碼。繼續(xù)加油