bootstrap里的基礎(chǔ)列表組是怎么把列表圓點(diǎn)去掉的。
觀察了下源碼。。沒(méi)看到消除列表圓點(diǎn)的代碼啊。。
.list-group?{ ??padding-left:?0; ??margin-bottom:?20px; } .list-group-item?{ ??position:?relative; ??display:?block; ??padding:?10px?15px; ??margin-bottom:?-1px; ??background-color:?#fff; ??border:?1px?solid?#ddd; } .list-group-item:first-child?{ ??border-top-left-radius:?4px; ??border-top-right-radius:?4px; } .list-group-item:last-child?{ ??margin-bottom:?0; ??border-bottom-right-radius:?4px; ??border-bottom-left-radius:?4px; }
2018-04-17
display: block;