• This project
    • Loading...
  • Sign in

fe / yohoblk-wap · 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
  • yohoblk-wap
  • public
  • vue
  • product
  • css
  • image-carousel.css
  • 商品详情
    ea7f509a
    by Aiden Xu
    2016-07-20 17:51:58 +0800  
    Browse Files
image-carousel.css 467 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
.image-carousel {
    width: 100%;
    height: 1000px;

    .swipe {
        height: 100%;
    }

    .swipe-indicators {
        left: auto;
        right: 32px;
    }

    .swipe-indicator {
        width: 8px;
        height: 8px;
        line-height: 12px;
        display: inline-block;

        &.active {
            width: 12px;
            height: 12px;
            background: #000;
            opacity: 0.6;
            margin: -2px 5px;
        }
    }
}