怎么樣消除bootstrap 中 col-md-3 中的左右兩邊的距離,如下圖代碼
ibeautiful
2018-12-13 18:18:48
TA貢獻(xiàn)1847條經(jīng)驗(yàn) 獲得超7個(gè)贊
[class*="col-"] {
padding: 0 !important;
margin: 0 !important;
}
舉報(bào)