here's the site。如果將窗口大小調整爲較小。你會發現有引起Bootsrap轉盤:刪除下邊距
.carousel-inner {
background-color: #03324c;
}
底邊距/填充,我可以刪除,但該指標將是不可見的,並會出現在底部留有空隙。我知道,圖像有不同的大小,我嘗試調整大小,同樣的問題。我已經嘗試了很多東西2天,沒有任何工作。
.carousel-inner {
background-color: #03324c;
}
.carousel-inner img {
margin-left: auto;
margin-right: auto;
margin-top: auto;
opacity: 0.7;
width: 100vw;
height: auto;
max-height: 100vh;
bottom: 0;
}
.carousel-caption h3 {
color: #fff !important;
}
究竟是什麼你在找什麼?您是否希望爲指標顯示保證金? –
@SamBattat是的,我保持它,因爲它使指標顯示,這就是我需要的所有 – Lynob
使所有圖像相同的寬度和高度 – marzelin