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-08-03 10:59:53 +0800
Commit
9e238f1cb1f4e58bc9c729bd0155d26517bace54
1 parent
300d59c7
debug ie8 style bug
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
4 deletions
apps/product/views/partial/list/goods-box.hbs
public/scss/product/_list.css
apps/product/views/partial/list/goods-box.hbs
View file @
9e238f1
...
...
@@ -28,7 +28,7 @@
<div
class=
"goods-wrapper"
>
<div
class=
"goods"
>
</div>
<div
class=
"goods-img-list"
>
<div
class=
"goods-img-list
clearfix
"
>
</div>
</div>
</div>
...
...
public/scss/product/_list.css
View file @
9e238f1
...
...
@@ -342,13 +342,13 @@
}
.goods-img-list
{
float
:
right
;
margin
:
2px
10px
;
width
:
60px
;
margin
:
2px
13px
;
float
:
left
;
.goods-img-col
{
display
:
inline-block
;
vertical-align
:
top
;
width
:
60px
;
}
img
{
...
...
Please
register
or
login
to post a comment