【发布时间】:2017-05-09 15:27:37
【问题描述】:
有没有办法可以将引导轮播标题重新定位到图像的最低部分? CSS 如下:
.carousel-caption {
max-width: 100%;
width:100%;
background:rgba(0,0,0,0.5);
position: absolute;
left: 0;
}
【问题讨论】:
-
检查w3School
-
你试过
bottom: 0;吗?