1,
/* 竖屏模式 */ @media screen and (orientation: portrait){ /* 主按钮 */ .PageBut1N { width: 10%; height: 8%; top: 90%; left: 38%; } } /* 横屏模式 */ @media screen and (orientation: landscape) { /* 主按钮 */ .PageBut1N { width: 10%; height: 8%; top: 90%; left: 42%; /* background-color: red; */ } }