@media screen and (min-width:413px) and (min-height:300px)
多个条件之间用and连接即可
Vue实践-CSS样式position/display/float属性对比使用