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.
我正在构建一个需要在所有移动屏幕上平等使用的移动网站。
布局中的所有尺寸都是针对 1920 的 1080 屏幕获得的,而只有宽度在移动设备上正常缩放,滚动出现在高度上。我如何也可以在高度上缩放网站,避免在 css 中的任何地方使用 % ?
例子:
对于宽度,width=device-width使用视口,但对于高度,属性height=device-height不起作用
width=device-width
height=device-height
您可以尝试使用vhcss 单元进行试验。
vh
另见:https ://www.w3schools.com/cssref/css_units.asp