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
姜枫
2016-07-15 15:01:01 +0800
Commit
be9fdead57503b7b4e825063d7b2060a69b8157f
1 parent
a828fbeb
处理商品展示
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
apps/product/views/partial/list/goods-box.hbs
public/scss/product/_list.css
apps/product/views/partial/list/goods-box.hbs
View file @
be9fdea
<div
class=
"goods-area"
>
<div
class=
"goods-area
clearfix
"
>
{{#
each
products
}}
<div
class=
"goods"
data-id=
"
{{
productId
}}
"
data-url=
"
{{
url
}}
"
>
<div
class=
"goods-img"
>
...
...
public/scss/product/_list.css
View file @
be9fdea
...
...
@@ -247,7 +247,7 @@
.goods
{
margin
:
10px
0
;
padding
:
10px
;
display
:
inline-block
;
float
:
left
;
text-align
:
center
;
border
:
2px
solid
#fff
;
cursor
:
pointer
;
...
...
Please
register
or
login
to post a comment