• 2022-11-02
    下面哪些样式设置可以清除层的浮动继承
    A: .clearfloat{ clear:both;}
    B: .clearfloat{ clear:both;height:0;font-size:0; }
    C: .clearfloat{ float:left;}
    D: .clearfloat{height:0pxline-height:0px;;}