媒体查询

@media(orientation: portrait) {
.box {
width: 300px;
height: 383px;
}
}
@media(orientation: landscape) {
.box {
width: 430px;
height: 280px;
}
}

插件

import ‘schofe-flexible’