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
biao
2015-12-14 09:57:57 +0800
Commit
0a6821499dd52d05a78a8cdf18fd645f29b0922f
1 parent
58104402
init bind page. code review by XWG
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
20 additions
and
1 deletions
static/sass/passport/_bind.scss
static/sass/passport/_index.scss
template/m.yohobuy.com/actions/passport/bind/index.phtml
static/sass/passport/_bind.scss
0 → 100644
View file @
0a68214
.bind-page
.bind-tip
{
color
:
#fff
;
font-size
:
15px
;
}
...
...
static/sass/passport/_index.scss
View file @
0a68214
@import
"common"
,
"register"
,
"login"
,
"back"
,
"code"
;
\ No newline at end of file
@import
"common"
,
"register"
,
"login"
,
"back"
,
"code"
,
"bind"
;
...
...
template/m.yohobuy.com/actions/passport/bind/index.phtml
0 → 100644
View file @
0a68214
{
{>
layout/header
}
}
<div
class=
"bind-page passport-page yoho-page"
>
{
{>
passport/header
}
}
<div
class=
"content"
>
{
{>
passport/country_list
}
}
<div
class=
"input-container phone-container row has-clear"
>
<span
id=
"area-code"
class=
"area-code"
>
{
{areaCode
}
}</span>
<input
id=
"phone-num"
class=
"input phone-num"
type=
"text"
placeholder=
"手机号"
>
</div>
<span
id=
"btn-next"
class=
"btn btn-next disable row"
>下一步</span>
<p
class=
"bind-tip"
>YOHO!Family账号可登录Yoho!Buy有货、YOHO!Boys、YOHO!Girls及SHOW</p>
</div>
</div>
{
{>
layout/footer
}
}
...
...
Please
register
or
login
to post a comment