| 1234567891011121314151617181920212223242526272829 |
- <!DOCTYPE html>
- <html lang="en">
- <head>
- <meta charset="UTF-8">
- <meta name="viewport" content="width=device-width, initial-scale=1.0">
- <meta http-equiv="X-UA-Compatible" content="ie=edge">
- <title>反馈登陆</title>
- <link rel="stylesheet" href="./css/uform.css">
- <link rel="stylesheet" href="./css/U_BS_L.css">
- <link rel="stylesheet" href="./css/feedback.css">
- </head>
- <body>
- <div class="U_BS_L" onkeydown="U.BS.L.Return()">
- <form class="U_BS_L_H_Form">
- <img src="./images/logo.png" alt="logo">
- <h4>有思后台系统</h4>
- <input type="text" class="U_BS_L_a form-control" placeholder="用户名/手机号/邮箱" maxlength="30">
- <div class="U_BS_L_Info"></div>
- <input type="password" class="U_BS_L_p form-control" placeholder="密码" maxlength="32">
- <div class="U_BS_L_Info U_BS_L_pInfo"></div>
- <button type="button" class="U_BS_L_Submit">登陆</button>
- </form>
- </div>
- </body>
- <script src="./js/uform.js"></script>
- <script src="./js/U_BS_L.js"></script>
- </html>
|