1
0
mirror of https://github.com/ruanyf/es6tutorial.git synced 2025-05-24 10:22:23 +00:00

add page flip

This commit is contained in:
ruanyf 2014-04-29 19:27:19 +08:00
parent 00dc31ac4e
commit f4b63607df

View File

@ -320,7 +320,7 @@ body {
#pageup,#pagedown{
height:20px;
width:70px;
display:inline-box;
display:inline-block;
border-radius: 5px;
background-color: #AAA;
text-align: center;
@ -328,9 +328,17 @@ body {
color: #FFF;
}
#pageup{
margin-right:5px;
}
#pagedown{
margin-left:5px;
}
@media (min-width: 40rem) {
#flip{
margin-left:380px;
margin-left:545px;
}
}