{
"component": "Pa

By admin, 24 August, 2025
角色
user
content

{
"component": "Page",
"type": "container",
"layout": {
"display": "flex",
"flexDirection": "column"
},
"style": {
"backgroundColor": "#F6F6F6"
},
"children": [
{
"component": "Header",
"type": "container",
"layout": {
"display": "relative",
"flexDirection": "column"
},
"style": {
"height": "220px",
"background": "linear-gradient(to bottom, #40A5FF, #0D6EFD)"
},
"children": [
{
"component": "Title",
"content": "个体企业卖家入驻",
"style": {
"position": "absolute",
"top": "60px",
"left": "20px",
"fontSize": "20px",
"fontWeight": "600",
"color": "#FFFFFF"
}
},
{
"component": "Decoration",
"type": "container",
"style": {
"position": "absolute",
"top": "0",
"right": "0",
"width": "180px",
"height": "180px",
"overflow": "hidden"
},
"children": [
{
"component": "Image",
"src": "placeholder_image_url_1.png",
"alt": "decorative illustration",
"style": {
"width": "100%",
"height": "100%",
"objectFit": "contain",
"position": "absolute",
"right": "-10px",
"top": "-10px"
}
},
{
"component": "TextBox",
"type": "container",
"style": {
"position": "absolute",
"top": "118px",
"right": "0",
"backgroundColor": "rgba(255, 255, 255, 0.9)",
"padding": "6px 10px",
"borderTopLeftRadius": "20px",
"borderBottomLeftRadius": "20px",
"boxShadow": "0px 2px 4px rgba(0, 0, 0, 0.1)"
},
"children": [
{
"component": "Text",
"content": "注册成功将开启...\n...获得平台运营支持",
"style": {
"fontSize": "10px",
"color": "#333333",
"lineHeight": "14px"
}
}
]
}
]
}
]
},
{
"component": "MainContent",
"type": "container",
"layout": {
"display": "flex",
"flexDirection": "column",
"gap": "12px"
},
"style": {
"marginTop": "-60px",
"padding": "0 16px"
},
"children": [
{
"component": "FormCard",
"type": "container",
"layout": {
"display": "flex",
"flexDirection": "column",
"gap": "12px"
},
"style": {
"backgroundColor": "#FFFFFF",
"borderRadius": "12px",
"padding": "16px",
"boxShadow": "0px 1px 4px rgba(0,0,0,0.05)"
},
"children": [
{
"component": "SectionTitle",
"type": "container",
"layout": {
"display": "flex",
"alignItems": "center",
"gap": "4px"
},
"children": [
{
"component": "Text",
"content": "*",
"style": {
"fontSize": "16px",
"color": "#FF4D4F"
}
},
{
"component": "Text",
"content": "选择分类 (可多选)",
"style": {
"fontSize": "16px",
"fontWeight": "600",
"color": "#333333"
}
}
]
},
{
"component": "CategoryGrid",
"type": "container",
"layout": {
"display": "grid",
"columns": 3,
"gap": "8px"
},
"children": [
{
"component": "Tag",
"content": "生鲜食材",
"style": {
"backgroundColor": "#E6F7FF",
"color": "#1890FF",
"border": "1px solid #91D5FF",
"borderRadius": "4px",
"padding": "8px 0",
"textAlign": "center",
"fontSize": "14px"
},
"status": "selected"
},
{
"component": "Tag",
"content": "食品酒水",
"style": {
"backgroundColor": "#F3F4F6",
"color": "#666666",
"borderRadius": "4px",
"padding": "8px 0",
"textAlign": "center",
"fontSize": "14px"
},
"status": "default"
},
{
"component": "Tag",
"content": "日化洗浴",
"style": {
"backgroundColor": "#F3F4F6",
"color": "#666666",
"borderRadius": "4px",
"padding": "8px 0",
"textAlign": "center",
"fontSize": "14px"
},
"status": "default"
},
{
"component": "Tag",
"content": "家居用品",
"style": {
"backgroundColor": "#F3F4F6",
"color": "#666666",
"borderRadius": "4px",
"padding": "8px 0",
"textAlign": "center",
"fontSize": "14px"
},
"status": "default"
},
{
"component": "Tag",
"content": "家电商品",
"style": {
"backgroundColor": "#F3F4F6",
"color": "#666666",
"borderRadius": "4px",
"padding": "8px 0",
"textAlign": "center",
"fontSize": "14px"
},
"status": "default"
},
{
"component": "Tag",
"content": "针棉床品",
"style": {
"backgroundColor": "#F3F4F6",
"color": "#666666",
"borderRadius": "4px",
"padding": "8px 0",
"textAlign": "center",
"fontSize": "14px"
},
"status": "default"
},
{
"component": "Tag",
"content": "衣着配饰",
"style": {
"backgroundColor": "#F3F4F6",
"color": "#666666",
"borderRadius": "4px",
"padding": "8px 0",
"textAlign": "center",
"fontSize": "14px"
},
"status": "default"
},
{
"component": "Tag",
"content": "家政护理",
"style": {
"backgroundColor": "#F3F4F6",
"color": "#666666",
"borderRadius": "4px",
"padding": "8px 0",
"textAlign": "center",
"fontSize": "14px"
},
"status": "default"
},
{
"component": "Tag",
"content": "维修洗衣",
"style": {
"backgroundColor": "#F3F4F6",
"color": "#666666",
"borderRadius": "4px",
"padding": "8px 0",
"textAlign": "center",
"fontSize": "14px"
},
"status": "default"
},
{
"component": "Tag",
"content": "鲜花宠物",
"style": {
"backgroundColor": "#F3F4F6",
"color": "#666666",
"borderRadius": "4px",
"padding": "8px 0",
"textAlign": "center",
"fontSize": "14px"
},
"status": "default"
}
]
}
]
},
{
"component": "FormCard",
"type": "container",
"layout": {
"display": "flex",
"flexDirection": "column"
},
"style": {
"backgroundColor": "#FFFFFF",
"borderRadius": "12px",
"padding": "16px",
"boxShadow": "0px 1px 4px rgba(0,0,0,0.05)"
},
"children": [
{
"component": "FormItem",
"type": "container",
"layout": {
"display": "flex",
"alignItems": "center",
"justifyContent": "space-between",
"borderBottom": "1px solid #F0F0F0",
"padding": "12px 0"
},
"children": [
{
"component": "Label",
"type": "container",
"layout": {
"display": "flex",
"alignItems": "center",
"gap": "4px"
},
"style": {
"flexShrink": 0,
"width": "80px"
},
"children": [
{
"component": "Text",
"content": "*",
"style": {
"fontSize": "14px",
"color": "#FF4D4F"
}
},
{
"component": "Text",
"content": "店铺名称",
"style": {
"fontSize": "14px",
"color": "#333333"
}
}
]
},
{
"component": "Input",
"type": "text",
"placeholder": "我是店铺名称",
"style": {
"flexGrow": 1,
"border": "none",
"outline": "none",
"textAlign": "right",
"fontSize": "14px",
"color": "#999999"
}
}
]
},
{
"component": "FormItem",
"type": "container",
"layout": {
"display": "flex",
"alignItems": "center",
"justifyContent": "space-between",
"borderBottom": "1px solid #F0F0F0",
"padding": "12px 0"
},
"children": [
{
"component": "Label",
"type": "container",
"layout": {
"display": "flex",
"alignItems": "center",
"gap": "4px"
},
"style": {
"flexShrink": 0,
"width": "80px"
},
"children": [
{
"component": "Text",
"content": "*",
"style": {
"fontSize": "14px",
"color": "#FF4D4F"
}
},
{
"component": "Text",
"content": "简称",
"style": {
"fontSize": "14px",
"color": "#333333"
}
}
]
},
{
"component": "Input",
"type": "text",
"placeholder": "请输入店铺简称",
"style": {
"flexGrow": 1,
"border": "none",
"outline": "none",
"textAlign": "right",
"fontSize": "14px",
"color": "#999999"
}
}
]
},
{
"component": "FormItem",
"type": "container",
"layout": {
"display": "flex",
"alignItems": "center",
"justifyContent": "space-between",
"borderBottom": "1px solid #F0F0F0",
"padding": "12px 0"
},
"children": [
{
"component": "Label",
"type": "container",
"layout": {
"display": "flex",
"alignItems": "center",
"gap": "4px"
},
"style": {
"flexShrink": 0,
"width": "80px"
},
"children": [
{
"component": "Text",
"content": "*",
"style": {
"fontSize": "14px",
"color": "#FF4D4F"
}
},
{
"component": "Text",
"content": "所在地区",
"style": {
"fontSize": "14px",
"color": "#333333"
}
}
]
},
{
"component": "Input",
"type": "text",
"placeholder": "请选择省市区",
"style": {
"flexGrow": 1,
"border": "none",
"outline": "none",
"textAlign": "right",
"fontSize": "14px",
"color": "#999999"
}
},
{
"component": "Icon",
"name": "arrow-right",
"style": {
"width": "16px",
"height": "16px",
"color": "#BBBBBB"
}
}
]
},
{
"component": "FormItem",
"type": "container",
"layout": {
"display": "flex",
"alignItems": "center",
"justifyContent": "space-between",
"borderBottom": "1px solid #F0F0F0",
"padding": "12px 0"
},
"children": [
{
"component": "Label",
"type": "container",
"layout": {
"display": "flex",
"alignItems": "center",
"gap": "4px"
},
"style": {
"flexShrink": 0,
"width": "80px"
},
"children": [
{
"component": "Text",
"content": "*",
"style": {
"fontSize": "14px",
"color": "#FF4D4F"
}
},
{
"component": "Text",
"content": "详细地址",
"style": {
"fontSize": "14px",
"color": "#333333"
}
}
]
},
{
"component": "Input",
"type": "text",
"placeholder": "请输入详细地址",
"style": {
"flexGrow": 1,
"border": "none",
"outline": "none",
"textAlign": "right",
"fontSize": "14px",
"color": "#999999"
}
}
]
},
{
"component": "FormItem",
"type": "container",
"layout": {
"display": "flex",
"alignItems": "center",
"justifyContent": "space-between",
"borderBottom": "1px solid #F0F0F0",
"padding": "12px 0"
},
"children": [
{
"component": "Label",
"type": "container",
"layout": {
"display": "flex",
"alignItems": "center",
"gap": "4px"
},
"style": {
"flexShrink": 0,
"width": "80px"
},
"children": [
{
"component": "Text",
"content": "*",
"style": {
"fontSize": "14px",
"color": "#FF4D4F"
}
},
{
"component": "Text",
"content": "联系人姓名",
"style": {
"fontSize": "14px",
"color": "#333333"
}
}
]
},
{
"component": "Input",
"type": "text",
"placeholder": "请填写真实姓名",
"style": {
"flexGrow": 1,
"border": "none",
"outline": "none",
"textAlign": "right",
"fontSize": "14px",
"color": "#999999"
}
}
]
},
{
"component": "FormItem",
"type": "container",
"layout": {
"display": "flex",
"alignItems": "center",
"justifyContent": "space-between",
"borderBottom": "1px solid #F0F0F0",
"padding": "12px 0"
},
"children": [
{
"component": "Label",
"type": "container",
"layout": {
"display": "flex",
"alignItems": "center",
"gap": "4px"
},
"style": {
"flexShrink": 0,
"width": "80px"
},
"children": [
{
"component": "Text",
"content": "*",
"style": {
"fontSize": "14px",
"color": "#FF4D4F"
}
},
{
"component": "Text",
"content": "联系电话",
"style": {
"fontSize": "14px",
"color": "#333333"
}
}
]
},
{
"component": "Input",
"type": "text",
"placeholder": "请填写手机号码",
"style": {
"flexGrow": 1,
"border": "none",
"outline": "none",
"textAlign": "right",
"fontSize": "14px",
"color": "#999999"
}
}
]
}
]
},
{
"component": "FormCard",
"type": "container",
"layout": {
"display": "flex",
"flexDirection": "column",
"gap": "12px"
},
"style": {
"backgroundColor": "#FFFFFF",
"borderRadius": "12px",
"padding": "16px",
"boxShadow": "0px 1px 4px rgba(0,0,0,0.05)"
},
"children": [
{
"component": "UploadSection",
"type": "container",
"layout": {
"display": "flex",
"flexDirection": "column",
"gap": "8px"
},
"children": [
{
"component": "SectionTitle",
"type": "container",
"layout": {
"display": "flex",
"alignItems": "center",
"gap": "4px"
},
"children": [
{
"component": "Text",
"content": "*",
"style": {
"fontSize": "16px",
"color": "#FF4D4F"
}
},
{
"component": "Text",
"content": "店铺LOGO",
"style": {
"fontSize": "16px",
"fontWeight": "600",
"color": "#333333"
}
}
]
},
{
"component": "DescriptionText",
"content": "图片分辨率不超过 200*200,大小不超过 1M",
"style": {
"fontSize": "12px",
"color": "#999999"
}
},
{
"component": "UploadArea",
"type": "container",
"layout": {
"display": "flex",
"justifyContent": "center",
"alignItems": "center"
},
"style": {
"width": "96px",
"height": "96px",
"border": "2px dashed #D9D9D9",
"borderRadius": "4px"
},
"children": [
{
"component": "Icon",
"name": "camera",
"style": {
"width": "24px",
"height": "24px",
"color": "#BBBBBB"
}
}
]
}
]
},
{
"component": "UploadSection",
"type": "container",
"layout": {
"display": "flex",
"flexDirection": "column",
"gap": "8px"
},
"children": [
{
"component": "SectionTitle",
"type": "container",
"layout": {
"display": "flex",
"alignItems": "center",
"gap": "4px"
},
"children": [
{
"component": "Text",
"content": "*",
"style": {
"fontSize": "16px",
"color": "#FF4D4F"
}
},
{
"component": "Text",
"content": "营业执照",
"style": {
"fontSize": "16px",
"fontWeight": "600",
"color": "#333333"
}
}
]
},
{
"component": "DescriptionText",
"content": "需文字清晰,边缘完整,露出国徽",
"style": {
"fontSize": "12px",
"color": "#999999"
}
},
{
"component": "UploadArea",
"type": "container",
"layout": {
"display": "flex",
"justifyContent": "center",
"alignItems": "center"
},
"style": {
"width": "96px",
"height": "96px",
"border": "2px dashed #D9D9D9",
"borderRadius": "4px"
},
"children": [
{
"component": "Icon",
"name": "camera",
"style": {
"width": "24px",
"height": "24px",
"color": "#BBBBBB"
}
}
]
}
]
},
{
"component": "UploadSection",
"type": "container",
"layout": {
"display": "flex",
"flexDirection": "column",
"gap": "8px"
},
"children": [
{
"component": "SectionTitle",
"type": "container",
"layout": {
"display": "flex",
"alignItems": "center",
"gap": "4px"
},
"children": [
{
"component": "Text",
"content": "*",
"style": {
"fontSize": "16px",
"color": "#FF4D4F"
}
},
{
"component": "Text",
"content": "食品经营许可证",
"style": {
"fontSize": "16px",
"fontWeight": "600",
"color": "#333333"
}
}
]
},
{
"component": "DescriptionText",
"content": "需文字清晰,边缘完整",
"style": {
"fontSize": "12px",
"color": "#999999"
}
},
{
"component": "UploadArea",
"type": "container",
"layout": {
"display": "flex",
"justifyContent": "center",
"alignItems": "center"
},
"style": {
"width": "96px",
"height": "96px",
"border": "2px dashed #D9D9D9",
"borderRadius": "4px"
},
"children": [
{
"component": "Icon",
"name": "camera",
"style": {
"width": "24px",
"height": "24px",
"color": "#BBBBBB"
}
}
]
}
]
}
]
}
]
}
]
}

total_tokens
0