From eed62287783aa93513883b91c32678703bfaf0f2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E4=BA=8E=E8=82=96=E7=A3=8A?= <18851179580@163.com> Date: Thu, 8 Jan 2026 10:32:43 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E6=92=AD=E6=94=BE=E6=8C=89?= =?UTF-8?q?=E9=92=AE=E6=98=BE=E7=A4=BA=E9=80=BB=E8=BE=91?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/plugins/live/pull/pull.vue | 24 ++++++++++++++++++++++-- 1 file changed, 22 insertions(+), 2 deletions(-) diff --git a/pages/plugins/live/pull/pull.vue b/pages/plugins/live/pull/pull.vue index aca92a16..de8a5c0b 100644 --- a/pages/plugins/live/pull/pull.vue +++ b/pages/plugins/live/pull/pull.vue @@ -24,8 +24,8 @@ - - + + @@ -133,6 +133,26 @@ border-bottom: 1px solid rgba(210,27,70,1); } } + .live-play { + position: absolute; + top: 50%; + left: 50%; + transform: translate(-50%, -50%); + z-index: 11; + width: 100%; + height: 100%; + .icon-bofang { + height: 200rpx; + width: 200rpx; + font-size: 200rpx !important; + color: inherit !important; + background: #fff; + border-radius: 50%; + display: flex; + align-items: center; + justify-content: center; + } + } .live-ended { background: linear-gradient(to bottom,#AD18F9,#05DFC7); position: absolute;