Commit 71a1aca9 by libai

ft活动上线

parent 71ef5042
......@@ -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;
}
......@@ -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
......@@ -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
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