Toggle navigation
Toggle navigation
This project
Loading...
Sign in
wangshusheng
/
YOHOBUYPC
·
Commits
Go to a project
GitLab
Go to dashboard
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
Plain Diff
Browse Files
Authored by
梁志锋
2015-10-26 10:43:27 +0800
Commit
60b5279f2a4211a96535658ce8b5ef680a6bbbd5
2 parents
3b9143d6
450413d7
Merge branch 'develop' of git.dev.yoho.cn:web/yohobuy into develop
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
1 deletions
static/sass/guang/_info-list.scss
template/m.yohobuy.com/actions/guang/list/index.phtml
static/sass/guang/_info-list.scss
View file @
60b5279
...
...
@@ -71,6 +71,10 @@
}
}
.info-list-container
{
overflow-x
:
hidden
;
}
.info-list.hide
{
display
:
none
;
}
...
...
template/m.yohobuy.com/actions/guang/list/index.phtml
View file @
60b5279
...
...
@@ -35,7 +35,7 @@
{
{/
navs
}
}
</ul>
<div
id=
"info-list"
>
<div
id=
"info-list"
class=
"info-list-container"
>
{
{#
infos
}
}
<div
class=
"info-list {{^show}}hide{{/show}}"
>
{
{#
info
}
}
...
...
Please
register
or
login
to post a comment