落地页测试

master
liuweiwen 5 years ago
parent 8f99c7354a
commit dabdbb6c98

@ -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:#fff;display: none;z-index: 10001;">
<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>
@ -87,7 +87,7 @@
<?php endif;?>
<div class="home-box" style="overflow-y:scroll;">
<div class="home-box">
<div class="heard">
<div style="height: 2.5rem;width: 2.5rem">
<img src="{$game['icon']}" alt="">
@ -129,10 +129,8 @@
<div class="grade">年龄</div>
</div>
</div>
<div class="slide_list">
<ul class="slide-box">
<volist name="game['screenshot']" id="item">
<li class="slide-item">
<img src="{$item}" alt="">
@ -140,7 +138,6 @@
</volist>
</ul>
</div>
<div class="synopsis">
<div>简介</div>
<div id="brief_introduction">{$game['introduction']}</div>
@ -359,7 +356,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 +369,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();

@ -22,7 +22,6 @@
width: 100%;
height: 4.22rem;
background-color: #fff;
display: none;
}
.home-video video{
width: 100%;
@ -31,6 +30,7 @@
.fiexd-heard{
width: 100%;
height: 1.2rem;
background: rgba(255, 255, 255, 0);
}
.fiexd-heardBox{
padding: 0 0.3rem;
@ -41,7 +41,6 @@
color: #007AFF;
line-height: 1.2rem;
height: 100%;
background-color: #fff;
}
.fiexd-heardBox>img{
width: 0.6rem;

Loading…
Cancel
Save