|
@@ -1,6 +1,6 @@
|
|
|
<template>
|
|
|
<div class="center">
|
|
|
- <p style="width: 296px">
|
|
|
+ <p style="width: 100%; text-align: center;">
|
|
|
{{ L["register"]["我们将向您的邮箱发送验证码,该邮件将用作登录用户名"] }}
|
|
|
</p>
|
|
|
<div class="item account">
|
|
@@ -19,8 +19,9 @@
|
|
|
<span style="color: #bbb" class="iconfont icon-cuowu"></span>
|
|
|
</div>
|
|
|
</div>
|
|
|
- <div class="error" v-if="emailErrorMsg">
|
|
|
+ <div class="error">
|
|
|
<span
|
|
|
+ v-if="emailErrorMsg"
|
|
|
style="color: #e1251b; font-size: 14px"
|
|
|
class="iconfont icon-jubao"
|
|
|
></span>
|
|
@@ -50,8 +51,9 @@
|
|
|
</el-button>
|
|
|
</span>
|
|
|
</div>
|
|
|
- <div class="error" v-if="emailCodeErrorMsg">
|
|
|
+ <div class="error">
|
|
|
<span
|
|
|
+ v-if="emailCodeErrorMsg"
|
|
|
style="color: #e1251b; font-size: 14px"
|
|
|
class="iconfont icon-jubao"
|
|
|
></span>
|
|
@@ -247,35 +249,39 @@ const clearInputVal = (type) => {
|
|
|
</style>
|
|
|
<style lang="scss" scoped>
|
|
|
.center {
|
|
|
- padding: 30px 30px 40px;
|
|
|
+ flex: 1;
|
|
|
+ height: 100%;
|
|
|
+ position: relative;
|
|
|
+ padding: 0 28px;
|
|
|
+ margin-top: 60px;
|
|
|
|
|
|
.item {
|
|
|
position: relative;
|
|
|
- margin-top: 15px;
|
|
|
+ margin-top: 25px;
|
|
|
border-radius: 2px;
|
|
|
|
|
|
input::placeholder {
|
|
|
- font-weight: 400;
|
|
|
+ // font-weight: 400;
|
|
|
font-size: $fontE;
|
|
|
color: rgba(40,46,48,0.6);
|
|
|
}
|
|
|
|
|
|
::-webkit-input-placeholder {
|
|
|
- font-weight: 400;
|
|
|
+ // font-weight: 400;
|
|
|
font-size: $fontE;
|
|
|
color: rgba(40,46,48,0.6);
|
|
|
}
|
|
|
|
|
|
/* 使用webkit内核的浏览器 */
|
|
|
:-moz-placeholder {
|
|
|
- font-weight: 400;
|
|
|
+ // font-weight: 400;
|
|
|
font-size: $fontE;
|
|
|
color: rgba(40,46,48,0.6);
|
|
|
}
|
|
|
|
|
|
/* Firefox版本19+ */
|
|
|
:-ms-input-placeholder {
|
|
|
- font-weight: 400;
|
|
|
+ // font-weight: 400;
|
|
|
font-size: $fontE;
|
|
|
color: rgba(40,46,48,0.6);
|
|
|
}
|
|
@@ -305,7 +311,8 @@ const clearInputVal = (type) => {
|
|
|
border: 1px solid #e8e8e8;
|
|
|
height: 40px;
|
|
|
padding: 0 44px 0 60px;
|
|
|
- width: 326px;
|
|
|
+ width: 431px;
|
|
|
+
|
|
|
}
|
|
|
&.code {
|
|
|
.input {
|
|
@@ -317,8 +324,8 @@ const clearInputVal = (type) => {
|
|
|
|
|
|
.cancel {
|
|
|
position: absolute;
|
|
|
- right: 0;
|
|
|
- top: 1px;
|
|
|
+ right: -20px;
|
|
|
+ top: 2px;
|
|
|
width: 44px;
|
|
|
height: 38px;
|
|
|
cursor: pointer;
|
|
@@ -340,32 +347,32 @@ const clearInputVal = (type) => {
|
|
|
|
|
|
.verify-code {
|
|
|
display: flex;
|
|
|
- width: 350px;
|
|
|
+ width: 431px;
|
|
|
height: 40px;
|
|
|
margin-top: 10px;
|
|
|
|
|
|
input::placeholder {
|
|
|
- font-weight: 400;
|
|
|
+ // font-weight: 400;
|
|
|
font-size: $fontE;
|
|
|
color: rgba(40,46,48,0.6);
|
|
|
}
|
|
|
|
|
|
::-webkit-input-placeholder {
|
|
|
- font-weight: 400;
|
|
|
+ // font-weight: 400;
|
|
|
font-size: $fontE;
|
|
|
color: rgba(40,46,48,0.6);
|
|
|
}
|
|
|
|
|
|
/* 使用webkit内核的浏览器 */
|
|
|
:-moz-placeholder {
|
|
|
- font-weight: 400;
|
|
|
+ // font-weight: 400;
|
|
|
font-size: $fontE;
|
|
|
color: rgba(40,46,48,0.6);
|
|
|
}
|
|
|
|
|
|
/* Firefox版本19+ */
|
|
|
:-ms-input-placeholder {
|
|
|
- font-weight: 400;
|
|
|
+ // font-weight: 400;
|
|
|
font-size: $fontE;
|
|
|
color: rgba(40,46,48,0.6);
|
|
|
}
|
|
@@ -385,12 +392,13 @@ const clearInputVal = (type) => {
|
|
|
}
|
|
|
|
|
|
input {
|
|
|
+ flex: 1;
|
|
|
+ width: 100%;
|
|
|
border: 1px solid #e8e8e8;
|
|
|
border-left: none;
|
|
|
border-right: none;
|
|
|
height: 40px;
|
|
|
padding: 0 0 0 10px;
|
|
|
- width: 200px;
|
|
|
}
|
|
|
|
|
|
&-accept {
|
|
@@ -402,12 +410,12 @@ const clearInputVal = (type) => {
|
|
|
.el-button {
|
|
|
width: 100%;
|
|
|
height: 100%;
|
|
|
- font-weight: bold;
|
|
|
+ // font-weight: bold;
|
|
|
color: #FFFFFF;
|
|
|
background: $colorMain;
|
|
|
border-left: none;
|
|
|
border-radius: 0;
|
|
|
- font-size: $fontE;
|
|
|
+ font-size: 12px;
|
|
|
|
|
|
&:hover {
|
|
|
// border-color: #e8e8e8;
|
|
@@ -418,7 +426,7 @@ const clearInputVal = (type) => {
|
|
|
}
|
|
|
|
|
|
.submit {
|
|
|
- margin-top: 35px;
|
|
|
+ margin-top: 160px;
|
|
|
background: $colorMain;
|
|
|
color: #fff;
|
|
|
text-align: center;
|