diff --git a/pages/plugins/live/pull/pull.nvue b/pages/plugins/live/pull/pull.nvue index bccecf55..ff192bb7 100644 --- a/pages/plugins/live/pull/pull.nvue +++ b/pages/plugins/live/pull/pull.nvue @@ -5,7 +5,7 @@ - 直播已结束 + 直播已结束 @@ -39,14 +39,7 @@ height: 100%; } .live-ended { - width: 100vw; - height: 100vh; // 添加渐变背景色 - background-image: linear-gradient(to bottom, rgba(18, 12, 39, 0.85), rgba(52, 27, 43, 0.7), rgba(92, 39, 41, 0.6), rgba(132, 51, 39, 0.7), rgba(18, 12, 39, 0.85)); - .live-ended-text { - color: #fff; - font-size: 16px; - text-shadow: 0 1px 2px rgba(0, 0, 0, 0.3); - } + background-image: linear-gradient(to bottom,#AD18F9,#05DFC7); } \ No newline at end of file diff --git a/pages/plugins/live/pull/pull.vue b/pages/plugins/live/pull/pull.vue index 94af2c5f..129d2e3c 100644 --- a/pages/plugins/live/pull/pull.vue +++ b/pages/plugins/live/pull/pull.vue @@ -8,7 +8,7 @@ @@ -46,12 +46,10 @@ .live-ended { width: 100vw; height: 100vh; - // 添加渐变背景色 - background-image: linear-gradient(to bottom, rgba(18, 12, 39, 0.85), rgba(52, 27, 43, 0.7), rgba(92, 39, 41, 0.6), rgba(132, 51, 39, 0.7), rgba(18, 12, 39, 0.85)); + background-image: linear-gradient(to bottom,#AD18F9,#05DFC7); .live-ended-text { - color: rgba(255, 255, 255, 0.95); - font-size: 16px; - text-shadow: 0 1px 2px rgba(0, 0, 0, 0.3); + color:#fff; + font-size:16px; } } \ No newline at end of file