#box{ width: 200px; height: 200px; background-color: pink; }
标准盒子模型spa
box-sizing: content-box;code
怪异盒子模型blog
box-sizing: border-box;class