Commit 611624fb by agan

修改官网

parent 71458a3d
...@@ -45,6 +45,7 @@ ...@@ -45,6 +45,7 @@
<p data-lang="1">English</p> <p data-lang="1">English</p>
<p data-lang="7">العربية</p> <p data-lang="7">العربية</p>
</div> </div>
<a class="topUp"></a> <a class="topUp"></a>
<div id="box" class="page curpage"> <div id="box" class="page curpage">
<div class="page0 p"> <div class="page0 p">
...@@ -69,6 +70,7 @@ ...@@ -69,6 +70,7 @@
</video> </video>
</div> </div>
</div> </div>
<div class="voiceBtn muted"></div>
<div class="iosDown btnPage2 heartbeat"></div> <div class="iosDown btnPage2 heartbeat"></div>
<div class="bubbles"> <div class="bubbles">
<div class="bubble1"></div> <div class="bubble1"></div>
...@@ -193,7 +195,15 @@ ...@@ -193,7 +195,15 @@
$('.topUp').on('click', function () { $('.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'; 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() { function getVList() {
var vList = [ var vList = [
{ {
......
...@@ -201,6 +201,22 @@ body { ...@@ -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 { .recommendBox {
width: 100%; width: 100%;
position: absolute; position: absolute;
......
...@@ -7,7 +7,7 @@ ...@@ -7,7 +7,7 @@
<script src="https://www.footseen.com/js/jquery-3.1.1.min.js"></script> <script src="https://www.footseen.com/js/jquery-3.1.1.min.js"></script>
<script src="../js/buriedPoint.js"></script> <script src="../js/buriedPoint.js"></script>
<script> <script>
var _url = "https://webserver.yabolive.net" var _url = "https://webserver.yabolive.net";
viewPage(); viewPage();
</script> </script>
<meta charset="UTF-8"> <meta charset="UTF-8">
...@@ -24,10 +24,10 @@ ...@@ -24,10 +24,10 @@
<script src="https://www.footseen.com/js/fsize.js"></script> <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/base2.css">
<!-- <link rel="stylesheet" href="https://www.footseen.com/css/newIndex.css?v=202104061611111111111111"> --> <!-- <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/newIndex.css">
<link rel="stylesheet" href="css/new/common.css"> <link rel="stylesheet" href="../css/new/common.css">
<link rel="stylesheet" href="css/new/index.css?v=202203101548"> <link rel="stylesheet" href="../css/new/index.css?v=202203101548">
<script src="js/new/touch-0.2.14.min.js"></script> <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"> <link rel="stylesheet" href="https://www.footseen.com/layer-v3.1.0/layer.css">
</head> </head>
...@@ -41,6 +41,7 @@ ...@@ -41,6 +41,7 @@
<p data-lang="1">English</p> <p data-lang="1">English</p>
<p data-lang="7">العربية</p> <p data-lang="7">العربية</p>
</div> </div>
<a class="topUp"></a> <a class="topUp"></a>
<div id="box" class="page curpage"> <div id="box" class="page curpage">
<div class="page0 p"> <div class="page0 p">
...@@ -54,17 +55,18 @@ ...@@ -54,17 +55,18 @@
<i class="mIcon"></i> <i class="mIcon"></i>
</div> </div>
<div class="mPhone"> <div class="mPhone">
<!-- <div class="phoneBorder"></div> --> <div class="phoneBorder"></div>
<div class="videoCon"> <div class="videoCon">
<video id="video" webkit-playsinline="true" x-webkit-airplay="true" playsinline="true" <video id="video" webkit-playsinline="true" x-webkit-airplay="true" playsinline="true"
x5-video-player-type="h5" x5-video-player-fullscreen="true" x5-video-player-type="h5" x5-video-player-fullscreen="true"
style="width: 100%;height: 100%;object-fit: fill;z-index: -1;" autoplay="autoplay" style="width: 100%;height: 100%;object-fit: fill;z-index: -1;" autoplay="autoplay" muted="false"
muted="false" loop="loop"> loop="loop">
<source src="https://footseen.com/video/video.mp4" type="video/mp4"> <source src="https://footseen.com/video/video.mp4" type="video/mp4">
</source> </source>
</video> </video>
</div> </div>
</div> </div>
<div class="voiceBtn muted"></div>
<div class="iosDown btnPage2 heartbeat"></div> <div class="iosDown btnPage2 heartbeat"></div>
<div class="bubbles"> <div class="bubbles">
<div class="bubble1"></div> <div class="bubble1"></div>
...@@ -113,9 +115,7 @@ ...@@ -113,9 +115,7 @@
touchB = false; touchB = false;
curp++; curp++;
if (curp == 2) { if (curp == 2) {
$('.wipeUp').hide(); $('.wipeUp').hide();
$('.downloadBtn2').show(); $('.downloadBtn2').show();
if (!$('.rVideos').html()) { if (!$('.rVideos').html()) {
...@@ -186,12 +186,20 @@ ...@@ -186,12 +186,20 @@
copyText(mData); copyText(mData);
window.location.href = 'http://tf.app8.pw/down_merge/be94f9bd01aa81925f10ad1248a85280'; window.location.href = 'http://tf.app8.pw/down_merge/be94f9bd01aa81925f10ad1248a85280';
}); });
c
}) })
$('.topUp').on('click', function () { $('.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'; 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() { function getVList() {
var vList = [ 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