Authored by xuqi

perfect back page

.reg-code-page, .back-code-page {
.captcha-tip {
position: absolute;
width: 148px;
text-align: center;
right: 15px;
top: 8px;
color: #36a74c;
padding: 5px 0;
border: 1px solid #36a74c;
border-radius: 20px;
font-size: 16px;
&.disable {
color: #8f8f8f;
border-color: #8f8f8f;
}
}
.input-container {
padding-right: 190px;
}
.text-container {
color: #fff;
font-size: 16px;
margin-bottom: 20px;
}
.phone {
color: #4ecae8;
}
.clear {
right: 170px;
}
}
\ No newline at end of file
... ...
@import "common", "register", "login", "back";
\ No newline at end of file
@import "common", "register", "login", "back", "code";
\ No newline at end of file
... ...
... ... @@ -2,42 +2,3 @@
color: #fff;
font-size: 15px;
}
\ No newline at end of file
.reg-code-page {
.captcha-tip {
position: absolute;
width: 148px;
text-align: center;
right: 15px;
top: 8px;
color: #36a74c;
padding: 5px 0;
border: 1px solid #36a74c;
border-radius: 20px;
font-size: 16px;
&.disable {
color: #8f8f8f;
border-color: #8f8f8f;
}
}
.input-container {
padding-right: 190px;
}
.text-container {
color: #fff;
font-size: 16px;
margin-bottom: 20px;
}
.phone {
color: #4ecae8;
}
.clear {
right: 170px;
}
}
\ No newline at end of file
... ...
{{> layout/header}}
<div class="back-email-success-page passport-page yoho-page">
{{> passport/header}}
<div class="content">
... ... @@ -7,3 +8,4 @@
<a id="resend" class="resend" data-url={{resendUrl}}>重新发送邮件</a>
</div>
</div>
{{> layout/footer}}
\ No newline at end of file
... ...
{{> layout/header}}
<div class="back-code-page passport-page yoho-page">
{{> passport/code}}
</div>
{{> layout/footer}}
\ No newline at end of file
... ...
{{> layout/header}}
<div class="back-mobile-page passport-page yoho-page">
{{> passport/header}}
<div class="content">
... ... @@ -6,6 +7,7 @@
<span id="country-code" class="country-code">{{countryCode}}</span>
<input id="phone-num" class="input phone-num" type="text" placeholder="手机号">
</div>
<span id="btn-next" class="btn btn-next disble row">下一步</span>
<span id="btn-next" class="btn btn-next disable row">下一步</span>
</div>
</div>
{{> layout/footer}}
\ No newline at end of file
... ...
{{> layout/header}}
<div class="back-new-password-page passport-page yoho-page">
{{> passport/header}}
<div class="content">
<div class="input-container row has-eye">
<input id="pwd" class="input pwd" type="text" placeholder="请输入新密码" autocomplete="off" maxlength="20">
<input id="pwd" class="input pwd" type="password" placeholder="请输入新密码" autocomplete="off" maxlength="20">
</div>
<span id="btn-ok" class="btn btn-ok disable">完成</span>
</div>
</div>
{{> layout/footer}}
\ No newline at end of file
... ...