|
|
@@ -492,8 +492,8 @@ function getCode() { |
|
|
|
async function doRegister(data: object) { |
|
|
|
const msg = |
|
|
|
currentLan.value == "zh-cn" |
|
|
|
? "确认信息已发送至您的邮箱,请注意查收!" |
|
|
|
: "An email has been send to you, Please pay attention to confirm !"; |
|
|
|
? "确认信息已发送至您的邮箱,请注意查收" |
|
|
|
: "An email has been send to you, Please pay attention to confirm"; |
|
|
|
await register(data) |
|
|
|
.then((res) => { |
|
|
|
console.log(res, "res"); |
|
|
@@ -591,7 +591,7 @@ onMounted(() => { |
|
|
|
max-width: 100%; |
|
|
|
padding: 20px; |
|
|
|
overflow: hidden; |
|
|
|
backdrop-filter: blur(5px); |
|
|
|
backdrop-filter: blur(3px); |
|
|
|
background: linear-gradient( |
|
|
|
123.64deg, |
|
|
|
rgba(188, 193, 196, 0.1) -22.71%, |
|
|
@@ -600,6 +600,7 @@ onMounted(() => { |
|
|
|
border-radius: 20px; |
|
|
|
transform: translateY(-50%); |
|
|
|
border: 1px solid #cacaca; |
|
|
|
transition: all 0.15s; |
|
|
|
|
|
|
|
.captcha { |
|
|
|
position: absolute; |
|
|
@@ -612,6 +613,9 @@ onMounted(() => { |
|
|
|
cursor: pointer; |
|
|
|
} |
|
|
|
} |
|
|
|
&:hover { |
|
|
|
backdrop-filter: blur(7px); |
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
@@ -666,10 +670,15 @@ onMounted(() => { |
|
|
|
.videoBox { |
|
|
|
position: absolute; |
|
|
|
top: 0; |
|
|
|
z-index: -1; |
|
|
|
left: 0; |
|
|
|
width: 100%; |
|
|
|
height: 100%; |
|
|
|
opacity: 0.8; |
|
|
|
z-index: -1; |
|
|
|
video { |
|
|
|
width: 100%; |
|
|
|
height: 100%; |
|
|
|
object-fit: fill; |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
.el-form-item { |
|
|
|