• This project
    • Loading...
  • Sign in

fe / YOHOBUYPC · Files

Go to a project

GitLab

  • Go to group
  • Project
  • Activity
  • Files
  • Commits
  • Pipelines 0
  • Builds 0
  • Graphs
  • Milestones
  • Issues 0
  • Merge Requests 2
  • Members
  • Labels
  • Wiki
  • Forks
  • Network
  • Create a new issue
  • YOHOBUYPC
  • static
  • sass
  • home
  • _banner-center.scss
  • update
    9a40ce8f
    by 梁志锋
    2015-10-22 13:37:27 +0800  
    Browse Directory »
_banner-center.scss 200 Bytes
Raw Blame History Permalink
1 2 3 4 5 6 7 8 9 10
.banner-center {
    margin: (30rem / $pxConvertRem) 0 0;
    height: 200rem / $pxConvertRem;
    overflow: hidden;
    img {
        display: block;
        width: 100%;
        height: 100%;
    }
}