Toggle navigation
Toggle navigation
This project
Loading...
Sign in
fe
/
yohobuywap-node
·
Commits
Go to a project
GitLab
Go to group
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
郭成尧
7 years ago
Commit
d72e1a6b8d16476c543e4adaacf872a97137b031
1 parent
cfb51194
protocol-style
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
17 additions
and
13 deletions
apps/passport/views/action/reg/reg-new.hbs
public/scss/passport/reg-new.page.css
apps/passport/views/action/reg/reg-new.hbs
View file @
d72e1a6
...
...
@@ -29,10 +29,10 @@
</div>
<input
name=
"token"
type=
"hidden"
value=
"
{{
token
}}
"
>
<div
data-geetest=
"
{{
useGeetest
}}
"
id=
"js-img-check"
{{#
unless
useGeetest
}}
class=
"full-img-verify"
{{/
unless
}}
></div>
<button
id=
"regBtn"
class=
"reg-btn"
>
注册
</button>
<div
class=
"protocol"
>
<span
class=
"iconfont checkbox icon-cb-radio"
></span>
<a
href=
"#"
title=
"注册协议"
>
注册协议
</a>
我已阅读并同意遵守
<a
href=
"/service/qaDetail?keyword=服务条款&sonId=197"
title=
"Yoho!Buy有货服务条款"
target=
"_blank"
>
Yoho!Buy有货服务条款
</a>
</div>
<button
id=
"regBtn"
class=
"reg-btn"
>
注册
</button>
</div>
</div>
\ No newline at end of file
...
...
public/scss/passport/reg-new.page.css
View file @
d72e1a6
...
...
@@ -151,25 +151,29 @@ $disableGray: #b0b0b0;
}
}
.protocol
{
width
:
100%
;
text-align
:
center
;
a
{
font-size
:
16px
;
color
:
#444
;
}
}
.reg-btn
{
width
:
600px
;
height
:
70px
;
border-radius
:
4px
;
background-color
:
$
disableGray
;
margin-top
:
2
0px
;
margin-top
:
4
0px
;
font-size
:
32px
;
color
:
#fff
;
}
.protocol
{
width
:
100%
;
text-align
:
center
;
margin-top
:
20px
;
font-size
:
16px
;
color
:
#444
;
a
{
font-size
:
16px
;
color
:
#c00
;
text-decoration
:
underline
;
}
}
}
.full-img-verify
{
...
...
Please
register
or
login
to post a comment