bootstrap.css和bootstrap-theme.css有什么区别?

Lij*_*raj 81 css twitter-bootstrap-3

当我们下载bootstrap时,bootstrap文件中的bootstrap.css和bootstrap-theme.css有什么区别?

Kis*_*mar 94

bootstrap.css是BootStrap的核心css,它定义了各种控件/组件的所有样式,其中bootstrap-theme.css定义了按钮,下拉菜单,导航栏,进度条,面板的主题(渐变/动画).

大多数时候添加bootstrap.css足以让bootstrap工作,但对于渐变/动画,你可以使用bootstrap-theme.css.

您可以在http://getbootstrap.com/css/#buttons上看到差异,然后单击附加菜单中的预览主题(右侧的固定菜单)

  • 似乎称之为'bootstrap-gradient-theme'或'bootstrap-alternative-theme'会减少一些混乱. (5认同)