abstrait:<!DOCTYPE html> <html> <head> <meta charset="UTF-8"> <title>后臺(tái)登陸</title> <link rel="stylesheet" type="text/css"
<!DOCTYPE html> <html> <head> <meta charset="UTF-8"> <title>后臺(tái)登陸</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>用戶(hù)登陸</h2></div> <hr> <form action=""> <div> <label>用戶(hù)名</label> <div> <input type="text" name="title" required lay-verify="required" placeholder="請(qǐng)輸入用戶(hù)名" autocomplete="off"> </div> </div> <div> <label>密 碼</label> <div> <input type="password" name="title" required lay-verify="required" placeholder="請(qǐng)輸入密碼" autocomplete="off"> </div> </div> <div> <label>驗(yàn)證碼</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>
后臺(tái)的登陸頁(yè)面,使用layui搭建,說(shuō)真的,速度確實(shí)是挺快的,讓人用了后不想再自己去一行一行的敲了,有毒
Professeur correcteur:查無(wú)此人Temps de correction:2019-03-26 09:41:35
Résumé du professeur:完成的不錯(cuò)??蚣苁菫榱朔奖汩_(kāi)發(fā),不是讓你不寫(xiě)代碼,是節(jié)省時(shí)間寫(xiě)其他的代碼。繼續(xù)加油