From dcba35d5ae79e0107f46bb7488e2e3c75518ad97 Mon Sep 17 00:00:00 2001 From: beautyyuyanli Date: Fri, 3 Sep 2021 18:56:37 +0800 Subject: [PATCH] forbid user-select --- view/style.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/view/style.css b/view/style.css index 1015e90..59069c4 100644 --- a/view/style.css +++ b/view/style.css @@ -219,6 +219,7 @@ html { font-size: 1.4rem; background-color: white; box-shadow: lightblue 0 0 0.4rem; + user-select: none; } .judge > li > span, @@ -459,4 +460,4 @@ ins.adsbygoogle { opacity: 1; transform: scale3d(0.5, 0.5, 0.5); } 50% { - opacity: 1; } } \ No newline at end of file + opacity: 1; } }