• This project
    • Loading...
  • Sign in

fe / YOHOBUYWAP · Files

Go to a project

GitLab

  • Go to group
  • Project
  • Activity
  • Files
  • Commits
  • Pipelines 0
  • Builds 0
  • Graphs
  • Milestones
  • Issues 0
  • Merge Requests 0
  • Members
  • Labels
  • Wiki
  • Forks
  • Network
  • Create a new issue
  • YOHOBUYWAP
  • template
  • m.yohobuy.com
  • partials
  • common
  • hot_brands.html
  • update files
    d7aa1a3d
    by 梁志锋
    2015-10-13 11:47:19 +0800  
    Browse Files
hot_brands.html 433 Bytes
Raw Blame History Permalink
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16
{{> common/floor_header}}
<ul class="hot-brands clearfix">
    {{# brands}}    
        <li class="brand">
            <a href="{{url}}">
                <div class="brand-logo">
                    <img class="lazy" data-original="{{img}}">
                </div>
                <p class="brand-name">{{name}}</p>
            </a>
        </li>
    {{/ brands}}
    <li class="more">
        <a href="{{more}}"></a>
    </li>
</ul>