Commit d8a1090c by zhangheng

j

parent 69646f3e
...@@ -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.93" rel="stylesheet"> <link href="__CDN__/css/main.css?t=1.94" rel="stylesheet">
<style> <style>
</style> </style>
......
...@@ -158,7 +158,7 @@ ul, li { ...@@ -158,7 +158,7 @@ ul, li {
height: 100%; height: 100%;
} }
.flex, #container, #container .btn-prize { .flex, #container .btn-prize {
display: -webkit-box; display: -webkit-box;
/* OLD - iOS 6-, Safari 3.1-6 */ /* OLD - iOS 6-, Safari 3.1-6 */
display: -moz-box; display: -moz-box;
...@@ -172,12 +172,11 @@ ul, li { ...@@ -172,12 +172,11 @@ ul, li {
} }
#container { #container {
position: relative;
background: url("../images/bj.jpg") no-repeat center; background: url("../images/bj.jpg") no-repeat center;
background-size: 100% 100%; background-size: 100% 100%;
width: 640px; width: 640px;
height: 1238px; height: 1238px;
justify-content: space-around;
flex-direction: column-reverse;
} }
#container .btn-prize { #container .btn-prize {
justify-content: center; justify-content: center;
...@@ -187,16 +186,11 @@ ul, li { ...@@ -187,16 +186,11 @@ ul, li {
border: 1px solid red; border: 1px solid red;
} }
#container .prize-type { #container .prize-type {
position: absolute;
width: 300px; width: 300px;
height: 300px; height: 300px;
opacity: 0; opacity: 0;
} }
#container .prize-type .bounceInDown {
-webkit-animation: bounceInDown 1s ease 0s 1;
-webkit-animation-fill-mode: forwards;
animation-fill-mode: forwards;
opacity: 0;
}
#container .word { #container .word {
font-size: 40px; font-size: 40px;
} }
......
...@@ -194,14 +194,11 @@ ul, li { ...@@ -194,14 +194,11 @@ ul, li {
} }
#container { #container {
position: relative;
background:url("../images/bj.jpg")no-repeat center; background: url("../images/bj.jpg") no-repeat center;
background-size: 100% 100%; background-size: 100% 100%;
width: 640px; width: 640px;
@extend .flex;
height: 1238px; height: 1238px;
justify-content: space-around;
flex-direction: column-reverse;
.btn-prize { .btn-prize {
@extend .flex; @extend .flex;
justify-content: center; justify-content: center;
...@@ -210,20 +207,22 @@ flex-direction: column-reverse; ...@@ -210,20 +207,22 @@ flex-direction: column-reverse;
font-size: 27px; font-size: 27px;
border: 1px solid red; border: 1px solid red;
} }
.prize-type{ .prize-type {
position: absolute;
width: 300px; width: 300px;
height: 300px; height: 300px;
opacity: 0; opacity: 0;
.bounceInDown { //.bounceInDown {
-webkit-animation: bounceInDown 1s ease 0s 1; // -webkit-animation: bounceInDown 1s ease 0s 1;
@include animate_forwards; // @include animate_forwards;
opacity: 0; // opacity: 0;
} //}
} }
.word{ .word {
font-size: 40px; font-size: 40px;
} }
} }
@-webkit-keyframes bounceInDown { @-webkit-keyframes bounceInDown {
0%, 100%, 60%, 75%, 90% { 0%, 100%, 60%, 75%, 90% {
-webkit-transition-timing-function: cubic-bezier(0.215, .61, .355, 1); -webkit-transition-timing-function: cubic-bezier(0.215, .61, .355, 1);
......

190 KB | W: | H:

197 KB | W: | H:

Public/static/images/prize.png
Public/static/images/prize.png
Public/static/images/prize.png
Public/static/images/prize.png
  • 2-up
  • Swipe
  • Onion skin
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