From 8dc8bcdd59a0485be23a1f7f69a4ad443b4310d6 Mon Sep 17 00:00:00 2001 From: linxi Date: Tue, 6 May 2025 15:08:34 +0800 Subject: [PATCH] =?UTF-8?q?Fix=EF=BC=9A3155=20=E3=80=90=E5=95=86=E5=9F=8E?= =?UTF-8?q?=E5=B0=8F=E7=A8=8B=E5=BA=8F=E3=80=91=E8=BD=AE=E6=92=AD=E5=9B=BE?= =?UTF-8?q?=E5=BA=95=E9=83=A8=E6=B2=A1=E6=9C=89=E6=B8=90=E5=8F=98=E6=95=88?= =?UTF-8?q?=E6=9E=9C=EF=BC=88=E6=B5=8B=E8=AF=95=E6=9C=BA=E5=9E=8B=EF=BC=9A?= =?UTF-8?q?=E8=8B=B9=E6=9E=9C12=EF=BC=89=E4=BD=93=E9=AA=8C=E7=89=88?= =?UTF-8?q?=E6=9C=89=E9=97=AE=E9=A2=98=EF=BC=8C=E6=AD=A3=E5=BC=8F=E7=89=88?= =?UTF-8?q?=E6=98=AF=E6=AD=A3=E5=B8=B8=E7=9A=84?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/home/index.vue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pages/home/index.vue b/pages/home/index.vue index 315a46c..e1a15a2 100644 --- a/pages/home/index.vue +++ b/pages/home/index.vue @@ -1667,10 +1667,10 @@ export default { position: absolute; top: 0; left: -21rpx; - z-index: -1; + z-index: 0; width: calc(100% + 40rpx); height: 180rpx; - background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 6) 40%, rgba(255, 255, 255, 1) 100%); + background-image: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 6) 40%, rgba(255, 255, 255, 1) 100%); content: " "; } }