Commit f11d457d by libai

ft活动上线

parent 9443e593
...@@ -56,6 +56,14 @@ body .rule-bg-en { ...@@ -56,6 +56,14 @@ body .rule-bg-en {
background: url(../images/en/turn-reg-box.png) no-repeat; background: url(../images/en/turn-reg-box.png) no-repeat;
background-size: 100% 100%; background-size: 100% 100%;
} }
.bg-en .turn-reg-box2 {
background: url(../images/en/turn-reg-box2.png) no-repeat;
background-size: 100% 100%;
}
.bg-en .turn-reg-box3 {
background: url(../images/en/turn-reg-box3.png) no-repeat;
background-size: 100% 100%;
}
.bg-en .day-box { .bg-en .day-box {
background: url(../images/en/day-box.png) no-repeat; background: url(../images/en/day-box.png) no-repeat;
background-size: 100% 100%; background-size: 100% 100%;
...@@ -109,8 +117,8 @@ body .rule-bg-en { ...@@ -109,8 +117,8 @@ body .rule-bg-en {
background-size: 100% 100%; background-size: 100% 100%;
} }
.bg-en .ok-btn { .bg-en .ok-btn {
background: url(../images/en/ok-btn.png) no-repeat; background: url(../images/en/ok-btn.png) no-repeat !important;
background-size: 100% 100%; background-size: 100% 100% !important;
} }
.bg-en .day-box-btn-end { .bg-en .day-box-btn-end {
background: url(../images/en/day-box-btn2.png) no-repeat; background: url(../images/en/day-box-btn2.png) no-repeat;
......
...@@ -57,6 +57,14 @@ body .rule-bg-en{ ...@@ -57,6 +57,14 @@ body .rule-bg-en{
background: url(../images/en/turn-reg-box.png) no-repeat; background: url(../images/en/turn-reg-box.png) no-repeat;
background-size: 100% 100%; background-size: 100% 100%;
} }
.turn-reg-box2{
background: url(../images/en/turn-reg-box2.png) no-repeat;
background-size: 100% 100%;
}
.turn-reg-box3{
background: url(../images/en/turn-reg-box3.png) no-repeat;
background-size: 100% 100%;
}
.day-box{ .day-box{
background: url(../images/en/day-box.png) no-repeat; background: url(../images/en/day-box.png) no-repeat;
background-size: 100% 100%; background-size: 100% 100%;
...@@ -110,8 +118,8 @@ body .rule-bg-en{ ...@@ -110,8 +118,8 @@ body .rule-bg-en{
background-size: 100% 100%; background-size: 100% 100%;
} }
.ok-btn{ .ok-btn{
background: url(../images/en/ok-btn.png) no-repeat; background: url(../images/en/ok-btn.png) no-repeat !important;
background-size: 100% 100%; background-size: 100% 100% !important;
} }
.day-box-btn-end{ .day-box-btn-end{
background: url(../images/en/day-box-btn2.png)no-repeat; background: url(../images/en/day-box-btn2.png)no-repeat;
......
...@@ -171,9 +171,10 @@ $(function(){ ...@@ -171,9 +171,10 @@ $(function(){
lottery=true lottery=true
return return
} }
var regNameArr=['','幸運花環*3','幸運花環*5','幸運花環*10','vip*3天','幸運風車','幸運蝴蝶','幸運金幣','幸運元寶'] if(sessionStorage.lang==2)var regNameArr=['','幸運花環*3','幸運花環*5','幸運花環*10','vip*3天','幸運風車','幸運蝴蝶','幸運金幣','幸運元寶']
$(".layer-reg-name").text('恭喜您獲得'+regNameArr[data.result.rewardId]+'') else var regNameArr=['','Lucky wreath*3','Lucky wreath*5','Lucky wreath*10','vip*3day','Lucky pinwheel','Lucky Butterfly','Lucky Coin','Lucky ingot']
if(sessionStorage.lang==2)$(".layer-reg-name").text('恭喜您獲得'+regNameArr[data.result.rewardId]+'')
else $(".layer-reg-name").text('Congrats on '+regNameArr[data.result.rewardId]+'')
if(data.result.rewardId<4) $(".layer-reg-gift img").attr("src","images/gift/g1.png") if(data.result.rewardId<4) $(".layer-reg-gift img").attr("src","images/gift/g1.png")
else $(".layer-reg-gift img").attr("src","images/gift/g"+data.result.rewardId+".png") else $(".layer-reg-gift img").attr("src","images/gift/g"+data.result.rewardId+".png")
turnShow(data.result.rewardId) turnShow(data.result.rewardId)
......
...@@ -70,9 +70,9 @@ ...@@ -70,9 +70,9 @@
</div> </div>
<div style="display: none;" class="act-room-bg"> <div style="display: none;" class="act-room-bg">
<p class="act-room-p1">主播積分 : <span>80000</span></p> <p class="act-room-p1"><i class="txt1">主播積分</i> : <span>80000</span></p>
<p class="act-room-p2">進度 : <span>18%</span></p> <p class="act-room-p2"><i class="txt2">進度</i> : <span>18%</span></p>
<p class="act-room-p3">排名 : <span>5</span></p> <p class="act-room-p3"><i class="txt3">排名</i> : <span>5</span></p>
</div> </div>
</body> </body>
<script src="lib/jquery-3.1.1.min.js"></script> <script src="lib/jquery-3.1.1.min.js"></script>
......
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