css 媒体查询bootstrap 3
Posted
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了css 媒体查询bootstrap 3相关的知识,希望对你有一定的参考价值。
/* Large desktops and laptops */
@media (min-width: 1200px) {
}
/* Landscape tablets and medium desktops */
@media (min-width: 992px) and (max-width: 1199px) {
}
/* Portrait tablets and small desktops */
@media (min-width: 768px) and (max-width: 991px) {
}
/* Landscape phones and portrait tablets */
@media (max-width: 767px) {
}
/* Portrait phones and smaller */
@media (max-width: 480px) {
}
以上是关于css 媒体查询bootstrap 3的主要内容,如果未能解决你的问题,请参考以下文章
css Bootstrap 3媒体查询
css 媒体查询bootstrap 3
覆盖 Bootstrap 3 媒体查询
JQuery Mobile、Bootstrap 和 CSS3 媒体查询,选择啥组合
css Bootstrap3媒体查询
css Bootstrap默认媒体查询