媒体查询插件 媒体查询@media(orientation: portrait) { .box { width: 300px; height: 383px; }}@media(orientation: landscape) { .box { width: 430px; height: 280px; }} 插件import ‘schofe-flexible’