| | |
| | | </div> |
| | | <!-- <div class="divider mt-10"></div> --> |
| | | |
| | | <div class="log flex items-center justify-center flex-col pt-20 mt-10 mb-20 textColor"> |
| | | <img :src="LOGO" alt=""> |
| | | <div class="log flex-col pt-10 mt-10 mb-20 textColor"> |
| | | <!-- <img :src="LOGO" alt=""> --> |
| | | <span class="font-bold text-5xl mt-10"> |
| | | {{ `${$t('欢迎加入')} ${$title}` }} |
| | | {{ `${$t('login')}` }} |
| | | </span> |
| | | </div> |
| | | |
| | | <div>{{ $t('账号') }}</div> |
| | | <ExInput style="padding-bottom:16px !important;" :placeholderText="getRegType(activeIndex, false)" |
| | | v-model="username" :dialCode="dialCode" @selectArea="onSelectArea" :area="isArea" :icon="icon" |
| | | @pressEnter="verifyLogin" /> |
| | | |
| | | <div>{{ $t('密码') }}</div> |
| | | <ExInput style="padding-bottom:0 !important;" :placeholderText="$t('entryPassword')" v-model="password" |
| | | typeText="password" @pressEnter="verifyLogin" /> |
| | | |
| | | <div class="forget colorMain" @click="$router.push('/forget')">{{ $t('forgetPassword') }}</div> |
| | | <van-button class="w-full" round style="margin-top:50px;" type="primary" @click="verifyLogin">{{ $t('login') }} |
| | | <van-button class="w-full" style="margin-top:50px;" type="primary" @click="verifyLogin">{{ $t('login') }} |
| | | </van-button> |
| | | <div class="noTips textColor"> |
| | | {{ $t('noAccount') }}? |
| | |
| | | padding: 15px; |
| | | font-size: 13px; |
| | | box-sizing: border-box; |
| | | background: $mainbgWhiteColor; |
| | | // background: $mainbgWhiteColor; |
| | | min-height: 100vh; |
| | | |
| | | :deep(.textColor) { |
| | |
| | | .w-full { |
| | | background: $bg_yellow; |
| | | border: none; |
| | | color: $mainBgColor; |
| | | font-size: 16px; |
| | | font-weight: 600; |
| | | } |