Toggle navigation
Toggle navigation
This project
Loading...
Sign in
fe
/
yohobuy-node
·
Commits
Go to a project
GitLab
Go to group
Project
Activity
Files
Commits
Pipelines
0
Builds
0
Graphs
Milestones
Issues
1
Merge Requests
0
Members
Labels
Wiki
Forks
Network
Create a new issue
Download as
Email Patches
Plain Diff
Browse Files
Authored by
hongweigao
8 years ago
Commit
24c0c3042d1cbeaa6450f3bc55f5d01e92944ff5
1 parent
7833eba8
complaints.css
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
7 deletions
public/scss/home/_complaints.css
public/scss/home/_complaints.css
View file @
24c0c30
...
...
@@ -30,12 +30,12 @@
.question
{
color
:
#e9034e
;
background
:
resolve
(
img
/
home
/
complaints-sd
.
png
)
no-repeat
-13px
2px
;
background
:
resolve
(
"home/complaints-sd.png"
)
no-repeat
-13px
2px
;
}
.reply
{
color
:
#390
;
background
:
resolve
(
img
/
home
/
complaints-sd
.
png
)
no-repeat
0px
-25px
;
background
:
resolve
(
"home/complaints-sd.png"
)
no-repeat
0
-25px
;
}
.cancel-btn
{
...
...
@@ -43,7 +43,7 @@
line-height
:
23px
;
text-align
:
center
;
color
:
#fff
;
background
:
resolve
(
img
/
home
/
remark-btn
.
png
)
no-repeat
;
background
:
resolve
(
"home/remark-btn.png"
)
no-repeat
;
display
:
inline-block
;
cursor
:
pointer
;
}
...
...
@@ -74,7 +74,7 @@
height
:
21px
;
line-height
:
21px
;
padding-left
:
23px
;
background
:
resolve
(
img
/
home
/
complaint-icon
.
png
)
no-repeat
5px
5px
#efefef
;
background
:
resolve
(
"home/complaint-icon.png"
)
no-repeat
5px
5px
#efefef
;
border
:
1px
#e6e6e6
solid
;
font-size
:
12px
;
color
:
#333
;
...
...
@@ -103,7 +103,7 @@
line-height
:
18px
;
color
:
#333
;
border
:
1px
#c9c9c9
solid
;
background
:
resolve
(
img
/
home
/
input-back
.
png
)
repeat-x
;
background
:
resolve
(
"home/input-back.png"
)
repeat-x
;
vertical-align
:
top
;
}
...
...
@@ -114,7 +114,7 @@
max-height
:
320px
;
color
:
#333
;
border
:
1px
#c9c9c9
solid
;
background
:
resolve
(
img
/
home
/
input-back
.
png
)
repeat-x
;
background
:
resolve
(
"home/input-back.png"
)
repeat-x
;
vertical-align
:
top
;
overflow
:
auto
;
}
...
...
@@ -125,7 +125,7 @@
height
:
34px
;
margin-left
:
80px
;
border
:
0
;
background
:
resolve
(
img
/
home
/
submit-btn
.
png
)
no-repeat
;
background
:
resolve
(
"home/submit-btn.png"
)
no-repeat
;
color
:
#fff
;
font-size
:
14px
;
font-weight
:
bold
;
...
...
Please
register
or
login
to post a comment