1
0
mirror of https://github.com/ruanyf/es6tutorial.git synced 2025-05-29 05:42:20 +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{
position:fixed;
height:20px;
width:150px;
width:100%;
bottom:10px;
font-size:10px;
margin-left:auto;
margin-right:auto;
text-align:center;
}
#pageup,#pagedown{
@ -340,6 +339,7 @@ body {
@media (min-width: 40rem) {
#flip{
margin-left:545px;
width:150px;
}
}