material.html 2.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657
  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"></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. <label for="">昵称</label>
  18. <input type="text" class="txtr">
  19. </section>
  20. <section class="form-item">
  21. <label for="">性别</label>
  22. <a href="javascript:;" node-action="sex" class="input txtr"><span>女 ></span><input type="hidden" value="1"></a>
  23. </section>
  24. <section class="form-item">
  25. <label for="">邀请码</label>
  26. <input type="text" class="txtr" placeholder="没有可不填">
  27. </section>
  28. <section class="form-item disable">
  29. <label for="">邀请人</label>
  30. <span class="input txtr">森屿海巷</span>
  31. </section>
  32. <section class="form-btns">
  33. <input type="submit" class="button" value="确定">
  34. <p class="txtc"><a href="#" class="link">还没有账号,马上注册嗨赚!</a></p>
  35. </section>
  36. </form>
  37. </section>
  38. <section class="layer" id="sex-selector-layer" style="display: none">
  39. <section class="layer-cont">
  40. <h3>请选择性别</h3>
  41. <section class="sex">
  42. <a href="javascript:;" class="male" sex-val='0'>
  43. </a>
  44. <a href="javascript:;" class="female" sex-val='1'>
  45. </a>
  46. </section>
  47. <section class="form-btns">
  48. <input type="submit" class="button" value="确定">
  49. </section>
  50. </section>
  51. </section>
  52. <script type="text/javascript" src="./js/global.js?v=95681a6c"></script><script type="text/javascript" src="./js/material.js?v=95681a6c"></script></body>
  53. </html>