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
Plain Diff
Browse Files
Authored by
htoooth
2016-12-30 11:25:40 +0800
Commit
775c3b5340e605d2ba2d9d6980916e17ca1e501a
2 parents
38f79958
91398873
Merge remote-tracking branch 'origin/feature/new-product-detail' into feature/new-product-detail
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
7 deletions
public/hbs/product/consult-item.hbs
public/scss/product/_detail.css
public/hbs/product/consult-item.hbs
View file @
775c3b5
...
...
@@ -7,7 +7,7 @@
<span
class=
"question"
>
{{
question
}}
</span>
<span
class=
"right-time"
>
{{
date
}}
</span>
</span>
<span
class=
"answer-wrapper"
>
<span
class=
"answer-wrapper
clearfix
"
>
<i
class=
"iconfont"
>

</i>
<span
class=
"answer"
>
{{
answer
}}
...
...
public/scss/product/_detail.css
View file @
775c3b5
...
...
@@ -1399,7 +1399,7 @@
}
.cc-content
{
padding
:
2
0px
0px
0px
;
padding
:
0px
0px
0px
;
font-size
:
12px
;
.comment-star
{
...
...
@@ -1650,7 +1650,7 @@
height
:
28px
;
float
:
left
;
padding
:
4px
15px
2px
15px
;
line-height
:
30
px
;
line-height
:
26
px
;
cursor
:
pointer
;
margin-bottom
:
0
;
border-top
:
1px
solid
#e0e0e0
;
...
...
@@ -2294,14 +2294,12 @@
.common-zan
{
border-bottom
:
1px
solid
#e0e0e0
;
height
:
100px
;
padding-bottom
:
20px
;
.zan-content{
margin
:
0
auto
;
width
:
60%
;
text-align
:
center
;
padding-top
:
30px
;
span{
display
:
inline-block
;
...
...
@@ -2419,7 +2417,6 @@
}
.comment-tabs
{
padding-top
:
12px
;
border-bottom
:
1px
solid
#444
;
height
:
35px
;
}
...
...
Please
register
or
login
to post a comment