From 16710068050904c868a890b1a3de17732a0f9c0a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=BA=95=E5=B1=82=E7=94=A8=E6=88=B7?= Date: Mon, 24 Jan 2022 09:58:27 +0800 Subject: [PATCH] add noscript --- css/style.css | 7 +++++++ index.html | 4 ++++ 2 files changed, 11 insertions(+) diff --git a/css/style.css b/css/style.css index 4f1c83a..95fc78e 100644 --- a/css/style.css +++ b/css/style.css @@ -44,6 +44,13 @@ a:hover { background-position: center center; } +.noscript { + z-index: 999999; + font-size: 0.95rem; + text-align: center; + margin: 14px 0px; +} + /*页面样式*/ section { display: block; diff --git a/index.html b/index.html index 4006ce0..81d4922 100644 --- a/index.html +++ b/index.html @@ -374,6 +374,10 @@
+ +