export default { componentName: 'Row', props: { "wrap": true, "align": "top", "style": { "paddingTop": "48px", "paddingBottom": "60px", "backgroundColor": "#31a8bf" }, "justify": "start" }, children: [ { componentName: 'Col', props: { "span": 24, "order": 0, "style": { "paddingBottom": "25px", "paddingLeft": "20px", "paddingRight": "20px" } }, children: [ { componentName: 'RichText', props: { "richtext": "
主讲嘉宾
来自各行各业的专业人士强强联手,为您带来丰富的知识盛宴展示楚活动重点能更好的引导用户注册,获取用户信息
" } }, ] }, { componentName: 'Col', props: { "span": 24, "order": 0, "style": { "paddingBottom": "25px" } }, children: [ { componentName: 'Image', props: { "src": "https://lookstar-beta.oss-cn-beijing.aliyuncs.com/tenant/uploads/20220819/62ff289764d1b.png", "style": { "display": "flex", "justifyContent": "center" }, "width": "200", "height": "200" }, }, { componentName: 'RichText', props: { "richtext": "尉迟琳嘉
营销总监
blue-dot
" } } ] }, { componentName: 'Col', props: { "span": 24, "order": 0, "style": { "paddingBottom": "25px" } }, children: [ { componentName: 'Image', props: { "src": "https://lookstar-beta.oss-cn-beijing.aliyuncs.com/tenant/uploads/20220819/62ff2c9b6ad8f.png", "style": { "display": "flex", "justifyContent": "center" }, "width": "200", "height": "200" }, }, { componentName: 'RichText', props: { "richtext": "王鹏飞
高级营销经理
多媒体数字营销公司
" } } ] }, { componentName: 'Col', props: { "span": 24, "order": 0, "style": { "paddingBottom": "25px" } }, children: [ { componentName: 'Image', props: { "src": "https://lookstar-beta.oss-cn-beijing.aliyuncs.com/tenant/uploads/20220819/62ff2ca9d37b2.png", "style": { "display": "flex", "justifyContent": "center" }, "width": "200", "height": "200" }, }, { componentName: 'RichText', props: { "richtext": "刘一菲
营销与品牌
CMO训练营
" } } ] }, { componentName: 'Col', props: { "span": 24, "order": 0, "style": { "display": "flex", "paddingBottom": "0px", "justifyContent": "center" } }, children: [ { componentName: 'Button', props: { "text": "功能按钮", "style": { "width": "160px", "display": "flex", "alignItems": "center", "marginLeft": "0px", "paddingRight": "0px", "justifyContent": "center" }, "attribute": { "type": "link", "value": "https://app.lookstar.com.cn/tenant/" } } } ] } ] }