[转][html5]网页横屏

@@media screen and (orientation:portrait){
     body{
           transform: rotate(90deg);
     }
}

将以上 CSS 加入网页,可以发现手机上查看时网页横向显示了。

转自:https://segmentfault.com/q/1010000009286701

posted on 2018-06-11 10:37  z5337  阅读(504)  评论(0编辑  收藏  举报