mirror of
https://github.com/apachecn/ailearning.git
synced 2026-07-27 08:50:55 +08:00
2021-05-09 14:19:00
This commit is contained in:
15
asset/share.css
Normal file
15
asset/share.css
Normal 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');
|
||||
}
|
||||
Reference in New Issue
Block a user