hot_brands.phtml 441 Bytes
<div class="hot-brands girls">
    {{> common/floor_header_more}}
    <div class="brands-swiper">
        <ul class="brands-list clearfix">
            {{# list}}
            <li class="swiper-slide">
                <a href="{{url}}">
                    <img src="{{img}}" alt="">
                    <span class="brands-title">{{textCn}}</span>
                </a>
            </li>
            {{/ list}}
        </ul>
    </div>
</div>