标签: html css
我想在我的应用程序上设置一个页面orientation:landscape,这就是我这样做的方式。我的下面的代码没有做到这一点。我错过了什么?
orientation:landscape
@media only screen and (min-device-width : 320px) and (max-device-width : 1281px) and (orientation : potrait) { html { transform: rotate(-90deg); } }