文字前面加一个小圆点
.greencircle:before{ content: ''; margin: 3px; display: table; width: 6px; height: 6px; background: #2090ff; border-radius: 50%; }
或者直接加一个 • (简单总是最重要的~~)
.greencircle:before{ content: ''; margin: 3px; display: table; width: 6px; height: 6px; background: #2090ff; border-radius: 50%; }
或者直接加一个 • (简单总是最重要的~~)