Commit 611624fb by agan

修改官网

parent 71458a3d
......@@ -45,6 +45,7 @@
<p data-lang="1">English</p>
<p data-lang="7">العربية</p>
</div>
<a class="topUp"></a>
<div id="box" class="page curpage">
<div class="page0 p">
......@@ -69,6 +70,7 @@
</video>
</div>
</div>
<div class="voiceBtn muted"></div>
<div class="iosDown btnPage2 heartbeat"></div>
<div class="bubbles">
<div class="bubble1"></div>
......@@ -193,7 +195,15 @@
$('.topUp').on('click', function () {
window.location.href = 'https://www.footseen.com/footseen/phonepay/applepay.html?lang=' + sessionStorage.lang + '&gofrom=web' + '&gofrom=web&cidStr=h5_footseengw';
})
$('.voiceBtn').on('click', function(){
if($(this).hasClass('muted')){
$('#video')[0].muted = false;
$(this).removeClass('muted')
}else{
$('#video')[0].muted = true;
$(this).addClass('muted')
}
})
function getVList() {
var vList = [
{
......
......@@ -201,6 +201,22 @@ body {
}
}
.voiceBtn{
width: 0.72rem;
height: 0.619rem;
background: url(../../img/new3/voice.png) no-repeat;
background-size: contain;
position: absolute;
bottom: 0.4rem;
left: 0.2rem;
z-index: 9;
}
.muted{
background: url(../../img/new3/muted.png) no-repeat;
background-size: contain;
}
.recommendBox {
width: 100%;
position: absolute;
......
......@@ -7,7 +7,7 @@
<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"
var _url = "https://webserver.yabolive.net";
viewPage();
</script>
<meta charset="UTF-8">
......@@ -24,10 +24,10 @@
<script src="https://www.footseen.com/js/fsize.js"></script>
<link rel="stylesheet" href="https://www.footseen.com/css/base2.css">
<!-- <link rel="stylesheet" href="https://www.footseen.com/css/newIndex.css?v=202104061611111111111111"> -->
<link rel="stylesheet" href="css/newIndex.css">
<link rel="stylesheet" href="css/new/common.css">
<link rel="stylesheet" href="css/new/index.css?v=202203101548">
<script src="js/new/touch-0.2.14.min.js"></script>
<link rel="stylesheet" href="../css/newIndex.css">
<link rel="stylesheet" href="../css/new/common.css">
<link rel="stylesheet" href="../css/new/index.css?v=202203101548">
<script src="../js/new/touch-0.2.14.min.js"></script>
<link rel="stylesheet" href="https://www.footseen.com/layer-v3.1.0/layer.css">
</head>
......@@ -41,6 +41,7 @@
<p data-lang="1">English</p>
<p data-lang="7">العربية</p>
</div>
<a class="topUp"></a>
<div id="box" class="page curpage">
<div class="page0 p">
......@@ -54,17 +55,18 @@
<i class="mIcon"></i>
</div>
<div class="mPhone">
<!-- <div class="phoneBorder"></div> -->
<div class="phoneBorder"></div>
<div class="videoCon">
<video id="video" webkit-playsinline="true" x-webkit-airplay="true" playsinline="true"
x5-video-player-type="h5" x5-video-player-fullscreen="true"
style="width: 100%;height: 100%;object-fit: fill;z-index: -1;" autoplay="autoplay"
muted="false" loop="loop">
style="width: 100%;height: 100%;object-fit: fill;z-index: -1;" autoplay="autoplay" muted="false"
loop="loop">
<source src="https://footseen.com/video/video.mp4" type="video/mp4">
</source>
</video>
</div>
</div>
<div class="voiceBtn muted"></div>
<div class="iosDown btnPage2 heartbeat"></div>
<div class="bubbles">
<div class="bubble1"></div>
......@@ -112,10 +114,8 @@
}
touchB = false;
curp++;
if (curp == 2) {
$('.wipeUp').hide();
$('.downloadBtn2').show();
if (!$('.rVideos').html()) {
......@@ -138,7 +138,7 @@
}
touchB = false;
curp--;
if (curp == 2) {
$('.wipeUp').hide();
$('.downloadBtn2').show();
......@@ -186,12 +186,20 @@
copyText(mData);
window.location.href = 'http://tf.app8.pw/down_merge/be94f9bd01aa81925f10ad1248a85280';
});
c
})
$('.topUp').on('click', function () {
window.location.href = 'https://www.footseen.com/footseen/phonepay/applepay.html?lang=' + sessionStorage.lang + '&gofrom=web' + '&gofrom=web&cidStr=h5_footseengw';
})
$('.voiceBtn').on('click', function(){
if($(this).hasClass('muted')){
$('#video')[0].muted = false;
$(this).removeClass('muted')
}else{
$('#video')[0].muted = true;
$(this).addClass('muted')
}
})
function getVList() {
var vList = [
{
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment