From 207d923ee73dfe69da2fb8ef056fe2bc0631a816 Mon Sep 17 00:00:00 2001 From: KazooTTT Date: Thu, 20 Mar 2025 14:13:16 +0800 Subject: [PATCH] =?UTF-8?q?style:=20=E4=BC=98=E5=8C=96=E6=96=87=E7=AB=A0?= =?UTF-8?q?=E5=9B=BE=E7=89=87=E5=8A=A0=E8=BD=BD=E6=A0=B7=E5=BC=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/ArticleContainer.astro | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/components/ArticleContainer.astro b/src/components/ArticleContainer.astro index 41fa49d..a452bcf 100644 --- a/src/components/ArticleContainer.astro +++ b/src/components/ArticleContainer.astro @@ -61,19 +61,16 @@ const { className = "", dataPagefindBody = true } = Astro.props; /* 修改图片相关样式 */ :global(article img) { - opacity: 0; position: relative; background-color: #f0f0f0; transition: all 0.5s ease-in-out; } :global(article img.loading) { - opacity: 1; filter: blur(10px); } :global(article img.loaded) { - opacity: 1; filter: blur(0); }