第七色在线视频,2021少妇久久久久久久久久,亚洲欧洲精品成人久久av18,亚洲国产精品特色大片观看完整版,孙宇晨将参加特朗普的晚宴

為了賬號(hào)安全,請(qǐng)及時(shí)綁定郵箱和手機(jī)立即綁定

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;
}


正在回答

1 回答

display: block;

<!DOCTYPE?html>
<html>
<head>
????<meta?charset="UTF-8">
????<title>去掉ul中l(wèi)i前的點(diǎn).html</title>
????<style?type="text/css">
????ul?li?{
????????display:?block;
????}
????</style>
</head>
<body>
<ul>
????<li>無(wú)序列表</li>
????<li>無(wú)序列表</li>
????<li>無(wú)序列表</li>
????<li>無(wú)序列表</li>
????<li>無(wú)序列表</li>
</ul>
</body>
</html>


0 回復(fù) 有任何疑惑可以回復(fù)我~
#1

一個(gè)非相關(guān)專(zhuān)業(yè)的人 提問(wèn)者

原來(lái)定義成塊級(jí)元素點(diǎn)就去掉了。。感激不盡
2018-04-19 回復(fù) 有任何疑惑可以回復(fù)我~

舉報(bào)

0/150
提交
取消

bootstrap里的基礎(chǔ)列表組是怎么把列表圓點(diǎn)去掉的。

我要回答 關(guān)注問(wèn)題
微信客服

購(gòu)課補(bǔ)貼
聯(lián)系客服咨詢(xún)優(yōu)惠詳情

幫助反饋 APP下載

慕課網(wǎng)APP
您的移動(dòng)學(xué)習(xí)伙伴

公眾號(hào)

掃描二維碼
關(guān)注慕課網(wǎng)微信公眾號(hào)