创建伪元素图标
2019-01-17 本文已影响0人
景愿离
.icon::before{
content: "";
display: inline-block;
vertical-align: middle;
width: 12px;
height: 12px;
border: 1px solid #e4393c;
border-radius: 50px;
background-color: #e64340;
margin-right: 5px;
margin-top: -2px;
}