CSS伪元素小圆点实现 效果如下: .contentList { //包裹小圆点和文字内容的盒子 .dot { display: inline-block; width: 8px; height: 8px; background: #097AF2; border-radius: 50%; } .content { //圆点后面文字的样式 } }