1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798 |
- <!DOCTYPE html>
- <html>
- <head>
- <meta charset="UTF-8">
- <meta name="viewport" content="width=device-width,initial-scale=1.0, minimum-scale=1.0, maximum-scale=1.0, user-scalable=no">
- <title>我的主页</title>
- <link rel="stylesheet" href="../../src/css/me/me.css" />
- <link rel="stylesheet" href="../../src/css/public.css" />
- <link rel="stylesheet" href="../../src/css/bootstrap.css" />
- </head>
- <body>
- <div class="header_img">
- <img src="../../img/me10.jpg" alt="" />
- <img src="../../img/demand3.png" alt="" class="anut" onclick="javascript:(history.back(-1));"/>
- <div>
- <div class="divImg">
- <img src="../../img/money10.png" alt="" />
- </div>
- <div class="divTitle">
- <h4>
- <span class="name"></span>
- <span>,欢迎您!</span>
- </h4>
- <span>个人用户</span>
- </div>
- </div>
- </div>
- <div class="cont">
- <a href="myOrder.html?userType=1">
- <img src="../../img/me1.png" alt="" />
- <p>服务商订单</p>
- </a>
- <a href="myOrder.html?userType=0">
- <img src="../../img/me2.png" alt="" />
- <p>消费者订单</p>
- </a>
- <a href="myFollow.html">
- <img src="../../img/me3.png" alt="" />
- <p>我的关注</p>
- </a>
- <a href="myAchievement.html?Type=1">
- <img src="../../img/me4.png" alt="" />
- <p>我的成果</p>
- </a>
- <a href="myDemand.html?Type=2">
- <img src="../../img/me5.png" alt="" />
- <p>我的需求</p>
- </a>
- <a href="myCollect.html">
- <img src="../../img/me6.png" alt="" />
- <p>我的收藏</p>
- </a>
- <a href="mySet.html">
- <img src="../../img/me7.png" alt="" />
- <p>系统设置</p>
- </a>
- <a href="myNews.html">
- <img src="../../img/me8.png" alt="" />
- <p>我的消息</p>
- </a>
- <a href="myCustorm.html">
- <img src="../../img/me9.png" alt="" />
- <p>我的客服</p>
- </a>
- <a href="myVouchers.html">
- <img src="../../img/me10.png" alt="" />
- <p>我的抵用券</p>
- </a>
- <a href="politeness.html">
- <img src="../../img/me11.png" alt="" />
- <p>邀请有礼</p>
- </a>
- </div>
- </body>
- <script type="text/javascript" src="http://apps.bdimg.com/libs/jquery/2.1.1/jquery.js"></script>
- <script type="text/javascript" src="http://cdn.bootcss.com/bootstrap/3.3.5/js/bootstrap.min.js"></script>
- <script src="../../src/js/publick.js"></script>
- <script src="../../src/js/public.js"></script>
- <script src="../../src/js/me/me.js"></script>
- <!--友盟-->
- <script type="text/javascript">
- var cnzz_protocol = (("https:" == document.location.protocol) ? " https://" : " http://");document.write(unescape("%3Cspan id='cnzz_stat_icon_1274675010'%3E%3C/span%3E%3Cscript src='" + cnzz_protocol + "s13.cnzz.com/z_stat.php%3Fid%3D1274675010' type='text/javascript'%3E%3C/script%3E"));
- </script>
- <!--百度商桥-->
- <!-- <script language="javascript" src="http://put.zoosnet.net/JS/LsJS.aspx?siteid=PUT70876498&float=1&lng=cn"></script>-->
- <!-- <script>-->
- <!-- var _hmt = _hmt || [];-->
- <!-- (function() {-->
- <!-- var hm = document.createElement("script");-->
- <!-- hm.src = "https://hm.baidu.com/hm.js?4f14b647ef81bc71f1a3fd13c098a0b4";-->
- <!-- var s = document.getElementsByTagName("script")[0]; -->
- <!-- s.parentNode.insertBefore(hm, s);-->
- <!-- })();-->
- <!-- </script>-->
- </html>
- <!--
|