feat: 样式调整

This commit is contained in:
2026-07-21 18:14:41 +08:00
parent 60d8f66ad0
commit 634824ff44
12 changed files with 161 additions and 133 deletions

View File

@@ -94,9 +94,11 @@ posts.map((post) => {
gap: 22px;
}
.post-card:hover {
transform: translateY(-3px);
box-shadow: var(--shadow-hover);
@media (hover: hover) and (pointer: fine) {
.post-card:hover {
transform: translateY(-3px);
box-shadow: var(--shadow-hover);
}
}
.post-cover {
@@ -233,8 +235,6 @@ posts.map((post) => {
width: 128px;
height: 88px;
}
}
@media (max-width: 560px) {