From 93b96caed5cb02c1f88abfa1702495043e7cb065 Mon Sep 17 00:00:00 2001 From: LyLme Date: Mon, 6 May 2024 00:56:47 +0800 Subject: [PATCH] =?UTF-8?q?=E7=95=8C=E9=9D=A2=E4=BC=98=E5=8C=96=E5=92=8CBu?= =?UTF-8?q?g=E4=BF=AE=E5=A4=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- site/static/site.css | 3 ++- site/template/site.php | 36 ++++++++++++++++++------------------ 2 files changed, 20 insertions(+), 19 deletions(-) diff --git a/site/static/site.css b/site/static/site.css index 6247ef1..ef403ce 100644 --- a/site/static/site.css +++ b/site/static/site.css @@ -708,6 +708,7 @@ html.night-mode .tip-text::after { } .site-left-column { + width: 100%; background: #ffffffb3; border-radius: 10px; padding: 10px; @@ -751,7 +752,7 @@ p#site_keyword span { padding: 2px; border-radius: 10px; background: #f9f9f9; - box-shadow: 0 0 8px 2px #b9b9b9; + box-shadow: 0 0 8px 2px #ededed; } .site-right-logo img, diff --git a/site/template/site.php b/site/template/site.php index 90dff12..fbb6053 100644 --- a/site/template/site.php +++ b/site/template/site.php @@ -1,12 +1,12 @@ @@ -63,14 +63,14 @@ query("SELECT * FROM `lylme_tags`"); - while ($taglist = $DB->fetch($tagslists)) { - echo ' ' . $taglist["tag_name"] . ' +while ($taglist = $DB->fetch($tagslists)) { + echo ' ' . $taglist["tag_name"] . ' ' . "\n"; - } ?> +} ?> 切换模式 @@ -94,9 +94,9 @@ 首页 ' . $group_name . ''; - echo ' ' . $url_name . ''; - ?> +echo ' ' . $group_name . ''; +echo ' ' . $url_name . ''; +?> @@ -122,12 +122,12 @@
手机查看 - +
+if (!empty($conf['snapshot'])) { + ?>

网页快照

@@ -140,7 +140,7 @@ }); +} ?>
@@ -159,7 +159,7 @@ ' . $conf["wztj"] . '

'; } - ?> +?>