From fa4f968dce0f5813bb23fc0ace034a451f1b0ca1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=AE=8B=E6=9D=B0?= Date: Sat, 5 Jul 2025 17:53:27 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E6=83=85=E7=BB=AA=E5=A4=A7?= =?UTF-8?q?=E6=A8=A1=E5=9E=8B=E8=83=8C=E6=99=AF=E4=B8=BA=E6=9A=97=E8=89=B2?= =?UTF-8?q?=E3=80=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/AiEmotion.vue | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/views/AiEmotion.vue b/src/views/AiEmotion.vue index 33df9af..b63cdba 100644 --- a/src/views/AiEmotion.vue +++ b/src/views/AiEmotion.vue @@ -1851,7 +1851,7 @@ defineExpose({ padding: 20px; border-radius: 15px; margin: 20px; - background: linear-gradient(135deg, rgba(0, 212, 255, 0.15) 0%, rgba(0, 100, 200, 0.15) 100%); + /* background: linear-gradient(135deg, rgba(0, 212, 255, 0.15) 0%, rgba(0, 100, 200, 0.15) 100%); */ border: 2px solid rgba(0, 212, 255, 0.4); .conclusion-item { @@ -2770,7 +2770,7 @@ defineExpose({ padding: 20px; border-radius: 15px; margin: 20px; - background: linear-gradient(135deg, rgba(0, 212, 255, 0.15) 0%, rgba(0, 100, 200, 0.15) 100%); + /* background: linear-gradient(135deg, rgba(0, 212, 255, 0.15) 0%, rgba(0, 100, 200, 0.15) 100%); */ border: 2px solid rgba(0, 212, 255, 0.4); box-shadow: 0 8px 25px rgba(0, 212, 255, 0.3), inset 0 1px 0 rgba(255, 255, 255, 0.1); @@ -2778,10 +2778,10 @@ defineExpose({ margin-bottom: 20px; padding: 20px; border-radius: 12px; - background: linear-gradient(135deg, rgba(0, 212, 255, 0.2) 0%, rgba(0, 150, 255, 0.1) 100%); - border: 1px solid rgba(0, 212, 255, 0.5); - border-left: 5px solid #00d4ff; - box-shadow: 0 4px 15px rgba(0, 212, 255, 0.2), inset 0 1px 0 rgba(255, 255, 255, 0.1); + /* background: linear-gradient(135deg, rgba(0, 212, 255, 0.2) 0%, rgba(0, 150, 255, 0.1) 100%); */ + /* border: 1px solid rgba(0, 212, 255, 0.5); */ + /* border-left: 5px solid #00d4ff; */ + /* box-shadow: 0 4px 15px rgba(0, 212, 255, 0.2), inset 0 1px 0 rgba(255, 255, 255, 0.1); */ transition: all 0.3s ease; position: relative; overflow: hidden;