課程
/前端開發(fā)
/Bootstrap
/玩轉(zhuǎn)Bootstrap(基礎(chǔ))
如題,我怎么設(shè)置了發(fā)現(xiàn)沒效果呢
2015-09-15
源自:玩轉(zhuǎn)Bootstrap(基礎(chǔ)) 7-27
正在回答
.panel-title {
? margin-top: 0;
? margin-bottom: 0;
? font-size: 16px;
? color: inherit;
}
.panel-title > a,
.panel-title > small,
.panel-title > .small,
.panel-title > small > a,
.panel-title > .small > a {
Easily add a heading container to your panel with?.panel-heading. You may also include any?<h1>-<h6>?with a?.panel-title?class to add a pre-styled heading.?
你可能需要在panel-heading 里面添加一個h(h1~h6),這個時候你就可能用到這個類名,而不需要再去設(shè)置這個heading標(biāo)簽的字體大小。
舉報
告訴你使用Bootstrap,并且能夠獨立定制出適合自己的Bootstrap
2 回答.panel-title > a
1 回答panel無效?Bootstrap v4.3.1
3 回答<div class="panel-footer">問題
1 回答list-group中的邊框為什么不會和panel-body中的邊框重疊
3 回答為什么是三個icon-bar
Copyright ? 2025 imooc.com All Rights Reserved | 京ICP備12003892號-11 京公網(wǎng)安備11010802030151號
購課補貼聯(lián)系客服咨詢優(yōu)惠詳情
慕課網(wǎng)APP您的移動學(xué)習(xí)伙伴
掃描二維碼關(guān)注慕課網(wǎng)微信公眾號
2015-12-16
.panel-title {
? margin-top: 0;
? margin-bottom: 0;
? font-size: 16px;
? color: inherit;
}
.panel-title > a,
.panel-title > small,
.panel-title > .small,
.panel-title > small > a,
.panel-title > .small > a {
? color: inherit;
}
Easily add a heading container to your panel with?.panel-heading. You may also include any?<h1>-<h6>?with a?.panel-title?class to add a pre-styled heading.?
你可能需要在panel-heading 里面添加一個h(h1~h6),這個時候你就可能用到這個類名,而不需要再去設(shè)置這個heading標(biāo)簽的字體大小。