login.html 1001 B

1234567891011121314151617181920212223242526
  1. <!DOCTYPE html>
  2. <html lang="en">
  3. <head>
  4. <meta charset="UTF-8">
  5. <meta name="viewport" content="width=device-width, initial-scale=1.0">
  6. <meta http-equiv="X-UA-Compatible" content="ie=edge">
  7. <title>反馈登陆</title>
  8. <link rel="stylesheet" href="./css/uform.css">
  9. <link rel="stylesheet" href="./css/U_BS_L.css">
  10. </head>
  11. <body>
  12. <div class="U_BS_L" onkeydown="U.BS.L.Return()">
  13. <form class="U_BS_L_H_Form">
  14. <img src="./images/logo.png" alt="logo">
  15. <h4>有思后台系统</h4>
  16. <input type="text" class="U_BS_L_a form-control" placeholder="用户名/手机号/邮箱" maxlength="30">
  17. <div class="U_BS_L_Info"></div>
  18. <input type="password" class="U_BS_L_p form-control" placeholder="密码" maxlength="32">
  19. <div class="U_BS_L_Info U_BS_L_pInfo"></div>
  20. <button type="button" class="U_BS_L_Submit">登陆</button>
  21. </form>
  22. </div>
  23. </body>
  24. <script src="./js/uform.js"></script>
  25. <script src="./js/U_BS_L.js"></script>
  26. </html>