From ff471b6017a8cc0d1bd2d797c3ff70107ce57857 Mon Sep 17 00:00:00 2001 From: lifizer <913626195@qq.com> Date: Tue, 8 Apr 2025 22:18:42 +0800 Subject: [PATCH] =?UTF-8?q?Fix(AI):[#3602]=E8=89=B2=E5=9D=97=E6=98=AF?= =?UTF-8?q?=E5=8E=9F=E6=9D=A5=E7=9A=84=E8=83=8C=E6=99=AF=E5=9B=BE=EF=BC=8C?= =?UTF-8?q?=E8=8B=B9=E6=9E=9C=E6=89=8B=E6=9C=BA=E4=B8=8D=E6=94=AF=E6=8C=81?= =?UTF-8?q?=E8=83=8C=E6=99=AF=E5=9B=BE=E5=9B=BA=E5=AE=9A=E4=B8=8D=E5=8A=A8?= =?UTF-8?q?=EF=BC=8C=E6=95=85=E6=94=B9=E4=B8=BA=E6=B8=90=E5=8F=98=E8=83=8C?= =?UTF-8?q?=E6=99=AF=E8=89=B2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- assets/css/aiChat.less | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/assets/css/aiChat.less b/assets/css/aiChat.less index d131a1e..3f9ef8b 100644 --- a/assets/css/aiChat.less +++ b/assets/css/aiChat.less @@ -10,11 +10,12 @@ page { .fix-tabbar-page { position: relative; min-height: 100vh; - background-color: #fff; - background-size: 100% 100vh; - background-image: url(https://wxapp.xdd618.com/api/file/pic/aiChat/bg.png); - background-repeat: no-repeat; - background-attachment: fixed; + background: linear-gradient(155deg, rgba(61, 76, 241, 0.15) 0%, rgba(255,255,255,1) 25%, rgba(255,255,255,1) 75%, rgba(61, 76, 241, 0.15) 100%); + // background-color: #fff; + // background-size: 100% 100vh; + // background-image: url(https://wxapp.xdd618.com/api/file/pic/aiChat/bg.png); + // background-repeat: no-repeat; + // background-attachment: fixed; .fix-tabbar-header { position: fixed; top: 0;