📅  最后修改于: 2022-03-11 14:47:26.192000             🧑  作者: Mango
@media screen and (min-width: 0px) and (max-width: 1204px) and (orientation: landscape) {
html {
transform: rotate(-90deg);
transform-origin: left top;
width: 100vh;
overflow-x: hidden;
position: absolute;
top: 100%;
left: 0;
}
}