|
|
|
@ -56,7 +56,7 @@
|
|
|
|
|
</div>
|
|
|
|
|
<?php endif;?>
|
|
|
|
|
|
|
|
|
|
<div class="fiexd-heard">
|
|
|
|
|
<div class="fiexd-heard" style="z-index: 10001">
|
|
|
|
|
<div class="fiexd-heardBox" style="display: none;">
|
|
|
|
|
<!-- <div>完成</div>-->
|
|
|
|
|
<img src="{$game['icon']}" alt="" style="">
|
|
|
|
@ -69,11 +69,15 @@
|
|
|
|
|
<!--落地页视频不置顶-->
|
|
|
|
|
<?php else:?>
|
|
|
|
|
|
|
|
|
|
<div class="home-fiexd-two" style="background: #fff;width: 100%;height: 4.22rem;">
|
|
|
|
|
<div class="home-fiexd-two" style="background: #fff;width: 100%;
|
|
|
|
|
<?php if (empty($game['flooring_page_video'])):?>height: 0; <?php else :?> height: 4.22rem; <?php endif;?>
|
|
|
|
|
">
|
|
|
|
|
<?php if (!empty($game['flooring_page_video'])):?>
|
|
|
|
|
<div class="home-video">
|
|
|
|
|
<video id="shakeVideo" src="{$game['flooring_page_video']}" autoplay controls muted webkit-playsinline="true" playsinline="true"></video>
|
|
|
|
|
</div>
|
|
|
|
|
<div class="fiexd-heard" style="width: 100%;position: fixed;top: 0; left: 0;background: rgba(255, 255, 255,0);display: none;">
|
|
|
|
|
<?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-heardBox">
|
|
|
|
|
<img src="{$game['icon']}" alt="" style="">
|
|
|
|
|
<div class="download">下载</div>
|
|
|
|
@ -359,6 +363,7 @@
|
|
|
|
|
$(".home-fiexd .fiexd-heardBox").hide();
|
|
|
|
|
}
|
|
|
|
|
<?php else:?>
|
|
|
|
|
<?php if (!empty($game['flooring_page_video'])):?>
|
|
|
|
|
var t = $(window).scrollTop();
|
|
|
|
|
var h=$('.home-video').height();
|
|
|
|
|
if(t>h){
|
|
|
|
@ -370,7 +375,7 @@
|
|
|
|
|
$(".home-fiexd-two .fiexd-heard").hide();
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
<?php endif;?>
|
|
|
|
|
<?php endif;?>
|
|
|
|
|
|
|
|
|
|
})
|
|
|
|
|