add zui-clearfix

This commit is contained in:
Nino 2016-12-20 16:57:08 +08:00
parent fcb8a7c568
commit 728f76e6cf

View File

@ -65,3 +65,12 @@
-webkit-line-clamp: 2;
-webkit-box-orient: vertical;
}
.zui-clearfix {
zoom: 1;
}
.zui-clearfix::after {
content: '';
display: table;
clear: both;
}