me_care.jsp 4.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107
  1. <!DOCTYPE html>
  2. <html>
  3. <head>
  4. <meta charset="UTF-8">
  5. <meta http-equiv="X-UA-Compatible" content="IE=edge">
  6. <meta name="apple-mobile-web-app-capable" content="yes">
  7. <meta name="apple-mobile-web-app-status-bar-style" content="black">
  8. <meta name="format-detection" content="telephone=no">
  9. <title>我的-关注产品</title>
  10. <script src="./lib/flexible.js"></script>
  11. <link rel="stylesheet" href="./lib/flexible.css">
  12. <link rel="stylesheet" href="./lib/swiper-4.3.2.min.css" />
  13. <link rel="stylesheet" href="./css/basem.css">
  14. <link rel="stylesheet" href="./css/public.css">
  15. <link rel="stylesheet" href="./css/index.css">
  16. <link rel="stylesheet" href="css/logome.css">
  17. </head>
  18. <body>
  19. <div class="titbox blubg">
  20. <a class="titreturn fl" href="#"><img src="img/fanhui16@2x.png" alt=""></a>
  21. <h1>关注产品</h1>
  22. <a href="#" class="check attenManage">
  23. <span class="smtxt">管理</span>
  24. </a>
  25. </div>
  26. <!-- 房产推介 -->
  27. <div class="referrals top50">
  28. <ul>
  29. <li>
  30. <a href="#">
  31. <label class="mycheck hide">
  32. <input type="checkbox" value="1" value="" />
  33. <div class="option"></div><!--该div盛放的是优化后的按钮图片-->
  34. </label>
  35. <div class="referinfo">
  36. <img src="./img/house.png" alt="">
  37. <div class="referCont">
  38. <p class="refertit">东旭御山湖</p>
  39. <p>
  40. <span class="designation graytxt">云南昆明</span>
  41. <span class="commission">佣金:1.22%</span>
  42. </p>
  43. <p>
  44. <span class="designation graytxt">售价:</span>
  45. <span class="price">20000元/m²</span>
  46. </p>
  47. </div>
  48. </div>
  49. </a>
  50. <div class="buy">
  51. <a href="#" class="buyt">我要推介</a>
  52. </div>
  53. </li>
  54. <li>
  55. <a href="#">
  56. <label class="mycheck hide">
  57. <input type="checkbox" value="1" value="" />
  58. <div class="option"></div><!--该div盛放的是优化后的按钮图片-->
  59. </label>
  60. <div class="referinfo">
  61. <img src="./img/house.png" alt="">
  62. <div class="referCont">
  63. <p class="refertit">东旭御山湖</p>
  64. <p>
  65. <span class="designation graytxt">云南昆明</span>
  66. <span class="commission">佣金:1.22%</span>
  67. </p>
  68. <p>
  69. <span class="designation graytxt">售价:</span>
  70. <span class="price">20000元/m²</span>
  71. </p>
  72. </div>
  73. </div>
  74. </a>
  75. <div class="buy">
  76. <a href="#" class="buyt">我要推介</a>
  77. </div>
  78. </li>
  79. </ul>
  80. </div>
  81. </body>
  82. <script src="lib/swiper-4.3.2.min.js"></script>
  83. <script type="text/javascript" src="./lib/jquery.min.js">
  84. </script>
  85. <script type="text/javascript" src="./js/public.js"></script>
  86. <script type="text/javascript">
  87. $(".check").click(function(){
  88. $(".mycheck").removeClass("hide");
  89. $(this).find("span").html("批量推介");
  90. })
  91. </script>
  92. </html>