📅  最后修改于: 2022-03-11 14:47:52.549000             🧑  作者: Mango
/* When the width is between 600px and 900px OR above 1100px */
@media screen and (min-width: 600px) and (max-width: 900px), (min-width: 1100px) {
div.example {...}
}