...
|
...
|
@@ -13,7 +13,9 @@ |
|
|
<i class="iconfont"></i>
|
|
|
品牌介绍
|
|
|
</a>
|
|
|
<span class="iconfont{{#if coled}} coled{{/if}}"></span>
|
|
|
<span>
|
|
|
<i class="iconfont{{#if coled}} coled{{/if}}"></i>
|
|
|
</span>
|
|
|
</p>
|
|
|
</div>
|
|
|
{{/ brandBanner}}
|
...
|
...
|
@@ -23,6 +25,32 @@ |
|
|
|
|
|
<div class="list-left pull-left"></div>
|
|
|
<div class="list-right pull-right">
|
|
|
{{# shopEntry}}
|
|
|
<div class="shop-entry clearfix">
|
|
|
<a class="pull-left" href="{{home}}">
|
|
|
<img class="logo" src="{{logo}}">
|
|
|
</a>
|
|
|
|
|
|
<div class="name pull-left">
|
|
|
<a class="shop-name" href="{{home}}">{{shopName}}</a>
|
|
|
<p class="sorts">
|
|
|
{{#each sort}}
|
|
|
<a href="{{href}}">{{name}}</a>
|
|
|
|
|
|
{{#unless @last}}
|
|
|
/
|
|
|
{{/unless}}
|
|
|
{{/each}}
|
|
|
</p>
|
|
|
</div>
|
|
|
|
|
|
<a class="entry-btn pull-right" href="{{home}}">
|
|
|
进入品牌店铺
|
|
|
<span class="iconfont"></span>
|
|
|
</a>
|
|
|
</div>
|
|
|
{{/ shopEntry}}
|
|
|
|
|
|
{{# filters}}
|
|
|
{{> product/filter-box}}
|
|
|
{{/ filters}}
|
...
|
...
|
|