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
刘传洋
2016-10-26 17:57:02 +0800
Commit
136d5720991aba93bab7e701c61ee6247797f5ac
1 parent
90c973f2
comment
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
3 deletions
apps/home/views/action/comment.hbs
public/scss/home/_comment.css
apps/home/views/action/comment.hbs
View file @
136d572
...
...
@@ -38,7 +38,7 @@
</tr>-->
{{#
each
goods
}}
<tr>
<td
width=
"
115
"
>
<td
width=
"
70"
class=
"goods-img
"
>
<a
href=
"
{{
href
}}
"
><img
src=
"
{{
thumb
}}
"
></a>
</td>
<td>
...
...
public/scss/home/_comment.css
View file @
136d572
...
...
@@ -92,6 +92,9 @@
&
.vtop
{
vertical-align
:
top
;
}
&
.goods-img
img
{
max-width
:
100%
;
}
}
a
{
...
...
@@ -100,7 +103,7 @@
}
.name
{
display
:
block
;
margin-bottom
:
1
5
px
;
margin-bottom
:
1
0
px
;
}
.remarked
{
...
...
@@ -230,7 +233,7 @@
}
.commented-list
{
td
{
padding
:
20px
;
padding
:
20px
5px
;
}
.item
{
border-bottom
:
1px
solid
#E6E6E6
;
...
...
Please
register
or
login
to post a comment