From abba8779107047faa81339c45ad46b11adf1096b Mon Sep 17 00:00:00 2001 From: lyf <2514544224@qq.com> Date: Thu, 9 Jul 2026 15:11:21 +0800 Subject: [PATCH] =?UTF-8?q?=E7=A7=BB=E9=99=A4=E8=AE=B2=E8=A7=A3=E8=AF=A6?= =?UTF-8?q?=E6=83=85=E9=A1=B5=E9=A1=B6=E9=83=A8=E8=BD=A8=E8=BF=B9=E7=BA=B9?= =?UTF-8?q?=E7=90=86?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/pages/exhibit/detail.vue | 48 ------------------------------------ 1 file changed, 48 deletions(-) diff --git a/src/pages/exhibit/detail.vue b/src/pages/exhibit/detail.vue index 3e6b8b1..fbde532 100644 --- a/src/pages/exhibit/detail.vue +++ b/src/pages/exhibit/detail.vue @@ -23,8 +23,6 @@ mode="aspectFill" /> - - @@ -1142,52 +1140,6 @@ const handleBack = () => { linear-gradient(90deg, rgba(10, 16, 11, 0.46) 0%, rgba(10, 16, 11, 0.1) 48%, rgba(10, 16, 11, 0.36) 100%); } -.hero-trace { - position: absolute; - z-index: 2; - pointer-events: none; - opacity: 0.42; - mix-blend-mode: screen; -} - -.immersive-hero.has-real-image .hero-trace { - opacity: 0.16; -} - -.trace-a { - left: -18px; - top: 96px; - width: 330px; - height: 300px; - border-radius: 48% 52% 54% 46%; - background: - repeating-radial-gradient(ellipse at 88% 50%, - transparent 0, - transparent 14px, - rgba(255, 24, 101, 0.95) 15px, - rgba(255, 24, 101, 0.95) 17px, - transparent 18px, - transparent 28px); - transform: rotate(-4deg); -} - -.trace-b { - right: -58px; - top: 118px; - width: 260px; - height: 270px; - border-radius: 50%; - background: - repeating-radial-gradient(ellipse at 14% 48%, - transparent 0, - transparent 17px, - rgba(255, 24, 101, 0.64) 18px, - rgba(255, 24, 101, 0.64) 20px, - transparent 21px, - transparent 31px); - transform: rotate(12deg); -} - .hero-back { position: relative; z-index: 4;