`
<div style="position: absolute;width: 170px;height: 100%;right: 0;top: 0;text-align: center;">
<div style="font-weight: bold;font-size: 60px;">¥5</div>
<div style="font-size: 19px;">线下抵用券</div>
<div style="font-size: 19px;">(无门槛)</div>
</div>`
以上样式在大多数手机中都是正常的 比如
但是在个别手机中会出现类似这种的情况(蓝色部分背景的宽高也是写死的)
好像文字的大小与css设置的有些出入
请问这可能是什么原因造成的 有什么解决方法么
试下
-webkit-text-size-adjust:100%;