UNPKG

ohayolibs

Version:

Ohayo is a set of essential modules for ohayojp.

24 lines (21 loc) 341 B
/** * 设置元素不浮动 * 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; }