横竖屏切换 页面布局 变化严重,使用媒体查询写两套css,- -
CSS
@media screen and (orientation: portrait) {
/* 竖屏 */
}
@media screen and (orientation: landscape) {
/* 横屏 */
}@media横竖屏切换 页面布局 变化严重,使用媒体查询写两套css,- -
@media screen and (orientation: portrait) {
/* 竖屏 */
}
@media screen and (orientation: landscape) {
/* 横屏 */
}@media