Toggle navigation
Toggle navigation
This project
Loading...
Sign in
fe
/
YOHOBUYWAP
·
Commits
Go to a project
GitLab
Go to group
Project
Activity
Files
Commits
Pipelines
0
Builds
0
Graphs
Milestones
Issues
0
Merge Requests
0
Members
Labels
Wiki
Forks
Network
Create a new issue
Download as
Email Patches
Plain Diff
Browse Files
Authored by
周少峰
2016-08-31 19:32:48 +0800
Commit
025afa64ff91b161bb69761df44412735d7a880e
1 parent
6c088445
app list box
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
12 additions
and
1 deletions
compile/m.yohobuy.com/.DS_Store
static/sass/product/_list.css
template/m.yohobuy.com/partials/product/list.phtml
compile/m.yohobuy.com/.DS_Store
View file @
025afa6
No preview for this file type
static/sass/product/_list.css
View file @
025afa6
...
...
@@ -283,4 +283,15 @@
padding-left
:
0.375rem
;
padding-top
:
0.2rem
;
}
.students-container
{
padding-left
:
0
;
.good-info{
margin
:
10px
0
40px
;
width
:
50%
;
padding
:
0
10px
0
15px
;
box-sizing
:
border-box
;
}
}
}
...
...
template/m.yohobuy.com/partials/product/list.phtml
View file @
025afa6
...
...
@@ -98,7 +98,7 @@
</a>
</li>
</ul>
<div
id=
"goods-container"
class=
"goods-container"
>
<div
id=
"goods-container"
class=
"goods-container
{{#if students}} students-container {{/if}}
"
>
<div
class=
"new-goods container clearfix"
></div>
<div
class=
"price-goods container clearfix hide"
></div>
<div
class=
"discount-goods container clearfix hide"
></div>
...
...
Please
register
or
login
to post a comment