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
htoooth
9 years ago
Commit
0adcc544261096a05ba5139127a9f7edf5ca5fb3
1 parent
419d83b2
调整css
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
15 additions
and
6 deletions
apps/passport/views/action/back/reset-pwd.hbs
apps/passport/views/action/back/reset-success.hbs
public/js/passport/back/reset.js
public/scss/passport/_back.css
public/scss/passport/_third.css
apps/passport/views/action/back/reset-pwd.hbs
View file @
0adcc54
...
...
@@ -67,7 +67,7 @@
<li>
<div>
<input
id=
"reset-pwd-btn"
class=
"reset-pwd-btn disable"
type=
"submit"
value=
"下一步"
>
<input
id=
"reset-pwd-btn"
class=
"reset-pwd-btn disable"
type=
"submit"
value=
"下一步"
disabled
>
</div>
</li>
...
...
apps/passport/views/action/back/reset-success.hbs
View file @
0adcc54
...
...
@@ -42,7 +42,7 @@
</li>
<div
class=
"success-text"
>
<div
class=
"title"
>
恭喜您设置完成,请妥善保存您的密码!
</div>
<div
class=
"
small-
title"
>
恭喜您设置完成,请妥善保存您的密码!
</div>
<div
class=
"time"
>
页面将在
<span
id=
"count-down"
class=
"blue"
>
5
</span>
秒后将跳转至首页
</div>
</div>
</ul>
...
...
public/js/passport/back/reset.js
View file @
0adcc54
...
...
@@ -37,8 +37,10 @@ $('input').placeholder();
ep
.
tail
(
'pwd'
,
'repwd'
,
function
(
pwd
,
repwd
)
{
if
(
pwd
&&
repwd
)
{
$next
.
removeClass
(
'disable'
);
$next
.
prop
(
'disabled'
,
false
);
}
else
{
$next
.
addClass
(
'disable'
);
$next
.
prop
(
'disabled'
,
true
);
}
});
...
...
public/scss/passport/_back.css
View file @
0adcc54
...
...
@@ -225,6 +225,10 @@
font-size
:
18px
;
}
.small-title
{
font-size
:
16px
;
}
.time
{
font-size
:
14px
;
color
:
$
inactive-color
;
...
...
public/scss/passport/_third.css
View file @
0adcc54
...
...
@@ -24,7 +24,7 @@ $btn-width: 180px;
.bind-confirm-page
{
@mixin
passport-page;
width
:
5
3
0px
!important
;
width
:
5
5
0px
!important
;
.quick-link
{
margin
:
0
150px
;
}
...
...
@@ -32,7 +32,7 @@ $btn-width: 180px;
.relate-confirm-page
{
@mixin
passport-page;
width
:
5
3
0px
!important
;
width
:
5
5
0px
!important
;
.quick-btn
{
margin
:
0
70px
;
}
...
...
@@ -40,12 +40,12 @@ $btn-width: 180px;
.bind-success-page
{
@mixin
passport-page;
width
:
6
5
0px
!important
;
width
:
6
8
0px
!important
;
}
.relate-success-page
{
@mixin
passport-page;
width
:
38
0px
!important
;
width
:
40
0px
!important
;
}
li
{
...
...
@@ -179,6 +179,9 @@ $mobile-phone: calc($item-width - $mobile-margin - $mobile-region - $mobile-code
width
:
$
mobile-phone
;
height
:
calc
(
$
item-height
-
2px
);
border
:
none
!important
;
line-height
:
calc
(
$
item-height
-
2px
);
font-size
:
16px
;
padding
:
0
;
}
}
...
...
Please
register
or
login
to post a comment