Toggle navigation
Toggle navigation
This project
Loading...
Sign in
wangshusheng
/
YOHOBUYPC
·
Commits
Go to a project
GitLab
Go to dashboard
Project
Activity
Files
Commits
Pipelines
0
Builds
0
Graphs
Milestones
Issues
0
Merge Requests
0
Members
Labels
Wiki
Forks
Network
Create a new issue
Download as
Email Patches
Plain Diff
Browse Files
Authored by
xuqi
2015-10-08 22:06:53 +0800
Commit
be96b0304516f14c0663c1a77a7ca4403b7d3724
1 parent
abbd7cc8
perfect back page
Show whitespace changes
Inline
Side-by-side
Showing
7 changed files
with
49 additions
and
42 deletions
static/sass/passport/_code.scss
static/sass/passport/_index.scss
static/sass/passport/_register.scss
template/m.yohobuy.com/actions/passport/back/email-success.phtml
template/m.yohobuy.com/actions/passport/back/mobile-code.phtml
template/m.yohobuy.com/actions/passport/back/mobile.phtml
template/m.yohobuy.com/actions/passport/back/new-password.phtml
static/sass/passport/_code.scss
0 → 100644
View file @
be96b03
.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
...
...
static/sass/passport/_index.scss
View file @
be96b03
@import
"common"
,
"register"
,
"login"
,
"back"
;
\ No newline at end of file
@import
"common"
,
"register"
,
"login"
,
"back"
,
"code"
;
\ No newline at end of file
...
...
static/sass/passport/_register.scss
View file @
be96b03
...
...
@@ -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
...
...
template/m.yohobuy.com/actions/passport/back/email-success.phtml
View file @
be96b03
{
{>
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
...
...
template/m.yohobuy.com/actions/passport/back/mobile-code.phtml
View file @
be96b03
{
{>
layout/header
}
}
<div
class=
"back-code-page passport-page yoho-page"
>
{
{>
passport/code
}
}
</div>
{
{>
layout/footer
}
}
\ No newline at end of file
...
...
template/m.yohobuy.com/actions/passport/back/mobile.phtml
View file @
be96b03
{
{>
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 dis
a
ble row"
>下一步</span>
</div>
</div>
{
{>
layout/footer
}
}
\ No newline at end of file
...
...
template/m.yohobuy.com/actions/passport/back/new-password.phtml
View file @
be96b03
{
{>
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
...
...
Please
register
or
login
to post a comment