自動列表排序.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;
                width: 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>

 


免責聲明!

本站轉載的文章為個人學習借鑒使用,本站對版權不負任何法律責任。如果侵犯了您的隱私權益,請聯系本站郵箱yoyou2525@163.com刪除。



 
粵ICP備18138465號   © 2018-2025 CODEPRJ.COM