From e42fae86ce4018e77afe1ffffc75f95a1d1ce4a8 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?=E4=BA=8E=E8=82=96=E7=A3=8A?= <18851179580@163.com>
Date: Fri, 28 Nov 2025 17:28:27 +0800
Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E7=9B=B4=E6=92=AD=E7=BB=93?=
=?UTF-8?q?=E6=9D=9F=E7=9A=84=E7=9B=B4=E6=92=AD=E7=BB=93=E6=9D=9F=E6=95=88?=
=?UTF-8?q?=E6=9E=9C?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
pages/plugins/live/pull/pull.nvue | 11 ++---------
pages/plugins/live/pull/pull.vue | 10 ++++------
2 files changed, 6 insertions(+), 15 deletions(-)
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