0-登录-首次登录设置密码.html 1.2 KB

12345678910111213141516171819202122232425262728
  1. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  2. <html xmlns="http://www.w3.org/1999/xhtml">
  3. <head>
  4. <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
  5. <title>黑龙江昆仑盛和安体检中心</title>
  6. <link rel="stylesheet" type="text/css" href="../style/common.css">
  7. <link rel="stylesheet" type="text/css" href="../style/user.css">
  8. <!--[if lt IE 9]>
  9. <script src="http://css3-mediaqueries-js.googlecode.com/svn/trunk/css3-mediaqueries.js"></script>
  10. <![endif]--><!--窗口自适应适配低端IE-->
  11. <script src="https://code.jquery.com/jquery-3.2.1.min.js"></script>
  12. </head>
  13. <body>
  14. <div class="reg-header">
  15. <div class="wp"><img src="../style/logo-n.png" /></div>
  16. </div>
  17. <div class="reg-box">
  18. <h1>首次登录请您设置密码 *</h1>
  19. <p>创建密码(6~16位)</p>
  20. <div class="txt"><div class="pwd"></div><input name="" type="text" /></div>
  21. <p>确认密码</p>
  22. <div class="txt"><div class="pwd"></div><input name="" type="text" /></div>
  23. <button class="reg-btn mt15">完成</button>
  24. </div>
  25. <div class="reg-footer"></div>
  26. </body>
  27. </html>