サマリー:<!DOCTYPE html> <html> <head> <meta charset="utf-8"> &
<!DOCTYPE html> <html> <head> <meta charset="utf-8"> <title>后臺(tái)登陸</title> <link rel="stylesheet" type="text/css" href="static/layui/css/layui.css"> <script type="text/javascript" src="static/layui/layui.js"></script> </head> <body style="background:blue;"> <div style="width: 500px;margin: 220px auto 0px;"> <div style="background: #fff;border-radius: 5px;padding: 20px;box-shadow: 5px 5px 20px #aaa;"> <form> <div style="color:gray;"> <h2>后臺(tái)管理系統(tǒng)</h2> </div> <hr> <div> <label>用戶名</label> <div> <input type="text" placeholder="請(qǐng)輸入用戶名"> </div> </div> <div> <label>密 碼</label> <div> <input type="text" placeholder="請(qǐng)輸入密碼"> </div> </div> <div> <label>驗(yàn)證碼</label> <div> <input type="text"> </div> <img src="static/images/yz.png" > </div> <div> <div> <button>立即提交</button> </div> </div> </form> </div> </div> </body> </html>
Layui的總結(jié)和認(rèn)識(shí)
Layui做為前端框架,用起來方便省時(shí),是前端開發(fā)的福音,當(dāng)我上完這節(jié)課時(shí),這么神奇的操作,極大的激發(fā)了我學(xué)習(xí)的興趣。使我對(duì)前端開發(fā)有了新的認(rèn)識(shí),
添削の先生:韋小寶添削時(shí)間:2018-12-25 09:24:44
先生のまとめ:layui還有很多強(qiáng)大的功能和組件呢!課后沒事可以多看看哦!