fix: 修正首页卡片在鼠标hover时的指针行为
All checks were successful
deploy to server / build-and-deploy (push) Successful in 6m29s
All checks were successful
deploy to server / build-and-deploy (push) Successful in 6m29s
- 为recommend-card的hover样式添加cursor: pointer Issue: Fixes #27
This commit is contained in:
@ -293,6 +293,7 @@
|
|||||||
.recommend-card:hover {
|
.recommend-card:hover {
|
||||||
transform: translateY(-4px);
|
transform: translateY(-4px);
|
||||||
box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
|
box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
|
||||||
|
cursor: pointer;
|
||||||
}
|
}
|
||||||
|
|
||||||
.recommend-card-body {
|
.recommend-card-body {
|
||||||
|
|||||||
Reference in New Issue
Block a user