Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
http://jsfiddle.net/G34yN/7/
有人知道如何将底部边框放置在有序列表的项目符号下方吗?
ol li { list-style-type:decimal; border-bottom: 1px solid #000; padding-left: 20px; margin-left: 20px; } <ol> <li>One</li> <li>Two</li> <li>Three</li> </ol>
添加:
ol { list-style-position: inside; }
在这里看到它:http: //jsfiddle.net/G34yN/8/
您可能需要稍微修改左侧填充。