channel-index.hbs
1.51 KB
<div class="index-page yoho-page">
<div class="index-container">
<div class="index-header clearfix">
<div class="index-logo">
</div>
<div class="box">
<a href="javascript:void(0);" class="no-search">取消</a>
<form action="{{searchUrl}}" class="index-search">
<div class="search-box">
<input type="hidden" name="from" value="search">
<input type="text" name="query" placeholder="搜索" autocomplete="off">
<span class="iconfont clear-text"></span>
<span class="iconfont search-icon empty"></span>
</div>
</form>
</div>
</div>
<div class="index-channel">
<img class="img" src="{{image background.src 640 800}}">
<div class="index-channel-list">
{{#each channelList}}
<a href="{{href}}" class="list-item">
{{title}} <span class="lighter">{{entitle}}</span>
<span class="iconfont right-icon"></span>
</a>
{{/each}}
{{#yohood}}
{{#if showYohood}}
<a href="{{yohoodHref}}" id="yohood" class="list-item"> <span class="iconfont right-icon"></span></a>
{{/if}}
{{/yohood}}
</div>
</div>
</div>
</div>