updateprofile.html 2.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263
  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/updateprofile.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 avatar-cont">
  17. <span>头像</span>
  18. <a href="#">
  19. <img class="avatar" src="images/75e87510.avatartmp.jpg" alt="">
  20. </a>
  21. </section>
  22. <section class="form-item disable">
  23. <label for="">手机号</label>
  24. <input type="text" class="txtr" value="150****2273" disabled>
  25. </section>
  26. <section class="form-item">
  27. <label for="">昵称</label>
  28. <input type="text" class="txtr" value="">
  29. </section>
  30. <section class="form-item">
  31. <label for="">性别</label>
  32. <a href="javascript:;" node-action="sex" class="input txtr">
  33. <span>女 ></span>
  34. <input type="hidden" value="1">
  35. </a>
  36. </section>
  37. <section class="form-item">
  38. <span>修改密码</span>
  39. <a href="#" class="arrow-r"></a>
  40. </section>
  41. </form>
  42. </section>
  43. <section class="layer" id="sex-selector-layer" style="display: none">
  44. <section class="layer-cont">
  45. <h3>请选择性别</h3>
  46. <section class="sex">
  47. <a href="javascript:;" class="male active" sex-val='0'>
  48. </a>
  49. <a href="javascript:;" class="female" sex-val='1'>
  50. </a>
  51. </section>
  52. <section class="form-btns">
  53. <input type="submit" class="button" value="确定">
  54. </section>
  55. </section>
  56. </section>
  57. <script type="text/javascript" src="./js/global.js?v=95681a6c"></script><script type="text/javascript" src="./js/updateprofile.js?v=95681a6c"></script></body>
  58. </html>