• 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
  • home
  • thumb_row.phtml
  • add thumb-row for the home page
    45a40203
    by biao
    2015-12-29 16:26:12 +0800  
    Browse Files
thumb_row.phtml 168 Bytes
Raw Blame History Permalink
1 2 3 4 5 6 7
<div id="thumb-row">
   {{# list}}
    <a href="{{url}}">
        <div class="thumb-row-box" style="background-image:url({{img}})"></div>
    </a>
   {{/ list}}
</div>