在home.php文件中
.carousel .item>img { position: absolute; top: 0; left: 0; max-width: 100%; height: 100%;}
在carousel.css中
.carousel-inner > .item > img { position: absolute; top: 0; left: 0; min-width: 100%; height: 500px;}
另外,添加
margin-top:51px;到
.carouselcarousel.css文件中的类并
height:500px从同一类中删除,因为您已固定了导航栏。
欢迎分享,转载请注明来源:内存溢出
评论列表(0条)