password.html 1.3 KB

12345678910111213141516171819202122232425262728293031323334
  1. <!DOCTYPE html>
  2. <html>
  3. <head>
  4. <meta charset="utf-8">
  5. <meta name="viewport" content="width=device-width,initial-scale=1,minimum-scale=1,maximum-scale=1,user-scalable=no" />
  6. <meta name="sudameta" content="allCIDs:34766,34979,7198,12665,257,258">
  7. <title></title>
  8. <link href="./css/global.css?v=95681a6c" rel="stylesheet"><link href="./css/password.css?v=95681a6c" rel="stylesheet"></head>
  9. <body>
  10. <header>
  11. <a href="#" class="back"></a>
  12. <span>登录</span>
  13. </header>
  14. <section class="wrapper form-padding">
  15. <form action="">
  16. <section class="form-item">
  17. <input type="text" placeholder="请输入手机号">
  18. </section>
  19. <section class="form-item">
  20. <input type="text" placeholder="请输入手机验证码">
  21. <a class="link nol">获取验证码</a>
  22. </section>
  23. <section class="form-item">
  24. <input type="password" placeholder="请输入新密码">
  25. </section>
  26. <section class="form-btns">
  27. <input type="submit" class="button disable" value="确定">
  28. </section>
  29. </form>
  30. </section>
  31. <script type="text/javascript" src="./js/global.js?v=95681a6c"></script><script type="text/javascript" src="./js/password.js?v=95681a6c"></script></body>
  32. </html>