{
"component": "BrandSection",
"type": "container",
"style": {
"backgroundColor": "#F0F2F5",
"padding": "py-16 md:py-24"
},
"layout": {
"display": "flex",
"flexDirection": "column",
"alignItems": "center",
"gap": "48px"
},
"children": [
{
"component": "SectionTitle",
"type": "container",
"layout": {
"display": "flex",
"flexDirection": "column",
"alignItems": "center",
"gap": "12px"
},
"children": [
{
"component": "Text",
"as": "h2",
"content": "品牌",
"style": {
"fontSize": "28px",
"fontWeight": "600",
"color": "#333333",
"letterSpacing": "tracking-wider"
}
},
{
"component": "Divider",
"type": "decorative",
"style": {
"width": "w-16",
"height": "h-1",
"backgroundColor": "#F5A623"
}
}
]
},
{
"component": "BrandCardContainer",
"type": "container",
"layout": {
"display": "grid",
"columns": 12,
"gap-x": "32px",
"gap-y": "32px",
"width": "w-full",
"maxWidth": "max-w-6xl",
"padding": "px-4 md:px-0"
},
"children": [
{
"component": "BrandCard",
"type": "RectangularCard",
"grid": {
"column": "col-span-12 md:col-span-4"
},
"style": {
"boxShadow": "shadow-lg",
"borderRadius": "rounded-sm",
"overflow": "hidden"
},
"layout": {
"display": "flex",
"flexDirection": "column"
},
"children": [
{
"component": "CardBody",
"style": {
"backgroundColor": "#FFFFFF"
},
"children": [
{
"component": "DecorativeBar",
"style": {
"height": "h-2.5",
"width": "w-full",
"backgroundColor": "#003366"
}
},
{
"component": "Content",
"layout": {
"display": "flex",
"flexDirection": "column",
"alignItems": "center",
"justifyContent": "center",
"gap": "20px"
},
"style": {
"padding": "p-8",
"height": "h-48"
},
"children": [
{
"component": "Image",
"src": "haina-lecture-logo.svg",
"alt": "海纳讲座 Logo",
"style": {
"height": "h-16",
"width": "auto"
}
},
{
"component": "Text",
"content": "海纳讲座",
"style": {
"fontSize": "20px",
"fontWeight": "600",
"color": "#333333",
"marginTop": "mt-4"
}
}
]
}
]
},
{
"component": "CardFooter",
"style": {
"backgroundColor": "#F9FAFB",
"borderTop": "1px solid #F0F2F5"
},
"layout": {
"display": "flex",
"justifyContent": "center",
"alignItems": "center",
"height": "h-20"
},
"children": [
{
"component": "Text",
"content": "海纳讲座",
"style": {
"fontSize": "18px",
"fontWeight": "500",
"color": "#666666"
}
}
]
}
]
},
{
"component": "BrandCard",
"type": "PointedCard",
"grid": {
"column": "col-span-12 md:col-span-4"
},
"style": {
"backgroundColor": "#FFFFFF",
"boxShadow": "shadow-lg",
"clipPath": "polygon(0 0, 100% 0, 100% calc(100% - 3rem), 50% 100%, 0 calc(100% - 3rem))"
},
"layout": {
"display": "flex",
"flexDirection": "column"
},
"children": [
{
"component": "DecorativeBar",
"style": {
"height": "h-2.5",
"width": "w-full",
"backgroundColor": "#003366"
}
},
{
"component": "Content",
"layout": {
"display": "flex",
"flexDirection": "column",
"alignItems": "center",
"justifyContent": "center",
"gap": "20px",
"flexGrow": "1"
},
"style": {
"padding": "p-8",
"height": "h-48"
},
"children": [
{
"component": "Image",
"src": "baichuan-forum-logo.svg",
"alt": "百川论坛 Logo",
"style": {
"height": "h-16",
"width": "auto"
}
},
{
"component": "Text",
"content": "百川论坛",
"style": {
"fontSize": "20px",
"fontWeight": "600",
"color": "#333333",
"marginTop": "mt-4"
}
}
]
},
{
"component": "CardFooter",
"layout": {
"display": "flex",
"justifyContent": "center",
"alignItems": "center",
"height": "h-20"
},
"children": [
{
"component": "Text",
"content": "百川论坛",
"style": {
"fontSize": "18px",
"fontWeight": "500",
"color": "#666666"
}
}
]
}
]
},
{
"component": "BrandCard",
"type": "RectangularCard",
"grid": {
"column": "col-span-12 md:col-span-4"
},
"style": {
"boxShadow": "shadow-lg",
"borderRadius": "rounded-sm",
"overflow": "hidden"
},
"layout": {
"display": "flex",
"flexDirection": "column"
},
"children": [
{
"component": "CardBody",
"style": {
"backgroundColor": "#FFFFFF"
},
"children": [
{
"component": "DecorativeBar",
"style": {
"height": "h-2.5",
"width": "w-full",
"backgroundColor": "#003366"
}
},
{
"component": "Content",
"layout": {
"display": "flex",
"flexDirection": "column",
"alignItems": "center",
"justifyContent": "center",
"gap": "20px"
},
"style": {
"padding": "p-8",
"height": "h-48"
},
"children": [
{
"component": "Image",
"src": "gba-review-logo.svg",
"alt": "大湾区评论 Logo",
"style": {
"height": "h-20",
"width": "auto"
}
},
{
"component": "Text",
"content": "大湾区评论",
"style": {
"fontSize": "20px",
"fontWeight": "600",
"color": "#333333",
"marginTop": "mt-4"
}
}
]
}
]
},
{
"component": "CardFooter",
"style": {
"backgroundColor": "#F9FAFB",
"borderTop": "1px solid #F0F2F5"
},
"layout": {
"display": "flex",
"justifyContent": "center",
"alignItems": "center",
"height": "h-20"
},
"children": [
{
"component": "Text",
"content": "大湾区评论",
"style": {
"fontSize": "18px",
"fontWeight": "500",
"color": "#666666"
}
}
]
}
]
}
]
}
]
}
角色
user
content