first commit

This commit is contained in:
ericli1018
2024-03-13 10:43:39 +08:00
commit 1caae33c43
677 changed files with 105611 additions and 0 deletions

View File

@ -0,0 +1,12 @@
/* Image style */
#scrollUp {
background-image: url("../top.png");
bottom: 20px;
right: 20px;
width: 38px; /* Width of image */
height: 38px; /* Height of image */
white-space: nowrap;
text-indent: 100%;
overflow: hidden;
*text-indent: -9999px;
}