在bootstrap中使用carousel,先要给.carousel一个大小,
要想使carousel和item和img随着浏览器大小而变,就要设置
.carousel .item { height: 500px; background-color: #777;}.carousel-inner > .item > img { position: absolute; top: 0; left: 0; min-width: 100%; height: 500px;}
博客园 © 2004-2025 浙公网安备 33010602011771号 浙ICP备2021040463号-3