是否可以在 Recurly.js v4 中设置边框样式?
Is it possible to style border in Recurly.js v4?
由于 Recurly v4 在使用 iframe 时添加了字段,因此可以出现的样式是有限制的。因此,当尝试设置边框样式时,不清楚是否可以更改边框。
相关链接:https://dev.recurly.com/docs/getting-started-1#section-styling-card-fields
托管账单信息字段的样式可以通过 CSS 文件的 .recurl-hosted-field 部分控制,如本例所示:
https://github.com/recurly/recurly-js-examples/blob/master/public/minimal/style.css#L191-L218。
这包括更改字段大小、边框大小、颜色和其他属性
由于 Recurly v4 在使用 iframe 时添加了字段,因此可以出现的样式是有限制的。因此,当尝试设置边框样式时,不清楚是否可以更改边框。
相关链接:https://dev.recurly.com/docs/getting-started-1#section-styling-card-fields
托管账单信息字段的样式可以通过 CSS 文件的 .recurl-hosted-field 部分控制,如本例所示: https://github.com/recurly/recurly-js-examples/blob/master/public/minimal/style.css#L191-L218。
这包括更改字段大小、边框大小、颜色和其他属性