Skip to content
  • P
    Projects
  • G
    Groups
  • S
    Snippets
  • Help

libai / fsActive

  • This project
    • Loading...
  • Sign in
Go to a project
  • Project
  • Repository
  • Issues 0
  • Merge Requests 0
  • Pipelines
  • Wiki
  • Snippets
  • Members
  • Activity
  • Graph
  • Charts
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
  • Files
  • Commits
  • Branches
  • Tags
  • Contributors
  • Graph
  • Compare
  • Charts
Commit 465d1125 authored 6 months ago by libai's avatar libai
Browse files
Options
  • Browse Files
  • Download
  • Email Patches
  • Plain Diff

ft活动上线

parent dd355fcd
Hide whitespace changes
Inline Side-by-side
Showing with 56 additions and 21 deletions
  • activeFt/luckyFly/css/index.css
  • activeFt/luckyFly/css/index.less
  • activeFt/luckyFly/images/组 1.png → activeFt/luckyFly/images/pop-bg.png
  • activeFt/luckyFly/images/Play a round.png → activeFt/luckyFly/images/pop-btn.png
  • activeFt/luckyFly/oldView.html
  • activeFt/luckyFly/pop.html
activeFt/luckyFly/css/index.css
View file @ 465d1125
......@@ -934,3 +934,21 @@ iframe {
.act-room-bg2 p {
display: none;
}
.pop {
width: 6.96rem;
height: 8.88rem;
background: url(../images/pop-bg.png) no-repeat;
background-size: 100% 100%;
position: relative;
margin: 0 auto;
}
.pop-btn {
width: 4.49rem;
height: 1.64rem;
background: url(../images/pop-btn.png) no-repeat;
background-size: 100% 100%;
position: absolute;
margin: 0 auto;
bottom: -0.5rem;
left: 1.28rem;
}
This diff is collapsed. Click to expand it.
activeFt/luckyFly/css/index.less
View file @ 465d1125
......@@ -946,4 +946,22 @@ iframe{
p{
display: none;
}
}
.pop{
width: 6.96rem;
height: 8.88rem;
background: url(../images/pop-bg.png)no-repeat;
background-size: 100% 100%;
position: relative;
margin: 0 auto;
}
.pop-btn{
width: 4.49rem;
height: 1.64rem;
background: url(../images/pop-btn.png) no-repeat;
background-size: 100% 100%;
position: absolute;
margin: 0 auto;
bottom: -0.5rem;
left: 1.28rem;
}
\ No newline at end of file
This diff is collapsed. Click to expand it.
activeFt/luckyFly/images/组 1.png → activeFt/luckyFly/images/pop-bg.png
View file @ 465d1125
File moved
This diff is collapsed. Click to expand it.
activeFt/luckyFly/images/Play a round.png → activeFt/luckyFly/images/pop-btn.png
View file @ 465d1125
File moved
This diff is collapsed. Click to expand it.
activeFt/luckyFly/oldView.html
View file @ 465d1125
......@@ -87,19 +87,19 @@ $(function(){
},60000)
setTimeout(function(){
if(sessionStorage.lang==2)return;
// $.ajax({
// url:$ip+'/actSecretGarden/openPopup.html',
// data:{
// width:'0',
// popupUrl:$url + "/activeFt/Fishing/pop.html",
// height:'0.5',
// heightR:'80',
// x:'0',
// y:'0.5',
// },
// success:function(){
// }
// })
$.ajax({
url:$ip+'/actSecretGarden/openPopup.html',
data:{
width:'0',
popupUrl:$url + "/activeFt/luckyFly/pop.html",
height:'0.5',
heightR:'94',
x:'0',
y:'0.5',
},
success:function(){
}
})
if(localStorage.fish==undefined||localStorage.fish<new Date().getTime()){
localStorage.fish=(Number(new Date().getTime())+86400000)
......
This diff is collapsed. Click to expand it.
activeFt/luckyFly/pop.html
View file @ 465d1125
......@@ -34,7 +34,7 @@
</head>
<script src="lib/lottie-player.js"></script>
<body style="background:rgba(0,0,0,0.5);">
<body style="background:rgba(0,0,0,0.7);">
<div style="margin-top: 0;" class="pop">
<div class="pop-btn"></div>
</div>
......@@ -49,9 +49,7 @@ $(function(){
if(sessionStorage.lang!=2){
$("body").addClass("bg-en")
}
$(".one-gift-send").on("click",function(){
buy(2)
})
$(".pop-btn").on("click",function(){
var bbb = location.href;
......@@ -60,9 +58,9 @@ $(function(){
url:$ip+'/actSecretGarden/openPopup.html',
data:{
width:'0',
popupUrl: "https://yazhai.qigame1024.com/fcarnivallive"+location.search+""+"&roomid=11132174",
popupUrl: "https://fsactive.fusi.club/activeFt/luckySpace/index.html"+location.search+""+"&roomid=999992",
height:'0.5',
heightR:'102',
heightR:'105',
x:'0',
y:'0.5',
},
......@@ -75,9 +73,9 @@ $(function(){
url:$ip+'/actSecretGarden/openPopup.html',
data:{
width:'0',
popupUrl: "https://yazhaigray.qigame1024.com/fcarnivallive"+location.search+""+"&roomid=999991",
popupUrl: "http://testfsactive.fusi.club/activeFt/luckySpace/index.html"+location.search+""+"&roomid=999992",
height:'0.5',
heightR:'102',
heightR:'105',
x:'0',
y:'0.5',
},
......
This diff is collapsed. Click to expand it.
  • Write
  • Preview
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