```json
{
"component": "EventList",
"type": "container",
"layout": {
"display": "grid",
"columns": 12,
"gap": "24px",
"padding": "px-4 md:px-8 py-8"
},
"backgroundColor": "#ffffff",
"children": [
{
"component": "EventCard",
"type": "container",
"layout": {
"display": "grid",
"columns": 12,
"gap": "24px"
},
"padding": "pb-12",
"borderBottom": "1px solid #E5E7EB",
"children": [
{
"component": "DateBox",
"layout": {
"gridColumn": "span 1",
"display": "flex",
"flexDirection": "column",
"alignItems": "center",
"justifyContent": "center",
"minWidth": "72px",
"height": "72px",
"backgroundColor": "#004B91",
"color": "#ffffff",
"borderRadius": "4px"
},
"children": [
{
"component": "Text",
"content": "四月",
"style": {
"fontSize": "14px",
"fontWeight": "400"
}
},
{
"component": "Text",
"content": "22",
"style": {
"fontSize": "32px",
"fontWeight": "700",
"lineHeight": "1"
}
},
{
"component": "Text",
"content": "2025",
"style": {
"fontSize": "14px",
"fontWeight": "400"
}
}
]
},
{
"component": "InfoSection",
"layout": {
"gridColumn": "span 7",
"display": "flex",
"flexDirection": "column",
"gap": "8px"
},
"children": [
{
"component": "Title",
"content": "活动预告|“回顾特区45年·展望深圳2035”暨《深圳2035:中国式现代化的深圳展望》新书首发式",
"style": {
"fontSize": "18px",
"fontWeight": "700",
"color": "#111111"
}
},
{
"component": "UnderlineAccent",
"style": {
"width": "48px",
"height": "4px",
"backgroundColor": "#FFA726"
}
},
{
"component": "Description",
"content": "“百川论坛”与“海纳讲座”品牌活动累计邀约嘉宾近百人,其中不乏重量级专家学者和业界先锋力量。曾有 幸邀请到杨洁勉博士、刘晓明大使、潘家华教授、李扬教授、于洪君大使等专家发表主旨演讲,分享真知灼见,为中国 和世界...",
"style": {
"fontSize": "14px",
"color": "#666666",
"lineHeight": "1.6"
}
},
{
"component": "MetaInfo",
"layout": {
"display": "flex",
"alignItems": "center",
"gap": "16px"
},
"children": [
{
"component": "IconText",
"icon": "heroicons:clock",
"content": "2025-04-22 12:00:00",
"style": {
"fontSize": "14px",
"color": "#999999"
}
},
{
"component": "IconText",
"icon": "heroicons:map-pin",
"content": "中国·深圳",
"style": {
"fontSize": "14px",
"color": "#999999"
}
}
]
}
]
},
{
"component": "StatusButton",
"layout": {
"gridColumn": "span 2",
"display": "flex",
"alignItems": "center",
"justifyContent": "center"
},
"children": [
{
"component": "Button",
"content": "未开始",
"style": {
"backgroundColor": "#004B91",
"color": "#ffffff",
"padding": "8px 16px",
"borderRadius": "4px",
"fontSize": "14px",
"fontWeight": "500"
}
}
]
},
{
"component": "PreviewImage",
"layout": {
"gridColumn": "span 2",
"display": "flex",
"justifyContent": "flex-end"
},
"children": [
{
"component": "Image",
"src": "event-poster-1.png",
"style": {
"width": "100%",
"maxWidth": "200px",
"aspectRatio": "4 / 3",
"borderRadius": "4px"
}
}
]
}
]
},
{
"component": "EventCard",
"extends": "EventCard",
"overrides": {
"StatusButton.Button": {
"content": "已结束",
"style": {
"backgroundColor": "#E0E0E0",
"color": "#999999"
}
},
"PreviewImage.Image": {
"src": "event-poster-2.png"
}
}
}
]
}
```
角色
user
content
total_tokens
0