diff --git a/src/views/Community/components/MidjourneyHeroSection.js b/src/views/Community/components/MidjourneyHeroSection.js index 50a2a7a0..dfb5c035 100644 --- a/src/views/Community/components/MidjourneyHeroSection.js +++ b/src/views/Community/components/MidjourneyHeroSection.js @@ -480,9 +480,10 @@ export default function MidjourneyHeroSection() { minH="100vh" bg="linear-gradient(135deg, #0f0f0f 0%, #1a1a1a 50%, #000000 100%)" overflow="hidden" + pointerEvents="none" > {/* 粒子背景 */} - + {/* 内容容器 */} - + {/* 左侧文本内容 */} @@ -776,7 +777,7 @@ export default function MidjourneyHeroSection() { borderRadius="full" filter="blur(40px)" animation="pulse 4s ease-in-out infinite" - animationDelay="2s" + sx={{ animationDelay: '2s' }} /> @@ -793,7 +794,7 @@ export default function MidjourneyHeroSection() { right={0} h="128px" bgGradient="linear(to-t, black, transparent)" - zIndex={10} + zIndex={-1} /> {/* 全局样式 */}