//media.scss /*480px*/ /*小于*/ @media screen and (max-width: 480px) { .Carousel-container{ height: 40vw!important; } .carousel-items{ height: 40vw!important; } } /*880px*/ /*小于*/ @media screen and (max-width: 880px) { } /*1200px*/ /*小于*/ @media screen and (max-width: 1200px) { } /*大于*/ @media screen and (min-width: 1200px) { } /*1440px*/ /*小于*/ @media screen and (max-width: 1440px) { }