課程
/前端開發(fā)
/Bootstrap
/bootstrap快速入門
請(qǐng)問一下,tr的class需要加table-才能顯示出來顏色,不加就顯示不出來
2018-09-06
源自:bootstrap快速入門 3-4
正在回答
版本問題,換了3.3.7的解決
.table-danger 是什么鬼?
必須添加 .table 類才可以,可以查看未壓縮的css文件,也可以看 less 文件
.table?>?thead?>?tr?>?td.success, .table?>?tbody?>?tr?>?td.success, .table?>?tfoot?>?tr?>?td.success, .table?>?thead?>?tr?>?th.success, .table?>?tbody?>?tr?>?th.success, .table?>?tfoot?>?tr?>?th.success, .table?>?thead?>?tr.success?>?td, .table?>?tbody?>?tr.success?>?td, .table?>?tfoot?>?tr.success?>?td, .table?>?thead?>?tr.success?>?th, .table?>?tbody?>?tr.success?>?th, .table?>?tfoot?>?tr.success?>?th?{ ??background-color:?#dff0d8; }
舉報(bào)
bootstrap是目前最流行的框架之一,能夠帶你快速搭建網(wǎng)頁(yè)!
1 回答我的顯示不正確
3 回答這算成功了嘛?顏色不一樣
1 回答bootstrap中form標(biāo)簽不顯示DOM節(jié)點(diǎn)?
3 回答圖標(biāo)的顯示
3 回答樣式顯示不正確的解決方案
Copyright ? 2025 imooc.com All Rights Reserved | 京ICP備12003892號(hào)-11 京公網(wǎng)安備11010802030151號(hào)
購(gòu)課補(bǔ)貼聯(lián)系客服咨詢優(yōu)惠詳情
慕課網(wǎng)APP您的移動(dòng)學(xué)習(xí)伙伴
掃描二維碼關(guān)注慕課網(wǎng)微信公眾號(hào)
2018-09-06
版本問題,換了3.3.7的解決
2018-09-06
.table-danger 是什么鬼?
2018-09-06
必須添加 .table 類才可以,可以查看未壓縮的css文件,也可以看 less 文件