zoukankan      html  css  js  c++  java
  • 自动列表排序.html

    1. 法规及传法规及干活他人符合
    2. 法规及传法规及干活他人符合
    3. 法规及传法规及干活他人符合
    4. 法规及传法规及干活他人符合
    5. 法规及传法规及干活他人符合
    6. 法规及传法规及干活他人符合
    <!DOCTYPE html>
    <html>
        <head>
            <meta charset="UTF-8">
            <title></title>
            <style>
                ol.chapters {
                    list-style: none;
                    margin-left: 0;
                }
                
                ol.chapters > li:before {
                    content: counter(chapter) ". ";
                    counter-increment: chapter;
                    font-weight: bold;
                    float: left;
                     40px;
                }
                
                ol.chapters li {
                    clear: left;
                }
                
                ol.start {
                        counter-reset: chapter;
                }
                
                ol.continue {
                        counter-reset: chapter 11;
                }
            </style>
        </head>
        <body>
            <ol>
                <li>法规及传法规及干活他人符合</li><li>法规及传法规及干活他人符合</li>
                <li>法规及传法规及干活他人符合</li><li>法规及传法规及干活他人符合</li>
                <li>法规及传法规及干活他人符合</li><li>法规及传法规及干活他人符合</li>
            </ol>
        </body>
    </html>
  • 相关阅读:
    delphi try except语句 和 try finally语句用法以及区别
    正向代理与反向代理(转)
    kbmMW功能
    problem 202,263、232、21、231
    leetcode day8
    leetcode day7
    VS2013 opencv2.4.8
    web 前端routine
    leetcode day6
    leetcode day5
  • 原文地址:https://www.cnblogs.com/zhanghailing/p/11995031.html
Copyright © 2011-2022 走看看