//表单类必填项后增加星号的样式
.required {
 content: '*';
  color: red;
  font-family: SimSun;
  padding-left: 4px;
}
//关于表单的自定义参数
@form-picker-icon-line-height:1.1;
//修改表单项
.yy-form {
	.am-list-body {	
		.am-list-item {	
			border-bottom: 0;
			.am-input-label {
				padding: 3px 0;
			}
		}
	}
}