范德萨
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
yiqiu
2025-11-24 00:39:32 +08:00
parent 8d8cba048f
commit 75bd4f7cd2
4 changed files with 50 additions and 11 deletions

View File

@@ -972,6 +972,16 @@
cursor: pointer;
background: rgba(56, 189, 248, 0.15);
transition: all 0.3s ease;
display: flex;
align-items: center;
justify-content: center;
}
.aside-tools .tools-list .tools-item.back-top svg {
width: 24px;
height: 24px;
color: #E5E7EB;
transition: all 0.3s ease;
}
.aside-tools .tools-list .tools-item.back-top:hover {
@@ -979,11 +989,8 @@
box-shadow: 0 4px 16px rgba(56, 189, 248, 0.4);
}
.aside-tools .tools-list .tools-item.back-top img {
transition: transform 0.3s ease;
}
.aside-tools .tools-list .tools-item.back-top:hover img {
.aside-tools .tools-list .tools-item.back-top:hover svg {
color: #FFFFFF;
transform: translateY(-3px);
}