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 71a1aca9 authored 6 months ago by libai's avatar libai
Browse files
Options
  • Browse Files
  • Download
  • Email Patches
  • Plain Diff

ft活动上线

parent 71ef5042
Hide whitespace changes
Inline Side-by-side
Showing with 70 additions and 12 deletions
  • activeFt/luckyFly/css/index.css
  • activeFt/luckyFly/css/index.less
  • activeFt/luckyFly/index.html
activeFt/luckyFly/css/index.css
View file @ 71a1aca9
......@@ -626,13 +626,44 @@ iframe {
.fly-task-bar {
width: 0.43rem;
height: 10.2rem;
background: linear-gradient(to top, #9D42F6, #7877FF);
border-radius: 1rem;
position: absolute;
left: 4.44rem;
bottom: 2.5rem;
box-shadow: inset 0 0 0.1rem #fff, inset 0 0 0.15rem #fff, inset 0 0 0.2rem #fff;
}
.fly-gift1 {
height: 1rem;
position: absolute;
bottom: 0.2rem;
left: -0.25rem;
}
.fly-gift2 {
height: 1rem;
position: absolute;
bottom: 2rem;
left: -0.25rem;
}
.fly-gift3 {
height: 1rem;
position: absolute;
bottom: 3.7rem;
left: -0.25rem;
}
.fly-gift4 {
height: 1rem;
position: absolute;
bottom: 5.4rem;
left: -0.25rem;
}
.fly-gift5 {
height: 1rem;
position: absolute;
bottom: 7.15rem;
left: -0.25rem;
}
.fly-gift6 {
height: 1rem;
position: absolute;
bottom: 8.85rem;
left: -0.25rem;
}
This diff is collapsed. Click to expand it.
activeFt/luckyFly/css/index.less
View file @ 71a1aca9
......@@ -631,29 +631,46 @@ iframe{
.fly-task-bar{
width: 0.43rem;
height: 10.2rem;
background: linear-gradient(to top, #9D42F6, #7877FF);
// background: linear-gradient(to top, #9D42F6, #7877FF);
border-radius: 1rem;
position: absolute;
left: 4.44rem;
bottom: 2.5rem;
box-shadow: inset 0 0 0.1rem #fff,inset 0 0 0.15rem #fff,inset 0 0 0.2rem #fff;
// box-shadow: inset 0 0 0.1rem #fff,inset 0 0 0.15rem #fff,inset 0 0 0.2rem #fff;
}
.fly-gift1{
height: 1rem;
position: absolute;
bottom: 0.2rem;
left: -0.25rem;
}
.fly-gift2{
height: 1rem;
position: absolute;
bottom: 2rem;
left: -0.25rem;
}
.fly-gift3{
height: 1rem;
position: absolute;
bottom: 3.7rem;
left: -0.25rem;
}
.fly-gift4{
height: 1rem;
position: absolute;
bottom: 5.4rem;
left: -0.25rem;
}
.fly-gift5{
height: 1rem;
position: absolute;
bottom: 7.15rem;
left: -0.25rem;
}
.fly-gift6{
height: 1rem;
position: absolute;
bottom: 8.85rem;
left: -0.25rem;
}
\ No newline at end of file
This diff is collapsed. Click to expand it.
activeFt/luckyFly/index.html
View file @ 71a1aca9
......@@ -113,11 +113,11 @@
<div class="fly-task-box">
<div class="fly-task-bar">
<img class="fly-gift1" src="images/gift1.png" alt="">
<!-- <img class="fly-gift2" src="images/gift1.png" alt="">
<img class="fly-gift2" src="images/gift1.png" alt="">
<img class="fly-gift3" src="images/gift1.png" alt="">
<img class="fly-gift4" src="images/gift1.png" alt="">
<img class="fly-gift5" src="images/gift1.png" alt="">
<img class="fly-gift6" src="images/gift1.png" alt=""> -->
<img class="fly-gift6" src="images/gift1.png" alt="">
</div>
</div>
</div>
......@@ -311,6 +311,14 @@ $(function(){
}
})
}
function getFlyTask(){
$.ajax({
url:$ip+'/actSpaceOdyssey/getUserLaunchStationData.html',
success:function(data){
}
})
}
})
</script>
</html>
\ No newline at end of file
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