語法
列表樣式類型list-style-type
Setting the style of the list item marker.
Overview
Class | Declarations |
---|---|
list-style-type:type | list-style-type: type;
|
list-style:disc | list-style-type: disc;
|
list-style:decimal | list-style-type: decimal;
|
Conditionally apply
Apply styles based on different states using selectors and applying conditionally.
<div class="list-style-type:circle:hover list-style-type:circle@sm list-style-type:circle@dark list-style-type:circle@print">…</div>