li:before {
content: counter(chapter) ". ";
counter-increment: chapter;
font-weight: bold;
float: left;
width: 40px;
}

ol.chapters li {
clear: left;
}

ol.start {
counter-reset: chapter;
}

ol.continue {
counter-reset: chapter 11;
}

-->

  1. 法规及传法规及干活他人符合
  2. 法规及传法规及干活他人符合
  3. 法规及传法规及干活他人符合
  4. 法规及传法规及干活他人符合
  5. 法规及传法规及干活他人符合
  6. 法规及传法规及干活他人符合
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<title></title>
<style>
ol.chapters {
list-style: none;
margin-left: ;
} ol.chapters > li:before {
content: counter(chapter) ". ";
counter-increment: chapter;
font-weight: bold;
float: left;
width: 40px;
} ol.chapters li {
clear: left;
} ol.start {
counter-reset: chapter;
} ol.continue {
counter-reset: chapter ;
}
</style>
</head>
<body>
<ol>
<li>法规及传法规及干活他人符合</li><li>法规及传法规及干活他人符合</li>
<li>法规及传法规及干活他人符合</li><li>法规及传法规及干活他人符合</li>
<li>法规及传法规及干活他人符合</li><li>法规及传法规及干活他人符合</li>
</ol>
</body>
</html>

最新文章

  1. vue.js学习笔记
  2. scheduleInRunLoop作用
  3. elasticsearch一些常用的配置
  4. Tomcat基本入门知识及发布,虚拟访问及启动碰到的错误,虚拟目录,虚拟路径,各种Tomcat的配置
  5. Linux私房菜——防火墙部分笔记
  6. 《Java编程思想》之重点笔记——多态性理解
  7. UESTC_小panpan学图论 2015 UESTC Training for Graph Theory&lt;Problem J&gt;
  8. QT renered html for js
  9. JavaScript实现段落文本高亮
  10. 【mongodb系统学习之十】mongodb查询(一)
  11. MongoDB 安装与配置
  12. STOMP
  13. ElasticSearch - query vs filter
  14. c——分解数
  15. Java IO流学习
  16. input文本框与图片的对齐
  17. andorid 反编译
  18. web.py 中文模版报错
  19. jQuery table tr隔行变色,鼠标移入移出变色,鼠标点击变色
  20. [Math]Pi(1)

热门文章

  1. CSPS模拟 90
  2. NOIP模拟 10
  3. Jenkins发送测试报告
  4. Linux 常用命令 | free 详解
  5. IDEA Debug 无法进入断点的解决方法
  6. Servlet——用户登录案例
  7. thinkphp5中取消了3.2版本中的单字母函数,初用tp5可能不大适应,下边给出两者的对应参照表,以便查阅。
  8. 服务器上传文件到oss,以及备份
  9. Github PageHelper 原理解析
  10. Docker解决下载镜像速度慢