From 03d01487dbc36ee9853f761df263db1f91844cf1 Mon Sep 17 00:00:00 2001 From: jekkinoopy Date: Wed, 20 May 2026 11:44:54 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20ACCESS=E6=B0=B4=E5=8D=B0=E5=8F=AF?= =?UTF-8?q?=E8=A6=8B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- assets/css/concert.css | 15 +++++++++++---- 1 file changed, 11 insertions(+), 4 deletions(-) diff --git a/assets/css/concert.css b/assets/css/concert.css index 8cfef7c..186b8af 100644 --- a/assets/css/concert.css +++ b/assets/css/concert.css @@ -421,9 +421,15 @@ img { } .con-4.con-access-denied { + position: relative; +} + +/* 灰階/淡化只套內容,不套 CANCELED 水印(::before 在卡片層) */ +.con-4.con-access-denied > .title, +.con-4.con-access-denied > img, +.con-4.con-access-denied > [class*="con-4-"] { filter: grayscale(80%); opacity: 0.7; - position: relative; } .con-access-denied .location::before { @@ -509,11 +515,12 @@ img { transform: translate(-50%, -50%) rotate(-15deg); font-size: clamp(2rem, 10vw, 4.5rem); font-weight: 900; - color: rgba(204, 0, 0, 0.1); - border: 8px solid rgba(204, 0, 0, 0.1); + color: rgba(204, 0, 0, 0.18); + border: 8px solid rgba(204, 0, 0, 0.18); padding: 10px 30px; letter-spacing: 10px; pointer-events: none; - z-index: 2; + z-index: 10; white-space: nowrap; + opacity: 1; } \ No newline at end of file