div:nth-of-type(4){ float:left|right|none; # 设置浮动,脱离标准文档流 # 向左 右 无 } div:nth-of-type(2){ clear: right|left|both|none; # 清除右边浮动、左边浮动、两边浮动、不清除浮动 }