From b608f8587ba884cfb213f369c154851eca364e8d Mon Sep 17 00:00:00 2001
From: liuweiwen <“529520975@qq.com>
Date: Fri, 20 Dec 2019 16:30:11 +0800
Subject: [PATCH] =?UTF-8?q?=E8=90=BD=E5=9C=B0=E9=A1=B5=E6=B5=8B=E8=AF=95?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

---
 Application/Home/View/default/Home/landingPage.html | 8 ++++----
 Public/Home/css/index2.css                          | 2 +-
 2 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/Application/Home/View/default/Home/landingPage.html b/Application/Home/View/default/Home/landingPage.html
index 382a2ae9e..6dfc51aba 100644
--- a/Application/Home/View/default/Home/landingPage.html
+++ b/Application/Home/View/default/Home/landingPage.html
@@ -77,7 +77,7 @@
     <video id="shakeVideo" src="{$game['flooring_page_video']}" autoplay controls muted webkit-playsinline="true" playsinline="true"></video>
   </div>
   <?php endif;?>
-  <div class="fiexd-heard" style="width: 100%;position: fixed;top: 0; left: 0;background: rgba(255, 255, 255,0);display: none;z-index: 10001;">
+  <div class="fiexd-heard" style="width: 100%;position: fixed;top: 0; left: 0;background:#fff;display: none;z-index: 10001;">
     <div class="fiexd-heardBox">
       <img src="{$game['icon']}" alt="" style="">
       <div class="download">下载</div>
@@ -87,7 +87,7 @@
 
 <?php endif;?>
 
-<div class="home-box">
+<div class="home-box" style="overflow-y:scroll;">
   <div class="heard">
     <div style="height: 2.5rem;width: 2.5rem">
       <img src="{$game['icon']}" alt="">
@@ -359,7 +359,7 @@
   <?php if ($game['ios_video_top'] == 1):?>
     var v=($(this).scrollTop())/100;
     $(".fiexd-heardBox").show();
-    $('.home-fiexd .fiexd-heard').css('backgroundColor','rgba(255, 255, 255,'+v+')');
+    // $('.home-fiexd .fiexd-heard').css('backgroundColor','rgba(255, 255, 255,'+v+')');
 
     var t = $(window).scrollTop();
     if(t<10){
@@ -372,7 +372,7 @@
     if(t>h){
       var v=($(this).scrollTop())/100;
       $(".home-fiexd-two .fiexd-heard").show();
-      $('.home-fiexd-two .fiexd-heard').css('backgroundColor','rgba(255, 255, 255,'+v+')');
+      // $('.home-fiexd-two .fiexd-heard').css('backgroundColor','rgba(255, 255, 255,'+v+')');
     }else{
       if(t<h){
         $(".home-fiexd-two .fiexd-heard").hide();
diff --git a/Public/Home/css/index2.css b/Public/Home/css/index2.css
index 3a43af57a..6e1d6d19a 100644
--- a/Public/Home/css/index2.css
+++ b/Public/Home/css/index2.css
@@ -30,7 +30,7 @@
 .fiexd-heard{
     width: 100%;
     height: 1.2rem;
-    background: rgba(255, 255, 255, 0);
+    background: #fff;
 }
 .fiexd-heardBox{
     padding: 0 0.3rem;