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:
parent
04c3176510
commit
787ffd5263
@ -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;
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user