用户指引语言适配
This commit is contained in:
@@ -237,7 +237,7 @@ import { setCookie } from "@/tool/cookie";
|
||||
import { message } from "ant-design-vue";
|
||||
import VerificationCodeInput from "@/component/LoginPage/verificationCodeInput.vue";
|
||||
import { useI18n } from "vue-i18n";
|
||||
|
||||
import { setLang } from "@/tool/guide";
|
||||
const md5 = require("md5");
|
||||
export default defineComponent({
|
||||
components: {
|
||||
@@ -530,6 +530,7 @@ export default defineComponent({
|
||||
(rv: any) => {
|
||||
if (rv) {
|
||||
this.locale = rv
|
||||
setLang(rv)
|
||||
}
|
||||
}
|
||||
);
|
||||
@@ -608,12 +609,12 @@ export default defineComponent({
|
||||
|
||||
.login_type_item {
|
||||
text-align: center;
|
||||
font-size: calc(3.6*.8rem);
|
||||
font-size: 3.6rem;
|
||||
font-weight: bold;
|
||||
color: #D7D7D7;
|
||||
cursor: pointer;
|
||||
height: 3rem;
|
||||
line-height: 3rem;
|
||||
height: 4rem;
|
||||
line-height: 4rem;
|
||||
|
||||
&.login_active {
|
||||
color: #030303;
|
||||
@@ -621,7 +622,7 @@ export default defineComponent({
|
||||
}
|
||||
}
|
||||
.login_form_title {
|
||||
font-size: calc(1.6*.8rem);
|
||||
font-size: 1.6rem;
|
||||
// color: #666666;
|
||||
font-weight: 900;
|
||||
color: #000;
|
||||
@@ -631,7 +632,7 @@ export default defineComponent({
|
||||
label{
|
||||
display: flex;
|
||||
span{
|
||||
font-size: calc(1.6*.8rem);
|
||||
font-size: 1.6rem;
|
||||
margin-left: 10px;
|
||||
font-weight: normal;
|
||||
}
|
||||
@@ -660,7 +661,7 @@ export default defineComponent({
|
||||
|
||||
.password_show_icon{
|
||||
position: absolute;
|
||||
font-size: calc(2.4*.8rem);
|
||||
font-size: 2.4rem;
|
||||
right: 2rem;
|
||||
top:1.7rem;
|
||||
cursor: pointer;
|
||||
@@ -669,13 +670,13 @@ export default defineComponent({
|
||||
|
||||
.login_form_input {
|
||||
width: 100%;
|
||||
height: 4rem;
|
||||
height: 5rem;
|
||||
margin-top: 1rem;
|
||||
border: 0.1rem solid #DFDFDF;
|
||||
border-radius: 2.5rem;
|
||||
padding-left: 2.1rem;
|
||||
line-height: 4rem;
|
||||
font-size: calc(1.4*.8rem);
|
||||
line-height: 5rem;
|
||||
font-size: 1.4rem;
|
||||
box-sizing: border-box;
|
||||
outline: none;
|
||||
|
||||
@@ -700,7 +701,7 @@ export default defineComponent({
|
||||
justify-content: space-between;
|
||||
.email_last_step_content {
|
||||
margin-left: 1rem;
|
||||
font-size: calc(2.2*.8rem);
|
||||
font-size: 2.2rem;
|
||||
font-weight: bold;
|
||||
color: #030303;
|
||||
}
|
||||
@@ -712,7 +713,7 @@ export default defineComponent({
|
||||
}
|
||||
|
||||
.fi-br-arrow-left {
|
||||
font-size: calc(2.5*.8rem);
|
||||
font-size: 2.5rem;
|
||||
font-weight: bold;
|
||||
color: #030303;
|
||||
transform: translateY(1rem);
|
||||
@@ -723,12 +724,12 @@ export default defineComponent({
|
||||
}
|
||||
|
||||
.login_submit_button {
|
||||
height: 4rem;
|
||||
height: 5rem;
|
||||
background: #000;
|
||||
border-radius: 2.5rem;
|
||||
line-height: 4rem;
|
||||
line-height: 5rem;
|
||||
text-align: center;
|
||||
font-size: calc(1.8*.8rem);
|
||||
font-size: 1.8rem;
|
||||
font-weight: 500;
|
||||
color: #ffffff;
|
||||
cursor: pointer;
|
||||
@@ -737,7 +738,7 @@ export default defineComponent({
|
||||
}
|
||||
}
|
||||
.login_text {
|
||||
font-size: calc(1.6*.8rem);
|
||||
font-size: 1.6rem;
|
||||
margin-top: 4rem;
|
||||
color: #151515;
|
||||
display: flex;
|
||||
@@ -766,14 +767,14 @@ export default defineComponent({
|
||||
}
|
||||
|
||||
.fi-br-arrow-left {
|
||||
font-size: calc(3.8*.8rem);
|
||||
font-size: 3.8rem;
|
||||
font-weight: bold;
|
||||
color: #030303;
|
||||
transform: translateY(1rem);
|
||||
display: inline-block;
|
||||
}
|
||||
.forget_password_content_title {
|
||||
font-size: calc(3.2*.8rem);
|
||||
font-size: 3.2rem;
|
||||
font-weight: bold;
|
||||
color: #030303;
|
||||
margin-left: 2rem;
|
||||
@@ -783,7 +784,7 @@ export default defineComponent({
|
||||
margin-top: 3.5rem;
|
||||
|
||||
.forget_passored_form_title {
|
||||
font-size: calc(2.4*.8rem);
|
||||
font-size: 2.4rem;
|
||||
font-weight: bold;
|
||||
color: #030303;
|
||||
display: flex;
|
||||
@@ -793,13 +794,13 @@ export default defineComponent({
|
||||
|
||||
.forget_passored_form_input {
|
||||
width: 100%;
|
||||
height: 4rem;
|
||||
height: 5rem;
|
||||
margin-top: 1rem;
|
||||
border: 0.1rem solid #DFDFDF;
|
||||
border-radius: 2.5rem;
|
||||
padding-left: 2.1rem;
|
||||
line-height: 4rem;
|
||||
font-size: calc(1.4*.8rem);
|
||||
line-height: 5rem;
|
||||
font-size: 1.4rem;
|
||||
box-sizing: border-box;
|
||||
outline: none;
|
||||
|
||||
@@ -810,19 +811,19 @@ export default defineComponent({
|
||||
}
|
||||
|
||||
.forget_verif_code_des {
|
||||
font-size: calc(2.4*.8rem);
|
||||
font-size: 2.4rem;
|
||||
font-weight: bold;
|
||||
color: #030303;
|
||||
margin-top: 3.5rem;
|
||||
}
|
||||
|
||||
.forget_submit_button {
|
||||
height: 4rem;
|
||||
height: 5rem;
|
||||
background: #000;
|
||||
border-radius: 2.5rem;
|
||||
line-height: 4rem;
|
||||
line-height: 5rem;
|
||||
text-align: center;
|
||||
font-size: calc(1.8*.8rem);
|
||||
font-size: 1.8rem;
|
||||
font-weight: 500;
|
||||
color: #ffffff;
|
||||
cursor: pointer;
|
||||
@@ -845,7 +846,7 @@ export default defineComponent({
|
||||
align-items: center;
|
||||
|
||||
.login_footer_item_text{
|
||||
font-size: calc(1.3*.8rem);
|
||||
font-size: 1.3rem;
|
||||
color: #151515;
|
||||
}
|
||||
|
||||
@@ -865,11 +866,11 @@ export default defineComponent({
|
||||
|
||||
|
||||
.marign_top20 {
|
||||
margin-top: 1rem;
|
||||
margin-top: 2rem;
|
||||
}
|
||||
|
||||
.marign_top22 {
|
||||
margin-top: 1.2rem;
|
||||
margin-top: 2.2rem;
|
||||
}
|
||||
|
||||
.marign_top30 {
|
||||
@@ -880,7 +881,7 @@ export default defineComponent({
|
||||
}
|
||||
|
||||
.tip_content {
|
||||
font-size: calc(1.3*.8rem);
|
||||
font-size: 1.3rem;
|
||||
font-weight: bold;
|
||||
color: #343579;
|
||||
cursor: pointer;
|
||||
@@ -894,13 +895,13 @@ export default defineComponent({
|
||||
margin-bottom: 2rem;
|
||||
|
||||
.sent_email_content {
|
||||
font-size: calc(1.8*.8rem);
|
||||
font-size: 1.8rem;
|
||||
font-weight: bold;
|
||||
color: #a5b0c2;
|
||||
}
|
||||
|
||||
.email_tip_content{
|
||||
font-size: calc(1.4*.8rem);
|
||||
font-size: 1.4rem;
|
||||
color: #030303;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user