列表項的第一項距離頂部0.2rem,最後一項距離底部0.5remcss
.item:first-child { padding-top: .2rem; } .item:last-child { padding-bottom: .5rem; }