diff --git a/src/components/Swiper.vue b/src/components/Swiper.vue index 48e79df..6cce7db 100644 --- a/src/components/Swiper.vue +++ b/src/components/Swiper.vue @@ -52,8 +52,10 @@ const handleChange = (e) => { .swiper-container { width: calc(100% - 20px); margin: 10px; - height: 440px; + height: 560px; position: relative; + border-radius: 10px; + overflow: hidden; } .swiper-container > swiper { @@ -67,7 +69,7 @@ const handleChange = (e) => { .dots { position: absolute; - bottom: 27%; + bottom: 12%; left: 50%; transform: translateX(-50%); display: flex; diff --git a/src/pages/first-try.vue b/src/pages/first-try.vue index 1f43dfc..583fef2 100644 --- a/src/pages/first-try.vue +++ b/src/pages/first-try.vue @@ -59,29 +59,51 @@ const onClose = () => { >这是我们人帅技高的高教练。首先,请按教练示范,尝试自己去做这些动作和手势吧。 - 你知道5米射程有多远吗? - - 在我们的排位赛中,射程小于5米的成绩无效、哦!建议平时练习距离至少5米。现在,来边射箭边调整你的站位点吧! - + + 你知道5米射程有多远吗? + + 在我们的排位赛中,射程小于5米的成绩无效、哦!建议平时练习距离至少5米。现在,来边射箭边调整你的站位点吧! + + - 一切准备就绪 - 试着完成一个真正的弓箭手任务吧! + + 一切准备就绪 + 试着完成一个真正的弓箭手任务吧! + - 新手试炼场通关啦,优秀! - 反曲弓运动基本知识和射灵世界系统规则你已Get,是不是挺容易呀:) + 新手试炼场通关啦,优秀! + 反曲弓运动基本知识和射灵世界系统规则你已Get,是不是挺容易呀:) + + 新手试炼场通关啦,优秀! + - + + + - {{ stepButtonTexts[step] }} diff --git a/src/pages/practise.vue b/src/pages/practise.vue index ce99ee0..b302794 100644 --- a/src/pages/practise.vue +++ b/src/pages/practise.vue @@ -21,25 +21,48 @@ const toPractiseTwo = () => {
- 师傅领进门,修行靠自身,赶紧练起来吧。师傅领进门,修行靠自身,赶紧练起来吧。 + 坚持练习就能你快速升级,早日加入全国排位赛! - 坚持练习就能你快速升级,早日加入全国排位赛! - + + - + + + diff --git a/src/static/first-try-tip.png b/src/static/first-try-tip.png index fb59c73..dac159a 100644 Binary files a/src/static/first-try-tip.png and b/src/static/first-try-tip.png differ diff --git a/src/static/first-try-tip2.png b/src/static/first-try-tip2.png new file mode 100644 index 0000000..ddc79bf Binary files /dev/null and b/src/static/first-try-tip2.png differ diff --git a/src/static/first-try-tip3.png b/src/static/first-try-tip3.png new file mode 100644 index 0000000..e65ec08 Binary files /dev/null and b/src/static/first-try-tip3.png differ diff --git a/src/static/practise-bg.png b/src/static/practise-bg.png new file mode 100644 index 0000000..8ab0372 Binary files /dev/null and b/src/static/practise-bg.png differ