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:
parent
00dc31ac4e
commit
f4b63607df
12
css/app.css
12
css/app.css
@ -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;
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user