Commit 080bc5ce by libai

ft活动上线

parent 14a8b074
......@@ -10,6 +10,27 @@
left: 0;
z-index: 500;
}
.rule-bg {
width: 10rem;
height: 35.946rem;
background: url(../images/rule-bg.png) no-repeat;
background-size: 100% auto;
position: relative;
}
.rule-btn {
width: 1.72rem;
position: fixed;
right: 0;
top: 5rem;
z-index: 500;
}
.back {
width: 1.72rem;
position: fixed;
right: 0;
top: 5rem;
z-index: 500;
}
.room-bg1 {
width: 10rem;
height: 8.885rem;
......@@ -418,6 +439,24 @@
background-size: 100% 100%;
position: relative;
}
.callKF {
width: 10rem;
position: absolute;
bottom: 0.3rem;
height: 0.8rem;
color: #FBF3FF;
text-align: center;
font-size: 0.33rem;
}
.callKF > span {
height: 0.5rem;
padding: 0.08rem;
padding-left: 0.25rem;
padding-right: 0.25rem;
background: #f3f3f3;
border-radius: 0.1rem;
color: #FF3CFF;
}
.layer-ok {
position: relative;
width: 9.866rem;
......
......@@ -10,6 +10,27 @@
left: 0;
z-index: 500;
}
.rule-bg{
width: 10rem;
height: 35.946rem;
background: url(../images/rule-bg.png)no-repeat;
background-size: 100% auto;
position: relative;
}
.rule-btn{
width: 1.72rem;
position: fixed;
right: 0;
top: 5rem;
z-index: 500;
}
.back{
width: 1.72rem;
position: fixed;
right: 0;
top: 5rem;
z-index: 500;
}
.room-bg1{
width: 10rem;
height: 8.885rem;
......@@ -422,6 +443,24 @@
background-size: 100% 100%;
position: relative;
}
.callKF{
width: 10rem;
position: absolute;
bottom: 0.3rem;
height: 0.8rem;
color: #FBF3FF;
text-align: center;
font-size: 0.33rem;
>span{
height: 0.5rem;
padding: 0.08rem;
padding-left: 0.25rem;
padding-right: 0.25rem;
background: #f3f3f3;
border-radius: 0.1rem;
color: #FF3CFF;
}
}
.layer-ok{
position: relative;
width: 9.866rem;
......
......@@ -70,7 +70,9 @@
<div class="layer-ok-btn2"></div>
</div>
<div class="m-bg">
<img class="ref" src="images/ref.png" alt="">
<a href="rule.html"><img class="rule-btn" src="images/rule-btn.png" alt=""></a>
<div class="banner"></div>
<div class="top-btn1">
<div data-type="1"></div>
......@@ -192,7 +194,7 @@ $(function(){
var excRich=['','100','200','1000','9999']
$(".exc-btn").on("click",function(){
var _self=$(this);
$(".layer-ok-gift img").attr("images/g"+_self.attr("data-type")+".png")
$(".layer-ok-gift img").attr("src","images/g"+_self.attr("data-type")+".png")
$(".layer-ok-name").text(excName[_self.attr("data-type")])
$(".layer-ok-p1 span").text(excRich[_self.attr("data-type")])
$(".layer-ok-p2 span").text(sessionStorage.myCard)
......
......@@ -68,7 +68,7 @@ if(sessionStorage.open==undefined)sessionStorage.open=1
sessionStorage.roomId=23864554
}
if (bbb.indexOf("file:///E:") > -1) {
sessionStorage.lang=1
sessionStorage.lang=2
sessionStorage.uid =10007;
sessionStorage.token = 'debug'
sessionStorage.roomId=11134747;
......
......@@ -29,7 +29,7 @@
</style>
</head>
<script src="lib/lottie-player.js"></script>
<body style="background: #B1DCFF;">
<body style="background: #210F2C;">
<div class="rule-bg">
<a href="javascript:history.go(-1);"><img class="back" src="images/back.png" alt=""></a>
<div class="callKF">如有問題點擊聯繫 <span>7*24小時在線客服</span></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