Commit 69646f3e by zhangheng

j

parent 9b1d6905
...@@ -43,7 +43,7 @@ ...@@ -43,7 +43,7 @@
// })(document, window); // })(document, window);
</script> </script>
<title>谁是桃源幸运锦鲤</title> <title>谁是桃源幸运锦鲤</title>
<link href="__CDN__/css/main.css?t=1.92" rel="stylesheet"> <link href="__CDN__/css/main.css?t=1.93" rel="stylesheet">
<style> <style>
</style> </style>
......
...@@ -192,8 +192,10 @@ ul, li { ...@@ -192,8 +192,10 @@ ul, li {
opacity: 0; opacity: 0;
} }
#container .prize-type .bounceInDown { #container .prize-type .bounceInDown {
-webkit-animation-name: bounceInDown; -webkit-animation: bounceInDown 1s ease 0s 1;
animation-name: bounceInDown; -webkit-animation-fill-mode: forwards;
animation-fill-mode: forwards;
opacity: 0;
} }
#container .word { #container .word {
font-size: 40px; font-size: 40px;
...@@ -215,10 +217,12 @@ ul, li { ...@@ -215,10 +217,12 @@ ul, li {
transform: translate3d(0, 25px, 0); transform: translate3d(0, 25px, 0);
} }
75% { 75% {
opacity: 1;
-webkit-transform: translate3d(0, -10px, 0); -webkit-transform: translate3d(0, -10px, 0);
transform: translate3d(0, -10px, 0); transform: translate3d(0, -10px, 0);
} }
90% { 90% {
opacity: 1;
-webkit-transform: translate3d(0, 5px, 0); -webkit-transform: translate3d(0, 5px, 0);
transform: translate3d(0, 5px, 0); transform: translate3d(0, 5px, 0);
} }
......
...@@ -215,8 +215,9 @@ flex-direction: column-reverse; ...@@ -215,8 +215,9 @@ flex-direction: column-reverse;
height: 300px; height: 300px;
opacity: 0; opacity: 0;
.bounceInDown { .bounceInDown {
-webkit-animation-name: bounceInDown; -webkit-animation: bounceInDown 1s ease 0s 1;
animation-name: bounceInDown @include animate_forwards;
opacity: 0;
} }
} }
.word{ .word{
...@@ -239,10 +240,12 @@ flex-direction: column-reverse; ...@@ -239,10 +240,12 @@ flex-direction: column-reverse;
transform: translate3d(0, 25px, 0) transform: translate3d(0, 25px, 0)
} }
75% { 75% {
opacity: 1;
-webkit-transform: translate3d(0, -10px, 0); -webkit-transform: translate3d(0, -10px, 0);
transform: translate3d(0, -10px, 0) transform: translate3d(0, -10px, 0)
} }
90% { 90% {
opacity: 1;
-webkit-transform: translate3d(0, 5px, 0); -webkit-transform: translate3d(0, 5px, 0);
transform: translate3d(0, 5px, 0) transform: translate3d(0, 5px, 0)
} }
......
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