我正在使用這個插件來創建輪播

我試過這樣
.control-dots {
background-color: red;
position: absolute;
bottom: 0;
}
還是行不通。預計將藥丸移動到影像的底部而不是影像上方。

uj5u.com熱心網友回復:
您需要添加padding-bottom到容器元素:
.carousel.carousel-slider {
padding-bottom: 30px;
}
.control-dots {
background-color: red;
}
https://codesandbox.io/s/react-responsive-carousel-forked-ztfpeu?file=/src/index.css
轉載請註明出處,本文鏈接:https://www.uj5u.com/houduan/525679.html
上一篇:懸停顯示元素
