This commit is contained in:
qiuyuan 2025-08-12 18:35:00 +08:00
parent e2139dacb1
commit 757b7035b2
2 changed files with 8 additions and 8 deletions

View File

@ -478,10 +478,10 @@
transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
border: 5rpx solid rgba(255, 255, 255, 0.3);
&:hover {
transform: scale(1.1) rotate(90deg);
box-shadow: 0 10rpx 25rpx rgba(59, 140, 255, 0.55);
}
// &:hover {
// transform: scale(1.1) rotate(90deg);
// box-shadow: 0 10rpx 25rpx rgba(59, 140, 255, 0.55);
// }
}
.fab-icon {

View File

@ -473,10 +473,10 @@
transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
border: 5rpx solid rgba(255, 255, 255, 0.3);
&:hover {
transform: scale(1.1) rotate(90deg);
box-shadow: 0 10rpx 25rpx rgba(59, 140, 255, 0.55);
}
// &:hover {
// transform: scale(1.1) rotate(90deg);
// box-shadow: 0 10rpx 25rpx rgba(59, 140, 255, 0.55);
// }
}
.fab-icon {