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.
我为 2 个元素提供了相同的宽度,一个是表单的输入文本字段,另一个是 div。但是它们在显示时都呈现不同的宽度。输入字段似乎比 div 元素更宽。有人可以解释我如何解决它吗?输入字段显示更多宽度是否有一些固定比例?帮我。
利用 :
input { box-sizing:border-box; -moz-box-sizing:border-box; -webkit-box-sizing:border-box; }
工作小提琴