2 回答

TA貢獻1799條經驗 獲得超9個贊
1.//對于 Bootstrap 3.0
For Bootstrap 3.0:
// class="col-md-*" 其中的*表示列的寬度
With twitter bootstrap 3 use: class="col-md-*" where * is a number of columns of width.
2.//對于 Bootstrap 2.0
For Bootstrap 2.0:
// class = "span*" 其中的*表示列的寬度
With twitter bootstrap 2 use: class="span*" where * is a number of columns of width.
3.// 如果有<th> 元素,在 th 上設置同樣有效。
** If you have <th> elements set the width there and not on the <td> elements.
Bootstrap,來自 Twitter,是目前很受歡迎的前端框架。
Bootstrap 是基于 HTML、CSS、JavaScript 的,它簡潔靈活,使得 Web 開發更加快捷。 它由Twitter的設計師Mark Otto和Jacob Thornton合作開發,是一個CSS/HTML框架。
Bootstrap提供了優雅的HTML和CSS規范,它即是由動態CSS語言Less寫成。
Bootstrap一經推出后頗受歡迎,一直是GitHub上的熱門開源項目,包括NASA的MSNBC(微軟全國廣播公司)的Breaking News都使用了該項目。
國內一些移動開發者較為熟悉的框架,如WeX5前端開源框架等,也是基于Bootstrap源碼進行性能優化而來。
- 2 回答
- 0 關注
- 3664 瀏覽
添加回答
舉報