export default { componentName: 'Row', props: { "wrap": false, "align": "top", "style": { "display": "flex", "alignItems": "center", "paddingTop": "60px", "paddingLeft": "20px", "paddingRight": "20px", "paddingBottom": "80px", "justifyContent": "center", "backgroundImage": "url(https://lookstar-landing.oss-cn-beijing.aliyuncs.com/uploads/tenant/landing/202205/eidt-image-upload-1653376893488.png)" }, "justify": "start" }, children: [ { componentName: 'Col', props: { "span": 24, "order": 0, "style": { "color": "#ffffff" } }, children: [ { componentName: 'RichText', props: { "richtext": "

点击报名参加活动

请您输入活动名称

请您输入活动日期
请您输入活动时间

" } }, { componentName: 'Form', props: { "list": [ { "name": "phone", "show": 1, "type": "system", "label": "手机号", "options": "", "required": 1, "editIndex": 0, "form_type": "text", "rule_name": "regexp_ch_code_phone", "placeholder": "", "contacts_field_name": "phone", "prohibitdelete": 1, "prohibitrequired": 1, "prohibithide": 1 } ], "style": { "marginTop": "74px", "marginLeft": "20px", "marginRight": "20px" }, "modalText": "提交成功", "debugModal": false, "submitText": "提交", "modalConfig": { "type": "none", "value": "", "jumpTime": 0 }, "submitColor": "#6dd6ea", "anchorPoint": "" }, children: [ { componentName: 'Row', props: { "wrap": true, "align": "top", "justify": "start" }, children: [ { componentName: 'Col', props: { "span": 24, "order": 0, }, children: [ { componentName: "RichText", props: { richtext: "

现在注册

" }, } ] } ] } ] } ] } ] }