摘要:
最近接触到的css 伪元素觉得还算不错 分享下:1、清楚内盒浮动设置:.back_list ul{padding:12px 0 0 12px;zoom:1;}.back_list ul:after{clear: both;content: ".";display: block;height: 0;visibility: hidden;}/*清楚内盒浮动设置*/2、伪元素after设置,在元素之后添加内容:.afterxx{width:400px;height:200px; background-color:#999;border-radius:10px;margin:50p 阅读全文