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;