Commit d8615d3d by libai

ft活动上线

parent efda4874
...@@ -272,4 +272,10 @@ iframe{ ...@@ -272,4 +272,10 @@ iframe{
height: 3.352rem; height: 3.352rem;
background: url(../images/act-room1.png)no-repeat; background: url(../images/act-room1.png)no-repeat;
background-size: 100% 100%; background-size: 100% 100%;
}
.pop{
}
.pop-btn{
} }
\ No newline at end of file
...@@ -30,7 +30,7 @@ ...@@ -30,7 +30,7 @@
</head> </head>
<script src="lib/lottie-player.js"></script> <script src="lib/lottie-player.js"></script>
<body style="background: rgba(0, 0, 0, 0);"> <body style="background: rgba(0, 0, 0, 0);">
<div class="act-room-bg"></div> <div style="display: none;" class="act-room-bg"></div>
</body> </body>
<script src="lib/jquery-3.1.1.min.js"></script> <script src="lib/jquery-3.1.1.min.js"></script>
<script src="layer-v3.1.0/layer/layer.js"></script> <script src="layer-v3.1.0/layer/layer.js"></script>
...@@ -40,6 +40,7 @@ ...@@ -40,6 +40,7 @@
$(function(){ $(function(){
if(sessionStorage.lang!=2){ if(sessionStorage.lang!=2){
$("body").addClass("bg-en") $("body").addClass("bg-en")
$(".act-room-bg").fadeIn(200)
// $(".act-room-p1").text("score:") // $(".act-room-p1").text("score:")
// $(".act-room-p3").text("goal:") // $(".act-room-p3").text("goal:")
$(".en-txt1").text("score") $(".en-txt1").text("score")
......
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