From cb3ad8180deb1f64189e2d86903c12b4530c6402 Mon Sep 17 00:00:00 2001 From: modendeveloper Date: Sat, 1 Mar 2025 17:32:15 +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 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pages/home/index.vue b/pages/home/index.vue index b99c3c1..8392b0c 100644 --- a/pages/home/index.vue +++ b/pages/home/index.vue @@ -1667,7 +1667,7 @@ export default { z-index: -1; width: calc(100% + 40rpx); height: 180rpx; - background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #F0F0F0 40%, #F0F0F0 100%); + background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 6) 40%, rgba(255, 255, 255, 1) 100%); content: " "; } }