From fce0233b4360bb0aba65ef6a429fcb8fef9fe21c Mon Sep 17 00:00:00 2001 From: PJ568 Date: Wed, 23 Aug 2023 11:02:40 +0800 Subject: [PATCH] =?UTF-8?q?=E5=93=8D=E5=BA=94=E5=BC=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- css/tool_type.css | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/css/tool_type.css b/css/tool_type.css index 76d15bd2..b4f24b26 100644 --- a/css/tool_type.css +++ b/css/tool_type.css @@ -204,7 +204,14 @@ body { color: #00B0FF; } -/* 目录条 */ +/* 顶栏 */ + +@media screen and (max-width: 768px) {.hi{display:none}.github{display:none}} +@media screen and (min-width: 768px) {.hi{display:block}.github{display:block}} + +.hi { + float:right +} body{ margin-top: 40px; @@ -328,6 +335,7 @@ ins.adsbygoogle[data-ad-status="unfilled"]{ position: relative; float: right; width: 10%; + min-width: 80px; height: 26px; background: #424242; margin: 5px;