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
梁志锋
9 years ago
Commit
5473421eab11dbbcfef912140d6bc1480429d28d
1 parent
5d3e6ce9
brand
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
12 additions
and
1 deletions
template/m.yohobuy.com/actions/category/brand/index.phtml
template/m.yohobuy.com/partials/home/trendsetter_collocation.phtml
template/m.yohobuy.com/actions/category/brand/index.phtml
View file @
5473421
{
{>
layout/header
}
}
<div
class=
"brand-page yoho-page"
>
<div
class=
"newbrand-search"
style=
"position: fixed; top: 44px;"
>
<div
class=
"search-box clearfix"
>
<a
href=
"/index/search/index"
>
<input
type=
"text"
class=
"search-input"
placeholder=
"查找品牌"
name=
"query"
id=
"query"
value=
""
disabled=
""
>
<i
class=
"search-icon iconfont clearfix"
></i>
</a>
</div>
</div>
{
{#
bannerTop
}
}
{
{>
home/banner_top
}
}
{
{/
bannerTop
}
}
...
...
template/m.yohobuy.com/partials/home/trendsetter_collocation.phtml
View file @
5473421
...
...
@@ -12,7 +12,7 @@
<div class="recommend-swiper">
<ul class="recommend-list clearfix">
{{# recommend_collocation}}
<li class="recommend-item swiper-slide"><a href="{{url}}"><img class="
lazy
" src="{{img}}" alt="" /></a></li>
<li class="recommend-item swiper-slide"><a href="{{url}}"><img class="
img
" src="{{img}}" alt="" /></a></li>
{{/ recommend_collocation}}
</ul>
</div>
...
...
Please
register
or
login
to post a comment