myaccount.html 2.0 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546
  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/myaccount.css?v=95681a6c" rel="stylesheet"></head>
  9. <body>
  10. <header>
  11. <span>我的账户</span>
  12. </header>
  13. <section class="wrapper">
  14. <section class="topbg"></section>
  15. <section class="profile card">
  16. <img src="images/75e87510.avatartmp.jpg" alt="">
  17. <dl>
  18. <dt>森屿海巷</dt>
  19. <dd><span class="mini-button">小队长</span></dd>
  20. </dl>
  21. </section>
  22. <section class="card form-link">
  23. <ul>
  24. <li><a href="#" class="arrow-r"><span>金币</span></a></li>
  25. <li><a href="#" class="arrow-r"><span>资料认证</span></a></li>
  26. <li><a href="#" class="arrow-r"><span>我的小队</span></a></li>
  27. <li><a href="#" class="arrow-r"><span>邀请新队员</span></a></li>
  28. <li><a href="#" class="arrow-r"><span>消息提醒</span><em class="ntc">2</em></a></li>
  29. <li><a href="#" class="arrow-r"><span>帮助中心</span></a></li>
  30. <li><a href="#" class=""><span>在线客服微信</span><span>15001312273</span></a></li>
  31. </ul>
  32. </section>
  33. <section class="btns">
  34. <a href="#" class="button">退出登录</a>
  35. </section>
  36. </section>
  37. <footer>
  38. <a href="#" class="ico-gettask">领任务</a>
  39. <a href="#" class="ico-task">我的任务</a>
  40. <a href="#" class="ico-account cur ico-msg">我的账户</a>
  41. </footer>
  42. <script type="text/javascript" src="./js/global.js?v=95681a6c"></script><script type="text/javascript" src="./js/myaccount.js?v=95681a6c"></script></body>
  43. </html>