帮我画一个装备回收的界面
🤖 回答引擎: 功能策划 |
🕒 时间: 2026-03-18 20:55:23 |
👁️ 阅读: 17
```json
[
{
"type": "rect",
"name": "main_bg",
"x": 140,
"y": 110,
"w": 920,
"h": 580,
"text": "",
"fontSize": 14,
"color": "#ffffff",
"bg": "rgba(0,0,0,0.85)",
"border": "2px solid #8B4513"
},
{
"type": "text",
"name": "title",
"x": 180,
"y": 130,
"w": 200,
"h": 40,
"text": "装备回收",
"fontSize": 28,
"color": "#FFD700",
"bg": "",
"border": ""
},
{
"type": "button",
"name": "btn_close",
"x": 1020,
"y": 110,
"w": 40,
"h": 30,
"text": "✕",
"fontSize": 20,
"color": "#ffffff",
"bg": "#FF0000",
"border": "1px solid #8B0000"
},
{
"type": "rect",
"name": "category_bg",
"x": 180,
"y": 180,
"w": 200,
"h": 350,
"text": "",
"fontSize": 14,
"color": "#ffffff",
"bg": "rgba(68,68,68,0.8)",
"border": "1px solid #444"
},
{
"type": "button",
"name": "btn_category_1",
"x": 190,
"y": 190,
"w": 180,
"h": 40,
"text": "沃玛装备",
"fontSize": 16,
"color": "#ffffff",
"bg": "#444",
"border": "1px solid #666"
},
{
"type": "button",
"name": "btn_category_2",
"x": 190,
"y": 240,
"w": 180,
"h": 40,
"text": "祖玛装备",
"fontSize": 16,
"color": "#ffffff",
"bg": "#444",
"border": "1px solid #666"
},
{
"type": "button",
"name": "btn_category_3",
"x": 190,
"y": 290,
"w": 180,
"h": 40,
"text": "赤月装备",
"fontSize": 16,
"color": "#ffffff",
"bg": "#444",
"border": "1px solid #666"
},
{
"type": "button",
"name": "btn_category_4",
"x": 190,
"y": 340,
"w": 180,
"h": 40,
"text": "特殊装备",
"fontSize": 16,
"color": "#ffffff",
"bg": "#444",
"border": "1px solid #666"
},
{
"type": "rect",
"name": "list_bg",
"x": 400,
"y": 180,
"w": 320,
"h": 350,
"text": "",
"fontSize": 14,
"color": "#ffffff",
"bg": "rgba(68,68,68,0.8)",
"border": "1px solid #444"
},
{
"type": "button",
"name": "btn_item_1",
"x": 410,
"y": 190,
"w": 300,
"h": 50,
"text": "炼狱 (回收: 10000金币)",
"fontSize": 16,
"color": "#FFD700",
"bg": "rgba(30,30,30,0.9)",
"border": "1px solid #8B4513"
},
{
"type": "button",
"name": "btn_item_2",
"x": 410,
"y": 250,
"w": 300,
"h": 50,
"text": "魔杖 (回收: 8000金币)",
"fontSize": 16,
"color": "#FFD700",
"bg": "rgba(30,30,30,0.9)",
"border": "1px solid #8B4513"
},
{
"type": "button",
"name": "btn_item_3",
"x": 410,
"y": 310,
"w": 300,
"h": 50,
"text": "银蛇 (回收: 7500金币)",
"fontSize": 16,
"color": "#FFD700",
"bg": "rgba(30,30,30,0.9)",
"border": "1px solid #8B4513"
},
{
"type": "rect",
"name": "detail_bg",
"x": 740,
"y": 180,
"w": 300,
"h": 200,
"text": "",
"fontSize": 14,
"color": "#ffffff",
"bg": "rgba(68,68,68,0.8)",
"border": "1px solid #444"
},
{
"type": "text",
"name": "detail_title",
"x": 750,
"y": 190,
"w": 280,
"h": 30,
"text": "装备详情",
"fontSize": 18,
"color": "#FFD700",
"bg": "",
"border": ""
},
{
"type": "text",
"name": "detail_name",
"x": 750,
"y": 230,
"w": 280,
"h": 30,
"text": "炼狱",
"fontSize": 16,
"color": "#87CEEB",
"bg": "",
"border": ""
},
{
"type": "text",
"name": "detail_attr",
"x": 750,
"y": 260,
"w": 280,
"h": 60,
"text": "攻击: 0-25\n重量: 60\n持久: 30/30",
"fontSize": 14,
"color": "#ffffff",
"bg": "",
"border": ""
},
{
"type": "text",
"name": "detail_recycle",
"x": 750,
"y": 320,
"w": 280,
"h": 30,
"text": "回收价格: 10000金币",
"fontSize": 16,
"color": "#FF6347",
"bg": "",
"border": ""
},
{
"type": "button",
"name": "btn_recycle",
"x": 750,
"y": 350,
"w": 280,
"h": 40,
"text": "立即回收",
"fontSize": 18,
"color": "#ffffff",
"bg": "#4CAF50",
"border": "1px solid #388E3C"
},
{
"type": "rect",
"name": "batch_bg",
"x": 740,
"y": 400,
"w": 300,
"h": 130,
"text": "",
"fontSize": 14,
"color": "#ffffff",
"bg": "rgba(30,30,30,0.9)",
"border": "2px solid #8B4513"
},
{
"type": "text",
"name": "batch_title",
"x": 750,
"y": 410,
"w": 280,
"h": 30,
"text": "批量回收",
"fontSize": 18,
"color": "#FFD700",
"bg": "",
"border": ""
},
{
"type": "text",
"name": "batch_desc",
"x": 750,
"y": 450,
"w": 280,
"h": 30,
"text": "回收背包中所有选中分类装备",
"fontSize": 14,
"color": "#FF8C00",
"bg": "",
"border": ""
},
{
"type": "button",
"name": "btn_batch",
"x": 750,
"y": 480,
"w": 280,
"h": 40,
"text": "批量回收",
"fontSize": 18,
"color": "#ffffff",
"bg": "#FF8C00",
"border": "1px solid #FF5722"
},
{
"type": "rect",
"name": "player_bg",
"x": 400,
"y": 549,
"w": 640,
"h": 120,
"text": "",
"fontSize": 14,
"color": "#ffffff",
"bg": "rgba(68,68,68,0.8)",
"border": "1px solid #444"
},
{
"type": "text",
"name": "player_title",
"x": 410,
"y": 559,
"w": 200,
"h": 30,
"text": "玩家信息",
"fontSize": 18,
"color": "#FFD700",
"bg": "",
"border": ""
},
{
"type": "text",
"name": "player_gold",
"x": 410,
"y": 599,
"w": 300,
"h": 30,
"text": "当前金币: 0",
"fontSize": 16,
"color": "#87CEEB",
"bg": "",
"border": ""
},
{
"type": "text",
"name": "player_bag",
"x": 410,
"y": 629,
"w": 300,
"h": 30,
"text": "背包空间: 40/40",
"fontSize": 16,
"color": "#87CEEB",
"bg": "",
"border": ""
}
]
```
← 返回问答库