🔥码云GVP开源项目 12k star Uniapp+ElementUI 功能强大 支持多语言、二开方便! 广告
| [DHTMLET®](http://www.dhtmlet.com) | [属性清单 ](#)| 相关内容:SEE ALSO------------------------------------------  include-source  quotes  countent  counter-increment------------------------------------------  :after  :before | |-----|-----| counter-reset版本:CSS2  兼容性:NONE 继承性:无   语法:   **counter-reset :**** none **|* identifier number *   参数:   ** none : ** 阻止计数器复位 * identifier number : * 指定一个或多个复位的计数器   说明:   将指定selector的计数器复位。默认值是0。 目前IE5.5尚不支持此属性。 对应的脚本特性为**counterReset**。请参阅我编写的其他书目。   示例:   h1:before { counter-increment: main-heading; counter-reset: sub-heading; content: "Section " counter(main-heading) ":" }       苏沈小雨制作・保留所有权利 &copy2001 rain1977.comer . All rights reserved . Terms of Use .