• 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
  • product
  • sale
  • _index.css
  • scss 语法规范
    5d5cc849
    by 郝肖肖
    2017-02-22 16:34:03 +0800  
    Browse Files
_index.css 452 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
@import "goods-list";
@import "sale";
@import "layout/swiper";
@import "channel/banner-top";
@import "channel/floor-header";
@import "channel/discount-list";
@import "channel/thumb-row";
@import "common/good";
@import "common/filter";

.banner-swiper {
    ul {
        li {
            img {
                width: 100%;
                height: auto;
            }
        }
    }
}

.swiper-lazy-preloader {
    transform: translate3d(0, 0, -1px);
}