Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我开发了该网站的移动版本。按照响应式设计的原则,块大小是一个百分比。
html, body{ 宽度:100%; 高度:100% }
什么或什么时候输入框有焦点虚拟键盘出现。由于屏幕高度减小,其他单元的大小也减小(以主体百分比表示)。我怎样才能避免这种情况?我怎样才能避免这种情况?即块高度必须从设备屏幕的高度计算。谢谢你。
有没有特别的理由height: 100%?你只需要布局来适应屏幕的宽度,而高度很可能是height:auto;
height: 100%
height:auto;