4 這樣的事情,使用::before和使用content CSS: ul li { list-style: none; } ul li::before { content: ""; display: block; border: 2px solid #000; width: 10px; margin-left: -20px; margin-top: 1em; margin-bottom: -0.67em; } <ul> <li>Item 1</li> <li>Item 2</li> <li>Item 3</li> <li>Item 4</li> <li>Item 5</li> </ul> 預覽 來源 2016-11-24 15:10:17 +0 謝謝你,工作PE rfectly :) – JZK +1 @JZK你可以添加一些'border-radius'和'border-color'使其更加生動......':D' –
謝謝你,工作PE rfectly :) – JZK
@JZK你可以添加一些'border-radius'和'border-color'使其更加生動......':D' –