css - H5移动页面中margin-top/padding-top/height值在不同的手机上显示的效果不同如何解决
PHP中文网
PHP中文网 2017-04-17 13:37:32
0
3
1020

手机端页面两个元素之间的margin-top/margin-bottom值在苹果手机(6plus)和安卓手机下表现的效果不一样。苹果手机下的表现方式更接近设计图。
移动页面中的%是按照父容器的宽度设置的。

效果图如下
苹果手机效果:

安卓手机:两个尺寸不同,表现的效果相同

css设置:

PHP中文网
PHP中文网

认证高级PHP讲师

reply all(3)
Peter_Zhu

Have you used css reset?

巴扎黑

Set the line height to list-style: none;

巴扎黑

The fonts are different and the sizes are also different. You are also using relative sizes. . . .

Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template