Toggle navigation
Toggle navigation
This project
Loading...
Sign in
fe
/
yoho-blk
·
Commits
Go to a project
GitLab
Go to group
Project
Activity
Files
Commits
Pipelines
0
Builds
0
Graphs
Milestones
Issues
0
Merge Requests
1
Members
Labels
Wiki
Forks
Network
Create a new issue
Download as
Email Patches
Plain Diff
Browse Files
Authored by
郝肖肖
2016-08-24 18:41:14 +0800
Commit
f960b76a0f7a42dff2d32d7ebbe2d5e8176e4ae4
1 parent
43867505
登录 form 模拟请求,记住密码,搜狗
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
2 deletions
apps/passport/views/action/login/index.hbs
public/scss/passport/_login.css
apps/passport/views/action/login/index.hbs
View file @
f960b76
{{>
sign-header
}}
<div
class=
"login-page passport-page"
>
{{#
passport
}}
<form
method=
'post'
onsubmit=
'return false;'
>
<ul>
<li
class=
"clearfix"
>
<div
class=
"title"
>
登录 SIGN IN
</div>
...
...
@@ -51,8 +52,7 @@
<span
class=
"iconfont"
>

</span>
<em></em>
</span>
<a
id=
"login-btn"
class=
"btn login-btn"
>
登录
</a>
<input
type=
"submit"
id=
"login-btn"
class=
"btn login-btn"
value=
'登录'
/>
</li>
<li
class=
"clearfix"
>
...
...
@@ -93,5 +93,6 @@
</li>
</ul>
<input
id=
"country-code-hide"
name=
"countryCode"
type=
"hidden"
value=
"
{{
countryCode
}}
"
>
</form>
{{/
passport
}}
</div>
...
...
public/scss/passport/_login.css
View file @
f960b76
...
...
@@ -55,6 +55,7 @@
height
:
$
item-height
;
width
:
$
item-width
;
line-height
:
@
height
;
border
:
none
;
}
.captcha-component
{
...
...
Please
register
or
login
to post a comment