.carouselantd { width: 100%; height: auto; min-height: 300px; display: inline-block; } .carouselantd .loading { width: 100%; font-size: 24px; font-family: 'pingfangsc-medium'; text-align: center; } .carouselantd .loading p { padding: 10px; } .carouselantd .carouselantditem { width: 100%; height: 300px !important; position: relative; } .carouselantd .carouselantditem .carouselantditembot { position: absolute; right: 0; bottom: 0; background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.8) 100%); width: 100%; height: 58px; color: #ffffff; font-size: 18px; line-height: 58px; text-align: left; padding-left: 20px; font-family: 'pingfangsc-medium'; margin: 0; cursor: pointer; } .carouselantd .carouselantditem .carouselantditembg { width: 100%; height: 100%; background-size: cover !important; background-repeat: no-repeat !important; } .carouselantd .carouselantditem img { width: 100%; height: 100%; } .carouselantd .ant-carousel .slick-slide { text-align: center; height: 300px; overflow: hidden; } .carouselantd .ant-carousel .slick-dots { text-align: right; right: 20px; bottom: 25px; }