From bbc741207fe6ab538d8ec1888f0f2e5f5c6688c8 Mon Sep 17 00:00:00 2001 From: airbo Date: Sat, 8 Apr 2023 21:02:11 +0800 Subject: [PATCH] =?UTF-8?q?=E9=9A=90=E8=97=8Fpost-list=E6=91=98=E8=A6=81?= =?UTF-8?q?=E4=BF=A1=E6=81=AF(content)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit content中的摘要在heo博客中也设置为隐藏,故不显示 --- templates/assets/zhheo/zhheoblog.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/templates/assets/zhheo/zhheoblog.css b/templates/assets/zhheo/zhheoblog.css index 48236fc9..4489a370 100644 --- a/templates/assets/zhheo/zhheoblog.css +++ b/templates/assets/zhheo/zhheoblog.css @@ -8966,7 +8966,7 @@ li { } .recent-post-item .recent-post-info .recent-post-info-top .content { - opacity: 1; + opacity: 0; transition: 0.3s; display: -webkit-box; overflow: hidden; @@ -16640,4 +16640,4 @@ span.hexo-douban-pagenum { vertical-align: baseline; line-height: 1; height: 24px; -} \ No newline at end of file +}