class =" title-bar"有什么区别?和class =" top-bar-title"和class =" title-bar-title"在Zurb Foundation 6?所有这些似乎也做同样的事情。
答案 0 :(得分:1)
在基金会6中,事情已被“削减”得更多或更“模块化”。
.title-bar是.title-bar-title及其中任何元素的容器(通常是按钮切换)。
.title-bar-title就是所说的 - 你要添加的栏的标题(通常与响应式菜单一起使用)。
.top-bar-title类似于.title-bar-title,但专门用于.top-bar元素。
虽然非常相似,但它们都用于在语义上潜水你的标记。
阅读以下内容: http://foundation.zurb.com/sites/docs/responsive-navigation.html http://foundation.zurb.com/sites/docs/top-bar.html
答案 1 :(得分:0)
.title-bar {background:#0a0a0a; color:#fefefe; padding:0.5rem; }
.top-bar-title {float:left; margin-right:1rem; }
.title-bar-title {font-weight:bold; vertical-align:middle; display:inline-block; }
我看不到同样的事情