📜  停止改变 div 大小的填充 - CSS 代码示例

📅  最后修改于: 2022-03-11 14:47:41.288000             🧑  作者: Mango

代码示例1
-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
-moz-box-sizing: border-box;    /* Firefox, other Gecko */
box-sizing: border-box;         /* Opera/IE 8+ */