From 95b03453fd7b19e1a93690978e0c4d3628d4bce6 Mon Sep 17 00:00:00 2001 From: hzj <1304805162@qq.com> Date: Mon, 20 Apr 2026 12:32:05 +0800 Subject: [PATCH] =?UTF-8?q?chore(cp=E6=B4=BB=E5=8A=A8):=20=E5=BC=B9?= =?UTF-8?q?=E5=B9=95=E6=A0=B7=E5=BC=8F=E8=B0=83=E6=95=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/Ranking/Couple/components/Barrage.vue | 15 ++++++++++++--- src/views/Ranking/Couple/index.vue | 2 +- 2 files changed, 13 insertions(+), 4 deletions(-) diff --git a/src/views/Ranking/Couple/components/Barrage.vue b/src/views/Ranking/Couple/components/Barrage.vue index 222f289..9b8d4b5 100644 --- a/src/views/Ranking/Couple/components/Barrage.vue +++ b/src/views/Ranking/Couple/components/Barrage.vue @@ -22,9 +22,18 @@ align-items: center; gap: 2vw; - border-radius: 100px; - border: 1px solid #ffffff80; - background: rgba(240, 240, 240, 0.3); + border-radius: 999px; + border: 2px solid transparent; + box-sizing: border-box; + background: + linear-gradient(180deg, #7c7c82 0%, #6c6c72 100%) padding-box, + linear-gradient( + 180deg, + rgba(255, 255, 255, 0.9) 0%, + rgba(255, 255, 255, 0.7) 35%, + rgba(255, 255, 255, 0.35) 100% + ) + border-box; box-shadow: -42px 103px 31px 0 rgba(145, 145, 145, 0), -27px 66px 29px 0 rgba(145, 145, 145, 0.01), diff --git a/src/views/Ranking/Couple/index.vue b/src/views/Ranking/Couple/index.vue index dcd3191..50a458f 100644 --- a/src/views/Ranking/Couple/index.vue +++ b/src/views/Ranking/Couple/index.vue @@ -32,7 +32,7 @@