盒模型分为两种, 一个content-box,一个border-box. 区别直接看图, 就是对width的定义不同.
content-box
border-box
width
在content-box中: width=content 在border-box中: width=border + padding + content
width=content
width=border + padding + content
← 文档流 CSS动画transition与animation →