怎么让图片居中?
.carousel{ /*轮播图居中*/ width: 40%; margin:0 auto; }
在img中添加class="center-block"
在设置轮播的框架中添加一个margin:0 auto 它就自动居中了
或者直接 style="width:100%"
class="text-center"
就是啊,为什么我从案例中拷贝下来代码后,图片居左呢