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>
  • 相关阅读:
    不容易系列之(4)——考新郎
    阿牛的EOF牛肉串
    一只小蜜蜂
    C#设计模式——简单工厂模式
    C#设计模式总结
    [设计模式]单例模式
    Jquery真的不难~第一回 编程基础知识
    大树底下不长草,微软底下?
    下一站 java
    如果电磁不能永久保存,那最终会留下什么?
  • 原文地址:https://www.cnblogs.com/zhanghailing/p/11995031.html
Copyright © 2011-2022 走看看