我的乖乖啥昵称

博客园 首页 联系 订阅 管理

在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;
}
posted on 2018-06-14 15:13  我的乖乖啥昵称  阅读(8319)  评论(0编辑  收藏  举报