Created
July 11, 2013 06:15
-
-
Save kejun/5972942 to your computer and use it in GitHub Desktop.
Untitled
This file contains hidden or 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
body { | |
padding: 5em 10em; | |
} | |
.wating:after { | |
content: ''; | |
display: inline-block; | |
width: .5em; | |
height: 2em; | |
overflow: hidden; | |
background: #666; | |
border-radius: 20%; | |
transform: rotate(45deg) translate3d(0, 0, 0); | |
transform-origin: 3em 2em; | |
box-shadow: 0 4em #eee; | |
} | |
.wating:before { | |
content: ''; | |
display: inline-block; | |
width: .5em; | |
height: 2em; | |
overflow: hidden; | |
background: #eee; | |
border-radius: 20%; | |
transform: rotate(-45deg) translate3d(.1em, -.6em, 0); | |
transform-origin: 1em 3em; | |
box-shadow: 0 4em #aaa; | |
} | |
.wating { | |
font-size: 9px; | |
} | |
.wating i, | |
.wating { | |
position: relative; | |
display: inline-block; | |
width: .5em; | |
height: 2em; | |
background: #333; | |
border-radius: 20%; | |
box-shadow: 0 4em #ddd; | |
} | |
.wating i { | |
position: absolute; | |
left: 400%; | |
top: 100%; | |
background-color:#999; | |
transform: rotate(90deg); | |
box-shadow: 0 4em #efefef; | |
} |
This file contains hidden or 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
<div class="wating"><i></i></div> |
This file contains hidden or 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
// alert('Hello world!'); |
This file contains hidden or 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
{"view":"split","fontsize":"100","seethrough":"","prefixfree":"1","page":"all"} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment