📜  媒体查询中的目标 id - 任何代码示例

📅  最后修改于: 2022-03-11 14:55:55.903000             🧑  作者: Mango

代码示例1
@media only screen and (max-width: 767px) {
    /* your iframe */
    .responsive #frame { 
        width: 100%!important;
        max-width: 100%!important;
    }
}