css 订购列表的自定义计数器
Posted
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了css 订购列表的自定义计数器相关的知识,希望对你有一定的参考价值。
ol.custom-counter {
margin: 1em 0 1em 2em;
padding: 0;
list-style-type: none;
}
ol.custom-counter li {
position: relative;
counter-increment: step-counter;
margin-bottom: .5em;
}
ol.custom-counter li::before {
position: absolute;
content: counter(step-counter);
left: -2.5em;
top: 0;
font-size: .8em;
background-color: #84B962;
color: #fff;
font-weight: bold;
padding: 3px 8px;
border-radius: 3px;
}
以上是关于css 订购列表的自定义计数器的主要内容,如果未能解决你的问题,请参考以下文章
CSS计数器(自定义列表)Demo
DataTables.net 如何仅使用自定义代码订购
如何在 Magento 中添加自定义字段来订购?
CSS3 counters计数器学习笔记
通过 WMI 访问应用程序的自定义性能计数器
Hadoop Partitioner 中的自定义计数器