文字前面加一个小圆点

 

 

.greencircle:before{
   content: '';
   margin: 3px;
   display: table;
   width: 6px;
   height: 6px;
   background: #2090ff;
   border-radius: 50%;
  }

或者直接加一个 •  (简单总是最重要的~~)

posted @ 2022-02-17 12:59  如意酱  阅读(1327)  评论(0)    收藏  举报