From 829e9cfe96a67c83eb32056401c5ab320dbfb5b8 Mon Sep 17 00:00:00 2001 From: User Date: Fri, 13 Mar 2026 18:55:52 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20post-header=20=E6=B7=BB=E5=8A=A0?= =?UTF-8?q?=E5=9B=9B=E8=A7=92=E5=9C=86=E8=A7=92=E5=B9=B6=E5=B1=85=E4=B8=AD?= =?UTF-8?q?=E6=98=BE=E7=A4=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 将 post-header-with-thumbnail 的 border-radius 改为四角圆角 - 调整 margin 使其在卡片中正常显示,不再负边距溢出 - 优化视觉效果,使缩略图区域更加美观 --- style.css | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) diff --git a/style.css b/style.css index e9555aa..19c7d6e 100644 --- a/style.css +++ b/style.css @@ -3972,15 +3972,10 @@ html.filter-grayscale { } .post-header.post-header-with-thumbnail { - - margin: -30px -30px 35px -30px; - - border-radius: var(--card-radius) var(--card-radius) 0 0; - + margin: 0 0 35px 0; + border-radius: var(--card-radius); overflow: hidden; - position: relative; - } .post-thumbnail {