图例:
![](https://img.haomeiwen.com/i18721250/e7ee23247332652f.png)
上代码:
.content_title{
font-size:14px;
position: relative;
margin-left:20px;
&:before{
content: "";
width:10px;
height:10px;
border:1px solid #21C3B4;
border-radius: 50%;
position: absolute;
left:-14px;
top:3px;
}
}
图例2:
![](https://img.haomeiwen.com/i18721250/b6752c53d2887c1b.png)
.content_title2{
font-size:14px;
position: relative;
margin-left:24px;
&:before{
content: "\25BA";
color:#00BBA9;
position: absolute;
left:-17px;
top:0px;
}
}
网友评论