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) => {