基本功
Vue2系列
Vue3系列
React
Appearance
/*清除浮动代码*/ .clearfix:after { display: block; clear: both; content: ''; visibility: hidden; height: 0; } .clearfix { zoom: 1; }
.clearfix { overflow: hidden; /* overflow: auto; */ }