Add one-click return to the top function on the article page
Signed-off-by: Ray <Chow-Ray@outlook.com>
This commit is contained in:
parent
8623aa4792
commit
e7b34b5e1d
4 changed files with 20 additions and 0 deletions
|
@ -44,3 +44,14 @@
|
|||
/* iPhone 5 or before */
|
||||
@media only screen and (max-width: 320px) {
|
||||
}
|
||||
|
||||
/* Back to top */
|
||||
.backtop {
|
||||
color: #b3b1b1;
|
||||
position: fixed;
|
||||
right: 16px;
|
||||
bottom: 16px;
|
||||
width: 32px;
|
||||
height: 32px;
|
||||
z-index: 999998;
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue