We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
可以通过 box-sizing 来模拟
IE盒模型:
{ box-sizing: border-box; }
标准盒模型:
{ box-sizing: content-box; }