html [仅CSS肖像] CSS仅在横向或纵向模式下可以查看网站。使用任何一种机制

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了html [仅CSS肖像] CSS仅在横向或纵向模式下可以查看网站。使用任何一种机制相关的知识,希望对你有一定的参考价值。

<style type="text/css">
    #warning-message { display: none; }
    @media only screen and (orientation:portrait){
        #wrapper { display:none; }
        #warning-message { display:block; }
    }
    @media only screen and (orientation:landscape){
        #warning-message { display:none; }
    }
</style>


<div id="wrapper">
<!-- your html for your website -->
</div>
<div id="warning-message">
    This website is only viewable in landscape mode
</div>
<style  media="screen and (orientation: landscape)">
</style>
<style  media="screen and (orientation: portrait)">
</style>

<link rel="stylesheet" type="text/css" href="css/style_l.css" media="screen and (orientation: landscape)">
<link rel="stylesheet" type="text/css" href="css/style_p.css" media="screen and (orientation: portrait)">

以上是关于html [仅CSS肖像] CSS仅在横向或纵向模式下可以查看网站。使用任何一种机制的主要内容,如果未能解决你的问题,请参考以下文章

如何区分横向和纵向之间的网格

横向播放视频并强制应用返回纵向

使用 HTML 和 CSS 创建横向和纵向布局

相机仅在人像模式下快速拍照

在视口中拟合肖像 png/jpg

导航栏切换器仅在纵向,而不是横向移动