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 @@