2021-05-09 14:19:00

This commit is contained in:
wizardforcel
2021-05-09 14:19:00 +08:00
parent 809140d4d8
commit e6051ac934
4 changed files with 51 additions and 0 deletions

15
asset/share.css Normal file
View File

@@ -0,0 +1,15 @@
#share-btn {
position: fixed;
right: 15px;
top: 220px;
width: 35px;
height: 35px;
background-repeat: no-repeat;
background-size: cover;
cursor: pointer;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
background-image: url('share.svg');
}