Commit f6436310 by agan

官網

parent 45679962
......@@ -74,7 +74,7 @@
</div>
</div>
<div class="iosDown btnPage2 heartbeat"></div>
<div class="btnPage2 heartbeat"></div>
<div class="bubbles">
<div class="bubble1"></div>
<div class="bubble2"></div>
......
......@@ -74,7 +74,7 @@
</div>
</div>
<div class="iosDown btnPage2 heartbeat"></div>
<div class="btnPage2 heartbeat"></div>
<div class="bubbles">
<div class="bubble1"></div>
<div class="bubble2"></div>
......
......@@ -58,7 +58,7 @@ body {
width: 6.987rem;
height: 13rem;
position: absolute;
top: 2.8rem;
top: 2.4rem;
left: 50%;
transform: translateX(-50%);
z-index: 10;
......@@ -118,7 +118,7 @@ body {
width: 8rem;
text-align: center;
position: absolute;
top: 1.5rem;
top: 1.267rem;
left: 50%;
transform: translateX(-50%);
}
......@@ -184,7 +184,18 @@ body {
}
.btnPage2 {
bottom: 0.3rem;
background: url(https://www.footseen.com/img/new/button.png) no-repeat;
background-size: 100% 100%;
width: 7.173rem;
height: 1.333rem;
line-height: 1.333rem;
font-size: 0.64rem;
color: #D82F66;
text-align: center;
position: absolute;
left: 50%;
top: 16rem;
margin-left: -3.586rem;
}
@keyframes mBreath {
......
......@@ -70,7 +70,7 @@
</div>
</div>
<div class="iosDown btnPage2 heartbeat"></div>
<div class="btnPage2 heartbeat"></div>
<div class="bubbles">
<div class="bubble1"></div>
<div class="bubble2"></div>
......
......@@ -70,7 +70,7 @@
</div>
</div>
<div class="iosDown btnPage2 heartbeat"></div>
<div class="btnPage2 heartbeat"></div>
<div class="bubbles">
<div class="bubble1"></div>
<div class="bubble2"></div>
......
......@@ -90,6 +90,7 @@ function lang(){
$('.code span').html(langList[langType].foot3+getRequest().agentCode);
$('.topUp').html(langList[langType].foot1);
$('.iosDown').html(langList[langType].foot2);
$('.btnPage2').html(langList[langType].foot2);
}
function getRequest() {
......
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