• 自动列表排序.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>
  • 相关阅读:
    iOS-25个小技巧
    iOS-UITableView的使用
    iOS-UIPickerView
    iOS-UIStoryboard和UIResponder
    javascript弹出层-DEMO001
    jQuery源码分析-02正则表达式-RegExp-常用正则表达式
    JSON动态生成树
    回顾码农历程总结2013 期待2014
    大数据量分页存储过程效率测试附代码
    关于对象序列化json 说说
  • 原文地址:https://www.cnblogs.com/zhanghailing/p/11995031.html
Copyright © 2020-2023  润新知