• 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
  • product
  • _sale.css
  • H5 限制整体宽度
    09ec4ceb
    by ccbikai
    2016-05-24 16:59:49 +0800  
    Browse Files
_sale.css 587 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 22 23 24 25 26 27 28 29 30 31 32 33
.sale-page {
    overflow: hidden;

    .banner-top .swiper-container {
        height: 200px;

        ul {
            height: 200px;
        }
    }

    #thumb-row {
        text-align: left;
        background: #fff;
        height: auto;
        overflow: hidden;
        padding-left: 30px;

        a {
            float: left;
            width: 275px;
            height: 130px;
            margin-right: 30px;
        }

        .thumb-row-box {
            border-radius: 20px;
            width: 100%;
            height: 100%;
            margin: 0 auto;
        }
    }
}