wordpress网址导航主题wpsite-p用到了这个办法,可以使li标签前添加逐渐增加的数字,1、2、3、4、5这样子分线给大家: .head_new ul{counter-reset:sectioncounter;} .head_new ul li:before { display: inline-block; content: counter(sect...