fix: 修正首页卡片在鼠标hover时的指针行为 #36

Manually merged
remilia merged 1 commits from fix/homepage-card into master 2025-09-27 14:35:51 +08:00
Showing only changes of commit 2f88b0b017 - Show all commits

View File

@ -293,6 +293,7 @@
.recommend-card:hover {
transform: translateY(-4px);
box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
cursor: pointer;
}
.recommend-card-body {