• 2022-06-01
    一个层引用style1类样式,当设置层中图片在文字的左端图文环绕时,图片的样式需要修改为为
    A: .style1 img { float:left; }
    B: .style1 img { float:right; }
    C: style1 img { float;left; }
    D: img { clear;both; }