feat: 样式调整

This commit is contained in:
2026-07-20 23:38:03 +08:00
parent 0b18d55712
commit 60d8f66ad0

View File

@@ -226,12 +226,15 @@ posts.map((post) => {
.post-card { .post-card {
padding: 16px; padding: 16px;
gap: 12px;
} }
.post-cover { .post-cover {
width: 128px; width: 128px;
height: 88px; height: 88px;
} }
} }
@media (max-width: 560px) { @media (max-width: 560px) {
@@ -242,6 +245,15 @@ posts.map((post) => {
.post-title { .post-title {
font-size: 16px; font-size: 16px;
} }
.post-meta{
gap: 6px;
}
.post-cover {
width: 100px;
height: 70px;
}
} }
</style> </style>