猎豆优选官网

index.html 4.7KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158
  1. <!DOCTYPE html>
  2. <html>
  3. <head>
  4. <meta content="text/html; charset=UTF-8" http-equiv="Content-Type">
  5. <meta name="keywords" content="猎豆优选,猎豆优选官网,省钱,淘宝优惠券,天猫优惠券,北美省钱快报,9块9包邮,聚划算,划算,淘实惠,实惠,优惠券,折扣,找券,便宜坊,网购,购物网站">
  6. <meta name="description" content="猎豆优选官网-每日更新天猫淘宝优惠券,更有9.9包邮专区,品牌优选,找券功能齐全。聚划算的优惠券,淘实惠的购物网站,大品牌商品可享折上折,各种超值商品只需一键搜索。特卖、低价、白菜价,尽在猎豆优选">
  7. <link rel="stylesheet" type="text/css" href="../common/common-css/reset.css"/>
  8. <link rel="shortcut icon" type="image/x-icon" href="../favicon.ico" media="screen" />
  9. <link rel="stylesheet" type="text/css" href="../common/common-css/reset.css"/>
  10. <link rel="stylesheet" type="text/css" href="../common/common-html/common-css.css?v=1"/>
  11. <script src="../common/common-js/browser.min.js"></script>
  12. <script src="../common/common-js/jquery-2.1.0.js"></script>
  13. <script src="../common/common-js/browser.min.js"></script>
  14. <script src="../config/url_api.js?v=1"></script>
  15. <title>酷炫优选赚钱秘籍</title>
  16. <style type="text/css">
  17. body{
  18. /*width: 1100px;*/
  19. background: url(https://kx-youhuiquan.oss-cn-beijing.aliyuncs.com/lieodu_gw/aboutBanner.png) no-repeat;
  20. background-size:cover ;
  21. }
  22. #item-list-head #head .head_top_warp{
  23. /*background: transparent;*/
  24. }
  25. .container{
  26. width: 1100px;
  27. background: rgba(0,0,0,0.5);
  28. margin: auto;
  29. /*position: relative;*/
  30. height: 100%;
  31. /*bottom: -40px;*/
  32. }
  33. /*.banner{
  34. height: 520px;
  35. }*/
  36. .wrapper .section{
  37. padding-top: 60px;
  38. }
  39. .wrapper .section h4{
  40. font-size: 30px;
  41. line-height: 2;
  42. text-align: center;
  43. color: #FFFFFF;
  44. }
  45. .wrapper .section div.content{
  46. font-size: 16px;
  47. line-height: 2;
  48. text-align: left;
  49. text-indent: 2em;
  50. margin-top: 20px;
  51. color: #ffffff;
  52. padding-left: 150px;
  53. }
  54. .wrapper .section .content ul li{
  55. font-size: 16px;
  56. line-height: 2;
  57. text-align: left;
  58. text-indent: 2em;
  59. text-indent: 4em;
  60. }
  61. .wrapper .section .content p span{
  62. font-size: 20px;
  63. line-height: 2;
  64. text-align: left;
  65. text-indent: 2em;
  66. }
  67. .wrapper .section .content p span{
  68. /*text-decoration: underline;*/
  69. }
  70. .wrapper .section .content p span:hover{
  71. color: #FF0000;
  72. }
  73. </style>
  74. </head>
  75. <body>
  76. <!--//头部-->
  77. <div id="item-list-head"></div>
  78. <!--<div class="head_item_nav"><ul></ul></div>-->
  79. <div class="banner"></div>
  80. <div class="container">
  81. <div class="wrapper">
  82. <div class="section">
  83. <h4>关于猎豆优选</h4>
  84. <div class="content">
  85. <ul>
  86. <p><span>亮点特色</span></p>
  87. <li>领券下单,购物能省钱,还能拿奖励</li>
  88. <li>分享赚钱有人购买,您可获得高额提成</li>
  89. </ul>
  90. <ul>
  91. <p><span>应用描述</span></p>
  92. <li>1、淘宝天猫超多内部优惠券,各种商品任你挑选!</li>
  93. <li>2、9.9元淘好物,一元秒杀淘不停!</li>
  94. <li>3、大额优惠券免费领,优惠券力度让你尖叫!</li>
  95. </ul>
  96. </div>
  97. </div>
  98. </div>
  99. </div>
  100. <!--右部二维码-->
  101. <div id="item-list-evm"></div>
  102. <!--尾部-->
  103. <div id="item-list-footer"></div>
  104. </body>
  105. </html>
  106. <script type="text/babel" src="../common/common-html/common-js.js"></script>
  107. <script type="text/javascript">
  108. //导航栏目(商品分类)
  109. function navlistData(){
  110. $.ajax({
  111. type:"get",
  112. url: api.BASEURL + api.navList,
  113. dataType:"json",
  114. headers:{
  115. sex:api.sex,
  116. source:api.source
  117. },
  118. success:function(res) {
  119. if(res.errno == 0 && res.rst){
  120. if(res.rst.data){
  121. navListData = res.rst.data;
  122. var navListHtml = '';
  123. navListData.forEach(function (item,index) {
  124. navListHtml += `<li data-id=${item.id}><a href="../list/index.html?id=${item.id}&path=nav">${item.name}</a></li>`
  125. })
  126. $(".head_item_nav ul").html(navListHtml);
  127. }
  128. }
  129. },
  130. fail: function (err) {
  131. console.log(err)
  132. }
  133. });
  134. }
  135. $().ready(function () {
  136. $(window).scroll(function(){
  137. if($(window).scrollTop()>400){
  138. $('.head_item_nav').css({
  139. "position":"fixed",
  140. "top":"46px"
  141. })
  142. }else{
  143. $('.head_item_nav').css({
  144. "position":"static"
  145. })
  146. }
  147. });
  148. // navlistData();
  149. $('.head_item_nav').css('display','block')
  150. var h = document.documentElement.clientHeight || document.body.clientHeight;
  151. $(".container").css("min-height",h-216);
  152. $("body").css({"padding-bottom":"0"})
  153. })
  154. </script>