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