• This project
    • Loading...
  • Sign in

fe / yohobuywap-node · 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-node
  • public
  • scss
  • channel
  • _three-picture.css
  • 首页直播楼层
    3e1c47e5
    by ccbikai
    2016-08-17 17:17:34 +0800  
    Browse Files
_three-picture.css 342 Bytes
Raw Blame History Permalink
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21
.three-picture {
    padding: 0 0 24px 24px;
    border-bottom: 1px solid #e0e0e0;
    background: #fff;

    a {
        float: left;
        width: 182px;
        height: 238px;
        margin-right: 24px;

        &:nth-child(3n) {
            margin-right: 0;
        }
    }

    img {
        width: 100%;
        height: 100%;
    }
}