2025-08-01 02:32:49 +08:00
|
|
|
#scrollToTop {
|
|
|
|
|
position: fixed;
|
2025-07-31 18:46:49 +00:00
|
|
|
top: 20px;
|
|
|
|
|
right: 20px;
|
2025-08-01 03:14:43 +08:00
|
|
|
background-color: #51a0ce;
|
2025-08-01 02:32:49 +08:00
|
|
|
color: white;
|
|
|
|
|
border: none;
|
|
|
|
|
padding: 10px 15px;
|
|
|
|
|
border-radius: 5px;
|
|
|
|
|
font-size: 14px;
|
|
|
|
|
cursor: pointer;
|
|
|
|
|
z-index: 1000;
|
|
|
|
|
display: none;
|
|
|
|
|
box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
|
|
|
|
|
}
|