{
"component": "Pa

By admin, 24 August, 2025
角色
user
content

{
"component": "Page",
"type": "container",
"layout": {
"display": "flex",
"flexDirection": "column",
"alignItems": "center",
"gap": "32px"
},
"style": {
"backgroundColor": "bg-gradient-to-b from-[#C2EBF7] to-[#E8F7C6]"
},
"children": [
{
"component": "HeaderSection",
"type": "container",
"layout": {
"display": "flex",
"flexDirection": "column",
"alignItems": "center",
"gap": "16px"
},
"children": [
{
"component": "Image",
"name": "Shop Illustration",
"src": "http://googleusercontent.com/file_content/0",
"style": {
"width": "w-full",
"height": "h-[200px]",
"objectFit": "contain"
}
},
{
"component": "TitleBlock",
"type": "container",
"layout": {
"display": "flex",
"flexDirection": "column",
"alignItems": "center",
"gap": "8px"
},
"children": [
{
"component": "Text",
"content": "商家入驻",
"style": {
"fontSize": "32px",
"fontWeight": "bold",
"color": "#333333"
}
},
{
"component": "Text",
"content": "选择合适的入驻身份",
"style": {
"fontSize": "16px",
"color": "#888888"
}
}
]
}
]
},
{
"component": "CardContainer",
"type": "container",
"layout": {
"display": "flex",
"flexDirection": "column",
"gap": "20px",
"width": "w-[90%]"
},
"children": [
{
"component": "Card",
"type": "container",
"layout": {
"display": "flex",
"alignItems": "center",
"justifyContent": "space-between",
"gap": "16px"
},
"style": {
"backgroundColor": "#FFFFFF",
"borderRadius": "16px",
"boxShadow": "0px 4px 12px rgba(0, 0, 0, 0.08)",
"padding": "24px"
},
"children": [
{
"component": "LeftSection",
"type": "container",
"layout": {
"display": "flex",
"alignItems": "center",
"gap": "16px"
},
"children": [
{
"component": "Icon",
"name": "UserIcon",
"style": {
"width": "w-[48px]",
"height": "h-[48px]",
"color": "#FFC107"
}
},
{
"component": "Text",
"content": "个人卖家",
"style": {
"fontSize": "20px",
"fontWeight": "medium",
"color": "#333333"
}
}
]
},
{
"component": "Button",
"content": "去入驻",
"style": {
"paddingX": "24px",
"paddingY": "12px",
"borderRadius": "999px",
"color": "#FFFFFF",
"fontSize": "16px",
"fontWeight": "medium",
"backgroundColor": "bg-gradient-to-r from-[#F6B357] to-[#F19232]",
"boxShadow": "0px 4px 8px rgba(246, 179, 87, 0.4)"
}
}
]
},
{
"component": "Card",
"type": "container",
"layout": {
"display": "flex",
"alignItems": "center",
"justifyContent": "space-between",
"gap": "16px"
},
"style": {
"backgroundColor": "#FFFFFF",
"borderRadius": "16px",
"boxShadow": "0px 4px 12px rgba(0, 0, 0, 0.08)",
"padding": "24px"
},
"children": [
{
"component": "LeftSection",
"type": "container",
"layout": {
"display": "flex",
"alignItems": "center",
"gap": "16px"
},
"children": [
{
"component": "Icon",
"name": "ShopIcon",
"style": {
"width": "w-[48px]",
"height": "h-[48px]",
"color": "#5D9DFB"
}
},
{
"component": "Text",
"content": "个体企业卖家",
"style": {
"fontSize": "20px",
"fontWeight": "medium",
"color": "#333333"
}
}
]
},
{
"component": "Button",
"content": "去入驻",
"style": {
"paddingX": "24px",
"paddingY": "12px",
"borderRadius": "999px",
"color": "#FFFFFF",
"fontSize": "16px",
"fontWeight": "medium",
"backgroundColor": "#5D9DFB",
"boxShadow": "0px 4px 8px rgba(93, 157, 251, 0.4)"
}
}
]
}
]
}
]
}

total_tokens
0