1、盒模型标准盒子模型:box-sizing: content-box (height只包括content高度)IE盒模型:box-sizing: border-box (height = padding + border + ...
確定! 回上一頁