| | |
| | | <div class="logins_content"> |
| | | <div class="login_forms"> |
| | | <div class="top_forms"> |
| | | <div class="forms_title">{{ $t("hj27") }}</div> |
| | | <div class="forms_title">{{ $t("hj16") }}</div> |
| | | <el-input |
| | | :placeholder="$t('hj9')" |
| | | :placeholder="$t('请输入电子邮箱')" |
| | | :size="medium" |
| | | v-model="userName" |
| | | clearable |
| | |
| | | <div class="login_footer"> |
| | | <div class="tui-first"> |
| | | <div @click="$router.push('/register')">{{ $t("立即注册") }}</div> |
| | | <div class="symbol"></div> |
| | | <div @click="$store.dispatch('CustomerService')"> |
| | | <!-- <div class="symbol"></div> --> |
| | | <!-- <div @click="$store.dispatch('CustomerService')"> |
| | | {{ $t("kf") }} |
| | | </div> |
| | | </div> --> |
| | | </div> |
| | | </div> |
| | | </div> |
| | |
| | | { |
| | | text: "中文", |
| | | lang: "zh-CN" |
| | | }, |
| | | } |
| | | // { |
| | | // text: "हिंदी", |
| | | // lang: "hi" |
| | |
| | | </script> |
| | | |
| | | <style scoped lang="less"> |
| | | @green: #c4d600; |
| | | @green: #0e7ddd; |
| | | @Black1: #13161e; |
| | | |
| | | .login_footer { |
| | |
| | | .tui-first { |
| | | display: flex; |
| | | align-items: center; |
| | | color: #0e7ddd; |
| | | color: @green; |
| | | font-size: 0.4rem; |
| | | } |
| | | .symbol { |
| | |
| | | height: 100vh; |
| | | |
| | | .left_icon { |
| | | width: 112px; |
| | | height: 32px; |
| | | // width: 112px; |
| | | width: 50px; |
| | | height: 52px; |
| | | border-radius: 52px; |
| | | } |
| | | |
| | | .multilingual { |