我不能让这个英雄单元像在http://twitter.github.com/bootstrap/examples/hero.html#上使用这个原始 CSS 移动中心 -
.hero-unit {
padding: 60px;
margin-bottom: 0px;
font-size: 18px;
font-weight: 200;
line-height: 30px;
color: inherit;
background-color: #eeeeee;
border:1px solid #cacaca;
-webkit-border-radius: 10px;
-moz-border-radius: 10px;
border-radius: 10px;
}
看看我在http://www.magnixsolutions.com/dev/test/test.html上做了什么
我的 CSS 与下面的原始文件相同。我不明白发生了什么事。
.hero-unit {
padding: 60px;
margin-bottom: 30px;
font-size: 18px;
font-weight: 200;
line-height: 30px;
background-color: #eeeeee;
border:1px solid #cacaca;
-webkit-border-radius: 10px;
-moz-border-radius: 10px;
border-radius: 10px;
}