From 192b86dc0eccd9561da9e544ef6f1464bff05665 Mon Sep 17 00:00:00 2001 From: "1152958806@qq.com" <17683872107czx> Date: Tue, 4 Jul 2023 13:59:15 +0800 Subject: [PATCH] =?UTF-8?q?=E9=9A=90=E8=97=8F=E5=BC=B9=E7=AA=97?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- templates/assets/zhheo/zhheoblog.css | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/templates/assets/zhheo/zhheoblog.css b/templates/assets/zhheo/zhheoblog.css index 8a706866..9788e58c 100644 --- a/templates/assets/zhheo/zhheoblog.css +++ b/templates/assets/zhheo/zhheoblog.css @@ -17716,6 +17716,14 @@ span.hexo-douban-pagenum { height: 24px; } +@media screen and (min-width: 768px) { + /* 隐藏弹窗 */ + .needEndHide.hide { + bottom: -200px!important; + opacity: 0; + } +} + /* 文章目录样式 */ a.toc-link { color: currentColor;