图例:
image上代码:
.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:
image
.content_title2{
font-size:14px;
position: relative;
margin-left:24px;
&:before{
content: "\25BA";
color:#00BBA9;
position: absolute;
left:-17px;
top:0px;
}
}
网友评论