app-rawitem-carousel.less 577 字节
Newer Older
glod-money-money's avatar
glod-money-money committed
1 2 3
.app-rawitem-carousel{
    width: 100%;
    .carsouel-container{
glod-money-money's avatar
glod-money-money committed
4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22
        .carousel-img-item{
            width: 100%;
            height: 100%;
            position: relative;
            text-align: center;
            >img,i{
                display: block;
                position: absolute;
                top: 50%;
                left: 50%;
                transform:translate(-50%,-50%);
            }
            .app-carouse-img{
                object-fit: contain;
                width: 100%;
                height: 100%;
            }
        
        }
glod-money-money's avatar
glod-money-money committed
23 24
    }
}