原来手机下排版错位,只需要CSS判断一下 [ol]/* 默认样式 */ body { background-color: blue; } /* 当屏幕宽度小于或等于768像素时 */ @media screen and (max-width: 768px) { body { background-color: red; } }[/ol]复制代码 很久, 只需要, 宽度