Created
November 19, 2013 08:48
-
-
Save sandywu/7542283 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
html, body { | |
height:100%; | |
} | |
.wrapper { | |
background:#e6e6e6 | |
height:100%; | |
} | |
.wap-blank { | |
top: 0px; | |
position: absolute; | |
width: 100%; | |
visibility: visible; | |
opacity: 1; | |
-webkit-transition: opacity 0.3s ease-in-out; | |
height: 100%; | |
} | |
/* line 345, ../sass/wj.scss */ | |
.wap-blank.hide { | |
visibility: hidden; | |
opacity: 0; | |
} | |
/* line 351, ../sass/wj.scss */ | |
.wap-blank .blank-logo { | |
background: url(http://gtms01.alicdn.com/tps/i1/T1E4g0FcJXXXa.HY6b-144-38.png) center center no-repeat; | |
width: 72px; | |
height: 19px; | |
background-size: 100% 100%; | |
position: absolute; | |
top: 40%; | |
left: 50%; | |
margin: -9.5px auto auto -36px; | |
} | |
/* line 362, ../sass/wj.scss */ | |
.wap-blank h5 { | |
position: absolute; | |
top: 40%; | |
margin: 19.5px auto auto -36px; | |
width: 72px; | |
text-align: center; | |
color: #aaa; | |
font-size: 12px; | |
left: 50%; | |
} | |
/* line 374, ../sass/wj.scss */ | |
.one { | |
opacity: 0; | |
-webkit-animation: dot 1.5s infinite; | |
-webkit-animation-delay: 0.0s; | |
} | |
/* line 380, ../sass/wj.scss */ | |
.two { | |
opacity: 0; | |
-webkit-animation: dot 1.5s infinite; | |
-webkit-animation-delay: 0.3s; | |
} | |
/* line 386, ../sass/wj.scss */ | |
.three { | |
opacity: 0; | |
-webkit-animation: dot 1.5s infinite; | |
-webkit-animation-delay: 0.6s; | |
} | |
@-webkit-keyframes dot { | |
/* line 393, ../sass/wj.scss */ | |
0% { | |
opacity: 0; | |
} | |
/* line 394, ../sass/wj.scss */ | |
50% { | |
opacity: 0; | |
} | |
/* line 395, ../sass/wj.scss */ | |
100% { | |
opacity: 1; | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment