答案 0 :(得分:0)
将以下样式应用于.carousel:
.carousel: {
margin-top: 77px;
height: 100%;
margin-bottom: 0px;
max-width: 1170px;
margin: 0 auto;
position: relative;
}
并更改指标'样式:
.carousel-indicators {
position: absolute;
bottom: 10px;
left: 0;
z-index: 15;
width: 60%;
margin-left: 20px;
list-style: none;
text-align: center;
}