我以前使用过基金会4与自定义表单,他们工作很好。但是,对于Foundation 5,我无法理解如何使用它们。需要帮助!
转到网址:http://foundation.zurb.com/stencils.html,它给出了关于使用它的奇怪指南,我无法理解。

发布于 2013-12-20 04:56:01
如你所见
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插件。
发布于 2013-12-17 13:34:41
Stensils是一组帮助您在OmniGraffle中快速创建接口的工具。关于OmniGraffle的更多信息,这里:http://www.omnigroup.com/omnigraffle
如果您需要为web创建一些自定义表单,最好在这里查看:http://foundation.zurb.com/docs/components/forms.html
https://stackoverflow.com/questions/20579003
复制相似问题