• 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
  • static
  • sass
  • home
  • _thumb-row.css
  • postcss的修改
    c33a5d82
    by 梁志锋
    2016-04-22 10:28:41 +0800  
    Browse Files
_thumb-row.css 356 Bytes
Raw Blame History Permalink
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15
#thumb-row {
    background-color: #f0f0f0;
    text-align: center;
    padding: 32px 0 0;
    .thumb-row-box {
        display: inline-block;
        width: 275px;
        height: 160px;
        border-radius: 4PX;
        background-size: 100%;
        background-repeat: no-repeat;
        background-position: center;
        margin: 0 14.4px;
    }
}