From 157bba9ffde958e5db8b8b507128296d6ff5245f Mon Sep 17 00:00:00 2001 From: hzj <1304805162@qq.com> Date: Fri, 24 Apr 2026 15:01:19 +0800 Subject: [PATCH] =?UTF-8?q?feat(=E6=89=91=E5=85=8B=E7=8E=8B=E7=89=8C):=20?= =?UTF-8?q?=E6=8E=A5=E5=8F=A3=E6=95=B0=E6=8D=AE=E5=AF=B9=E6=8E=A5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/router/index.js | 2 +- src/views/Activities/PokerAce/index.vue | 231 +++++++++--------------- 2 files changed, 89 insertions(+), 144 deletions(-) diff --git a/src/router/index.js b/src/router/index.js index 307f5e0..0d4f04f 100644 --- a/src/router/index.js +++ b/src/router/index.js @@ -400,7 +400,7 @@ const router = createRouter({ name: 'pokerAce', component: () => import('../views/Activities/PokerAce/index.vue'), meta: { requiresAuth: true }, - }, //2026年x月x日上午5点结束 + }, //2026年5月1日上午5点结束 { path: '/activities/lucky-dollars-season4', name: 'lucky-dollars-season4', diff --git a/src/views/Activities/PokerAce/index.vue b/src/views/Activities/PokerAce/index.vue index 7badc3a..ec6fcbf 100644 --- a/src/views/Activities/PokerAce/index.vue +++ b/src/views/Activities/PokerAce/index.vue @@ -13,7 +13,7 @@ class="scrollY" > - +
- +
@@ -298,7 +291,12 @@ style="display: flex; flex-direction: column; align-items: center; gap: 4vw" > - +
-
+
- + :imgUrl="imageUrl(getImgName('helpInfo'))" + :contentStyle="``" + @click.stop + > + + +
@@ -467,7 +473,7 @@ @@ -881,6 +811,21 @@ onUnmounted(() => { font-style: italic; } +.close-btn { + display: block; + width: 8vw; + position: absolute; + z-index: 9; + + top: 14vw; + right: 10vw; +} + +[dir='rtl'] .close-btn { + left: 10vw; + right: auto; +} + @media screen and (max-width: 360px) { * { font-size: 10px;