12345678910111213141516171819202122232425262728293031323334353637383940414243444546 |
- <!DOCTYPE html>
- <html>
- <head>
- <meta charset="utf-8">
- <meta name="viewport" content="width=device-width,initial-scale=1,minimum-scale=1,maximum-scale=1,user-scalable=no" />
- <meta name="sudameta" content="allCIDs:34766,34979,7198,12665,257,258">
- <title></title>
- <link href="./css/global.css?v=95681a6c" rel="stylesheet"><link href="./css/myaccount.css?v=95681a6c" rel="stylesheet"></head>
- <body>
- <header>
- <span>我的账户</span>
- </header>
- <section class="wrapper">
- <section class="topbg"></section>
- <section class="profile card">
- <img src="images/75e87510.avatartmp.jpg" alt="">
- <dl>
- <dt>森屿海巷</dt>
- <dd><span class="mini-button">小队长</span></dd>
- </dl>
- </section>
- <section class="card form-link">
- <ul>
- <li><a href="#" class="arrow-r"><span>金币</span></a></li>
- <li><a href="#" class="arrow-r"><span>资料认证</span></a></li>
- <li><a href="#" class="arrow-r"><span>我的小队</span></a></li>
- <li><a href="#" class="arrow-r"><span>邀请新队员</span></a></li>
- <li><a href="#" class="arrow-r"><span>消息提醒</span><em class="ntc">2</em></a></li>
- <li><a href="#" class="arrow-r"><span>帮助中心</span></a></li>
- <li><a href="#" class=""><span>在线客服微信</span><span>15001312273</span></a></li>
- </ul>
- </section>
- <section class="btns">
- <a href="#" class="button">退出登录</a>
- </section>
- </section>
- <footer>
- <a href="#" class="ico-gettask">领任务</a>
- <a href="#" class="ico-task">我的任务</a>
- <a href="#" class="ico-account cur ico-msg">我的账户</a>
- </footer>
- <script type="text/javascript" src="./js/global.js?v=95681a6c"></script><script type="text/javascript" src="./js/myaccount.js?v=95681a6c"></script></body>
- </html>
|