0
我在響應式視圖中遇到問題。如何使左右箭頭作爲響應。下面附上截圖爲響應器件bootstrap輪播控制響應
網站查看
移動視圖
.carousel-control span {
position: absolute;
top: 85%;
color: #C21B17;
z-index:999px;
font-size:30px;
}
.carousel-control.left {
\t margin-left: -40px;
\t width:30px;
\t height:60px;
\t background:none;
}
.carousel-control.right {
\t margin-right: -20px;
\t width:30px;
\t height:60px; \t
\t background:none;
}
它仍然是一樣的。 – user3565784