盒子大小 box-sizing:
1.box-sizing:content-box; //width&&height 定义为content
2.box-sizing:border-box; //content + padding + border