app-carousel.less 631 字节
Newer Older
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
.app-carouse{
    .ivu-carousel-dots{
        .radius{
            width: 10px;
            height: 10px;         
        }
        .ivu-carousel-active{
            width: 10px;
            height: 10px;
            .radius{
                width: 10px;
                height: 10px;
                background-color:rgb(51, 142, 217) ;           
            }
        } 
    }
    .ivu-carousel-item{
        overflow: hidden;
        .carousel-img-item{
            width: 100%;
            .app-carouse-img{
                margin-left: 50%;
                transform: translate(-50%);
            }
        }
    }
 
    
}