html中把li前面的的小圆点换成小图片的方法

1 li {
2     list-style: none;
3     background: url(../img/li_dis.png) no-repeat left;
4     padding-left: 20px;
5 }
原文地址:https://www.cnblogs.com/Mryjp/p/li.html