index.phtml 1.4 KB
{{> layout/header}}
<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="{{background}}">
            <div class="index-channel-list">
                {{#channelList}}
                <a href="{{href}}" class="list-item">{{title}} <span class="lighter">{{entitle}}</span> <span class="iconfont right-icon">&#xe614;</span></a>
                {{/channelList}}
                {{#showYohood}}
                <a href="{{yohoodHref}}" id="yohood" class="list-item">  <span class="iconfont right-icon">&#xe614;</span></a>
                {{/showYohood}}
            </div>
        </div>
    </div>
</div>
{{> layout/footer}}