me.html 3.2 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798
  1. <!DOCTYPE html>
  2. <html>
  3. <head>
  4. <meta charset="UTF-8">
  5. <meta name="viewport" content="width=device-width,initial-scale=1.0, minimum-scale=1.0, maximum-scale=1.0, user-scalable=no">
  6. <title>我的主页</title>
  7. <link rel="stylesheet" href="../../src/css/me/me.css" />
  8. <link rel="stylesheet" href="../../src/css/public.css" />
  9. <link rel="stylesheet" href="../../src/css/bootstrap.css" />
  10. </head>
  11. <body>
  12. <div class="header_img">
  13. <img src="../../img/me10.jpg" alt="" />
  14. <img src="../../img/demand3.png" alt="" class="anut" onclick="javascript:(history.back(-1));"/>
  15. <div>
  16. <div class="divImg">
  17. <img src="../../img/money10.png" alt="" />
  18. </div>
  19. <div class="divTitle">
  20. <h4>
  21. <span class="name"></span>
  22. <span>,欢迎您!</span>
  23. </h4>
  24. <span>个人用户</span>
  25. </div>
  26. </div>
  27. </div>
  28. <div class="cont">
  29. <a href="myOrder.html?userType=1">
  30. <img src="../../img/me1.png" alt="" />
  31. <p>服务商订单</p>
  32. </a>
  33. <a href="myOrder.html?userType=0">
  34. <img src="../../img/me2.png" alt="" />
  35. <p>消费者订单</p>
  36. </a>
  37. <a href="myFollow.html">
  38. <img src="../../img/me3.png" alt="" />
  39. <p>我的关注</p>
  40. </a>
  41. <a href="myAchievement.html?Type=1">
  42. <img src="../../img/me4.png" alt="" />
  43. <p>我的成果</p>
  44. </a>
  45. <a href="myDemand.html?Type=2">
  46. <img src="../../img/me5.png" alt="" />
  47. <p>我的需求</p>
  48. </a>
  49. <a href="myCollect.html">
  50. <img src="../../img/me6.png" alt="" />
  51. <p>我的收藏</p>
  52. </a>
  53. <a href="mySet.html">
  54. <img src="../../img/me7.png" alt="" />
  55. <p>系统设置</p>
  56. </a>
  57. <a href="myNews.html">
  58. <img src="../../img/me8.png" alt="" />
  59. <p>我的消息</p>
  60. </a>
  61. <a href="myCustorm.html">
  62. <img src="../../img/me9.png" alt="" />
  63. <p>我的客服</p>
  64. </a>
  65. <a href="myVouchers.html">
  66. <img src="../../img/me10.png" alt="" />
  67. <p>我的抵用券</p>
  68. </a>
  69. <a href="politeness.html">
  70. <img src="../../img/me11.png" alt="" />
  71. <p>邀请有礼</p>
  72. </a>
  73. </div>
  74. </body>
  75. <script type="text/javascript" src="http://apps.bdimg.com/libs/jquery/2.1.1/jquery.js"></script>
  76. <script type="text/javascript" src="http://cdn.bootcss.com/bootstrap/3.3.5/js/bootstrap.min.js"></script>
  77. <script src="../../src/js/publick.js"></script>
  78. <script src="../../src/js/public.js"></script>
  79. <script src="../../src/js/me/me.js"></script>
  80. <!--友盟-->
  81. <script type="text/javascript">
  82. 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"));
  83. </script>
  84. <!--百度商桥-->
  85. <!-- <script language="javascript" src="http://put.zoosnet.net/JS/LsJS.aspx?siteid=PUT70876498&float=1&lng=cn"></script>-->
  86. <!-- <script>-->
  87. <!-- var _hmt = _hmt || [];-->
  88. <!-- (function() {-->
  89. <!-- var hm = document.createElement("script");-->
  90. <!-- hm.src = "https://hm.baidu.com/hm.js?4f14b647ef81bc71f1a3fd13c098a0b4";-->
  91. <!-- var s = document.getElementsByTagName("script")[0]; -->
  92. <!-- s.parentNode.insertBefore(hm, s);-->
  93. <!-- })();-->
  94. <!-- </script>-->
  95. </html>
  96. <!--