亚洲国产日韩欧美一区二区三区,精品亚洲国产成人av在线,国产99视频精品免视看7,99国产精品久久久久久久成人热,欧美日韩亚洲国产综合乱

layui后臺(tái)登錄頁(yè)面

原創(chuàng) 2019-01-09 21:50:15 260
摘要:<!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
老師總結(jié):代碼似乎不完整, 還有作業(yè)要認(rèn)真寫(xiě), 你連默認(rèn)的title 都懶得改

發(fā)佈手記

熱門詞條