matometaru
12/2/2016 - 8:28 AM

リスト連番(2桁)

リスト連番(2桁)

.repair .repairList01 li{
	counter-increment: li;
}
.repair .repairList01 li img + p:before{
	position: relative;
	content: "0"counter(li)". ";
}
.repair .repairList01 li:nth-child(n+10) img + p:before {
    content: ""counter(li)". ";
}