From 481399b994c09656bb2d0e770ce1fd695025083d Mon Sep 17 00:00:00 2001
From: agan <agan@yazhai.co>
Date: Fri, 18 Feb 2022 11:08:16 +0800
Subject: [PATCH] 提交

---
 css/new/index.css                      |  50 +++++++++++++++++++++++++++++++++++++++++++-------
 img/new3/download.png                  | Bin 0 -> 10977 bytes
 img/new3/下载图标.png              | Bin 10977 -> 0 bytes
 img/new3/标题-我们的主播.png    | Bin 6338 -> 0 bytes
 img/new3/标题-网红们的推荐.png | Bin 7641 -> 0 bytes
 newIndex.html                          | 115 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++-------------
 6 files changed, 145 insertions(+), 20 deletions(-)
 create mode 100644 img/new3/download.png
 delete mode 100644 img/new3/下载图标.png
 delete mode 100644 img/new3/标题-我们的主播.png
 delete mode 100644 img/new3/标题-网红们的推荐.png

diff --git a/css/new/index.css b/css/new/index.css
index ff3ace1..45cfac1 100644
--- a/css/new/index.css
+++ b/css/new/index.css
@@ -23,26 +23,32 @@ body {
     left: 0;
 }
 
-.page .p {
+
+.page0 {
     width: 10rem;
     height: 100%;
     position: relative;
     overflow: hidden;
-}
-
-.page0 {
     background: url(../../img/new3/bg1.jpg) no-repeat;
     background-size: cover;
     background-position: center;
 }
 
 .page1 {
+    width: 10rem;
+    height: 100%;
+    position: relative;
+    overflow: hidden;
     background: url(../../img/new3/bg2.jpg) no-repeat;
     background-size: cover;
     background-position: center;
 }
 
 .page2 {
+    width: 10rem;
+    height: 100%;
+    position: relative;
+    overflow-y: scroll;
     background: url(../../img/new3/bg3.jpg) no-repeat;
     background-size: cover;
     background-position: center;
@@ -89,6 +95,8 @@ body {
 }
 
 .mTitle {
+    width: 8rem;
+    text-align: center;
     position: absolute;
     top: 4rem;
     left: 50%;
@@ -152,11 +160,14 @@ body {
 
 
 .recommendBox {
-    width: 10rem;
-    height: 15rem;
+    /* width: 10rem;
+    height: 15rem; */
+    width: 100%;
     position: absolute;
-    top: 5rem;
+    /* top: 5rem; */
+    top: 0rem;
     left: 0rem;
+    margin-top: 5.4rem;
     overflow-y: scroll;
 }
 
@@ -197,6 +208,20 @@ body {
     margin-left: 0.8rem;
 }
 
+.downloadBtn2{
+    width: 1.627rem;
+    height: 1.72rem;
+    background: url(../../img/new3/download.png) no-repeat;
+    background-size:contain;
+    position: fixed;
+    top: 1rem;
+    right: 0.2rem;
+    animation: upWard2 1s linear 0s infinite alternate;
+    -webkit-animation: upWard2 1s linear 0s infinite alternate;
+    display: none;
+    z-index: 99;
+}
+
 .wipeUp {
     width: 1.227rem;
     height: 1.173rem;
@@ -218,4 +243,15 @@ body {
     to {
         bottom: 0.2rem;
     }
+}
+
+
+@-webkit-keyframes upWard2 {
+    from {
+        top: 1rem;
+    }
+
+    to {
+        top: 1.4rem;
+    }
 }
\ No newline at end of file
diff --git a/img/new3/download.png b/img/new3/download.png
new file mode 100644
index 0000000..df41b15
Binary files /dev/null and b/img/new3/download.png differ
diff --git "a/img/new3/\344\270\213\350\275\275\345\233\276\346\240\207.png" "b/img/new3/\344\270\213\350\275\275\345\233\276\346\240\207.png"
deleted file mode 100644
index df41b15..0000000
Binary files "a/img/new3/\344\270\213\350\275\275\345\233\276\346\240\207.png" and /dev/null differ
diff --git "a/img/new3/\346\240\207\351\242\230-\346\210\221\344\273\254\347\232\204\344\270\273\346\222\255.png" "b/img/new3/\346\240\207\351\242\230-\346\210\221\344\273\254\347\232\204\344\270\273\346\222\255.png"
deleted file mode 100644
index c0ff735..0000000
Binary files "a/img/new3/\346\240\207\351\242\230-\346\210\221\344\273\254\347\232\204\344\270\273\346\222\255.png" and /dev/null differ
diff --git "a/img/new3/\346\240\207\351\242\230-\347\275\221\347\272\242\344\273\254\347\232\204\346\216\250\350\215\220.png" "b/img/new3/\346\240\207\351\242\230-\347\275\221\347\272\242\344\273\254\347\232\204\346\216\250\350\215\220.png"
deleted file mode 100644
index e06972a..0000000
Binary files "a/img/new3/\346\240\207\351\242\230-\347\275\221\347\272\242\344\273\254\347\232\204\346\216\250\350\215\220.png" and /dev/null differ
diff --git a/newIndex.html b/newIndex.html
index b9912dd..9bb5a23 100644
--- a/newIndex.html
+++ b/newIndex.html
@@ -3,8 +3,13 @@
 
 <head lang="en">
     <meta charset="UTF-8">
-    <title>Footseen</title>
+    <title>Footseen - APP Download Homepage</title>
     <script src="https://www.footseen.com/js/jquery-3.1.1.min.js"></script>
+    <script src="../js/buriedPoint.js"></script>
+    <script>
+        var _url = "https://webserver.yabolive.net"
+        viewPage();
+    </script>
     <script>
         var phoneWidth = parseInt(window.screen.width);
         var phoneScale = phoneWidth / 640;
@@ -20,8 +25,17 @@
             document.write('<meta name="viewport" content="width=640, user-scalable=no, target-densitydpi=device-dpi">');
         }
     </script>
-    <meta name="viewport" content="width=640, user-scalable=no, target-densitydpi=device-dpi">
-    <meta name="format-detection" content="telephone=no" />
+    <meta charset="UTF-8">
+    <meta name="renderer" content="webkit">
+    <meta http-equiv="X-UA-Compatible" content="IE=edge">
+    <meta name="keywords" content="foot fetish,foot worship,foot tickle,Foot Seen,Video streaming">
+    <meta name="description" content="">
+    <meta content="telephone=no" name="format-detection">
+    <meta name="wap-font-scale" content="no">
+    <meta name="viewport" content="width=device-width,minimum-scale=1.0,maximum-scale=1.0,user-scalable=no" />
+    <meta name="apple-mobile-web-app-capable" content="yes">
+    <meta name="apple-mobile-web-app-status-bar-style" content="black-translucent">
+    <meta content="telephone=no" name="format-detection">
     <link rel="stylesheet" href="https://www.footseen.com/css/base2.css">
     <script src="https://www.footseen.com/js/fsize.js"></script>
     <link rel="stylesheet" href="https://www.footseen.com/css/newIndex.css?v=202104061611111111111111">
@@ -77,12 +91,16 @@
                     <span>網紅門的推薦</span>
                     <i class="mIcon"></i>
                 </div>
+
+                <div class="downloadBtn2"></div>
+
                 <div class="recommendBox">
                     <div class="rVideos">
                         <div class="rRow">
                             <div class="youtubeVideos">
-                                <iframe class="elementor-video-iframe" src="https://www.youtube.com/embed/PxRti9Bknrs"
-                                    title="YouTube video player" frameborder="0"
+                                <iframe loading="lazy" class="elementor-video-iframe"
+                                    src="https://www.youtube.com/embed/PxRti9Bknrs" title="YouTube video player"
+                                    frameborder="0"
                                     allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture"
                                     allowfullscreen></iframe>
                             </div>
@@ -93,8 +111,9 @@
                         </div>
                         <div class="rRow">
                             <div class="youtubeVideos">
-                                <iframe class="elementor-video-iframe" src="https://www.youtube.com/embed/ygtef2thdgw"
-                                    title="YouTube video player" frameborder="0"
+                                <iframe loading="lazy" class="elementor-video-iframe"
+                                    src="https://www.youtube.com/embed/ygtef2thdgw" title="YouTube video player"
+                                    frameborder="0"
                                     allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture"
                                     allowfullscreen></iframe>
                             </div>
@@ -114,8 +133,9 @@
                         </div> -->
                         <div class="rRow">
                             <div class="youtubeVideos">
-                                <iframe class="elementor-video-iframe" src="https://www.youtube.com/embed/n9QRNjZNJQ4"
-                                    title="YouTube video player" frameborder="0"
+                                <iframe loading="lazy" class="elementor-video-iframe"
+                                    src="https://www.youtube.com/embed/n9QRNjZNJQ4" title="YouTube video player"
+                                    frameborder="0"
                                     allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture"
                                     allowfullscreen></iframe>
                             </div>
@@ -126,8 +146,9 @@
                         </div>
                         <div class="rRow">
                             <div class="youtubeVideos">
-                                <iframe class="elementor-video-iframe" src="https://www.youtube.com/embed/Lt3fZZqNulg"
-                                    title="YouTube video player" frameborder="0"
+                                <iframe loading="lazy" class="elementor-video-iframe"
+                                    src="https://www.youtube.com/embed/Lt3fZZqNulg" title="YouTube video player"
+                                    frameborder="0"
                                     allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture"
                                     allowfullscreen></iframe>
                             </div>
@@ -138,8 +159,9 @@
                         </div>
                         <div class="rRow">
                             <div class="youtubeVideos">
-                                <iframe class="elementor-video-iframe" src="https://www.youtube.com/embed/UNtQytZtGkM"
-                                    title="YouTube video player" frameborder="0"
+                                <iframe loading="lazy" class="elementor-video-iframe"
+                                    src="https://www.youtube.com/embed/UNtQytZtGkM" title="YouTube video player"
+                                    frameborder="0"
                                     allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture"
                                     allowfullscreen></iframe>
                             </div>
@@ -157,6 +179,7 @@
     <!--箭头-->
     <div class="wipeUp"></div>
     <script src="https://www.footseen.com/js/new/lang.js"></script>
+    
     <script>
         $(function () {
             var touchB = true;
@@ -176,8 +199,10 @@
                     curp++;
                     if (curp == 2) {
                         $('.wipeUp').hide();
+                        $('.downloadBtn2').show();
                     } else {
                         $('.wipeUp').show();
+                        $('.downloadBtn2').hide();
                     }
                     $('.curpage').animate({ top: -(scrollH * curp) + 'px' });
                     return;
@@ -190,8 +215,10 @@
                     curp--;
                     if (curp == 2) {
                         $('.wipeUp').hide();
+                        $('.downloadBtn2').show();
                     } else {
                         $('.wipeUp').show();
+                        $('.downloadBtn2').hide();
                     }
                     $('.curpage').animate({ top: -(scrollH * curp) + 'px' });
                     return;
@@ -203,6 +230,68 @@
                     touchB = true;
                 }
             })
+
+
+            if (url_get_params().icid != undefined) {
+                var params = url_get_params().icid.replace(/(^\s*)|(\s*$)/g, "");
+            } else {
+                var params = '';
+            }
+            var iosData = '';
+            if (params != undefined && params.length > 0) {
+                iosData = params
+            } else {
+                iosData = 'iosftsB';
+            }
+
+            $(".iosDown,.downloadBtn2").on("click", function () {
+                clickDownload(function (data) {
+                    var mData = '';
+                    if (!data) {
+                        mData = iosData;
+                    } else {
+                        mData = data.iOSChannel
+                    }
+
+                    copyText(mData);
+                    window.location.href = 'http://www.app6.cam/app_merge/163';
+                });
+
+            })
+
+            function url_get_params() {
+                var url = location.href;
+                var theRequest = new Object();
+                if (url.indexOf("?") != -1) {
+                    var str = url.substr(url.indexOf("?") + 1);
+                    strs = str.split("&");
+                    for (var i = 0; i < strs.length; i++) {
+                        theRequest[strs[i].split("=")[0]] = unescape(strs[i].split("=")[1]);
+                    }
+                }
+                return theRequest;
+            }
+
+            //複製到剪切板
+            function copyText(text) {
+                var textarea = document.createElement("textarea");
+                var currentFocus = document.activeElement;
+                document.body.appendChild(textarea);
+                textarea.value = text;
+                textarea.focus();
+                if (textarea.setSelectionRange)
+                    textarea.setSelectionRange(0, textarea.value.length);
+                else
+                    textarea.select();
+                try {
+                    var flag = document.execCommand("copy");
+                } catch (eo) {
+                    var flag = false;
+                }
+                document.body.removeChild(textarea);
+                currentFocus.focus();
+                return flag;
+            }
         })
     </script>
 </body>
--
libgit2 0.25.0