CSS清除浮动

mac2022-06-30  32

/* 清除浮动 */ .clearfix::after { content: ''; display: block; clear: both; height: 0; line-height: 0; visibility: hidden; font-size: 0; } .clearfix { *zoom: 1; }

转载于:https://www.cnblogs.com/zjh-study/p/10668750.html

相关资源:JAVA上百实例源码以及开源项目
最新回复(0)