<Carousel  autoplay arrows={true} prevArrow={<LeftOutlined />} nextArrow={<RightOutlined />}> </Carousel>

  

.ant-carousel .slick-prev,
.ant-carousel .slick-prev:hover {
  left: 10px;
  z-index: 2;
  color: white;
  font-size: 20px;
  height: 50px;
  width: 40px;
  line-height: 50px;
  background-color: rgba(0,0,0,0.2);
}

.ant-carousel .slick-next,
.ant-carousel .slick-next:hover {
  right: 10px;
  z-index: 2;
  color: white;
  font-size: 20px;
  height: 50px;
  width: 40px;
  line-height: 50px;
  background-color: rgba(0,0,0,0.2);
}

  

posted on 2023-03-23 11:04  chenlw101  阅读(224)  评论(0编辑  收藏  举报