/**
* 设置元素不浮动
* Set element not float
*/.float-none {
float: none !important;
}
/**
* 设置元素向左浮动
* Set the element to float to the left
*/.float-left {
float: left !important;
}
/**
* 设置元素向右浮动
* Set the element to float to the right
*/.float-right {
float: right !important;
}