|
|
<div class="filter-box">
|
|
|
{{# checkedConditions}}
|
|
|
<div class="checked-conditions section">
|
|
|
<span class="title">已选条件:</span>
|
|
|
|
|
|
<div class="attr-content clearfix">
|
|
|
{{#each conditions}}
|
|
|
<a class="tag" href="{{href}}">
|
|
|
{{#if name}}
|
|
|
{{name}}
|
|
|
{{^}}
|
|
|
<i class="color-block" style="background: {{color}}"></i>
|
|
|
{{/if}}
|
|
|
<i class="close iconfont"></i>
|
|
|
</a>
|
|
|
{{/each}}
|
|
|
{{#if conditions}}
|
|
|
<div class="checked-conditions section">
|
|
|
<span class="title">已选条件:</span>
|
|
|
<div class="attr-content clearfix">
|
|
|
{{#each conditions}}
|
|
|
<a class="tag" href="{{href}}">
|
|
|
{{#if name}}
|
|
|
{{name}}
|
|
|
{{^}}
|
|
|
<i class="color-block" style="background: {{color}}"></i>
|
|
|
{{/if}}
|
|
|
<i class="close iconfont"></i>
|
|
|
</a>
|
|
|
{{/each}}
|
|
|
|
|
|
<a class="clear-checked" href="{{clearUrl}}">清空筛选条件</a>
|
|
|
<a class="clear-checked" href="{{clearUrl}}">清空筛选条件</a>
|
|
|
</div>
|
|
|
</div>
|
|
|
</div>
|
|
|
{{/if}}
|
|
|
{{/ checkedConditions}}
|
|
|
|
|
|
{{#if channel}}
|
...
|
...
|
@@ -111,7 +112,7 @@ |
|
|
{{#if showMore}}
|
|
|
<span id="brand-more" class="brand-more">
|
|
|
<em>更多</em>
|
|
|
<i class="iconfont"></i>
|
|
|
<i class="iconfont"></i>
|
|
|
</span>
|
|
|
{{/if}}
|
|
|
|
...
|
...
|
@@ -241,7 +242,7 @@ |
|
|
<li class="attr{{#unless sub}} no-sub{{/unless}}">
|
|
|
{{#if sub}}
|
|
|
{{name}}
|
|
|
<span class="iconfont"></span>
|
|
|
<span class="iconfont"></span>
|
|
|
|
|
|
<div class="senior-up-icon"></div>
|
|
|
{{^}}
|
...
|
...
|
|