css Gravity Wiz // Gravity Forms //样式编号字段,如Total Field

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了css Gravity Wiz // Gravity Forms //样式编号字段,如Total Field相关的知识,希望对你有一定的参考价值。

/**
 * Gravity Wiz // Gravity Forms // Style Number Fields like Total Field
 *
 * Use "gf_price" and "gf_total" CSS classes via the "CSS Class Name" setting to style your Number fields like a product
 * price (red) or total (green).
 */
.gform_wrapper .gf_price input[type=text],
.gform_wrapper .gf_price input[type=number] {
	border: 0;
	font-size: 1.2em;
	color: #060;
	text-indent: 0;
	padding: 0;
}
.gform_wrapper .gf_total input[type=text],
.gform_wrapper .gf_total input[type=number] {
	color: #060;
}

以上是关于css Gravity Wiz // Gravity Forms //样式编号字段,如Total Field的主要内容,如果未能解决你的问题,请参考以下文章

css Gravity Wiz // Gravity Forms //样式编号字段,如Total Field

css Gravity Wiz // Gravity Forms //样式编号字段,如Total Field

php Gravity Wiz // Gravity Forms Styles Pro //强制验证消息

php Gravity Wiz // Gravity Forms //按表单名称获取表单ID

php Gravity Wiz // Gravity Forms //添加日期合并标记的格式选项

php Gravity Wiz // Gravity Forms Coupons //允许零金额优惠券