在一些老的ios系统上,position有兼容问题,一般都是开发人员忘了写top和left属性导致的。(一定要加top 和 left属性) .panel { position: absolute; width: 100%; top: 0px; left :0px; }