{ "widgettype": "VBox", "options": {"width": "100%", "height": "100%", "padding": "0px"}, "subwidgets": [ { "widgettype": "HBox", "options": {"width": "100%", "padding": "16px 24px", "bgcolor": "var(--bricks-card-bg, #fff)", "borderBottom": "1px solid var(--bricks-border, #eee)"}, "subwidgets": [ { "widgettype": "Button", "options": {"label": "← 返回", "cfontsize": 0.85}, "binds": [{"wid": "self", "event": "click", "actiontype": "script", "target": "self", "script": "history.back();"}] }, {"widgettype": "Title", "options": {"text": "作品详情", "fontSize": "20px", "fontWeight": "bold", "flex": "1", "marginLeft": "16px"}} ] }, { "widgettype": "VBox", "id": "showcase_detail_content", "options": {"width": "100%", "flex": "1", "padding": "24px", "overflow": "auto"} } ] }