box-sizing 含有三個屬性,分別是 content-box,border-box,inherit
1.content-box border和padding不計算入width之內;
2.border-box border和padding計算入width之內;
3.inherit 規定應從父元素繼承 box-sizing 屬性的值
content-box相當於W3C下的模式,而border-box則為傳統IE下的模式
box-sizing 含有三個屬性,分別是 content-box,border-box,inherit
1.content-box border和padding不計算入width之內;
2.border-box border和padding計算入width之內;
3.inherit 規定應從父元素繼承 box-sizing 屬性的值
content-box相當於W3C下的模式,而border-box則為傳統IE下的模式
本站轉載的文章為個人學習借鑒使用,本站對版權不負任何法律責任。如果侵犯了您的隱私權益,請聯系本站郵箱yoyou2525@163.com刪除。