From 2044821e4dc04ced54344a2bd8faa3d3574de801 Mon Sep 17 00:00:00 2001 From: kron Date: Mon, 9 Feb 2026 09:16:26 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=8D=A2=E6=96=B0=E6=89=8B=E5=BC=95?= =?UTF-8?q?=E5=AF=BC=E5=9B=BE=E7=89=87?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/Swiper.vue | 4 ++-- src/pages/first-try.vue | 15 +++++++-------- 2 files changed, 9 insertions(+), 10 deletions(-) diff --git a/src/components/Swiper.vue b/src/components/Swiper.vue index 016cdf7..043a91b 100644 --- a/src/components/Swiper.vue +++ b/src/components/Swiper.vue @@ -75,7 +75,7 @@ const handleChange = (e) => { .dots { position: absolute; - bottom: 15%; + bottom: 5%; left: 50%; transform: translateX(-50%); display: flex; @@ -90,6 +90,6 @@ const handleChange = (e) => { } .dot.active { - background-color: #000; + background-color: #fed847; } diff --git a/src/pages/first-try.vue b/src/pages/first-try.vue index 6f76794..7479409 100644 --- a/src/pages/first-try.vue +++ b/src/pages/first-try.vue @@ -45,14 +45,13 @@ const practiseId = ref(""); const showGuide = ref(false); const guideImages = [ - "https://static.shelingxingqiu.com/attachment/2025-07-09/db77x68bs7z5elwvw7.png", - "https://static.shelingxingqiu.com/attachment/2025-07-09/db77x68qmi7grgreen.png", - "https://static.shelingxingqiu.com/attachment/2025-07-09/db77x68hgrw1ip4wae.png", - "https://static.shelingxingqiu.com/attachment/2025-07-09/db77x684x8zmfrmbla.png", - "https://static.shelingxingqiu.com/attachment/2025-07-09/db77x67sding7fodnk.png", - "https://static.shelingxingqiu.com/attachment/2025-07-09/db77x68mpug7cac4yt.png", - "https://static.shelingxingqiu.com/attachment/2025-07-09/db77x68my783mlmgxv.png", - "https://static.shelingxingqiu.com/attachment/2025-07-09/db77x68p48ylzirtb0.png", + "https://static.shelingxingqiu.com/attachment/2026-02-08/dg9ev0wwdpgwt9e6du.png", + "https://static.shelingxingqiu.com/attachment/2026-02-08/dg9ev0wvv9sw4zioqk.png", + "https://static.shelingxingqiu.com/attachment/2026-02-08/dg9ev0ww3khaycallu.png", + "https://static.shelingxingqiu.com/attachment/2026-02-08/dg9ev0wtkcvaxxv0s8.png", + "https://static.shelingxingqiu.com/attachment/2026-02-08/dg9ev0wry5tw7ltmxr.png", + "https://static.shelingxingqiu.com/attachment/2026-02-08/dg9ev0wu3kcdrwzwpd.png", + "https://static.shelingxingqiu.com/attachment/2026-02-08/dg9ev0wwr6hfjhyfn5.png", ]; const onSwiperIndexChange = (index) => {