维基小程序
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 

24 lines
258 B

.uni-left {
float: left;
}
.uni-right {
float: right;
}
.uni-clearfix {
clear: both;
}
.uni-clearfix:before {
display: table;
content: ' ';
}
.uni-clearfix:after {
content: '';
display: block;
clear: both;
height: 0;
visibility: 0;
}