From 2cbcb14ff7178a848ceb9476ce830569a98b6f89 Mon Sep 17 00:00:00 2001 From: Shu Guang <61069967+shuguangnet@users.noreply.github.com> Date: Sat, 17 May 2025 00:27:12 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E4=BF=AE=E6=94=B9=E5=BC=95=E5=AF=BC?= =?UTF-8?q?=E9=A1=B5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/Index.vue | 1876 +++++++++++++++++++++++++++++++++++++++---- 1 file changed, 1733 insertions(+), 143 deletions(-) diff --git a/src/views/Index.vue b/src/views/Index.vue index beb8286a..dc55a4b5 100644 --- a/src/views/Index.vue +++ b/src/views/Index.vue @@ -1,196 +1,1786 @@ - +:root { + --primary: #4e54c8; + --primary-dark: #3f44ae; + --primary-light: #8f94fb; + --secondary: #ff3d81; + --secondary-dark: #c0246e; + --accent: #ba68c8; + --dark: #111827; + --darker: #0b0f1a; + --light: #e0f7fa; + --grid-color: rgba(78, 84, 200, 0.1); + --text-primary: #e0f7fa; + --text-secondary: #b6e7ef; + --shadow-neon: 0 0 15px rgba(78, 84, 200, 0.5), + 0 0 30px rgba(78, 84, 200, 0.3); +} - + +