1.APP端:@media screen(max-width:..px):{……} 2.平板端:@media screen(min-width:..+1px and max-width:..px):{……} 3.pc端:@media screen(min-width:..px):{……}