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;