| | |
| | | </h1> |
| | | <p class="sub-text" v-if="!(userStore.userInfo && userStore.userInfo.token)">{{ $t('全球最大的区块链资产平台') }}</p> |
| | | <p class="w-full flex mt-4 gap-x-4" v-if="!(userStore.userInfo && userStore.userInfo.token)"> |
| | | <van-button class="flex-1" round @click="onRoute('/register')">{{ $t('register') }}</van-button> |
| | | <van-button class="flex-1" type="primary" round color="#f7b600" @click="onRoute('/login')">{{ $t('login') |
| | | <van-button class="flex-1" @click="onRoute('/register')">{{ $t('register') }}</van-button> |
| | | <van-button class="flex-1" type="primary" color="#f7b600" @click="onRoute('/login')">{{ $t('login') |
| | | }}</van-button> |
| | | </p> |
| | | |
| | |
| | | |
| | | .my-index { |
| | | padding-bottom: 60px; |
| | | background: $mainbgWhiteColor; |
| | | // background: $mainbgWhiteColor; |
| | | |
| | | .title_s { |
| | | font-size: 16px; |