From e6ff7fafce207960dce6f2d44f3a953b40e19fd6 Mon Sep 17 00:00:00 2001 From: lifizer <913626195@qq.com> Date: Fri, 21 Aug 2026 10:02:03 +0800 Subject: [PATCH] =?UTF-8?q?Fix(=E4=BA=91=E7=81=B5AI):[#5831]=E4=B8=8A?= =?UTF-8?q?=E6=BB=91=E6=97=B6=E8=83=8C=E6=99=AF=E5=9B=BE=E7=9B=B8=E5=AF=B9?= =?UTF-8?q?=E5=BA=95=E9=83=A8=E5=9B=BA=E5=AE=9A?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- assets/css/aiChat.less | 28 ++++++++++++++++------------ 1 file changed, 16 insertions(+), 12 deletions(-) diff --git a/assets/css/aiChat.less b/assets/css/aiChat.less index b7846fb..6311185 100644 --- a/assets/css/aiChat.less +++ b/assets/css/aiChat.less @@ -8,18 +8,22 @@ page { justify-content: space-between; } .fix-tabbar-page { - position: relative; - min-height: 100vh; - 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% calc(100vh - 160rpx); - // background-image: url(https://wxapp.xdd618.com/api/file/pic/aiChat/bg.png); - // background-repeat: no-repeat; - // background-attachment: fixed; - &.new-chat { - background-size: 100% calc(100vh - 160rpx); - background-repeat: no-repeat; - } + position: relative; + z-index: 0; + min-height: 100vh; + background: transparent; + isolation: isolate; + &::before { + content: ''; + position: fixed; + top: 0; + right: 0; + bottom: 0; + left: 0; + z-index: -1; + pointer-events: none; + 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%); + } .fix-tabbar-header { position: fixed; top: 0;