标签:模型 http style type amp ext order set reset
因为Bootstrap使用了 * {box-sizing:border-box;}来reset浏览器的默认盒子模型。所以加上以下代码就可以兼容Bootstrap了
<style type="text/css">
.laydate_box, .laydate_box * { box-sizing:content-box; }
</style>
标签:模型 http style type amp ext order set reset
原文地址:http://www.cnblogs.com/wesky/p/6212116.html