This commit is contained in:
kron
2025-05-10 22:16:59 +08:00
parent 0ce3b77f0a
commit 11c373f13e
7 changed files with 21 additions and 17 deletions

View File

@@ -21,8 +21,10 @@ const toPractiseTwo = () => {
<AppBackground />
<Header title="个人练习" />
<Guide>
师傅领进门修行靠自身赶紧练起来吧坚持练习就能你快速升级早日加入全国排位赛</Guide
>
<text :style="{ color: '#fed847' }">师傅领进门修行靠自身赶紧练起来吧</text
>
<text :style="{ fontSize: '12px' }">坚持练习就能你快速升级早日加入全国排位赛</text>
</Guide>
<view class="practise1" @click="toPractiseOne">
<image src="../static/practise1.png" class="practise1" mode="widthFix" />
</view>