From 054b849374531fe76b96a3b277232df42303b584 Mon Sep 17 00:00:00 2001 From: tsui110 Date: Tue, 30 Dec 2025 23:39:24 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E4=BA=86=E5=AF=B9=E5=AF=B9?= =?UTF-8?q?=E7=A2=B0=E7=9A=84=E8=83=8C=E6=99=AF=E6=A0=B7=E5=BC=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages-activity/activity/duiduipeng/index.vue | 25 ++++++++++++++++++-- 1 file changed, 23 insertions(+), 2 deletions(-) diff --git a/pages-activity/activity/duiduipeng/index.vue b/pages-activity/activity/duiduipeng/index.vue index db4e536..7cbc61e 100644 --- a/pages-activity/activity/duiduipeng/index.vue +++ b/pages-activity/activity/duiduipeng/index.vue @@ -134,6 +134,7 @@ > + {{ cell.type }} @@ -2335,9 +2336,13 @@ onLoad((opts) => { background: rgba(255, 255, 255, 0.1); border: 2rpx solid rgba(255, 255, 255, 0.15); transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1); - + &.empty { - background: rgba(255, 255, 255, 0.03); + background-color: rgba(255, 255, 255, 0.03); + background-image: url('/static/logo.png'); + background-size: 50%; + background-position: center; + background-repeat: no-repeat; border-style: dashed; border-color: rgba(255, 255, 255, 0.1); } @@ -2364,6 +2369,22 @@ onLoad((opts) => { background: rgba(255, 255, 255, 0.05); } +.match-cell-logo { + width: 60%; + height: 60%; + position: absolute; + top: 50%; + left: 50%; + transform: translate(-50%, -50%); + opacity: 0.3; + pointer-events: none; + z-index: 1; +} + +.match-cell-large.empty .match-cell-img-large { + background: transparent; +} + .match-cell-type-large { position: absolute; left: 12rpx;