{
"component": "SpeakersBlock",
"type": "container",
"style": {
"backgroundColor": "#FFFFFF",
"paddingVertical": "py-10",
"paddingHorizontal": "px-4"
},
"layout": {
"display": "flex",
"flexDirection": "column",
"gap": "48px"
},
"children": [
{
"component": "SpeakersSection",
"type": "container",
"layout": {
"display": "flex",
"flexDirection": "column",
"gap": "24px"
},
"children": [
{
"component": "SectionHeader",
"type": "container",
"layout": {
"display": "flex",
"flexDirection": "column",
"gap": "10px"
},
"children": [
{
"component": "Text",
"content": "致辞嘉宾",
"style": {
"fontSize": "22px",
"fontWeight": "bold",
"color": "#000000"
}
},
{
"component": "DecorativeLine",
"type": "div",
"style": {
"height": "3px",
"width": "32px",
"background": "linear-gradient(to right, #26A69A, #FFCA28, #29B6F6)"
}
}
]
},
{
"component": "GuestList",
"type": "container",
"layout": {
"display": "flex",
"flexDirection": "column"
},
"children": [
{
"component": "ListItem",
"type": "container",
"style": {
"paddingVertical": "pv-4"
},
"children": [
{
"component": "GuestCard",
"type": "container",
"layout": {
"display": "flex",
"alignItems": "center",
"gap": "16px"
},
"children": [
{
"component": "Avatar",
"type": "Image",
"src": "event-card-person-1.jpg",
"style": {
"width": "56px",
"height": "56px",
"borderRadius": "9999px"
}
},
{
"component": "Info",
"type": "container",
"layout": {
"display": "flex",
"flexDirection": "column",
"gap": "6px"
},
"children": [
{
"component": "Text",
"content": "郑永年",
"style": {
"fontSize": "16px",
"fontWeight": "bold",
"color": "#1F2937"
}
},
{
"component": "Text",
"content": "香港中文大学(深圳)教授 | 前海国际事务研究院院长 | 公共政策学院院长",
"style": {
"fontSize": "13px",
"color": "#6B7280",
"lineHeight": "1.5"
}
}
]
}
]
}
]
},
{
"component": "Divider",
"type": "div",
"style": {
"height": "1px",
"backgroundColor": "#F3F4F6",
"marginLeft": "72px"
}
},
{
"component": "ListItem",
"type": "container",
"style": {
"paddingVertical": "pv-4"
},
"children": [
{
"component": "GuestCard",
"type": "container",
"layout": {
"display": "flex",
"alignItems": "center",
"gap": "16px"
},
"children": [
{
"component": "Avatar",
"type": "Image",
"src": "event-card-person-2.jpg",
"style": {
"width": "56px",
"height": "56px",
"borderRadius": "9999px"
}
},
{
"component": "Info",
"type": "container",
"layout": {
"display": "flex",
"flexDirection": "column",
"gap": "6px"
},
"children": [
{
"component": "Text",
"content": "Mattie Bekink",
"style": {
"fontSize": "16px",
"fontWeight": "bold",
"color": "#1F2937"
}
},
{
"component": "Text",
"content": "福特基金会中国地区主任、首席代表",
"style": {
"fontSize": "13px",
"color": "#6B7280",
"lineHeight": "1.5"
}
}
]
}
]
}
]
},
{
"component": "Divider",
"type": "div",
"style": {
"height": "1px",
"backgroundColor": "#F3F4F6",
"marginLeft": "72px"
}
},
{
"component": "ListItem",
"type": "container",
"style": {
"paddingVertical": "pv-4"
},
"children": [
{
"component": "GuestCard",
"type": "container",
"layout": {
"display": "flex",
"alignItems": "center",
"gap": "16px"
},
"children": [
{
"component": "Avatar",
"type": "Image",
"src": "event-card-person-3.jpg",
"style": {
"width": "56px",
"height": "56px",
"borderRadius": "9999px"
}
},
{
"component": "Info",
"type": "container",
"layout": {
"display": "flex",
"flexDirection": "column",
"gap": "6px"
},
"children": [
{
"component": "Text",
"content": "Shumete Gizaw",
"style": {
"fontSize": "16px",
"fontWeight": "bold",
"color": "#1F2937"
}
},
{
"component": "Text",
"content": "南方合作组织副秘书长 | 埃塞俄比亚前创新与技术部国务部长 | 亚的斯亚贝巴大学副教授",
"style": {
"fontSize": "13px",
"color": "#6B7280",
"lineHeight": "1.5"
}
}
]
}
]
}
]
}
]
}
]
},
{
"component": "SpeakersSection",
"type": "container",
"layout": {
"display": "flex",
"flexDirection": "column",
"gap": "24px"
},
"children": [
{
"component": "SectionHeader",
"type": "container",
"layout": {
"display": "flex",
"flexDirection": "column",
"gap": "10px"
},
"children": [
{
"component": "Text",
"content": "主讲嘉宾",
"style": {
"fontSize": "22px",
"fontWeight": "bold",
"color": "#000000"
}
},
{
"component": "DecorativeLine",
"type": "div",
"style": {
"height": "3px",
"width": "32px",
"background": "linear-gradient(to right, #26A69A, #FFCA28, #29B6F6)"
}
}
]
},
{
"component": "GuestCard",
"type": "container",
"layout": {
"display": "flex",
"alignItems": "center",
"gap": "16px"
},
"children": [
{
"component": "Avatar",
"type": "Icon",
"name": "heroicons:user-solid",
"style": {
"display": "flex",
"alignItems": "center",
"justifyContent": "center",
"width": "56px",
"height": "56px",
"borderRadius": "9999px",
"backgroundColor": "#F3F4F6",
"iconColor": "#9CA3AF",
"iconSize": "32px"
}
},
{
"component": "Info",
"type": "container",
"children": [
{
"component": "Text",
"content": "主持人姓名",
"style": {
"fontSize": "16px",
"fontWeight": "500",
"color": "#6B7280"
}
}
]
}
]
}
]
}
]
}
角色
user
content
total_tokens
0