...
|
...
|
@@ -19,12 +19,14 @@ |
|
|
<div class="index-channel">
|
|
|
<img class="img" src="{{background}}">
|
|
|
<div class="index-channel-list">
|
|
|
<a href="/boys" class="list-item">男生 <span class="lighter">BOYS</span> <span class="iconfont right-icon"></span></a>
|
|
|
<a href="/girls" class="list-item">女生 <span class="lighter">GIRLS</span> <span class="iconfont right-icon"></span></a>
|
|
|
<a href="/kids" class="list-item">潮童 <span class="lighter">KIDS</span> <span class="iconfont right-icon"></span></a>
|
|
|
<a href="/lifestyle" class="list-item">创意生活 <span class="lighter">LIFESTYLE</span> <span class="iconfont right-icon"></span></a>
|
|
|
</div>
|
|
|
{{#channelList}}
|
|
|
<a href="{{href}}" class="list-item">{{title}} <span class="lighter">{{entitle}}</span> <span class="iconfont right-icon"></span></a>
|
|
|
{{/channelList}}
|
|
|
{{#showYohood}}
|
|
|
<a href="/yohood" id="yohood" class="list-item"> <span class="iconfont right-icon"></span></a>
|
|
|
{{/showYohood}}
|
|
|
</div>
|
|
|
</div>
|
|
|
</div>
|
|
|
</div>
|
|
|
{{> layout/footer}} |
|
|
\ No newline at end of file |
|
|
{{> layout/footer}} |
...
|
...
|
|