标签:技术分享 默认 ima html add png href 宽度 element
box-sizing:content-box|border-box|inherit;
默认值:content-box
继承性:无
.test1{ box-sizing:content-box; width:200px; padding:10px; border:15px solid #eee; }
.test2{ box-sizing:border-box; width:200px; padding:10px; border:15px solid #eee; }
标签:技术分享 默认 ima html add png href 宽度 element
原文地址:http://www.cnblogs.com/jinchuan/p/6365733.html