• This project
    • Loading...
  • Sign in

张泽世 / yohobuywap-node · Files

Go to a project

GitLab

  • Go to dashboard
  • 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-node
  • public
  • scss
  • channel
  • _thumb-row.css
  • sale 跳转 Bug 修改
    ff3ef0e8
    by ccbikai
    2016-07-19 11:38:38 +0800  
    Browse Files
_thumb-row.css 358 Bytes
Raw Blame History Permalink
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16
.thumb-row {
    background-color: #f0f0f0;
    text-align: center;
    padding: 32px 0 0;

    .thumb-row-box {
        display: inline-block;
        width: 275px;
        height: 160px;
        border-radius: 10px;
        background-size: 100%;
        background-repeat: no-repeat;
        background-position: center;
        margin: 0 14.4px;
    }
}