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
Plain Diff
Browse Files
Authored by
陈峰
8 years ago
Commit
c64727efff4ea87ff3f09832e0c55f8a4d90fa2e
2 parents
c87046cc
529a153a
Merge brantch 'release/5.2' of
http://git.yoho.cn/fe/yohobuywap-node
into release/5.2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
18 additions
and
1 deletions
public/scss/home/installment/_add-account.css
public/scss/home/installment/_installment.css
public/scss/home/installment/_add-account.css
View file @
c64727e
...
...
@@ -30,7 +30,7 @@
font-size
:
28px
;
height
:
40px
;
line-height
:
40px
;
color
:
#
444
;
color
:
#
b0b0b0
;
float
:
left
;
border
:
none
;
background
:
transparent
;
...
...
@@ -38,6 +38,22 @@
width
:
380px
;
}
input
::-webkit-input-placeholder
{
color
:
#e0e0e0
;
}
input
:-moz-placeholder
{
color
:
#e0e0e0
;
}
input
::-moz-placeholder
{
color
:
#e0e0e0
;
}
input
:-ms-input-placeholder
{
color
:
#e0e0e0
;
}
.notice
{
float
:
left
;
font-size
:
28px
;
...
...
public/scss/home/installment/_installment.css
View file @
c64727e
...
...
@@ -150,6 +150,7 @@
line-height
:
85px
;
margin
:
0
;
border-top
:
none
;
background
:
#fff
;
}
h2
{
...
...
Please
register
or
login
to post a comment