share2.html
4.87 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
<!DOCTYPE html>
<html lang="en">
<head>
<script src="https://res.sharetrace.com/sharetrace.min.js"></script>
<meta charset="UTF-8">
<meta name="renderer" content="webkit">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="keywords" content="foot fetish,foot worship,foot tickle,Foot Seen,Video streaming">
<meta name="description" content="">
<meta content="telephone=no" name="format-detection">
<meta name="wap-font-scale" content="no">
<meta name="viewport" content="width=device-width,minimum-scale=1.0,maximum-scale=1.0,user-scalable=no" />
<meta name="apple-mobile-web-app-capable" content="yes">
<meta name="apple-mobile-web-app-status-bar-style" content="black-translucent">
<meta content="telephone=no" name="format-detection">
<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="https://www.footseen.com/layer-v3.1.0/layer.css">
<title>Footseen</title>
<style type="text/css">
.layer-box{
width: 7.2rem;
height: 6.973rem;
background: url(https://www.footseen.com/img/phonembg.png) no-repeat;
background-size: 100% 100%;
position: relative;
}
.layui-layer-close2{
display: none !important;
}
.layui-layer{
border-radius: 0.5rem !important;
}
.layui-layer-page .layui-layer-content{
border-radius: 0.5rem !important;
}
.codeBox{
position: absolute;
left: 0;
bottom: 5rem;
width: 100%;
text-align: center;
height: 0.88rem;
line-height: 0.88rem;
}
.code{
position: relative;
padding: 0 0.4rem;
height: 0.88rem;
line-height: 0.88rem;
text-align: center;
font-size: 0.4rem;
z-index: 50;
color: #FFF;
border-radius: 0.666rem;
-webkit-border-radius: 0.666rem;
-moz-border-radius: 0.666rem;
-ms-border-radius: 0.666rem;
-o-border-radius: 0.666rem;
background-color: rgba(0,0,0,.2);
display: inline-block;
}
.code img{
width: 0.426rem;
height: 0.426rem;
vertical-align: middle;
display: inline-block;
margin-top: -.1rem;
margin-left: 0.1rem;
}
</style>
</head>
<body>
<div class="main">
<span class="langTitle"><img src="https://www.footseen.com/img/down2.png"/><font></font></span>
<div class="langList">
<p data-lang="2">繁體中文</p>
<p data-lang="1">English</p>
<p data-lang="7">العربية</p>
</div>
<a class="topUp"></a>
<div class="codeBox">
<p class="code"><span></span><img src="https://www.footseen.com/img/copy.png" /></p>
</div>
<img src="https://footseen.com/img/new/text.png" class="mTextImg"/>
<div class="iosDown heartbeat"></div>
<div style="display: none" class="layer-box">
<div class="googleDown"><img src="https://www.footseen.com/img/googleplay.png"/><span>Google play</span></div>
<div class="apkDown"><img src="https://www.footseen.com/img/andorid.png"/><span>APK</span></div>
</div>
</div>
</body>
<script src="https://www.footseen.com/js/jquery-3.1.1.min.js"></script>
<script src="https://www.footseen.com/js/new/lang.js"></script>
<script src='https://www.footseen.com/layer-v3.1.0/layer/layer.js'></script>
<script type="text/javascript">
//var data = OpenInstall.parseUrlParams();
var params = {
"bingdType":getRequest().bindType,
"lang":sessionStorage.lang,
"type":getRequest().type,
"agentCode":getRequest().agentCode
};
ShareTrace.init({
appkey: "cd3ba48d0699c7fa", // 此值必填
param: JSON.stringify(params),
success: function() {
console.log("init success...")
},
error: function(msg) {
console.log(msg)
}
});
$('.iosDown').on('click',function(){
setTimeout(function () {
ShareTrace.download();
},500)
})
$('.code img').on('click',function(){
copyText(getRequest().agentCode);
setTimeout(function(){
layer.msg(langList[langType].foot4);
},100)
})
$('.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';
})
function copyText(text) {
var textarea = document.createElement("textarea");
var currentFocus = document.activeElement;
document.body.appendChild(textarea);
textarea.value = text;
textarea.focus();
if (textarea.setSelectionRange)
textarea.setSelectionRange(0, textarea.value.length);
else
textarea.select();
try {
var flag = document.execCommand("copy");
} catch(eo){
var flag = false;
}
document.body.removeChild(textarea);
currentFocus.focus();
return flag;
}
</script>
</html>