![Android 版 Firefox logo](https://assets-prod.sumo.prod.webservices.mozgcp.net/media/uploads/products/2020-04-14-08-37-28-a0d9f0_1.png)
CSS3 SUPPORT
box-sizing:border-box; not support by firefox 20.0 build version for android
box-sizing:border-box; not support by firefox 20.0 build version for android
被采纳的解决方案
It needs to be prefixed with -moz- according to https://developer.mozilla.org/en-US/docs/CSS/box-sizing
定位到答案原位置 👍 1所有回复 (3)
Did this work in 19? If so, this sounds like a regression. Would you mind filing a bug, if you're comfortable with Bugzilla? Otherwise we'll go ahead and file it.
Thanks!
- David
选择的解决方案
It needs to be prefixed with -moz- according to https://developer.mozilla.org/en-US/docs/CSS/box-sizing
thanks its works firefox android mobile version -moz-box-sizing: border-box;