From 5319e80fdd95f820ec00f63daecd32828efd2778 Mon Sep 17 00:00:00 2001 From: kele <1184860403@qq.com> Date: Thu, 23 Mar 2023 15:38:07 +0800 Subject: [PATCH] =?UTF-8?q?style:=20=E7=9B=B4=E6=92=AD=E7=BB=84=E4=BB=B6?= =?UTF-8?q?=E6=A0=B7=E5=BC=8F=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- sheep/components/s-live-card/s-live-card.vue | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/sheep/components/s-live-card/s-live-card.vue b/sheep/components/s-live-card/s-live-card.vue index caf9c7d..c9d90e6 100644 --- a/sheep/components/s-live-card/s-live-card.vue +++ b/sheep/components/s-live-card/s-live-card.vue @@ -140,6 +140,7 @@ height: 40rpx; background: rgba(#000000, 0.5); border-radius: 20rpx; + z-index: 1; .icon { width: 40rpx; height: 40rpx; @@ -189,9 +190,9 @@ top: 10rpx; width: 136rpx; height: 40rpx; - background: #000000; - opacity: 0.5; + background: rgba(#000000, 0.5); border-radius: 20rpx; + z-index: 1; .icon { width: 40rpx; height: 40rpx;