/*手机横屏时执行*/ @media screen and (orientation:landscape){ .txtle{ color: red } } /*手机竖屏时执行*/ @media screen and (orientation:portrait){ #wrap{ display:none; } }