根据以下JSON描述创建组件:{
"component": "FeatureSection",
"type": "container",
"style": {
"backgroundColor": "#FFFFFF",
"paddingVertical": "py-16",
"paddingHorizontal": "px-8"
},
"layout": {
"display": "grid",
"gridTemplateColumns": {
"base": "1",
"md": "12"
},
"gap": {
"base": "gap-8",
"md": "gap-x-12"
},
"alignItems": "center"
},
"children": [
{
"component": "ImageContainer",
"type": "container",
"style": {
"gridColumn": {
"base": "auto",
"md": "span 5"
}
},
"children": [
{
"component": "Image",
"src": "http://googleusercontent.com/file_content/0",
"alt": "全球每日要情报告封面",
"style": {
"width": "w-full",
"height": "auto",
"borderRadius": "rounded-lg",
"boxShadow": "shadow-xl"
}
}
]
},
{
"component": "TextContentContainer",
"type": "container",
"style": {
"gridColumn": {
"base": "auto",
"md": "span 7"
}
},
"layout": {
"display": "flex",
"flexDirection": "column",
"gap": "gap-y-6"
},
"children": [
{
"component": "Title",
"type": "Text",
"content": "《全球每日要情》",
"style": {
"as": "h2",
"fontSize": "text-4xl",
"fontWeight": "font-bold",
"color": "text-gray-900",
"letterSpacing": "tracking-wide"
}
},
{
"component": "DecorativeLine",
"type": "container",
"style": {
"width": "w-32",
"height": "h-1"
},
"layout": {
"display": "flex",
"flexDirection": "row"
},
"children": [
{
"component": "LineSegment",
"type": "Box",
"style": {
"width": "w-1/4",
"height": "h-full",
"backgroundColor": "bg-blue-500"
}
},
{
"component": "LineSegment",
"type": "Box",
"style": {
"width": "w-1/4",
"height": "h-full",
"backgroundColor": "bg-green-500"
}
},
{
"component": "LineSegment",
"type": "Box",
"style": {
"width": "w-1/4",
"height": "h-full",
"backgroundColor": "bg-yellow-400"
}
},
{
"component": "LineSegment",
"type": "Box",
"style": {
"width": "w-1/4",
"height": "h-full",
"backgroundColor": "bg-red-500"
}
}
]
},
{
"component": "Description",
"type": "Text",
"content": "信息构筑认知,判断引领方向,时效决定胜负。本产品为政府、企业与社会提供高度凝练的情报式简讯,助力用户把握全球风向的“首发智识”。",
"style": {
"as": "p",
"fontSize": "text-lg",
"color": "text-gray-600",
"lineHeight": "leading-relaxed"
}
},
{
"component": "PreviewButton",
"type": "Button",
"style": {
"border": "border border-solid border-blue-600",
"borderRadius": "rounded-md",
"padding": "py-3 px-6",
"backgroundColor": "bg-transparent",
"marginTop": "mt-4",
"width": "w-fit"
},
"hoverStyle": {
"backgroundColor": "bg-blue-50"
},
"layout": {
"display": "flex",
"alignItems": "center",
"gap": "gap-x-2"
},
"children": [
{
"component": "ButtonText",
"type": "Text",
"content": "查看第一期预览",
"style": {
"fontSize": "text-base",
"fontWeight": "font-medium",
"color": "text-blue-600"
}
},
{
"component": "Icon",
"type": "Icon",
"name": "heroicons:chevron-right",
"style": {
"color": "text-blue-600",
"width": "w-5",
"height": "h-5"
}
}
]
}
]
}
]
}
角色
user
content
total_tokens
0