hot.hbs 2.57 KB
<div class="yoho-page seo-hot-page">
    {{> common/path-nav}}

    <div class="clearfix">
        <div class="left-content">
            <div class="hot-sort">
                <div class="sort-intro">
                    <div class="inline">
                        <p class="name">
                            <span class="cn">夹克</span>
                            <span class="en">JACKETS & COATS</span>
                        </p>
                        <p class="desc">夹克(英语:Jacket),是一种长度至腰部或臀部的上半身衣着。夹克自诞生以来,款式演变千姿百态,形成了庞大的家族。 随着日新月异的世界发展, 夹克以各种各样的姿态永恒不衰,成为经典服饰之一。</p>
                        <ul class="key">
                            <li><a href="#">牛仔夹克户</a></li>
                            <li><a href="#">牛仔夹克户</a></li>
                            <li><a href="#">牛仔夹克户</a></li>
                            <li><a href="#">牛仔夹克户</a></li>
                            <li><a href="#">牛仔夹克户</a></li>
                            <li><a href="#">牛仔夹克户</a></li>
                        </ul>
                    </div>
                </div>
                <img class="thumb" src="//img12.static.yhbimg.com/adpic/2017/05/03/18/0228ed1fb3baf7c9198bfd65024812908a.jpg?imageView2/2/interlace/1/q/75">
            </div>

            {{# product}}
                {{> product/standard-content}}
            {{/ product}}
        </div>

        <div class="right-content">
            <div class="hot-block">
                <p class="title">热门关键词</p>
                <p class="hot-key">
                    <a href="#">鞋履</a>
                    <a href="#">鞋履</a>
                    <a href="#">鞋履</a>
                    <a href="#">鞋履</a>
                    <a href="#">鞋履</a>
                    <a href="#">鞋履</a>
                    <a href="#">鞋履</a>
                    <a href="#">鞋履</a>
                </p>
            </div>
            <div class="hot-block">
                <p class="title">热门品牌</p>

                {{# hotBrands}}
                    <a href="#" class="brand-item" target="_blank" title="{{brand_name_cn}}">
                        <img src="{{image2 brand_ico w=138 h=70}}" alt="{{brand_name_cn}} {{brand_keyword}}">
                    </a>
                {{/ hotBrands}}
            </div>
        </div>
    </div>

    {{> product/latest-walk goodsInfo=@root.recommendKeywordsInfo}}
</div>