1
0
mirror of https://github.com/ruanyf/es6tutorial.git synced 2025-05-31 07:07:26 +00:00

add page flip

This commit is contained in:
ruanyf 2014-04-29 19:35:35 +08:00
parent 04c3176510
commit 787ffd5263

View File

@ -311,11 +311,10 @@ body {
#flip{ #flip{
position:fixed; position:fixed;
height:20px; height:20px;
width:150px; width:100%;
bottom:10px; bottom:10px;
font-size:10px; font-size:10px;
margin-left:auto; text-align:center;
margin-right:auto;
} }
#pageup,#pagedown{ #pageup,#pagedown{
@ -340,6 +339,7 @@ body {
@media (min-width: 40rem) { @media (min-width: 40rem) {
#flip{ #flip{
margin-left:545px; margin-left:545px;
width:150px;
} }
} }