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-04-25 13:37:10 +0800
Commit
8b0d0805d40bc98546ea618727749a7d864f8289
1 parent
dbcb0a25
多品店品牌列表页提交
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
20 additions
and
2 deletions
static/sass/shop/_shop-prodfile.scss
template/m.yohobuy.com/actions/shop/index/allproduct.phtml
template/m.yohobuy.com/actions/shop/index/brand.phtml
static/sass/shop/_shop-prodfile.scss
View file @
8b0d080
...
...
@@ -26,4 +26,16 @@
.fo
>
span
{
width
:auto
;
}
.brand-list
{
margin-left
:
20px
;
font-size
:
18px
;
border-bottom
:
1px
solid
#e6e6e6
;
text-align
:
left
;
height
:
44px
;
line-height
:
44px
;
vertical-align
:middle
;
display
:
block
;
width
:
100%
;
}
\ No newline at end of file
...
...
template/m.yohobuy.com/actions/shop/index/allproduct.phtml
View file @
8b0d080
...
...
@@ -48,5 +48,4 @@
{
{>
product/query-param
}
}
</div>
{
{>
layout/footer
}
}
{
{>
layout/footer
}
}
\ No newline at end of file
...
...
template/m.yohobuy.com/actions/shop/index/brand.phtml
0 → 100644
View file @
8b0d080
{
{>
layout/header
}
}
{
{#
brands
}
}
<a
class=
"brand-list"
href=
"{{url}}"
>
{
{brandname
}
}
</a>
{
{/
brands
}
}
{
{>
layout/footer
}
}
\ No newline at end of file
...
...
Please
register
or
login
to post a comment