zhashaonan il y a 6 ans
Parent
commit
bdfca8eb65

+ 6 - 3
data/resource/mobile/festival/newYear/css/style.css

@@ -640,8 +640,12 @@ img {
     text-overflow: ellipsis;
     overflow: hidden;
     opacity: 0;
-    -webkit-animation: jackInTheBox .5s ease-in 2.3s forwards;
-
+}
+.user-name.animation {
+    -webkit-animation: jackInTheBox .5s ease-in 1s forwards;
+}
+.year-bg.animation {
+    -webkit-animation: jackInTheBox .5s ease-in 1.5s forwards;
 }
 .page3 .user-info .year-bg {
     display: inline-block;
@@ -651,7 +655,6 @@ img {
     background: url('../image/page3/year.png') no-repeat;
     background-size: 100% 100%;
     opacity: 0;
-    -webkit-animation: jackInTheBox .5s ease-in 2.8s forwards;
 }
 .page3 .btn {
     position: absolute;

+ 1 - 1
data/resource/mobile/festival/newYear/js/newYear.js

@@ -153,7 +153,7 @@ Page.prototype = {
         var classname = this.result[this.bestWish];
         $('.page3 .user-name').text(self.nickname);
         $('.page3 .content').addClass(classname);
-
+        $('.page3 .user-name, .page3 .year-bg').addClass('animation');
         $('.page3').on('click', '.bonus-up.animation' ,function () {
             location.href = 'https://a.lrlz.com/mobile/index.php?act=bonusex&op=open&client_type=wap&type_sn=44261545875786320384'
         });

+ 2 - 2
mobile/control/control.php

@@ -331,9 +331,9 @@ class mbMemberControl extends mobileControl
 
 function bonus_version()
 {
-    return "v=2018122704";
+    return "v=2018122705";
 }
 function shop_version()
 {
-    return "v=2018122704";
+    return "v=2018122705";
 }