如何在bootstrap轮播中调整图像大小

.carousel-inner .item img {
width: 100%; /* or width: 100% !important; */
}
.carousel-inner > .item > img {
      width:100%; /* Or try to use important */
      height:auto;
    }
.carousel {
  width:100%; /* Or try to use important */
  height:auto;
}
发布了151 篇原创文章 · 获赞 1 · 访问量 1798

猜你喜欢

转载自blog.csdn.net/qq_45802159/article/details/104324522
今日推荐