modal>modal-dialog>modal-content>modal-header(button.close+modal-title)+modal-body+modal-footer(buttons)
2017-05-08
.pull-left 和 .pull-right 这两个类以前也曾经被用在了媒体组件上,但是,从 v3.3.0 版本开始,他们就不再被建议使用了。.media-left 和 .media-right 替代了他们,不同之处是,在 html 结构中, .media-right 应当放在 .media-body 的后面。
后面还有半句,html结构:
<div class="media-right/media-left">
<a>
<img class="media-object">
</a>
</div>
后面还有半句,html结构:
<div class="media-right/media-left">
<a>
<img class="media-object">
</a>
</div>
2017-05-08
最新回答 / web_東
(function mouse() { $("li").mouseenter(function () { $(this).css("background-color","blue").siblings().css("background-color","#fff "); }); $("li").mouseleave(function () { $("li").css("b...
2017-05-07
我喜欢这个<meta name="viewport" content="width=device-width,initial-scale=1">
2017-05-06