bindphone.html 2.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748
  1. <!DOCTYPE html>
  2. <html>
  3. <head lang="en">
  4. <meta charset="UTF-8">
  5. <meta name="viewport" content="width=device-width, minimum-scale=1.0, maximum-scale=1.0, user-scalable=no"/>
  6. <meta name="viewport" content="height=device-width, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0, user-scalable=0">
  7. <title>绑定手机号</title>
  8. <link rel="stylesheet" href="css/common.css"/>
  9. <link rel="stylesheet" href="css/register.css"/>
  10. </head>
  11. <body>
  12. <div class="register">
  13. <div class="regTop">
  14. <span>绑定手机号</span>
  15. <a class="back" href="index.html">&lt;&nbsp;返回</a>
  16. </div>
  17. <div class="content">
  18. <div class="point">
  19. <span>绑定成功后,才可以用账户密码登录。</span>
  20. </div>
  21. <form action="/web/">
  22. <div class="message">
  23. <input type="tel" placeholder="输入手机号" pattern="[0-9]{11}" required />
  24. <!--<input type="password" placeholder="请输入6-25位密码" pattern="[0-9A-Za-z]{6,25}" required/>
  25. <input type="password" placeholder="请再次输入密码" pattern="[0-9A-Za-z]{6,25}" required/>
  26. <input type="text" placeholder="输入验证码" pattern="[0-9]{6}" required/>
  27. <select name="job">
  28. <option value="choose">选择职位</option>
  29. <option value="boss">老板</option>
  30. <option value="staff">员工</option>
  31. </select>
  32. <div class="icons">
  33. <b><img src="images/zc-1.jpg" alt="" /></b>
  34. <b><img src="images/zc-2.jpg" alt="" /></b>
  35. <b><img src="images/zc-3.jpg" alt="" /></b>
  36. <b><img src="images/zc-3.jpg" alt="" /></b>
  37. </div>
  38. <a class="code" href="default.htm" required>获取验证码</a>-->
  39. </div>
  40. <!--<div class="agree">
  41. <input type="checkbox"/><span>&nbsp;同意&nbsp;</span><a href="default.htm">《注册协议》</a>
  42. </div>-->
  43. <button class="submit" type="submit">注册</button>
  44. </form>
  45. </div>
  46. </div>
  47. </body>
  48. </html>