From 550045f5f82d584521c3f550d3fd52be59899d2d Mon Sep 17 00:00:00 2001 From: OLDREDSTONE Date: Sat, 29 Nov 2025 16:45:51 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=94=B9=E4=BA=86=E9=A1=B5=E9=9D=A2?= =?UTF-8?q?=E5=8F=B3=E4=BE=A7=E5=8A=9F=E8=83=BD=E5=8C=BA=E7=9A=84=E6=A0=B7?= =?UTF-8?q?=E5=BC=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- style/base.css | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/style/base.css b/style/base.css index 3436986..98c3046 100644 --- a/style/base.css +++ b/style/base.css @@ -1313,3 +1313,18 @@ del { transition: background-color 0.3s, transform 0.2s; z-index: 20; } + +.controlSpan { + border-radius: 8px; + box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2); + cursor: pointer; + display: flex; + align-items: center; + justify-content: center; + font-family: 'd9', sans-serif; + font-size: 16px; + height: 30px; + width: 30px; + transition: background-color 0.3s, transform 0.2s; + z-index: 20; +} \ No newline at end of file