我之前使用过带有自定义表单的 Foundation 4,它们工作得很好。但是,对于 Foundation 5,我无法理解如何使用它们。需要帮忙!
转到 URL: http: //foundation.zurb.com/stencils.html它提供了关于使用它的奇怪指南,我无法理解。
我之前使用过带有自定义表单的 Foundation 4,它们工作得很好。但是,对于 Foundation 5,我无法理解如何使用它们。需要帮忙!
转到 URL: http: //foundation.zurb.com/stencils.html它提供了关于使用它的奇怪指南,我无法理解。
Stensils 是一组工具,可帮助您在 OmniGraffle 中快速创建界面。有关 OmniGraffle 的更多信息,请访问: http ://www.omnigroup.com/omnigraffle
如果您需要为网络创建一些自定义表单,最好看这里: http: //foundation.zurb.com/docs/components/forms.html
如您所见
http://foundation.zurb.com/docs/upgrading.html#upgrading-the-sass
@import "foundation/components/sections";
@import "foundation/components/custom-forms";
都已从基础框架中删除。如果您希望继续使用 Foundation 4 中定义的自定义表单以及其官方文档中的描述
http://foundation.zurb.com/docs/v/4.3.2/components/custom-forms.html
那么你可能应该切换回Foundation 4。
作为替代方案,您始终可以使用 CSS3 和伪元素来设置复选框和/或单选按钮的样式,而无需使用 javascript 插件来完成。