[css] 小案例,i 提示小图标_css

<i></i>
i{
display: inline-block;
width: 14px;
height: 14px;
color: #fff;
background-color: #00C5F5;
line-height: 14px;
text-align: center;
border-radius: 50%;
}
i::after{
content: "i";
}