channel-index.hbs 1.66 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">&#xe623;</span>
                        <span class="iconfont search-icon empty">&#xe60f;</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">&#xe614;</span>
                    </a>
                {{/each}}
                {{#yohood}}
                    {{#if showYohood}}
                    <a href="{{yohoodHref}}" id="yohood" class="list-item no-touch">  <span class="iconfont right-icon">&#xe614;</span></a>
                    {{/if}}
                {{/yohood}}

                {{#if double11}}
                    <a href="{{double11.href}}" class="no-touch" id="double11"></a>
                {{/if}}
            </div>
        </div>
    </div>
</div>