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:
Ray 2021-01-06 23:23:09 +08:00
parent 8623aa4792
commit e7b34b5e1d
No known key found for this signature in database
GPG key ID: 09145848F23A5994
4 changed files with 20 additions and 0 deletions

View file

@ -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;
}