W72crm_web-master/node_modules/less/test/css/extend-clearfix.css

20 lines
190 B
CSS
Raw Permalink Normal View History

2025-05-27 11:25:53 +08:00
.clearfix,
.foo,
.bar {
*zoom: 1;
}
.clearfix:after,
.foo:after,
.bar:after {
content: '';
display: block;
clear: both;
height: 0;
}
.foo {
color: red;
}
.bar {
color: blue;
}