index.html 8.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243
  1. <!DOCTYPE html>
  2. <html>
  3. <head>
  4. <meta charset="utf-8">
  5. <title>荔枝悦动APP下载</title>
  6. <meta name="viewport" content="width=device-width,target-densitydpi=high-dpi,initial-scale=1.0, minimum-scale=1.0, maximum-scale=1.0, user-scalable=no"/>
  7. <link rel="stylesheet" href="jquery.fullPage.css">
  8. <link rel="stylesheet" href="pcOrMobile.css">
  9. <!-- 最新版本的 Bootstrap 核心 CSS 文件 -->
  10. <link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/bootstrap@3.3.7/dist/css/bootstrap.min.css" integrity="sha384-BVYiiSIFeK1dGmJRAkycuHAHRg32OmUcww7on3RYdg4Va+PmSTsz/K68vbdEjh4u" crossorigin="anonymous">
  11. <link rel="stylesheet" href="css/idangerous.swiper.css">
  12. <link rel="stylesheet" href="css/style.css">
  13. <link rel="stylesheet" type="text/css" href="font_Icon/iconfont.css">
  14. <link rel="stylesheet" type="text/css" href="css/chat.css">
  15. <!-- 最新的 Bootstrap 核心 JavaScript 文件 -->
  16. <script src="https://cdn.jsdelivr.net/npm/bootstrap@3.3.7/dist/js/bootstrap.min.js" integrity="sha384-Tc5IQib027qvyjSMfHjOMaLkfuWVxZxUPnCJA7l2mCWNIpG9mGCD8wGNIcPD7Txa" crossorigin="anonymous"></script>
  17. <style type="text/css">
  18. .section { text-align: center; font: 50px "Microsoft Yahei"; color: #fff;}
  19. .section p{ font: 30px "Microsoft Yahei";}
  20. .logoBox {width: 150px;height: 35px;position: relative;top: 50px;left:106px}
  21. .zhutuBox {width: 100%;height: 474px;position: relative;top: 40px;}
  22. .iosBtn {width: 150px;height: 50px;position: absolute;top: 610px;
  23. text-align: center;
  24. line-height: 46px;color: #14D59C;
  25. border: 1px solid #14D59C;
  26. border-radius: 5px;
  27. left: 25px;
  28. }
  29. .iosAnzhuo {width: 150px;height: 50px;position: absolute;top: 610px;
  30. text-align: center;
  31. line-height: 46px;color: #14D59C;
  32. border: 1px solid #14D59C;
  33. border-radius: 5px;
  34. right: 25px;
  35. }
  36. .iosIcon {
  37. width: 23px;
  38. height: 23px;
  39. position: absolute;
  40. top: -3px;
  41. left: 20px;
  42. }
  43. .openIt {
  44. width:100%;
  45. height: 30px;
  46. position: absolute;
  47. top: 710px;
  48. text-align: center;
  49. line-height: 30px;
  50. color: #fff;
  51. }
  52. </style>
  53. </head>
  54. <body>
  55. <div id="fullPage" style="background-color: #1A1A1A;">
  56. <div class="logoBox">
  57. <img style="width: 100%;height:100%" src="./images/logo.png" alt="">
  58. </div>
  59. <div class="zhutuBox">
  60. <img style="width: 100%;height:100%" src="./images/zhutu.png" alt="">
  61. </div>
  62. <div class="iosBtn">
  63. <div class="iosIcon">
  64. <img style="width: 100%;height:100%" src="./images/pingguo.png" alt="">
  65. </div>
  66. <p style="margin-left:20px">iPhone下载</p>
  67. </div>
  68. <div class="iosAnzhuo">
  69. <div class="iosIcon">
  70. <img style="width: 100%;height:100%" src="./images/anzhuo.png" alt="">
  71. </div>
  72. <p style="margin-left:20px">安卓下载</p>
  73. </div>
  74. <div class="openIt">已安装APP?<p style="color: #14D59C;display: inline;">点此打开</p></div>
  75. </div>
  76. </div>
  77. <script src="http://libs.baidu.com/jquery/1.7.2/jquery.js"></script>
  78. <script src="jquery.fullPage.js"></script>
  79. <!-- <script src="js/jquery-1.10.1.min.js"></script> -->
  80. <script src="js/idangerous.swiper.min.js"></script>
  81. <script>
  82. $(function(){
  83. $('#fullPage').fullpage({
  84. sectionsColor : ['#fff', '#fff', '#fff', '#fff', '#454545'],
  85. loopBottom: true,
  86. controlArrows: false,
  87. continuousVertical: true,
  88. continuousHorizontal:true
  89. });
  90. setInterval(function(){
  91. $.fn.fullpage.moveSlideRight();
  92. }, 5000);
  93. });
  94. </script>
  95. <script>
  96. function IsPC() {
  97. var userAgentInfo = navigator.userAgent;
  98. var Agents = ["Android", "iPhone","SymbianOS", "Windows Phone", "iPod"];
  99. var flag = true;
  100. for (var v = 0; v < Agents.length; v++) {
  101. if (userAgentInfo.indexOf(Agents[v]) > 0) {
  102. flag = false;
  103. break;
  104. }
  105. // 移动端就是false
  106. }
  107. if(window.screen.width>=768){
  108. flag = true;
  109. }
  110. console.log(flag)
  111. return flag;
  112. }
  113. IsPC()
  114. // function kuangaobi() {
  115. // var kuan = document.body.clientWidth
  116. // var gao = document.body.clientHeight
  117. // console.log(kuan,gao)
  118. // if(kuan/gao >= 0.6){
  119. // $(".introduce").removeClass("introduce")
  120. // $("#tanchuang1").addClass("introduce1")
  121. // }else {
  122. // $(".introduce").removeClass("introduce1")
  123. // $("#tanchuang1").addClass("introduce")
  124. // }
  125. // }
  126. // kuangaobi()
  127. var ydSwiper = new Swiper ('#youdaoBanner', {
  128. centeredSlides : true,
  129. slidesPerView : 'auto'
  130. })
  131. $('.swiper-button-prev').on('click', function(e){
  132. e.preventDefault()
  133. ydSwiper.swipePrev()
  134. })
  135. $('.swiper-button-next').on('click', function(e){
  136. e.preventDefault()
  137. ydSwiper.swipeNext()
  138. })
  139. $('.logo').on('click', function(e){
  140. $.fn.fullpage.moveTo(1)
  141. })
  142. $('#youdaoBanner .bg').hover(function(){
  143. $(this).find('.info').animate({bottom:'0px'},200,'linear');
  144. },function(){
  145. $(this).find('.info').animate({bottom:'-149px'},200,'linear');
  146. });
  147. $('.lunbo').on('click', function() {
  148. $("#tanchuang1").removeClass("display")
  149. })
  150. $('.imgBigBox').on('click', function() {
  151. $("#tanchuang2").removeClass("display")
  152. })
  153. $('.swiper-slide').on('click', function() {
  154. $("#tanchuang3").removeClass("display")
  155. })
  156. $('.HZSImg').on('click', function() {
  157. $("#tanchuang4").removeClass("display")
  158. })
  159. $('.HZSBtn').on('click', function() {
  160. $("#tanchuang4").removeClass("display")
  161. })
  162. $('.PTLogo1').on('click', function() {
  163. $("#tanchuang4-1").removeClass("display")
  164. $("#tanchuang1").addClass("display")
  165. $("#tanchuang2").addClass("display")
  166. $("#tanchuang3").addClass("display")
  167. $("#tanchuang4").addClass("display")
  168. $("#tanchuang4-2").addClass("display")
  169. $("#tanchuang4-3").addClass("display")
  170. })
  171. $('.PTLogo2').on('click', function() {
  172. $("#tanchuang4-2").removeClass("display")
  173. $("#tanchuang1").addClass("display")
  174. $("#tanchuang2").addClass("display")
  175. $("#tanchuang3").addClass("display")
  176. $("#tanchuang4").addClass("display")
  177. $("#tanchuang4-1").addClass("display")
  178. $("#tanchuang4-3").addClass("display")
  179. })
  180. $('.PTLogo3').on('click', function() {
  181. $("#tanchuang4-3").removeClass("display")
  182. $("#tanchuang1").addClass("display")
  183. $("#tanchuang2").addClass("display")
  184. $("#tanchuang3").addClass("display")
  185. $("#tanchuang4").addClass("display")
  186. $("#tanchuang4-2").addClass("display")
  187. $("#tanchuang4-1").addClass("display")
  188. })
  189. $("#tanchuang1").on('click', function() {
  190. $("#tanchuang1").addClass("display")
  191. })
  192. $("#tanchuang2").on('click', function() {
  193. $("#tanchuang2").addClass("display")
  194. })
  195. $("#tanchuang3").on('click', function() {
  196. $("#tanchuang3").addClass("display")
  197. })
  198. $("#tanchuang4").on('click', function() {
  199. $("#tanchuang4").addClass("display")
  200. })
  201. $("#tanchuang4-1").on('click', function() {
  202. $("#tanchuang4-1").addClass("display")
  203. $("#tanchuang1").addClass("display")
  204. $("#tanchuang2").addClass("display")
  205. $("#tanchuang3").addClass("display")
  206. $("#tanchuang4").addClass("display")
  207. $("#tanchuang4-2").addClass("display")
  208. $("#tanchuang4-3").addClass("display")
  209. })
  210. $("#tanchuang4-2").on('click', function() {
  211. $("#tanchuang4-2").addClass("display")
  212. $("#tanchuang1").addClass("display")
  213. $("#tanchuang2").addClass("display")
  214. $("#tanchuang3").addClass("display")
  215. $("#tanchuang4").addClass("display")
  216. $("#tanchuang4-1").addClass("display")
  217. $("#tanchuang4-3").addClass("display")
  218. })
  219. $("#tanchuang4-3").on('click', function() {
  220. $("#tanchuang4-3").addClass("display")
  221. $("#tanchuang1").addClass("display")
  222. $("#tanchuang2").addClass("display")
  223. $("#tanchuang3").addClass("display")
  224. $("#tanchuang4").addClass("display")
  225. $("#tanchuang4-2").addClass("display")
  226. $("#tanchuang4-1").addClass("display")
  227. })
  228. </script>
  229. <script language="javascript" src="http://pdt.zoosnet.net/JS/LsJS.aspx?siteid=PDT69566089&float=1&lng=cn"></script>
  230. </body>
  231. </html>