Bootstrap设计因cdn和本地下载而异

时间:2014-08-24 06:28:18

标签: css twitter-bootstrap

我使用bootstrap使用此url创建了一个登录页面:

  

http://maxcdn.bootstrapcdn.com/bootstrap/3.2.0/css/bootstrap.min.css

设计很好。我决定下载相同的css文件并集成到我的应用程序......设计都有所不同。

会出现什么问题?我想要下载什么?

我的离线文件夹为:font,css,js

这是比较图像:

Online screenOffline screen

离线: link(rel =' stylesheet',href =' /stylesheet/bootstrap-theme.min.css')     link(rel =' stylesheet',href =' /stylesheet/bootstrap.css')     link(rel =' stylesheet',href =' /stylesheets/style.css')

但没有运气!

2 个答案:

答案 0 :(得分:0)

虽然如果你下载了一个自定义版本的Bootstrap会发生这种情况,但从你的图像看起来很明显你除了Bootstrap之外你还在使用其他CSS文件,一定要包含它,然后在Bootstrap之后加载它以便覆盖它任何需要的声明

答案 1 :(得分:0)

我为每个人感到抱歉..我的样式表路径中有一个拼写错误:(不是shtylesheet它是样式表)

link(rel='stylesheet', href='/stylesheet/bootstrap.css')
link(rel='stylesheet', href='/stylesheets/style.css')