1
結算工作正常,但部分的「照片」選項卡留在照片。
我只是用實例代碼
節:http://foundation.zurb.com/docs/components/section.html
清算:http://foundation.zurb.com/docs/components/clearing.html
的Rails 4.0.0
結算工作正常,但部分的「照片」選項卡留在照片。
我只是用實例代碼
節:http://foundation.zurb.com/docs/components/section.html
清算:http://foundation.zurb.com/docs/components/clearing.html
的Rails 4.0.0
用這種方式解決。任何人都知道更好的?
app.css
.section-container.auto > section.active > .title, .section-container.auto > .section.active > .title {
z-index: 10;
}
的問題是 「z索引:11;」爲活動標籤。如果我改爲10就可以。 – sparkle