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;