Commit ada7f404 by dabai

邀请分享

parent e0b6993b
Showing with 41 additions and 1 deletions
......@@ -112,7 +112,7 @@ function lang(){
} else if(sessionStorage.lang == 7){
langType = 2;
}
$('.code span').html(langList[langType].foot13+getRequest().agentCode);
$('.code span').html(langList[langType].foot6+getRequest().agentCode);
$('.swiper-container').removeClass('hide');
var str = '';
str += '<div class="swiper-wrapper">';
......
......@@ -19,6 +19,42 @@
<link rel="stylesheet" href="https://www.footseen.com/css/inedx.css">
<link rel="stylesheet" href="https://www.footseen.com/layer-v3.1.0/layer.css">
<title>Foot Seen</title>
<style type="text/css">
.codeBox{
position: absolute;
left: 0;
top: 11.7rem;
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">
......@@ -28,6 +64,10 @@
<p data-lang="1">English</p>
<p data-lang="7">العربية</p>
</div>
<!--邀请码-->
<div class="codeBox">
<p class="code"><span></span><img src="https://www.footseen.com/img/copy.png" /></p>
</div>
<img src="https://www.footseen.com/img/logo.png" class="logo" />
<a class="topUp"></a>
<div class="iosDown heartbeat"></div>
......
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