📜  检测纵向横向css代码示例

📅  最后修改于: 2022-03-11 14:47:27.638000             🧑  作者: Mango

代码示例1
@media screen and (orientation:portrait) { … }
 @media screen and (orientation:landscape) { … }