发布时间:2026-02-04 11:57:32 浏览次数:0
#topButton {
display: none;
position: fixed;
bottom: 20px;
right: 30px;
z-index: 99;
font-size: 18px;
border: none;
outline: none;
background-color: #555;
color: white;
cursor: pointer;
padding: 10px;
border-radius: 4px;
}
#topButton:hover {
background-color: #777;
}