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