<style>
/*竖屏*/
@media only screen and (orientation:portrait ) {
}
/*横屏*/
@media only screen and (orientation:landscape) {
body *{ display:none;}
body{ background-color:lightblue;}
body:after{ content:"为了更好的体验,请使用竖屏游览!!!"}
}
</style>
<style>
/*竖屏*/
@media only screen and (orientation:portrait ) {
}
/*横屏*/
@media only screen and (orientation:landscape) {
body *{ display:none;}
body{ background-color:lightblue;}
body:after{ content:"为了更好的体验,请使用竖屏游览!!!"}
}
</style>
本文标题:css横竖屏
本文链接:https://www.haomeiwen.com/subject/bixyzftx.html
网友评论