From eb28960b81229d02085da0aca3ab503abe87e21a Mon Sep 17 00:00:00 2001 From: phyzess Date: Fri, 11 Sep 2020 16:58:14 +0800 Subject: [PATCH 1/2] fix(components): fix modal bugs affects: @gio-design/components --- packages/components/src/components/modal/Modal.tsx | 5 ++++- packages/components/src/components/modal/StepModal.tsx | 9 +++++++-- 2 files changed, 11 insertions(+), 3 deletions(-) diff --git a/packages/components/src/components/modal/Modal.tsx b/packages/components/src/components/modal/Modal.tsx index 6f0ef4641c..69c98c43d0 100644 --- a/packages/components/src/components/modal/Modal.tsx +++ b/packages/components/src/components/modal/Modal.tsx @@ -43,7 +43,10 @@ const Modal: React.FC = ({ const useOkBtn = !!onOk && typeof onOk === 'function'; let useFooter = useOkBtn || !dropCloseButton || !!additionalFooter; - if (restProps === false || restProps === null || ('footer' in restProps && restProps === undefined)) { + if ( + 'footer' in restProps && + (restProps.footer === undefined || restProps.footer === false || restProps.footer === null) + ) { useFooter = false; } const okBtnProps: ButtonProps = { diff --git a/packages/components/src/components/modal/StepModal.tsx b/packages/components/src/components/modal/StepModal.tsx index 34405dc115..e7d06d4f08 100644 --- a/packages/components/src/components/modal/StepModal.tsx +++ b/packages/components/src/components/modal/StepModal.tsx @@ -1,4 +1,4 @@ -import React, { useState, useMemo } from 'react'; +import React, { useState, useEffect, useMemo } from 'react'; import Modal from './Modal'; import { stepArray2Map, clarifyRender } from './utils'; import { IStepModalProps, IStepInner, TStepChange } from './interface'; @@ -19,8 +19,13 @@ const StepModal: React.FC = ({ }: IStepModalProps) => { const { stepMap, firstStep } = useMemo(() => stepArray2Map(steps), [steps]); const [stepStack, setStepStack] = useState([firstStep]); - const curStepOnShow = stepStack[stepStack.length - 1]; + useEffect(() => { + // 传入的 steps 发生改变后需要重置 stepStack + setStepStack([firstStep]); + }, [stepMap, firstStep]); + + const curStepOnShow = stepStack[stepStack.length - 1]; const curStep: IStepInner = stepMap[curStepOnShow]; const { onNext, onBack } = curStep; const isLastStep: boolean = !curStep.next || (curStep.next && curStep.next.length === 0); From e650a70809ab523b5013aaa57783120599a7e5b1 Mon Sep 17 00:00:00 2001 From: phyzess Date: Fri, 11 Sep 2020 17:02:14 +0800 Subject: [PATCH 2/2] refactor(components): update test snapshot affects: @gio-design/components --- .../__snapshots__/stepModal.test.js.snap | 51110 ++++------------ 1 file changed, 12250 insertions(+), 38860 deletions(-) diff --git a/packages/components/src/components/modal/__test__/__snapshots__/stepModal.test.js.snap b/packages/components/src/components/modal/__test__/__snapshots__/stepModal.test.js.snap index f190df8110..ad2b12be7b 100644 --- a/packages/components/src/components/modal/__test__/__snapshots__/stepModal.test.js.snap +++ b/packages/components/src/components/modal/__test__/__snapshots__/stepModal.test.js.snap @@ -363,428 +363,363 @@ initialize { ], "name": "div", "namespace": "http://www.w3.org/1999/xhtml", - "next": Object { + "next": null, + "parent": [Circular], + "prev": [Circular], + "type": "tag", + "x-attribsNamespace": Object { + "class": undefined, + }, + "x-attribsPrefix": Object { + "class": undefined, + }, + }, + "parent": [Circular], + "prev": [Circular], + "type": "tag", + "x-attribsNamespace": Object { + "class": undefined, + }, + "x-attribsPrefix": Object { + "class": undefined, + }, + }, + "parent": [Circular], + "prev": null, + "type": "tag", + "x-attribsNamespace": Object { + "aria-label": undefined, + "class": undefined, + "type": undefined, + }, + "x-attribsPrefix": Object { + "aria-label": undefined, + "class": undefined, + "type": undefined, + }, + }, + Object { + "attribs": Object { + "class": "gio-modal-header", + }, + "children": Array [ + Object { + "attribs": Object { + "class": "gio-modal-title", + "id": "rcDialogTitle0", + }, + "children": Array [ + Object { + "attribs": Object { + "class": "gio-modal__title", + }, + "children": Array [ + Object { + "data": "步骤 1", + "next": null, + "parent": [Circular], + "prev": null, + "type": "text", + }, + ], + "name": "div", + "namespace": "http://www.w3.org/1999/xhtml", + "next": null, + "parent": [Circular], + "prev": null, + "type": "tag", + "x-attribsNamespace": Object { + "class": undefined, + }, + "x-attribsPrefix": Object { + "class": undefined, + }, + }, + ], + "name": "div", + "namespace": "http://www.w3.org/1999/xhtml", + "next": null, + "parent": [Circular], + "prev": null, + "type": "tag", + "x-attribsNamespace": Object { + "class": undefined, + "id": undefined, + }, + "x-attribsPrefix": Object { + "class": undefined, + "id": undefined, + }, + }, + ], + "name": "div", + "namespace": "http://www.w3.org/1999/xhtml", + "next": Object { + "attribs": Object { + "class": "gio-modal-body", + }, + "children": Array [ + Object { + "data": "Step One", + "next": null, + "parent": [Circular], + "prev": null, + "type": "text", + }, + ], + "name": "div", + "namespace": "http://www.w3.org/1999/xhtml", + "next": null, + "parent": [Circular], + "prev": [Circular], + "type": "tag", + "x-attribsNamespace": Object { + "class": undefined, + }, + "x-attribsPrefix": Object { + "class": undefined, + }, + }, + "parent": [Circular], + "prev": Object { + "attribs": Object { + "aria-label": "Close", + "class": "gio-modal-close", + "type": "button", + }, + "children": Array [ + Object { "attribs": Object { - "class": "gio-modal-footer", + "class": "gio-icon gio-modal__close", }, "children": Array [ Object { "attribs": Object { - "class": "gio-modal__footer", + "class": "gio-icon-svg", + "fill": "currentColor", + "height": "1rem", + "viewBox": "0 0 14 14", + "width": "1rem", }, "children": Array [ Object { - "attribs": Object { - "class": "gio-modal__footer-additional", - }, - "children": Array [], - "name": "div", - "namespace": "http://www.w3.org/1999/xhtml", + "attribs": Object {}, + "children": Array [ + Object { + "attribs": Object {}, + "children": Array [], + "name": "style", + "namespace": "http://www.w3.org/2000/svg", + "next": null, + "parent": [Circular], + "prev": null, + "type": "style", + "x-attribsNamespace": Object {}, + "x-attribsPrefix": Object {}, + }, + ], + "name": "defs", + "namespace": "http://www.w3.org/2000/svg", "next": Object { - "attribs": Object {}, + "attribs": Object { + "data-name": "\\\\u56FE\\\\u5C42 2", + "id": "close_svg__\\\\u56FE\\\\u5C42_2", + }, "children": Array [ Object { "attribs": Object { - "class": "gio-btn gio-modal__btn-close gio-btn-secondary", - "type": "button", + "data-name": "\\\\u56FE\\\\u5C42 1", + "id": "close_svg__\\\\u56FE\\\\u5C42_1-2", }, "children": Array [ Object { - "attribs": Object {}, - "children": Array [ - Object { - "data": "取 消", - "next": null, - "parent": [Circular], - "prev": null, - "type": "text", - }, - ], - "name": "span", - "namespace": "http://www.w3.org/1999/xhtml", - "next": null, - "parent": [Circular], - "prev": null, - "type": "tag", - "x-attribsNamespace": Object {}, - "x-attribsPrefix": Object {}, - }, - ], - "name": "button", - "namespace": "http://www.w3.org/1999/xhtml", - "next": Object { - "attribs": Object { - "class": "gio-btn gio-modal__btn-ok gio-btn-primary", - "type": "button", - }, - "children": Array [ - Object { - "attribs": Object {}, - "children": Array [ - Object { - "data": "下一步", - "next": null, - "parent": [Circular], - "prev": null, - "type": "text", - }, - ], - "name": "span", - "namespace": "http://www.w3.org/1999/xhtml", - "next": null, - "parent": [Circular], - "prev": null, - "type": "tag", - "x-attribsNamespace": Object {}, - "x-attribsPrefix": Object {}, + "attribs": Object { + "d": "M6.62 5.92a.54.54 0 00.76 0l3.87-3.87a.49.49 0 01.7.7L8.08 6.62a.54.54 0 000 .76L12 11.25a.49.49 0 01-.7.7L7.38 8.08a.54.54 0 00-.76 0L2.75 12a.49.49 0 01-.7-.7l3.87-3.92a.54.54 0 000-.76L2.05 2.75a.49.49 0 01.7-.7z", + "fill": "currentColor", + "fill-rule": "evenodd", + "id": "close_svg__close", }, - ], - "name": "button", - "namespace": "http://www.w3.org/1999/xhtml", - "next": null, - "parent": [Circular], - "prev": [Circular], - "type": "tag", - "x-attribsNamespace": Object { - "class": undefined, - "type": undefined, - }, - "x-attribsPrefix": Object { - "class": undefined, - "type": undefined, - }, - }, - "parent": [Circular], - "prev": null, - "type": "tag", - "x-attribsNamespace": Object { - "class": undefined, - "type": undefined, - }, - "x-attribsPrefix": Object { - "class": undefined, - "type": undefined, - }, - }, - Object { - "attribs": Object { - "class": "gio-btn gio-modal__btn-ok gio-btn-primary", - "type": "button", - }, - "children": Array [ - Object { - "attribs": Object {}, - "children": Array [ - Object { - "data": "下一步", - "next": null, - "parent": [Circular], - "prev": null, - "type": "text", - }, - ], - "name": "span", - "namespace": "http://www.w3.org/1999/xhtml", + "children": Array [], + "name": "path", + "namespace": "http://www.w3.org/2000/svg", "next": null, "parent": [Circular], "prev": null, "type": "tag", - "x-attribsNamespace": Object {}, - "x-attribsPrefix": Object {}, + "x-attribsNamespace": Object { + "d": undefined, + "fill": undefined, + "fill-rule": undefined, + "id": undefined, + }, + "x-attribsPrefix": Object { + "d": undefined, + "fill": undefined, + "fill-rule": undefined, + "id": undefined, + }, }, ], - "name": "button", - "namespace": "http://www.w3.org/1999/xhtml", + "name": "g", + "namespace": "http://www.w3.org/2000/svg", "next": null, "parent": [Circular], - "prev": Object { - "attribs": Object { - "class": "gio-btn gio-modal__btn-close gio-btn-secondary", - "type": "button", - }, - "children": Array [ - Object { - "attribs": Object {}, - "children": Array [ - Object { - "data": "取 消", - "next": null, - "parent": [Circular], - "prev": null, - "type": "text", - }, - ], - "name": "span", - "namespace": "http://www.w3.org/1999/xhtml", - "next": null, - "parent": [Circular], - "prev": null, - "type": "tag", - "x-attribsNamespace": Object {}, - "x-attribsPrefix": Object {}, - }, - ], - "name": "button", - "namespace": "http://www.w3.org/1999/xhtml", - "next": [Circular], - "parent": [Circular], - "prev": null, - "type": "tag", - "x-attribsNamespace": Object { - "class": undefined, - "type": undefined, - }, - "x-attribsPrefix": Object { - "class": undefined, - "type": undefined, - }, - }, + "prev": null, "type": "tag", "x-attribsNamespace": Object { - "class": undefined, - "type": undefined, + "data-name": undefined, + "id": undefined, }, "x-attribsPrefix": Object { - "class": undefined, - "type": undefined, + "data-name": undefined, + "id": undefined, }, }, ], - "name": "div", - "namespace": "http://www.w3.org/1999/xhtml", + "name": "g", + "namespace": "http://www.w3.org/2000/svg", "next": null, "parent": [Circular], "prev": [Circular], "type": "tag", - "x-attribsNamespace": Object {}, - "x-attribsPrefix": Object {}, - }, - "parent": [Circular], - "prev": null, - "type": "tag", - "x-attribsNamespace": Object { - "class": undefined, - }, - "x-attribsPrefix": Object { - "class": undefined, + "x-attribsNamespace": Object { + "data-name": undefined, + "id": undefined, + }, + "x-attribsPrefix": Object { + "data-name": undefined, + "id": undefined, + }, }, + "parent": [Circular], + "prev": null, + "type": "tag", + "x-attribsNamespace": Object {}, + "x-attribsPrefix": Object {}, }, Object { - "attribs": Object {}, + "attribs": Object { + "data-name": "\\\\u56FE\\\\u5C42 2", + "id": "close_svg__\\\\u56FE\\\\u5C42_2", + }, "children": Array [ Object { "attribs": Object { - "class": "gio-btn gio-modal__btn-close gio-btn-secondary", - "type": "button", + "data-name": "\\\\u56FE\\\\u5C42 1", + "id": "close_svg__\\\\u56FE\\\\u5C42_1-2", }, "children": Array [ Object { - "attribs": Object {}, - "children": Array [ - Object { - "data": "取 消", - "next": null, - "parent": [Circular], - "prev": null, - "type": "text", - }, - ], - "name": "span", - "namespace": "http://www.w3.org/1999/xhtml", - "next": null, - "parent": [Circular], - "prev": null, - "type": "tag", - "x-attribsNamespace": Object {}, - "x-attribsPrefix": Object {}, - }, - ], - "name": "button", - "namespace": "http://www.w3.org/1999/xhtml", - "next": Object { - "attribs": Object { - "class": "gio-btn gio-modal__btn-ok gio-btn-primary", - "type": "button", - }, - "children": Array [ - Object { - "attribs": Object {}, - "children": Array [ - Object { - "data": "下一步", - "next": null, - "parent": [Circular], - "prev": null, - "type": "text", - }, - ], - "name": "span", - "namespace": "http://www.w3.org/1999/xhtml", - "next": null, - "parent": [Circular], - "prev": null, - "type": "tag", - "x-attribsNamespace": Object {}, - "x-attribsPrefix": Object {}, + "attribs": Object { + "d": "M6.62 5.92a.54.54 0 00.76 0l3.87-3.87a.49.49 0 01.7.7L8.08 6.62a.54.54 0 000 .76L12 11.25a.49.49 0 01-.7.7L7.38 8.08a.54.54 0 00-.76 0L2.75 12a.49.49 0 01-.7-.7l3.87-3.92a.54.54 0 000-.76L2.05 2.75a.49.49 0 01.7-.7z", + "fill": "currentColor", + "fill-rule": "evenodd", + "id": "close_svg__close", }, - ], - "name": "button", - "namespace": "http://www.w3.org/1999/xhtml", - "next": null, - "parent": [Circular], - "prev": [Circular], - "type": "tag", - "x-attribsNamespace": Object { - "class": undefined, - "type": undefined, - }, - "x-attribsPrefix": Object { - "class": undefined, - "type": undefined, - }, - }, - "parent": [Circular], - "prev": null, - "type": "tag", - "x-attribsNamespace": Object { - "class": undefined, - "type": undefined, - }, - "x-attribsPrefix": Object { - "class": undefined, - "type": undefined, - }, - }, - Object { - "attribs": Object { - "class": "gio-btn gio-modal__btn-ok gio-btn-primary", - "type": "button", - }, - "children": Array [ - Object { - "attribs": Object {}, - "children": Array [ - Object { - "data": "下一步", - "next": null, - "parent": [Circular], - "prev": null, - "type": "text", - }, - ], - "name": "span", - "namespace": "http://www.w3.org/1999/xhtml", + "children": Array [], + "name": "path", + "namespace": "http://www.w3.org/2000/svg", "next": null, "parent": [Circular], "prev": null, "type": "tag", - "x-attribsNamespace": Object {}, - "x-attribsPrefix": Object {}, + "x-attribsNamespace": Object { + "d": undefined, + "fill": undefined, + "fill-rule": undefined, + "id": undefined, + }, + "x-attribsPrefix": Object { + "d": undefined, + "fill": undefined, + "fill-rule": undefined, + "id": undefined, + }, }, ], - "name": "button", - "namespace": "http://www.w3.org/1999/xhtml", + "name": "g", + "namespace": "http://www.w3.org/2000/svg", "next": null, "parent": [Circular], - "prev": Object { - "attribs": Object { - "class": "gio-btn gio-modal__btn-close gio-btn-secondary", - "type": "button", - }, - "children": Array [ - Object { - "attribs": Object {}, - "children": Array [ - Object { - "data": "取 消", - "next": null, - "parent": [Circular], - "prev": null, - "type": "text", - }, - ], - "name": "span", - "namespace": "http://www.w3.org/1999/xhtml", - "next": null, - "parent": [Circular], - "prev": null, - "type": "tag", - "x-attribsNamespace": Object {}, - "x-attribsPrefix": Object {}, - }, - ], - "name": "button", - "namespace": "http://www.w3.org/1999/xhtml", - "next": [Circular], - "parent": [Circular], - "prev": null, - "type": "tag", - "x-attribsNamespace": Object { - "class": undefined, - "type": undefined, - }, - "x-attribsPrefix": Object { - "class": undefined, - "type": undefined, - }, - }, + "prev": null, "type": "tag", "x-attribsNamespace": Object { - "class": undefined, - "type": undefined, + "data-name": undefined, + "id": undefined, }, "x-attribsPrefix": Object { - "class": undefined, - "type": undefined, + "data-name": undefined, + "id": undefined, }, }, ], - "name": "div", - "namespace": "http://www.w3.org/1999/xhtml", + "name": "g", + "namespace": "http://www.w3.org/2000/svg", "next": null, "parent": [Circular], "prev": Object { - "attribs": Object { - "class": "gio-modal__footer-additional", - }, - "children": Array [], - "name": "div", - "namespace": "http://www.w3.org/1999/xhtml", + "attribs": Object {}, + "children": Array [ + Object { + "attribs": Object {}, + "children": Array [], + "name": "style", + "namespace": "http://www.w3.org/2000/svg", + "next": null, + "parent": [Circular], + "prev": null, + "type": "style", + "x-attribsNamespace": Object {}, + "x-attribsPrefix": Object {}, + }, + ], + "name": "defs", + "namespace": "http://www.w3.org/2000/svg", "next": [Circular], "parent": [Circular], "prev": null, "type": "tag", - "x-attribsNamespace": Object { - "class": undefined, - }, - "x-attribsPrefix": Object { - "class": undefined, - }, + "x-attribsNamespace": Object {}, + "x-attribsPrefix": Object {}, }, "type": "tag", - "x-attribsNamespace": Object {}, - "x-attribsPrefix": Object {}, + "x-attribsNamespace": Object { + "data-name": undefined, + "id": undefined, + }, + "x-attribsPrefix": Object { + "data-name": undefined, + "id": undefined, + }, }, ], - "name": "div", - "namespace": "http://www.w3.org/1999/xhtml", + "name": "svg", + "namespace": "http://www.w3.org/2000/svg", "next": null, "parent": [Circular], "prev": null, "type": "tag", "x-attribsNamespace": Object { "class": undefined, + "fill": undefined, + "height": undefined, + "viewBox": undefined, + "width": undefined, }, "x-attribsPrefix": Object { "class": undefined, + "fill": undefined, + "height": undefined, + "viewBox": undefined, + "width": undefined, }, }, ], - "name": "div", + "name": "span", "namespace": "http://www.w3.org/1999/xhtml", "next": null, "parent": [Circular], - "prev": [Circular], + "prev": null, "type": "tag", "x-attribsNamespace": Object { "class": undefined, @@ -793,515 +728,342 @@ initialize { "class": undefined, }, }, - "parent": [Circular], - "prev": [Circular], - "type": "tag", - "x-attribsNamespace": Object { - "class": undefined, - }, - "x-attribsPrefix": Object { - "class": undefined, - }, - }, + ], + "name": "button", + "namespace": "http://www.w3.org/1999/xhtml", + "next": [Circular], "parent": [Circular], - "prev": [Circular], + "prev": null, "type": "tag", "x-attribsNamespace": Object { + "aria-label": undefined, "class": undefined, + "type": undefined, }, "x-attribsPrefix": Object { + "aria-label": undefined, "class": undefined, + "type": undefined, }, }, - "parent": [Circular], - "prev": null, "type": "tag", "x-attribsNamespace": Object { - "aria-label": undefined, "class": undefined, - "type": undefined, }, "x-attribsPrefix": Object { - "aria-label": undefined, "class": undefined, - "type": undefined, }, }, Object { "attribs": Object { - "class": "gio-modal-header", + "class": "gio-modal-body", }, "children": Array [ Object { - "attribs": Object { - "class": "gio-modal-title", - "id": "rcDialogTitle0", - }, - "children": Array [ - Object { - "attribs": Object { - "class": "gio-modal__title", - }, - "children": Array [ - Object { - "data": "步骤 1", - "next": null, - "parent": [Circular], - "prev": null, - "type": "text", - }, - ], - "name": "div", - "namespace": "http://www.w3.org/1999/xhtml", - "next": null, - "parent": [Circular], - "prev": null, - "type": "tag", - "x-attribsNamespace": Object { - "class": undefined, - }, - "x-attribsPrefix": Object { - "class": undefined, - }, - }, - ], - "name": "div", - "namespace": "http://www.w3.org/1999/xhtml", + "data": "Step One", "next": null, "parent": [Circular], "prev": null, - "type": "tag", - "x-attribsNamespace": Object { - "class": undefined, - "id": undefined, - }, - "x-attribsPrefix": Object { - "class": undefined, - "id": undefined, - }, + "type": "text", }, ], "name": "div", "namespace": "http://www.w3.org/1999/xhtml", - "next": Object { + "next": null, + "parent": [Circular], + "prev": Object { "attribs": Object { - "class": "gio-modal-body", + "class": "gio-modal-header", }, "children": Array [ Object { - "data": "Step One", + "attribs": Object { + "class": "gio-modal-title", + "id": "rcDialogTitle0", + }, + "children": Array [ + Object { + "attribs": Object { + "class": "gio-modal__title", + }, + "children": Array [ + Object { + "data": "步骤 1", + "next": null, + "parent": [Circular], + "prev": null, + "type": "text", + }, + ], + "name": "div", + "namespace": "http://www.w3.org/1999/xhtml", + "next": null, + "parent": [Circular], + "prev": null, + "type": "tag", + "x-attribsNamespace": Object { + "class": undefined, + }, + "x-attribsPrefix": Object { + "class": undefined, + }, + }, + ], + "name": "div", + "namespace": "http://www.w3.org/1999/xhtml", "next": null, "parent": [Circular], "prev": null, - "type": "text", + "type": "tag", + "x-attribsNamespace": Object { + "class": undefined, + "id": undefined, + }, + "x-attribsPrefix": Object { + "class": undefined, + "id": undefined, + }, }, ], "name": "div", "namespace": "http://www.w3.org/1999/xhtml", - "next": Object { + "next": [Circular], + "parent": [Circular], + "prev": Object { "attribs": Object { - "class": "gio-modal-footer", + "aria-label": "Close", + "class": "gio-modal-close", + "type": "button", }, "children": Array [ Object { "attribs": Object { - "class": "gio-modal__footer", + "class": "gio-icon gio-modal__close", }, "children": Array [ Object { "attribs": Object { - "class": "gio-modal__footer-additional", + "class": "gio-icon-svg", + "fill": "currentColor", + "height": "1rem", + "viewBox": "0 0 14 14", + "width": "1rem", }, - "children": Array [], - "name": "div", - "namespace": "http://www.w3.org/1999/xhtml", - "next": Object { - "attribs": Object {}, - "children": Array [ - Object { + "children": Array [ + Object { + "attribs": Object {}, + "children": Array [ + Object { + "attribs": Object {}, + "children": Array [], + "name": "style", + "namespace": "http://www.w3.org/2000/svg", + "next": null, + "parent": [Circular], + "prev": null, + "type": "style", + "x-attribsNamespace": Object {}, + "x-attribsPrefix": Object {}, + }, + ], + "name": "defs", + "namespace": "http://www.w3.org/2000/svg", + "next": Object { "attribs": Object { - "class": "gio-btn gio-modal__btn-close gio-btn-secondary", - "type": "button", + "data-name": "\\\\u56FE\\\\u5C42 2", + "id": "close_svg__\\\\u56FE\\\\u5C42_2", }, "children": Array [ Object { - "attribs": Object {}, + "attribs": Object { + "data-name": "\\\\u56FE\\\\u5C42 1", + "id": "close_svg__\\\\u56FE\\\\u5C42_1-2", + }, "children": Array [ Object { - "data": "取 消", + "attribs": Object { + "d": "M6.62 5.92a.54.54 0 00.76 0l3.87-3.87a.49.49 0 01.7.7L8.08 6.62a.54.54 0 000 .76L12 11.25a.49.49 0 01-.7.7L7.38 8.08a.54.54 0 00-.76 0L2.75 12a.49.49 0 01-.7-.7l3.87-3.92a.54.54 0 000-.76L2.05 2.75a.49.49 0 01.7-.7z", + "fill": "currentColor", + "fill-rule": "evenodd", + "id": "close_svg__close", + }, + "children": Array [], + "name": "path", + "namespace": "http://www.w3.org/2000/svg", "next": null, "parent": [Circular], "prev": null, - "type": "text", + "type": "tag", + "x-attribsNamespace": Object { + "d": undefined, + "fill": undefined, + "fill-rule": undefined, + "id": undefined, + }, + "x-attribsPrefix": Object { + "d": undefined, + "fill": undefined, + "fill-rule": undefined, + "id": undefined, + }, }, ], - "name": "span", - "namespace": "http://www.w3.org/1999/xhtml", + "name": "g", + "namespace": "http://www.w3.org/2000/svg", "next": null, "parent": [Circular], "prev": null, "type": "tag", - "x-attribsNamespace": Object {}, - "x-attribsPrefix": Object {}, + "x-attribsNamespace": Object { + "data-name": undefined, + "id": undefined, + }, + "x-attribsPrefix": Object { + "data-name": undefined, + "id": undefined, + }, }, ], - "name": "button", - "namespace": "http://www.w3.org/1999/xhtml", - "next": Object { + "name": "g", + "namespace": "http://www.w3.org/2000/svg", + "next": null, + "parent": [Circular], + "prev": [Circular], + "type": "tag", + "x-attribsNamespace": Object { + "data-name": undefined, + "id": undefined, + }, + "x-attribsPrefix": Object { + "data-name": undefined, + "id": undefined, + }, + }, + "parent": [Circular], + "prev": null, + "type": "tag", + "x-attribsNamespace": Object {}, + "x-attribsPrefix": Object {}, + }, + Object { + "attribs": Object { + "data-name": "\\\\u56FE\\\\u5C42 2", + "id": "close_svg__\\\\u56FE\\\\u5C42_2", + }, + "children": Array [ + Object { "attribs": Object { - "class": "gio-btn gio-modal__btn-ok gio-btn-primary", - "type": "button", + "data-name": "\\\\u56FE\\\\u5C42 1", + "id": "close_svg__\\\\u56FE\\\\u5C42_1-2", }, "children": Array [ Object { - "attribs": Object {}, - "children": Array [ - Object { - "data": "下一步", - "next": null, - "parent": [Circular], - "prev": null, - "type": "text", - }, - ], - "name": "span", - "namespace": "http://www.w3.org/1999/xhtml", + "attribs": Object { + "d": "M6.62 5.92a.54.54 0 00.76 0l3.87-3.87a.49.49 0 01.7.7L8.08 6.62a.54.54 0 000 .76L12 11.25a.49.49 0 01-.7.7L7.38 8.08a.54.54 0 00-.76 0L2.75 12a.49.49 0 01-.7-.7l3.87-3.92a.54.54 0 000-.76L2.05 2.75a.49.49 0 01.7-.7z", + "fill": "currentColor", + "fill-rule": "evenodd", + "id": "close_svg__close", + }, + "children": Array [], + "name": "path", + "namespace": "http://www.w3.org/2000/svg", "next": null, "parent": [Circular], "prev": null, "type": "tag", - "x-attribsNamespace": Object {}, - "x-attribsPrefix": Object {}, + "x-attribsNamespace": Object { + "d": undefined, + "fill": undefined, + "fill-rule": undefined, + "id": undefined, + }, + "x-attribsPrefix": Object { + "d": undefined, + "fill": undefined, + "fill-rule": undefined, + "id": undefined, + }, }, ], - "name": "button", - "namespace": "http://www.w3.org/1999/xhtml", + "name": "g", + "namespace": "http://www.w3.org/2000/svg", "next": null, "parent": [Circular], - "prev": [Circular], + "prev": null, "type": "tag", "x-attribsNamespace": Object { - "class": undefined, - "type": undefined, + "data-name": undefined, + "id": undefined, }, "x-attribsPrefix": Object { - "class": undefined, - "type": undefined, + "data-name": undefined, + "id": undefined, }, }, - "parent": [Circular], - "prev": null, - "type": "tag", - "x-attribsNamespace": Object { - "class": undefined, - "type": undefined, - }, - "x-attribsPrefix": Object { - "class": undefined, - "type": undefined, - }, - }, - Object { - "attribs": Object { - "class": "gio-btn gio-modal__btn-ok gio-btn-primary", - "type": "button", - }, + ], + "name": "g", + "namespace": "http://www.w3.org/2000/svg", + "next": null, + "parent": [Circular], + "prev": Object { + "attribs": Object {}, "children": Array [ Object { "attribs": Object {}, - "children": Array [ - Object { - "data": "下一步", - "next": null, - "parent": [Circular], - "prev": null, - "type": "text", - }, - ], - "name": "span", - "namespace": "http://www.w3.org/1999/xhtml", + "children": Array [], + "name": "style", + "namespace": "http://www.w3.org/2000/svg", "next": null, "parent": [Circular], "prev": null, - "type": "tag", + "type": "style", "x-attribsNamespace": Object {}, "x-attribsPrefix": Object {}, }, ], - "name": "button", - "namespace": "http://www.w3.org/1999/xhtml", - "next": null, + "name": "defs", + "namespace": "http://www.w3.org/2000/svg", + "next": [Circular], "parent": [Circular], - "prev": Object { - "attribs": Object { - "class": "gio-btn gio-modal__btn-close gio-btn-secondary", - "type": "button", - }, - "children": Array [ - Object { - "attribs": Object {}, - "children": Array [ - Object { - "data": "取 消", - "next": null, - "parent": [Circular], - "prev": null, - "type": "text", - }, - ], - "name": "span", - "namespace": "http://www.w3.org/1999/xhtml", - "next": null, - "parent": [Circular], - "prev": null, - "type": "tag", - "x-attribsNamespace": Object {}, - "x-attribsPrefix": Object {}, - }, - ], - "name": "button", - "namespace": "http://www.w3.org/1999/xhtml", - "next": [Circular], - "parent": [Circular], - "prev": null, - "type": "tag", - "x-attribsNamespace": Object { - "class": undefined, - "type": undefined, - }, - "x-attribsPrefix": Object { - "class": undefined, - "type": undefined, - }, - }, + "prev": null, "type": "tag", - "x-attribsNamespace": Object { - "class": undefined, - "type": undefined, - }, - "x-attribsPrefix": Object { - "class": undefined, - "type": undefined, - }, - }, - ], - "name": "div", - "namespace": "http://www.w3.org/1999/xhtml", - "next": null, - "parent": [Circular], - "prev": [Circular], - "type": "tag", - "x-attribsNamespace": Object {}, - "x-attribsPrefix": Object {}, - }, - "parent": [Circular], - "prev": null, - "type": "tag", - "x-attribsNamespace": Object { - "class": undefined, - }, - "x-attribsPrefix": Object { - "class": undefined, - }, - }, - Object { - "attribs": Object {}, - "children": Array [ - Object { - "attribs": Object { - "class": "gio-btn gio-modal__btn-close gio-btn-secondary", - "type": "button", - }, - "children": Array [ - Object { - "attribs": Object {}, - "children": Array [ - Object { - "data": "取 消", - "next": null, - "parent": [Circular], - "prev": null, - "type": "text", - }, - ], - "name": "span", - "namespace": "http://www.w3.org/1999/xhtml", - "next": null, - "parent": [Circular], - "prev": null, - "type": "tag", - "x-attribsNamespace": Object {}, - "x-attribsPrefix": Object {}, - }, - ], - "name": "button", - "namespace": "http://www.w3.org/1999/xhtml", - "next": Object { - "attribs": Object { - "class": "gio-btn gio-modal__btn-ok gio-btn-primary", - "type": "button", - }, - "children": Array [ - Object { - "attribs": Object {}, - "children": Array [ - Object { - "data": "下一步", - "next": null, - "parent": [Circular], - "prev": null, - "type": "text", - }, - ], - "name": "span", - "namespace": "http://www.w3.org/1999/xhtml", - "next": null, - "parent": [Circular], - "prev": null, - "type": "tag", - "x-attribsNamespace": Object {}, - "x-attribsPrefix": Object {}, - }, - ], - "name": "button", - "namespace": "http://www.w3.org/1999/xhtml", - "next": null, - "parent": [Circular], - "prev": [Circular], - "type": "tag", - "x-attribsNamespace": Object { - "class": undefined, - "type": undefined, - }, - "x-attribsPrefix": Object { - "class": undefined, - "type": undefined, - }, - }, - "parent": [Circular], - "prev": null, - "type": "tag", - "x-attribsNamespace": Object { - "class": undefined, - "type": undefined, - }, - "x-attribsPrefix": Object { - "class": undefined, - "type": undefined, - }, - }, - Object { - "attribs": Object { - "class": "gio-btn gio-modal__btn-ok gio-btn-primary", - "type": "button", - }, - "children": Array [ - Object { - "attribs": Object {}, - "children": Array [ - Object { - "data": "下一步", - "next": null, - "parent": [Circular], - "prev": null, - "type": "text", - }, - ], - "name": "span", - "namespace": "http://www.w3.org/1999/xhtml", - "next": null, - "parent": [Circular], - "prev": null, - "type": "tag", - "x-attribsNamespace": Object {}, - "x-attribsPrefix": Object {}, - }, - ], - "name": "button", - "namespace": "http://www.w3.org/1999/xhtml", - "next": null, - "parent": [Circular], - "prev": Object { - "attribs": Object { - "class": "gio-btn gio-modal__btn-close gio-btn-secondary", - "type": "button", - }, - "children": Array [ - Object { - "attribs": Object {}, - "children": Array [ - Object { - "data": "取 消", - "next": null, - "parent": [Circular], - "prev": null, - "type": "text", - }, - ], - "name": "span", - "namespace": "http://www.w3.org/1999/xhtml", - "next": null, - "parent": [Circular], - "prev": null, - "type": "tag", - "x-attribsNamespace": Object {}, - "x-attribsPrefix": Object {}, - }, - ], - "name": "button", - "namespace": "http://www.w3.org/1999/xhtml", - "next": [Circular], - "parent": [Circular], - "prev": null, - "type": "tag", - "x-attribsNamespace": Object { - "class": undefined, - "type": undefined, - }, - "x-attribsPrefix": Object { - "class": undefined, - "type": undefined, - }, + "x-attribsNamespace": Object {}, + "x-attribsPrefix": Object {}, }, "type": "tag", "x-attribsNamespace": Object { - "class": undefined, - "type": undefined, + "data-name": undefined, + "id": undefined, }, "x-attribsPrefix": Object { - "class": undefined, - "type": undefined, + "data-name": undefined, + "id": undefined, }, }, ], - "name": "div", - "namespace": "http://www.w3.org/1999/xhtml", + "name": "svg", + "namespace": "http://www.w3.org/2000/svg", "next": null, "parent": [Circular], - "prev": Object { - "attribs": Object { - "class": "gio-modal__footer-additional", - }, - "children": Array [], - "name": "div", - "namespace": "http://www.w3.org/1999/xhtml", - "next": [Circular], - "parent": [Circular], - "prev": null, - "type": "tag", - "x-attribsNamespace": Object { - "class": undefined, - }, - "x-attribsPrefix": Object { - "class": undefined, - }, - }, + "prev": null, "type": "tag", - "x-attribsNamespace": Object {}, - "x-attribsPrefix": Object {}, + "x-attribsNamespace": Object { + "class": undefined, + "fill": undefined, + "height": undefined, + "viewBox": undefined, + "width": undefined, + }, + "x-attribsPrefix": Object { + "class": undefined, + "fill": undefined, + "height": undefined, + "viewBox": undefined, + "width": undefined, + }, }, ], - "name": "div", + "name": "span", "namespace": "http://www.w3.org/1999/xhtml", "next": null, "parent": [Circular], @@ -1315,21 +1077,23 @@ initialize { }, }, ], - "name": "div", + "name": "button", "namespace": "http://www.w3.org/1999/xhtml", - "next": null, + "next": [Circular], "parent": [Circular], - "prev": [Circular], + "prev": null, "type": "tag", "x-attribsNamespace": Object { + "aria-label": undefined, "class": undefined, + "type": undefined, }, "x-attribsPrefix": Object { + "aria-label": undefined, "class": undefined, + "type": undefined, }, }, - "parent": [Circular], - "prev": [Circular], "type": "tag", "x-attribsNamespace": Object { "class": undefined, @@ -1338,98 +1102,145 @@ initialize { "class": undefined, }, }, - "parent": [Circular], - "prev": Object { - "attribs": Object { - "aria-label": "Close", - "class": "gio-modal-close", - "type": "button", - }, - "children": Array [ - Object { - "attribs": Object { - "class": "gio-icon gio-modal__close", - }, - "children": Array [ - Object { - "attribs": Object { - "class": "gio-icon-svg", - "fill": "currentColor", - "height": "1rem", - "viewBox": "0 0 14 14", - "width": "1rem", - }, - "children": Array [ - Object { - "attribs": Object {}, - "children": Array [ - Object { - "attribs": Object {}, - "children": Array [], - "name": "style", - "namespace": "http://www.w3.org/2000/svg", - "next": null, - "parent": [Circular], - "prev": null, - "type": "style", - "x-attribsNamespace": Object {}, - "x-attribsPrefix": Object {}, - }, - ], - "name": "defs", - "namespace": "http://www.w3.org/2000/svg", - "next": Object { - "attribs": Object { - "data-name": "\\\\u56FE\\\\u5C42 2", - "id": "close_svg__\\\\u56FE\\\\u5C42_2", + "type": "tag", + "x-attribsNamespace": Object { + "class": undefined, + }, + "x-attribsPrefix": Object { + "class": undefined, + }, + }, + ], + "name": "div", + "namespace": "http://www.w3.org/1999/xhtml", + "next": Object { + "attribs": Object { + "aria-hidden": "true", + "style": "width: 0px; height: 0px; overflow: hidden; outline: none;", + "tabindex": "0", + }, + "children": Array [], + "name": "div", + "namespace": "http://www.w3.org/1999/xhtml", + "next": null, + "parent": [Circular], + "prev": [Circular], + "type": "tag", + "x-attribsNamespace": Object { + "aria-hidden": undefined, + "style": undefined, + "tabindex": undefined, + }, + "x-attribsPrefix": Object { + "aria-hidden": undefined, + "style": undefined, + "tabindex": undefined, + }, + }, + "parent": [Circular], + "prev": [Circular], + "type": "tag", + "x-attribsNamespace": Object { + "class": undefined, + }, + "x-attribsPrefix": Object { + "class": undefined, + }, + }, + "parent": [Circular], + "prev": null, + "type": "tag", + "x-attribsNamespace": Object { + "aria-hidden": undefined, + "style": undefined, + "tabindex": undefined, + }, + "x-attribsPrefix": Object { + "aria-hidden": undefined, + "style": undefined, + "tabindex": undefined, + }, + }, + Object { + "attribs": Object { + "class": "gio-modal-content", + }, + "children": Array [ + Object { + "attribs": Object { + "aria-label": "Close", + "class": "gio-modal-close", + "type": "button", + }, + "children": Array [ + Object { + "attribs": Object { + "class": "gio-icon gio-modal__close", + }, + "children": Array [ + Object { + "attribs": Object { + "class": "gio-icon-svg", + "fill": "currentColor", + "height": "1rem", + "viewBox": "0 0 14 14", + "width": "1rem", + }, + "children": Array [ + Object { + "attribs": Object {}, + "children": Array [ + Object { + "attribs": Object {}, + "children": Array [], + "name": "style", + "namespace": "http://www.w3.org/2000/svg", + "next": null, + "parent": [Circular], + "prev": null, + "type": "style", + "x-attribsNamespace": Object {}, + "x-attribsPrefix": Object {}, + }, + ], + "name": "defs", + "namespace": "http://www.w3.org/2000/svg", + "next": Object { + "attribs": Object { + "data-name": "\\\\u56FE\\\\u5C42 2", + "id": "close_svg__\\\\u56FE\\\\u5C42_2", + }, + "children": Array [ + Object { + "attribs": Object { + "data-name": "\\\\u56FE\\\\u5C42 1", + "id": "close_svg__\\\\u56FE\\\\u5C42_1-2", }, "children": Array [ Object { "attribs": Object { - "data-name": "\\\\u56FE\\\\u5C42 1", - "id": "close_svg__\\\\u56FE\\\\u5C42_1-2", + "d": "M6.62 5.92a.54.54 0 00.76 0l3.87-3.87a.49.49 0 01.7.7L8.08 6.62a.54.54 0 000 .76L12 11.25a.49.49 0 01-.7.7L7.38 8.08a.54.54 0 00-.76 0L2.75 12a.49.49 0 01-.7-.7l3.87-3.92a.54.54 0 000-.76L2.05 2.75a.49.49 0 01.7-.7z", + "fill": "currentColor", + "fill-rule": "evenodd", + "id": "close_svg__close", }, - "children": Array [ - Object { - "attribs": Object { - "d": "M6.62 5.92a.54.54 0 00.76 0l3.87-3.87a.49.49 0 01.7.7L8.08 6.62a.54.54 0 000 .76L12 11.25a.49.49 0 01-.7.7L7.38 8.08a.54.54 0 00-.76 0L2.75 12a.49.49 0 01-.7-.7l3.87-3.92a.54.54 0 000-.76L2.05 2.75a.49.49 0 01.7-.7z", - "fill": "currentColor", - "fill-rule": "evenodd", - "id": "close_svg__close", - }, - "children": Array [], - "name": "path", - "namespace": "http://www.w3.org/2000/svg", - "next": null, - "parent": [Circular], - "prev": null, - "type": "tag", - "x-attribsNamespace": Object { - "d": undefined, - "fill": undefined, - "fill-rule": undefined, - "id": undefined, - }, - "x-attribsPrefix": Object { - "d": undefined, - "fill": undefined, - "fill-rule": undefined, - "id": undefined, - }, - }, - ], - "name": "g", + "children": Array [], + "name": "path", "namespace": "http://www.w3.org/2000/svg", "next": null, "parent": [Circular], "prev": null, "type": "tag", "x-attribsNamespace": Object { - "data-name": undefined, + "d": undefined, + "fill": undefined, + "fill-rule": undefined, "id": undefined, }, "x-attribsPrefix": Object { - "data-name": undefined, + "d": undefined, + "fill": undefined, + "fill-rule": undefined, "id": undefined, }, }, @@ -1438,7 +1249,7 @@ initialize { "namespace": "http://www.w3.org/2000/svg", "next": null, "parent": [Circular], - "prev": [Circular], + "prev": null, "type": "tag", "x-attribsNamespace": Object { "data-name": undefined, @@ -1449,64 +1260,64 @@ initialize { "id": undefined, }, }, - "parent": [Circular], - "prev": null, - "type": "tag", - "x-attribsNamespace": Object {}, - "x-attribsPrefix": Object {}, + ], + "name": "g", + "namespace": "http://www.w3.org/2000/svg", + "next": null, + "parent": [Circular], + "prev": [Circular], + "type": "tag", + "x-attribsNamespace": Object { + "data-name": undefined, + "id": undefined, + }, + "x-attribsPrefix": Object { + "data-name": undefined, + "id": undefined, }, + }, + "parent": [Circular], + "prev": null, + "type": "tag", + "x-attribsNamespace": Object {}, + "x-attribsPrefix": Object {}, + }, + Object { + "attribs": Object { + "data-name": "\\\\u56FE\\\\u5C42 2", + "id": "close_svg__\\\\u56FE\\\\u5C42_2", + }, + "children": Array [ Object { "attribs": Object { - "data-name": "\\\\u56FE\\\\u5C42 2", - "id": "close_svg__\\\\u56FE\\\\u5C42_2", + "data-name": "\\\\u56FE\\\\u5C42 1", + "id": "close_svg__\\\\u56FE\\\\u5C42_1-2", }, "children": Array [ Object { "attribs": Object { - "data-name": "\\\\u56FE\\\\u5C42 1", - "id": "close_svg__\\\\u56FE\\\\u5C42_1-2", + "d": "M6.62 5.92a.54.54 0 00.76 0l3.87-3.87a.49.49 0 01.7.7L8.08 6.62a.54.54 0 000 .76L12 11.25a.49.49 0 01-.7.7L7.38 8.08a.54.54 0 00-.76 0L2.75 12a.49.49 0 01-.7-.7l3.87-3.92a.54.54 0 000-.76L2.05 2.75a.49.49 0 01.7-.7z", + "fill": "currentColor", + "fill-rule": "evenodd", + "id": "close_svg__close", }, - "children": Array [ - Object { - "attribs": Object { - "d": "M6.62 5.92a.54.54 0 00.76 0l3.87-3.87a.49.49 0 01.7.7L8.08 6.62a.54.54 0 000 .76L12 11.25a.49.49 0 01-.7.7L7.38 8.08a.54.54 0 00-.76 0L2.75 12a.49.49 0 01-.7-.7l3.87-3.92a.54.54 0 000-.76L2.05 2.75a.49.49 0 01.7-.7z", - "fill": "currentColor", - "fill-rule": "evenodd", - "id": "close_svg__close", - }, - "children": Array [], - "name": "path", - "namespace": "http://www.w3.org/2000/svg", - "next": null, - "parent": [Circular], - "prev": null, - "type": "tag", - "x-attribsNamespace": Object { - "d": undefined, - "fill": undefined, - "fill-rule": undefined, - "id": undefined, - }, - "x-attribsPrefix": Object { - "d": undefined, - "fill": undefined, - "fill-rule": undefined, - "id": undefined, - }, - }, - ], - "name": "g", + "children": Array [], + "name": "path", "namespace": "http://www.w3.org/2000/svg", "next": null, "parent": [Circular], "prev": null, "type": "tag", "x-attribsNamespace": Object { - "data-name": undefined, + "d": undefined, + "fill": undefined, + "fill-rule": undefined, "id": undefined, }, "x-attribsPrefix": Object { - "data-name": undefined, + "d": undefined, + "fill": undefined, + "fill-rule": undefined, "id": undefined, }, }, @@ -1515,31 +1326,7 @@ initialize { "namespace": "http://www.w3.org/2000/svg", "next": null, "parent": [Circular], - "prev": Object { - "attribs": Object {}, - "children": Array [ - Object { - "attribs": Object {}, - "children": Array [], - "name": "style", - "namespace": "http://www.w3.org/2000/svg", - "next": null, - "parent": [Circular], - "prev": null, - "type": "style", - "x-attribsNamespace": Object {}, - "x-attribsPrefix": Object {}, - }, - ], - "name": "defs", - "namespace": "http://www.w3.org/2000/svg", - "next": [Circular], - "parent": [Circular], - "prev": null, - "type": "tag", - "x-attribsNamespace": Object {}, - "x-attribsPrefix": Object {}, - }, + "prev": null, "type": "tag", "x-attribsNamespace": Object { "data-name": undefined, @@ -1551,59 +1338,168 @@ initialize { }, }, ], - "name": "svg", + "name": "g", "namespace": "http://www.w3.org/2000/svg", "next": null, "parent": [Circular], - "prev": null, + "prev": Object { + "attribs": Object {}, + "children": Array [ + Object { + "attribs": Object {}, + "children": Array [], + "name": "style", + "namespace": "http://www.w3.org/2000/svg", + "next": null, + "parent": [Circular], + "prev": null, + "type": "style", + "x-attribsNamespace": Object {}, + "x-attribsPrefix": Object {}, + }, + ], + "name": "defs", + "namespace": "http://www.w3.org/2000/svg", + "next": [Circular], + "parent": [Circular], + "prev": null, + "type": "tag", + "x-attribsNamespace": Object {}, + "x-attribsPrefix": Object {}, + }, "type": "tag", "x-attribsNamespace": Object { - "class": undefined, - "fill": undefined, - "height": undefined, - "viewBox": undefined, - "width": undefined, + "data-name": undefined, + "id": undefined, }, "x-attribsPrefix": Object { - "class": undefined, - "fill": undefined, - "height": undefined, - "viewBox": undefined, - "width": undefined, + "data-name": undefined, + "id": undefined, }, }, ], - "name": "span", - "namespace": "http://www.w3.org/1999/xhtml", + "name": "svg", + "namespace": "http://www.w3.org/2000/svg", "next": null, "parent": [Circular], "prev": null, "type": "tag", "x-attribsNamespace": Object { "class": undefined, + "fill": undefined, + "height": undefined, + "viewBox": undefined, + "width": undefined, }, "x-attribsPrefix": Object { "class": undefined, + "fill": undefined, + "height": undefined, + "viewBox": undefined, + "width": undefined, }, }, ], - "name": "button", + "name": "span", "namespace": "http://www.w3.org/1999/xhtml", - "next": [Circular], + "next": null, "parent": [Circular], "prev": null, "type": "tag", "x-attribsNamespace": Object { - "aria-label": undefined, "class": undefined, - "type": undefined, }, "x-attribsPrefix": Object { - "aria-label": undefined, "class": undefined, - "type": undefined, }, }, + ], + "name": "button", + "namespace": "http://www.w3.org/1999/xhtml", + "next": Object { + "attribs": Object { + "class": "gio-modal-header", + }, + "children": Array [ + Object { + "attribs": Object { + "class": "gio-modal-title", + "id": "rcDialogTitle0", + }, + "children": Array [ + Object { + "attribs": Object { + "class": "gio-modal__title", + }, + "children": Array [ + Object { + "data": "步骤 1", + "next": null, + "parent": [Circular], + "prev": null, + "type": "text", + }, + ], + "name": "div", + "namespace": "http://www.w3.org/1999/xhtml", + "next": null, + "parent": [Circular], + "prev": null, + "type": "tag", + "x-attribsNamespace": Object { + "class": undefined, + }, + "x-attribsPrefix": Object { + "class": undefined, + }, + }, + ], + "name": "div", + "namespace": "http://www.w3.org/1999/xhtml", + "next": null, + "parent": [Circular], + "prev": null, + "type": "tag", + "x-attribsNamespace": Object { + "class": undefined, + "id": undefined, + }, + "x-attribsPrefix": Object { + "class": undefined, + "id": undefined, + }, + }, + ], + "name": "div", + "namespace": "http://www.w3.org/1999/xhtml", + "next": Object { + "attribs": Object { + "class": "gio-modal-body", + }, + "children": Array [ + Object { + "data": "Step One", + "next": null, + "parent": [Circular], + "prev": null, + "type": "text", + }, + ], + "name": "div", + "namespace": "http://www.w3.org/1999/xhtml", + "next": null, + "parent": [Circular], + "prev": [Circular], + "type": "tag", + "x-attribsNamespace": Object { + "class": undefined, + }, + "x-attribsPrefix": Object { + "class": undefined, + }, + }, + "parent": [Circular], + "prev": [Circular], "type": "tag", "x-attribsNamespace": Object { "class": undefined, @@ -1612,7 +1508,77 @@ initialize { "class": undefined, }, }, - Object { + "parent": [Circular], + "prev": null, + "type": "tag", + "x-attribsNamespace": Object { + "aria-label": undefined, + "class": undefined, + "type": undefined, + }, + "x-attribsPrefix": Object { + "aria-label": undefined, + "class": undefined, + "type": undefined, + }, + }, + Object { + "attribs": Object { + "class": "gio-modal-header", + }, + "children": Array [ + Object { + "attribs": Object { + "class": "gio-modal-title", + "id": "rcDialogTitle0", + }, + "children": Array [ + Object { + "attribs": Object { + "class": "gio-modal__title", + }, + "children": Array [ + Object { + "data": "步骤 1", + "next": null, + "parent": [Circular], + "prev": null, + "type": "text", + }, + ], + "name": "div", + "namespace": "http://www.w3.org/1999/xhtml", + "next": null, + "parent": [Circular], + "prev": null, + "type": "tag", + "x-attribsNamespace": Object { + "class": undefined, + }, + "x-attribsPrefix": Object { + "class": undefined, + }, + }, + ], + "name": "div", + "namespace": "http://www.w3.org/1999/xhtml", + "next": null, + "parent": [Circular], + "prev": null, + "type": "tag", + "x-attribsNamespace": Object { + "class": undefined, + "id": undefined, + }, + "x-attribsPrefix": Object { + "class": undefined, + "id": undefined, + }, + }, + ], + "name": "div", + "namespace": "http://www.w3.org/1999/xhtml", + "next": Object { "attribs": Object { "class": "gio-modal-body", }, @@ -1627,476 +1593,601 @@ initialize { ], "name": "div", "namespace": "http://www.w3.org/1999/xhtml", - "next": Object { - "attribs": Object { - "class": "gio-modal-footer", - }, - "children": Array [ - Object { - "attribs": Object { - "class": "gio-modal__footer", - }, - "children": Array [ - Object { - "attribs": Object { - "class": "gio-modal__footer-additional", - }, - "children": Array [], - "name": "div", - "namespace": "http://www.w3.org/1999/xhtml", - "next": Object { - "attribs": Object {}, - "children": Array [ - Object { - "attribs": Object { - "class": "gio-btn gio-modal__btn-close gio-btn-secondary", - "type": "button", - }, - "children": Array [ - Object { - "attribs": Object {}, - "children": Array [ - Object { - "data": "取 消", - "next": null, - "parent": [Circular], - "prev": null, - "type": "text", - }, - ], - "name": "span", - "namespace": "http://www.w3.org/1999/xhtml", - "next": null, - "parent": [Circular], - "prev": null, - "type": "tag", - "x-attribsNamespace": Object {}, - "x-attribsPrefix": Object {}, - }, - ], - "name": "button", - "namespace": "http://www.w3.org/1999/xhtml", - "next": Object { + "next": null, + "parent": [Circular], + "prev": [Circular], + "type": "tag", + "x-attribsNamespace": Object { + "class": undefined, + }, + "x-attribsPrefix": Object { + "class": undefined, + }, + }, + "parent": [Circular], + "prev": Object { + "attribs": Object { + "aria-label": "Close", + "class": "gio-modal-close", + "type": "button", + }, + "children": Array [ + Object { + "attribs": Object { + "class": "gio-icon gio-modal__close", + }, + "children": Array [ + Object { + "attribs": Object { + "class": "gio-icon-svg", + "fill": "currentColor", + "height": "1rem", + "viewBox": "0 0 14 14", + "width": "1rem", + }, + "children": Array [ + Object { + "attribs": Object {}, + "children": Array [ + Object { + "attribs": Object {}, + "children": Array [], + "name": "style", + "namespace": "http://www.w3.org/2000/svg", + "next": null, + "parent": [Circular], + "prev": null, + "type": "style", + "x-attribsNamespace": Object {}, + "x-attribsPrefix": Object {}, + }, + ], + "name": "defs", + "namespace": "http://www.w3.org/2000/svg", + "next": Object { + "attribs": Object { + "data-name": "\\\\u56FE\\\\u5C42 2", + "id": "close_svg__\\\\u56FE\\\\u5C42_2", + }, + "children": Array [ + Object { "attribs": Object { - "class": "gio-btn gio-modal__btn-ok gio-btn-primary", - "type": "button", + "data-name": "\\\\u56FE\\\\u5C42 1", + "id": "close_svg__\\\\u56FE\\\\u5C42_1-2", }, "children": Array [ Object { - "attribs": Object {}, - "children": Array [ - Object { - "data": "下一步", - "next": null, - "parent": [Circular], - "prev": null, - "type": "text", - }, - ], - "name": "span", - "namespace": "http://www.w3.org/1999/xhtml", + "attribs": Object { + "d": "M6.62 5.92a.54.54 0 00.76 0l3.87-3.87a.49.49 0 01.7.7L8.08 6.62a.54.54 0 000 .76L12 11.25a.49.49 0 01-.7.7L7.38 8.08a.54.54 0 00-.76 0L2.75 12a.49.49 0 01-.7-.7l3.87-3.92a.54.54 0 000-.76L2.05 2.75a.49.49 0 01.7-.7z", + "fill": "currentColor", + "fill-rule": "evenodd", + "id": "close_svg__close", + }, + "children": Array [], + "name": "path", + "namespace": "http://www.w3.org/2000/svg", "next": null, "parent": [Circular], "prev": null, "type": "tag", - "x-attribsNamespace": Object {}, - "x-attribsPrefix": Object {}, + "x-attribsNamespace": Object { + "d": undefined, + "fill": undefined, + "fill-rule": undefined, + "id": undefined, + }, + "x-attribsPrefix": Object { + "d": undefined, + "fill": undefined, + "fill-rule": undefined, + "id": undefined, + }, }, ], - "name": "button", - "namespace": "http://www.w3.org/1999/xhtml", + "name": "g", + "namespace": "http://www.w3.org/2000/svg", "next": null, "parent": [Circular], - "prev": [Circular], + "prev": null, "type": "tag", "x-attribsNamespace": Object { - "class": undefined, - "type": undefined, + "data-name": undefined, + "id": undefined, }, "x-attribsPrefix": Object { - "class": undefined, - "type": undefined, + "data-name": undefined, + "id": undefined, }, }, - "parent": [Circular], - "prev": null, - "type": "tag", - "x-attribsNamespace": Object { - "class": undefined, - "type": undefined, - }, - "x-attribsPrefix": Object { - "class": undefined, - "type": undefined, - }, + ], + "name": "g", + "namespace": "http://www.w3.org/2000/svg", + "next": null, + "parent": [Circular], + "prev": [Circular], + "type": "tag", + "x-attribsNamespace": Object { + "data-name": undefined, + "id": undefined, + }, + "x-attribsPrefix": Object { + "data-name": undefined, + "id": undefined, }, + }, + "parent": [Circular], + "prev": null, + "type": "tag", + "x-attribsNamespace": Object {}, + "x-attribsPrefix": Object {}, + }, + Object { + "attribs": Object { + "data-name": "\\\\u56FE\\\\u5C42 2", + "id": "close_svg__\\\\u56FE\\\\u5C42_2", + }, + "children": Array [ Object { "attribs": Object { - "class": "gio-btn gio-modal__btn-ok gio-btn-primary", - "type": "button", + "data-name": "\\\\u56FE\\\\u5C42 1", + "id": "close_svg__\\\\u56FE\\\\u5C42_1-2", }, "children": Array [ Object { - "attribs": Object {}, - "children": Array [ - Object { - "data": "下一步", - "next": null, - "parent": [Circular], - "prev": null, - "type": "text", - }, - ], - "name": "span", - "namespace": "http://www.w3.org/1999/xhtml", + "attribs": Object { + "d": "M6.62 5.92a.54.54 0 00.76 0l3.87-3.87a.49.49 0 01.7.7L8.08 6.62a.54.54 0 000 .76L12 11.25a.49.49 0 01-.7.7L7.38 8.08a.54.54 0 00-.76 0L2.75 12a.49.49 0 01-.7-.7l3.87-3.92a.54.54 0 000-.76L2.05 2.75a.49.49 0 01.7-.7z", + "fill": "currentColor", + "fill-rule": "evenodd", + "id": "close_svg__close", + }, + "children": Array [], + "name": "path", + "namespace": "http://www.w3.org/2000/svg", "next": null, "parent": [Circular], "prev": null, "type": "tag", - "x-attribsNamespace": Object {}, - "x-attribsPrefix": Object {}, + "x-attribsNamespace": Object { + "d": undefined, + "fill": undefined, + "fill-rule": undefined, + "id": undefined, + }, + "x-attribsPrefix": Object { + "d": undefined, + "fill": undefined, + "fill-rule": undefined, + "id": undefined, + }, }, ], - "name": "button", - "namespace": "http://www.w3.org/1999/xhtml", + "name": "g", + "namespace": "http://www.w3.org/2000/svg", "next": null, "parent": [Circular], - "prev": Object { - "attribs": Object { - "class": "gio-btn gio-modal__btn-close gio-btn-secondary", - "type": "button", - }, - "children": Array [ - Object { - "attribs": Object {}, - "children": Array [ - Object { - "data": "取 消", - "next": null, - "parent": [Circular], - "prev": null, - "type": "text", - }, - ], - "name": "span", - "namespace": "http://www.w3.org/1999/xhtml", - "next": null, - "parent": [Circular], - "prev": null, - "type": "tag", - "x-attribsNamespace": Object {}, - "x-attribsPrefix": Object {}, - }, - ], - "name": "button", - "namespace": "http://www.w3.org/1999/xhtml", - "next": [Circular], - "parent": [Circular], - "prev": null, - "type": "tag", - "x-attribsNamespace": Object { - "class": undefined, - "type": undefined, - }, - "x-attribsPrefix": Object { - "class": undefined, - "type": undefined, - }, - }, + "prev": null, "type": "tag", "x-attribsNamespace": Object { - "class": undefined, - "type": undefined, + "data-name": undefined, + "id": undefined, }, "x-attribsPrefix": Object { - "class": undefined, - "type": undefined, + "data-name": undefined, + "id": undefined, }, }, ], - "name": "div", - "namespace": "http://www.w3.org/1999/xhtml", + "name": "g", + "namespace": "http://www.w3.org/2000/svg", "next": null, "parent": [Circular], - "prev": [Circular], - "type": "tag", - "x-attribsNamespace": Object {}, - "x-attribsPrefix": Object {}, - }, - "parent": [Circular], - "prev": null, - "type": "tag", - "x-attribsNamespace": Object { - "class": undefined, + "prev": Object { + "attribs": Object {}, + "children": Array [ + Object { + "attribs": Object {}, + "children": Array [], + "name": "style", + "namespace": "http://www.w3.org/2000/svg", + "next": null, + "parent": [Circular], + "prev": null, + "type": "style", + "x-attribsNamespace": Object {}, + "x-attribsPrefix": Object {}, + }, + ], + "name": "defs", + "namespace": "http://www.w3.org/2000/svg", + "next": [Circular], + "parent": [Circular], + "prev": null, + "type": "tag", + "x-attribsNamespace": Object {}, + "x-attribsPrefix": Object {}, + }, + "type": "tag", + "x-attribsNamespace": Object { + "data-name": undefined, + "id": undefined, + }, + "x-attribsPrefix": Object { + "data-name": undefined, + "id": undefined, + }, }, - "x-attribsPrefix": Object { - "class": undefined, + ], + "name": "svg", + "namespace": "http://www.w3.org/2000/svg", + "next": null, + "parent": [Circular], + "prev": null, + "type": "tag", + "x-attribsNamespace": Object { + "class": undefined, + "fill": undefined, + "height": undefined, + "viewBox": undefined, + "width": undefined, + }, + "x-attribsPrefix": Object { + "class": undefined, + "fill": undefined, + "height": undefined, + "viewBox": undefined, + "width": undefined, + }, + }, + ], + "name": "span", + "namespace": "http://www.w3.org/1999/xhtml", + "next": null, + "parent": [Circular], + "prev": null, + "type": "tag", + "x-attribsNamespace": Object { + "class": undefined, + }, + "x-attribsPrefix": Object { + "class": undefined, + }, + }, + ], + "name": "button", + "namespace": "http://www.w3.org/1999/xhtml", + "next": [Circular], + "parent": [Circular], + "prev": null, + "type": "tag", + "x-attribsNamespace": Object { + "aria-label": undefined, + "class": undefined, + "type": undefined, + }, + "x-attribsPrefix": Object { + "aria-label": undefined, + "class": undefined, + "type": undefined, + }, + }, + "type": "tag", + "x-attribsNamespace": Object { + "class": undefined, + }, + "x-attribsPrefix": Object { + "class": undefined, + }, + }, + Object { + "attribs": Object { + "class": "gio-modal-body", + }, + "children": Array [ + Object { + "data": "Step One", + "next": null, + "parent": [Circular], + "prev": null, + "type": "text", + }, + ], + "name": "div", + "namespace": "http://www.w3.org/1999/xhtml", + "next": null, + "parent": [Circular], + "prev": Object { + "attribs": Object { + "class": "gio-modal-header", + }, + "children": Array [ + Object { + "attribs": Object { + "class": "gio-modal-title", + "id": "rcDialogTitle0", + }, + "children": Array [ + Object { + "attribs": Object { + "class": "gio-modal__title", + }, + "children": Array [ + Object { + "data": "步骤 1", + "next": null, + "parent": [Circular], + "prev": null, + "type": "text", }, + ], + "name": "div", + "namespace": "http://www.w3.org/1999/xhtml", + "next": null, + "parent": [Circular], + "prev": null, + "type": "tag", + "x-attribsNamespace": Object { + "class": undefined, + }, + "x-attribsPrefix": Object { + "class": undefined, }, + }, + ], + "name": "div", + "namespace": "http://www.w3.org/1999/xhtml", + "next": null, + "parent": [Circular], + "prev": null, + "type": "tag", + "x-attribsNamespace": Object { + "class": undefined, + "id": undefined, + }, + "x-attribsPrefix": Object { + "class": undefined, + "id": undefined, + }, + }, + ], + "name": "div", + "namespace": "http://www.w3.org/1999/xhtml", + "next": [Circular], + "parent": [Circular], + "prev": Object { + "attribs": Object { + "aria-label": "Close", + "class": "gio-modal-close", + "type": "button", + }, + "children": Array [ + Object { + "attribs": Object { + "class": "gio-icon gio-modal__close", + }, + "children": Array [ Object { - "attribs": Object {}, + "attribs": Object { + "class": "gio-icon-svg", + "fill": "currentColor", + "height": "1rem", + "viewBox": "0 0 14 14", + "width": "1rem", + }, "children": Array [ Object { - "attribs": Object { - "class": "gio-btn gio-modal__btn-close gio-btn-secondary", - "type": "button", - }, + "attribs": Object {}, "children": Array [ Object { "attribs": Object {}, - "children": Array [ - Object { - "data": "取 消", - "next": null, - "parent": [Circular], - "prev": null, - "type": "text", - }, - ], - "name": "span", - "namespace": "http://www.w3.org/1999/xhtml", + "children": Array [], + "name": "style", + "namespace": "http://www.w3.org/2000/svg", "next": null, "parent": [Circular], "prev": null, - "type": "tag", + "type": "style", "x-attribsNamespace": Object {}, "x-attribsPrefix": Object {}, }, ], - "name": "button", - "namespace": "http://www.w3.org/1999/xhtml", + "name": "defs", + "namespace": "http://www.w3.org/2000/svg", "next": Object { "attribs": Object { - "class": "gio-btn gio-modal__btn-ok gio-btn-primary", - "type": "button", + "data-name": "\\\\u56FE\\\\u5C42 2", + "id": "close_svg__\\\\u56FE\\\\u5C42_2", }, "children": Array [ Object { - "attribs": Object {}, + "attribs": Object { + "data-name": "\\\\u56FE\\\\u5C42 1", + "id": "close_svg__\\\\u56FE\\\\u5C42_1-2", + }, "children": Array [ Object { - "data": "下一步", + "attribs": Object { + "d": "M6.62 5.92a.54.54 0 00.76 0l3.87-3.87a.49.49 0 01.7.7L8.08 6.62a.54.54 0 000 .76L12 11.25a.49.49 0 01-.7.7L7.38 8.08a.54.54 0 00-.76 0L2.75 12a.49.49 0 01-.7-.7l3.87-3.92a.54.54 0 000-.76L2.05 2.75a.49.49 0 01.7-.7z", + "fill": "currentColor", + "fill-rule": "evenodd", + "id": "close_svg__close", + }, + "children": Array [], + "name": "path", + "namespace": "http://www.w3.org/2000/svg", "next": null, "parent": [Circular], "prev": null, - "type": "text", + "type": "tag", + "x-attribsNamespace": Object { + "d": undefined, + "fill": undefined, + "fill-rule": undefined, + "id": undefined, + }, + "x-attribsPrefix": Object { + "d": undefined, + "fill": undefined, + "fill-rule": undefined, + "id": undefined, + }, }, ], - "name": "span", - "namespace": "http://www.w3.org/1999/xhtml", + "name": "g", + "namespace": "http://www.w3.org/2000/svg", "next": null, "parent": [Circular], "prev": null, "type": "tag", - "x-attribsNamespace": Object {}, - "x-attribsPrefix": Object {}, - }, - ], - "name": "button", - "namespace": "http://www.w3.org/1999/xhtml", - "next": null, + "x-attribsNamespace": Object { + "data-name": undefined, + "id": undefined, + }, + "x-attribsPrefix": Object { + "data-name": undefined, + "id": undefined, + }, + }, + ], + "name": "g", + "namespace": "http://www.w3.org/2000/svg", + "next": null, "parent": [Circular], "prev": [Circular], "type": "tag", "x-attribsNamespace": Object { - "class": undefined, - "type": undefined, + "data-name": undefined, + "id": undefined, }, "x-attribsPrefix": Object { - "class": undefined, - "type": undefined, + "data-name": undefined, + "id": undefined, }, }, "parent": [Circular], "prev": null, "type": "tag", - "x-attribsNamespace": Object { - "class": undefined, - "type": undefined, - }, - "x-attribsPrefix": Object { - "class": undefined, - "type": undefined, - }, + "x-attribsNamespace": Object {}, + "x-attribsPrefix": Object {}, }, Object { "attribs": Object { - "class": "gio-btn gio-modal__btn-ok gio-btn-primary", - "type": "button", + "data-name": "\\\\u56FE\\\\u5C42 2", + "id": "close_svg__\\\\u56FE\\\\u5C42_2", }, "children": Array [ Object { - "attribs": Object {}, + "attribs": Object { + "data-name": "\\\\u56FE\\\\u5C42 1", + "id": "close_svg__\\\\u56FE\\\\u5C42_1-2", + }, "children": Array [ Object { - "data": "下一步", + "attribs": Object { + "d": "M6.62 5.92a.54.54 0 00.76 0l3.87-3.87a.49.49 0 01.7.7L8.08 6.62a.54.54 0 000 .76L12 11.25a.49.49 0 01-.7.7L7.38 8.08a.54.54 0 00-.76 0L2.75 12a.49.49 0 01-.7-.7l3.87-3.92a.54.54 0 000-.76L2.05 2.75a.49.49 0 01.7-.7z", + "fill": "currentColor", + "fill-rule": "evenodd", + "id": "close_svg__close", + }, + "children": Array [], + "name": "path", + "namespace": "http://www.w3.org/2000/svg", "next": null, "parent": [Circular], "prev": null, - "type": "text", + "type": "tag", + "x-attribsNamespace": Object { + "d": undefined, + "fill": undefined, + "fill-rule": undefined, + "id": undefined, + }, + "x-attribsPrefix": Object { + "d": undefined, + "fill": undefined, + "fill-rule": undefined, + "id": undefined, + }, }, ], - "name": "span", - "namespace": "http://www.w3.org/1999/xhtml", + "name": "g", + "namespace": "http://www.w3.org/2000/svg", "next": null, "parent": [Circular], "prev": null, "type": "tag", - "x-attribsNamespace": Object {}, - "x-attribsPrefix": Object {}, + "x-attribsNamespace": Object { + "data-name": undefined, + "id": undefined, + }, + "x-attribsPrefix": Object { + "data-name": undefined, + "id": undefined, + }, }, ], - "name": "button", - "namespace": "http://www.w3.org/1999/xhtml", + "name": "g", + "namespace": "http://www.w3.org/2000/svg", "next": null, "parent": [Circular], "prev": Object { - "attribs": Object { - "class": "gio-btn gio-modal__btn-close gio-btn-secondary", - "type": "button", - }, + "attribs": Object {}, "children": Array [ Object { "attribs": Object {}, - "children": Array [ - Object { - "data": "取 消", - "next": null, - "parent": [Circular], - "prev": null, - "type": "text", - }, - ], - "name": "span", - "namespace": "http://www.w3.org/1999/xhtml", + "children": Array [], + "name": "style", + "namespace": "http://www.w3.org/2000/svg", "next": null, "parent": [Circular], "prev": null, - "type": "tag", + "type": "style", "x-attribsNamespace": Object {}, "x-attribsPrefix": Object {}, }, ], - "name": "button", - "namespace": "http://www.w3.org/1999/xhtml", + "name": "defs", + "namespace": "http://www.w3.org/2000/svg", "next": [Circular], "parent": [Circular], "prev": null, "type": "tag", - "x-attribsNamespace": Object { - "class": undefined, - "type": undefined, - }, - "x-attribsPrefix": Object { - "class": undefined, - "type": undefined, - }, + "x-attribsNamespace": Object {}, + "x-attribsPrefix": Object {}, }, "type": "tag", "x-attribsNamespace": Object { - "class": undefined, - "type": undefined, + "data-name": undefined, + "id": undefined, }, "x-attribsPrefix": Object { - "class": undefined, - "type": undefined, + "data-name": undefined, + "id": undefined, }, }, ], - "name": "div", - "namespace": "http://www.w3.org/1999/xhtml", - "next": null, - "parent": [Circular], - "prev": Object { - "attribs": Object { - "class": "gio-modal__footer-additional", - }, - "children": Array [], - "name": "div", - "namespace": "http://www.w3.org/1999/xhtml", - "next": [Circular], - "parent": [Circular], - "prev": null, - "type": "tag", - "x-attribsNamespace": Object { - "class": undefined, - }, - "x-attribsPrefix": Object { - "class": undefined, - }, - }, - "type": "tag", - "x-attribsNamespace": Object {}, - "x-attribsPrefix": Object {}, - }, - ], - "name": "div", - "namespace": "http://www.w3.org/1999/xhtml", - "next": null, - "parent": [Circular], - "prev": null, - "type": "tag", - "x-attribsNamespace": Object { - "class": undefined, - }, - "x-attribsPrefix": Object { - "class": undefined, - }, - }, - ], - "name": "div", - "namespace": "http://www.w3.org/1999/xhtml", - "next": null, - "parent": [Circular], - "prev": [Circular], - "type": "tag", - "x-attribsNamespace": Object { - "class": undefined, - }, - "x-attribsPrefix": Object { - "class": undefined, - }, - }, - "parent": [Circular], - "prev": Object { - "attribs": Object { - "class": "gio-modal-header", - }, - "children": Array [ - Object { - "attribs": Object { - "class": "gio-modal-title", - "id": "rcDialogTitle0", - }, - "children": Array [ - Object { - "attribs": Object { - "class": "gio-modal__title", - }, - "children": Array [ - Object { - "data": "步骤 1", - "next": null, - "parent": [Circular], - "prev": null, - "type": "text", - }, - ], - "name": "div", - "namespace": "http://www.w3.org/1999/xhtml", + "name": "svg", + "namespace": "http://www.w3.org/2000/svg", "next": null, "parent": [Circular], "prev": null, "type": "tag", "x-attribsNamespace": Object { "class": undefined, + "fill": undefined, + "height": undefined, + "viewBox": undefined, + "width": undefined, }, "x-attribsPrefix": Object { "class": undefined, + "fill": undefined, + "height": undefined, + "viewBox": undefined, + "width": undefined, }, }, ], - "name": "div", + "name": "span", "namespace": "http://www.w3.org/1999/xhtml", "next": null, "parent": [Circular], @@ -2104,109 +2195,196 @@ initialize { "type": "tag", "x-attribsNamespace": Object { "class": undefined, - "id": undefined, }, "x-attribsPrefix": Object { "class": undefined, - "id": undefined, }, }, ], - "name": "div", + "name": "button", "namespace": "http://www.w3.org/1999/xhtml", "next": [Circular], "parent": [Circular], - "prev": Object { - "attribs": Object { - "aria-label": "Close", - "class": "gio-modal-close", - "type": "button", - }, - "children": Array [ - Object { - "attribs": Object { - "class": "gio-icon gio-modal__close", - }, - "children": Array [ - Object { - "attribs": Object { - "class": "gio-icon-svg", - "fill": "currentColor", - "height": "1rem", - "viewBox": "0 0 14 14", - "width": "1rem", - }, - "children": Array [ - Object { - "attribs": Object {}, - "children": Array [ - Object { - "attribs": Object {}, - "children": Array [], - "name": "style", - "namespace": "http://www.w3.org/2000/svg", - "next": null, - "parent": [Circular], - "prev": null, - "type": "style", - "x-attribsNamespace": Object {}, - "x-attribsPrefix": Object {}, - }, - ], - "name": "defs", - "namespace": "http://www.w3.org/2000/svg", - "next": Object { + "prev": null, + "type": "tag", + "x-attribsNamespace": Object { + "aria-label": undefined, + "class": undefined, + "type": undefined, + }, + "x-attribsPrefix": Object { + "aria-label": undefined, + "class": undefined, + "type": undefined, + }, + }, + "type": "tag", + "x-attribsNamespace": Object { + "class": undefined, + }, + "x-attribsPrefix": Object { + "class": undefined, + }, + }, + "type": "tag", + "x-attribsNamespace": Object { + "class": undefined, + }, + "x-attribsPrefix": Object { + "class": undefined, + }, + }, + ], + "name": "div", + "namespace": "http://www.w3.org/1999/xhtml", + "next": Object { + "attribs": Object { + "aria-hidden": "true", + "style": "width: 0px; height: 0px; overflow: hidden; outline: none;", + "tabindex": "0", + }, + "children": Array [], + "name": "div", + "namespace": "http://www.w3.org/1999/xhtml", + "next": null, + "parent": [Circular], + "prev": [Circular], + "type": "tag", + "x-attribsNamespace": Object { + "aria-hidden": undefined, + "style": undefined, + "tabindex": undefined, + }, + "x-attribsPrefix": Object { + "aria-hidden": undefined, + "style": undefined, + "tabindex": undefined, + }, + }, + "parent": [Circular], + "prev": Object { + "attribs": Object { + "aria-hidden": "true", + "style": "width: 0px; height: 0px; overflow: hidden; outline: none;", + "tabindex": "0", + }, + "children": Array [], + "name": "div", + "namespace": "http://www.w3.org/1999/xhtml", + "next": [Circular], + "parent": [Circular], + "prev": null, + "type": "tag", + "x-attribsNamespace": Object { + "aria-hidden": undefined, + "style": undefined, + "tabindex": undefined, + }, + "x-attribsPrefix": Object { + "aria-hidden": undefined, + "style": undefined, + "tabindex": undefined, + }, + }, + "type": "tag", + "x-attribsNamespace": Object { + "class": undefined, + }, + "x-attribsPrefix": Object { + "class": undefined, + }, + }, + Object { + "attribs": Object { + "aria-hidden": "true", + "style": "width: 0px; height: 0px; overflow: hidden; outline: none;", + "tabindex": "0", + }, + "children": Array [], + "name": "div", + "namespace": "http://www.w3.org/1999/xhtml", + "next": null, + "parent": [Circular], + "prev": Object { + "attribs": Object { + "class": "gio-modal-content", + }, + "children": Array [ + Object { + "attribs": Object { + "aria-label": "Close", + "class": "gio-modal-close", + "type": "button", + }, + "children": Array [ + Object { + "attribs": Object { + "class": "gio-icon gio-modal__close", + }, + "children": Array [ + Object { + "attribs": Object { + "class": "gio-icon-svg", + "fill": "currentColor", + "height": "1rem", + "viewBox": "0 0 14 14", + "width": "1rem", + }, + "children": Array [ + Object { + "attribs": Object {}, + "children": Array [ + Object { + "attribs": Object {}, + "children": Array [], + "name": "style", + "namespace": "http://www.w3.org/2000/svg", + "next": null, + "parent": [Circular], + "prev": null, + "type": "style", + "x-attribsNamespace": Object {}, + "x-attribsPrefix": Object {}, + }, + ], + "name": "defs", + "namespace": "http://www.w3.org/2000/svg", + "next": Object { + "attribs": Object { + "data-name": "\\\\u56FE\\\\u5C42 2", + "id": "close_svg__\\\\u56FE\\\\u5C42_2", + }, + "children": Array [ + Object { "attribs": Object { - "data-name": "\\\\u56FE\\\\u5C42 2", - "id": "close_svg__\\\\u56FE\\\\u5C42_2", + "data-name": "\\\\u56FE\\\\u5C42 1", + "id": "close_svg__\\\\u56FE\\\\u5C42_1-2", }, "children": Array [ Object { "attribs": Object { - "data-name": "\\\\u56FE\\\\u5C42 1", - "id": "close_svg__\\\\u56FE\\\\u5C42_1-2", + "d": "M6.62 5.92a.54.54 0 00.76 0l3.87-3.87a.49.49 0 01.7.7L8.08 6.62a.54.54 0 000 .76L12 11.25a.49.49 0 01-.7.7L7.38 8.08a.54.54 0 00-.76 0L2.75 12a.49.49 0 01-.7-.7l3.87-3.92a.54.54 0 000-.76L2.05 2.75a.49.49 0 01.7-.7z", + "fill": "currentColor", + "fill-rule": "evenodd", + "id": "close_svg__close", }, - "children": Array [ - Object { - "attribs": Object { - "d": "M6.62 5.92a.54.54 0 00.76 0l3.87-3.87a.49.49 0 01.7.7L8.08 6.62a.54.54 0 000 .76L12 11.25a.49.49 0 01-.7.7L7.38 8.08a.54.54 0 00-.76 0L2.75 12a.49.49 0 01-.7-.7l3.87-3.92a.54.54 0 000-.76L2.05 2.75a.49.49 0 01.7-.7z", - "fill": "currentColor", - "fill-rule": "evenodd", - "id": "close_svg__close", - }, - "children": Array [], - "name": "path", - "namespace": "http://www.w3.org/2000/svg", - "next": null, - "parent": [Circular], - "prev": null, - "type": "tag", - "x-attribsNamespace": Object { - "d": undefined, - "fill": undefined, - "fill-rule": undefined, - "id": undefined, - }, - "x-attribsPrefix": Object { - "d": undefined, - "fill": undefined, - "fill-rule": undefined, - "id": undefined, - }, - }, - ], - "name": "g", + "children": Array [], + "name": "path", "namespace": "http://www.w3.org/2000/svg", "next": null, "parent": [Circular], "prev": null, "type": "tag", "x-attribsNamespace": Object { - "data-name": undefined, + "d": undefined, + "fill": undefined, + "fill-rule": undefined, "id": undefined, }, "x-attribsPrefix": Object { - "data-name": undefined, + "d": undefined, + "fill": undefined, + "fill-rule": undefined, "id": undefined, }, }, @@ -2215,7 +2393,7 @@ initialize { "namespace": "http://www.w3.org/2000/svg", "next": null, "parent": [Circular], - "prev": [Circular], + "prev": null, "type": "tag", "x-attribsNamespace": Object { "data-name": undefined, @@ -2226,64 +2404,64 @@ initialize { "id": undefined, }, }, - "parent": [Circular], - "prev": null, - "type": "tag", - "x-attribsNamespace": Object {}, - "x-attribsPrefix": Object {}, + ], + "name": "g", + "namespace": "http://www.w3.org/2000/svg", + "next": null, + "parent": [Circular], + "prev": [Circular], + "type": "tag", + "x-attribsNamespace": Object { + "data-name": undefined, + "id": undefined, + }, + "x-attribsPrefix": Object { + "data-name": undefined, + "id": undefined, }, + }, + "parent": [Circular], + "prev": null, + "type": "tag", + "x-attribsNamespace": Object {}, + "x-attribsPrefix": Object {}, + }, + Object { + "attribs": Object { + "data-name": "\\\\u56FE\\\\u5C42 2", + "id": "close_svg__\\\\u56FE\\\\u5C42_2", + }, + "children": Array [ Object { "attribs": Object { - "data-name": "\\\\u56FE\\\\u5C42 2", - "id": "close_svg__\\\\u56FE\\\\u5C42_2", + "data-name": "\\\\u56FE\\\\u5C42 1", + "id": "close_svg__\\\\u56FE\\\\u5C42_1-2", }, "children": Array [ Object { "attribs": Object { - "data-name": "\\\\u56FE\\\\u5C42 1", - "id": "close_svg__\\\\u56FE\\\\u5C42_1-2", + "d": "M6.62 5.92a.54.54 0 00.76 0l3.87-3.87a.49.49 0 01.7.7L8.08 6.62a.54.54 0 000 .76L12 11.25a.49.49 0 01-.7.7L7.38 8.08a.54.54 0 00-.76 0L2.75 12a.49.49 0 01-.7-.7l3.87-3.92a.54.54 0 000-.76L2.05 2.75a.49.49 0 01.7-.7z", + "fill": "currentColor", + "fill-rule": "evenodd", + "id": "close_svg__close", }, - "children": Array [ - Object { - "attribs": Object { - "d": "M6.62 5.92a.54.54 0 00.76 0l3.87-3.87a.49.49 0 01.7.7L8.08 6.62a.54.54 0 000 .76L12 11.25a.49.49 0 01-.7.7L7.38 8.08a.54.54 0 00-.76 0L2.75 12a.49.49 0 01-.7-.7l3.87-3.92a.54.54 0 000-.76L2.05 2.75a.49.49 0 01.7-.7z", - "fill": "currentColor", - "fill-rule": "evenodd", - "id": "close_svg__close", - }, - "children": Array [], - "name": "path", - "namespace": "http://www.w3.org/2000/svg", - "next": null, - "parent": [Circular], - "prev": null, - "type": "tag", - "x-attribsNamespace": Object { - "d": undefined, - "fill": undefined, - "fill-rule": undefined, - "id": undefined, - }, - "x-attribsPrefix": Object { - "d": undefined, - "fill": undefined, - "fill-rule": undefined, - "id": undefined, - }, - }, - ], - "name": "g", + "children": Array [], + "name": "path", "namespace": "http://www.w3.org/2000/svg", "next": null, "parent": [Circular], "prev": null, "type": "tag", "x-attribsNamespace": Object { - "data-name": undefined, + "d": undefined, + "fill": undefined, + "fill-rule": undefined, "id": undefined, }, "x-attribsPrefix": Object { - "data-name": undefined, + "d": undefined, + "fill": undefined, + "fill-rule": undefined, "id": undefined, }, }, @@ -2292,31 +2470,7 @@ initialize { "namespace": "http://www.w3.org/2000/svg", "next": null, "parent": [Circular], - "prev": Object { - "attribs": Object {}, - "children": Array [ - Object { - "attribs": Object {}, - "children": Array [], - "name": "style", - "namespace": "http://www.w3.org/2000/svg", - "next": null, - "parent": [Circular], - "prev": null, - "type": "style", - "x-attribsNamespace": Object {}, - "x-attribsPrefix": Object {}, - }, - ], - "name": "defs", - "namespace": "http://www.w3.org/2000/svg", - "next": [Circular], - "parent": [Circular], - "prev": null, - "type": "tag", - "x-attribsNamespace": Object {}, - "x-attribsPrefix": Object {}, - }, + "prev": null, "type": "tag", "x-attribsNamespace": Object { "data-name": undefined, @@ -2328,59 +2482,168 @@ initialize { }, }, ], - "name": "svg", + "name": "g", "namespace": "http://www.w3.org/2000/svg", "next": null, "parent": [Circular], - "prev": null, + "prev": Object { + "attribs": Object {}, + "children": Array [ + Object { + "attribs": Object {}, + "children": Array [], + "name": "style", + "namespace": "http://www.w3.org/2000/svg", + "next": null, + "parent": [Circular], + "prev": null, + "type": "style", + "x-attribsNamespace": Object {}, + "x-attribsPrefix": Object {}, + }, + ], + "name": "defs", + "namespace": "http://www.w3.org/2000/svg", + "next": [Circular], + "parent": [Circular], + "prev": null, + "type": "tag", + "x-attribsNamespace": Object {}, + "x-attribsPrefix": Object {}, + }, "type": "tag", "x-attribsNamespace": Object { - "class": undefined, - "fill": undefined, - "height": undefined, - "viewBox": undefined, - "width": undefined, + "data-name": undefined, + "id": undefined, }, "x-attribsPrefix": Object { - "class": undefined, - "fill": undefined, - "height": undefined, - "viewBox": undefined, - "width": undefined, + "data-name": undefined, + "id": undefined, }, }, ], - "name": "span", - "namespace": "http://www.w3.org/1999/xhtml", + "name": "svg", + "namespace": "http://www.w3.org/2000/svg", "next": null, "parent": [Circular], "prev": null, "type": "tag", "x-attribsNamespace": Object { "class": undefined, + "fill": undefined, + "height": undefined, + "viewBox": undefined, + "width": undefined, }, "x-attribsPrefix": Object { "class": undefined, + "fill": undefined, + "height": undefined, + "viewBox": undefined, + "width": undefined, }, }, ], - "name": "button", + "name": "span", "namespace": "http://www.w3.org/1999/xhtml", - "next": [Circular], + "next": null, "parent": [Circular], "prev": null, "type": "tag", "x-attribsNamespace": Object { - "aria-label": undefined, "class": undefined, - "type": undefined, }, "x-attribsPrefix": Object { - "aria-label": undefined, "class": undefined, - "type": undefined, }, }, + ], + "name": "button", + "namespace": "http://www.w3.org/1999/xhtml", + "next": Object { + "attribs": Object { + "class": "gio-modal-header", + }, + "children": Array [ + Object { + "attribs": Object { + "class": "gio-modal-title", + "id": "rcDialogTitle0", + }, + "children": Array [ + Object { + "attribs": Object { + "class": "gio-modal__title", + }, + "children": Array [ + Object { + "data": "步骤 1", + "next": null, + "parent": [Circular], + "prev": null, + "type": "text", + }, + ], + "name": "div", + "namespace": "http://www.w3.org/1999/xhtml", + "next": null, + "parent": [Circular], + "prev": null, + "type": "tag", + "x-attribsNamespace": Object { + "class": undefined, + }, + "x-attribsPrefix": Object { + "class": undefined, + }, + }, + ], + "name": "div", + "namespace": "http://www.w3.org/1999/xhtml", + "next": null, + "parent": [Circular], + "prev": null, + "type": "tag", + "x-attribsNamespace": Object { + "class": undefined, + "id": undefined, + }, + "x-attribsPrefix": Object { + "class": undefined, + "id": undefined, + }, + }, + ], + "name": "div", + "namespace": "http://www.w3.org/1999/xhtml", + "next": Object { + "attribs": Object { + "class": "gio-modal-body", + }, + "children": Array [ + Object { + "data": "Step One", + "next": null, + "parent": [Circular], + "prev": null, + "type": "text", + }, + ], + "name": "div", + "namespace": "http://www.w3.org/1999/xhtml", + "next": null, + "parent": [Circular], + "prev": [Circular], + "type": "tag", + "x-attribsNamespace": Object { + "class": undefined, + }, + "x-attribsPrefix": Object { + "class": undefined, + }, + }, + "parent": [Circular], + "prev": [Circular], "type": "tag", "x-attribsNamespace": Object { "class": undefined, @@ -2389,491 +2652,686 @@ initialize { "class": undefined, }, }, + "parent": [Circular], + "prev": null, "type": "tag", "x-attribsNamespace": Object { + "aria-label": undefined, "class": undefined, + "type": undefined, }, "x-attribsPrefix": Object { + "aria-label": undefined, "class": undefined, + "type": undefined, }, }, Object { "attribs": Object { - "class": "gio-modal-footer", + "class": "gio-modal-header", }, "children": Array [ Object { "attribs": Object { - "class": "gio-modal__footer", + "class": "gio-modal-title", + "id": "rcDialogTitle0", }, "children": Array [ Object { "attribs": Object { - "class": "gio-modal__footer-additional", + "class": "gio-modal__title", }, - "children": Array [], + "children": Array [ + Object { + "data": "步骤 1", + "next": null, + "parent": [Circular], + "prev": null, + "type": "text", + }, + ], "name": "div", "namespace": "http://www.w3.org/1999/xhtml", - "next": Object { - "attribs": Object {}, - "children": Array [ - Object { - "attribs": Object { - "class": "gio-btn gio-modal__btn-close gio-btn-secondary", - "type": "button", - }, - "children": Array [ - Object { - "attribs": Object {}, - "children": Array [ - Object { - "data": "取 消", - "next": null, - "parent": [Circular], - "prev": null, - "type": "text", - }, - ], - "name": "span", - "namespace": "http://www.w3.org/1999/xhtml", - "next": null, - "parent": [Circular], - "prev": null, - "type": "tag", - "x-attribsNamespace": Object {}, - "x-attribsPrefix": Object {}, - }, - ], - "name": "button", - "namespace": "http://www.w3.org/1999/xhtml", - "next": Object { - "attribs": Object { - "class": "gio-btn gio-modal__btn-ok gio-btn-primary", - "type": "button", + "next": null, + "parent": [Circular], + "prev": null, + "type": "tag", + "x-attribsNamespace": Object { + "class": undefined, + }, + "x-attribsPrefix": Object { + "class": undefined, + }, + }, + ], + "name": "div", + "namespace": "http://www.w3.org/1999/xhtml", + "next": null, + "parent": [Circular], + "prev": null, + "type": "tag", + "x-attribsNamespace": Object { + "class": undefined, + "id": undefined, + }, + "x-attribsPrefix": Object { + "class": undefined, + "id": undefined, + }, + }, + ], + "name": "div", + "namespace": "http://www.w3.org/1999/xhtml", + "next": Object { + "attribs": Object { + "class": "gio-modal-body", + }, + "children": Array [ + Object { + "data": "Step One", + "next": null, + "parent": [Circular], + "prev": null, + "type": "text", + }, + ], + "name": "div", + "namespace": "http://www.w3.org/1999/xhtml", + "next": null, + "parent": [Circular], + "prev": [Circular], + "type": "tag", + "x-attribsNamespace": Object { + "class": undefined, + }, + "x-attribsPrefix": Object { + "class": undefined, + }, + }, + "parent": [Circular], + "prev": Object { + "attribs": Object { + "aria-label": "Close", + "class": "gio-modal-close", + "type": "button", + }, + "children": Array [ + Object { + "attribs": Object { + "class": "gio-icon gio-modal__close", + }, + "children": Array [ + Object { + "attribs": Object { + "class": "gio-icon-svg", + "fill": "currentColor", + "height": "1rem", + "viewBox": "0 0 14 14", + "width": "1rem", + }, + "children": Array [ + Object { + "attribs": Object {}, + "children": Array [ + Object { + "attribs": Object {}, + "children": Array [], + "name": "style", + "namespace": "http://www.w3.org/2000/svg", + "next": null, + "parent": [Circular], + "prev": null, + "type": "style", + "x-attribsNamespace": Object {}, + "x-attribsPrefix": Object {}, + }, + ], + "name": "defs", + "namespace": "http://www.w3.org/2000/svg", + "next": Object { + "attribs": Object { + "data-name": "\\\\u56FE\\\\u5C42 2", + "id": "close_svg__\\\\u56FE\\\\u5C42_2", }, "children": Array [ Object { - "attribs": Object {}, + "attribs": Object { + "data-name": "\\\\u56FE\\\\u5C42 1", + "id": "close_svg__\\\\u56FE\\\\u5C42_1-2", + }, "children": Array [ Object { - "data": "下一步", + "attribs": Object { + "d": "M6.62 5.92a.54.54 0 00.76 0l3.87-3.87a.49.49 0 01.7.7L8.08 6.62a.54.54 0 000 .76L12 11.25a.49.49 0 01-.7.7L7.38 8.08a.54.54 0 00-.76 0L2.75 12a.49.49 0 01-.7-.7l3.87-3.92a.54.54 0 000-.76L2.05 2.75a.49.49 0 01.7-.7z", + "fill": "currentColor", + "fill-rule": "evenodd", + "id": "close_svg__close", + }, + "children": Array [], + "name": "path", + "namespace": "http://www.w3.org/2000/svg", "next": null, "parent": [Circular], "prev": null, - "type": "text", + "type": "tag", + "x-attribsNamespace": Object { + "d": undefined, + "fill": undefined, + "fill-rule": undefined, + "id": undefined, + }, + "x-attribsPrefix": Object { + "d": undefined, + "fill": undefined, + "fill-rule": undefined, + "id": undefined, + }, }, ], - "name": "span", - "namespace": "http://www.w3.org/1999/xhtml", + "name": "g", + "namespace": "http://www.w3.org/2000/svg", "next": null, "parent": [Circular], "prev": null, "type": "tag", - "x-attribsNamespace": Object {}, - "x-attribsPrefix": Object {}, + "x-attribsNamespace": Object { + "data-name": undefined, + "id": undefined, + }, + "x-attribsPrefix": Object { + "data-name": undefined, + "id": undefined, + }, }, ], - "name": "button", - "namespace": "http://www.w3.org/1999/xhtml", + "name": "g", + "namespace": "http://www.w3.org/2000/svg", "next": null, "parent": [Circular], "prev": [Circular], "type": "tag", "x-attribsNamespace": Object { - "class": undefined, - "type": undefined, + "data-name": undefined, + "id": undefined, }, "x-attribsPrefix": Object { - "class": undefined, - "type": undefined, + "data-name": undefined, + "id": undefined, }, }, "parent": [Circular], "prev": null, "type": "tag", - "x-attribsNamespace": Object { - "class": undefined, - "type": undefined, - }, - "x-attribsPrefix": Object { - "class": undefined, - "type": undefined, - }, + "x-attribsNamespace": Object {}, + "x-attribsPrefix": Object {}, }, Object { "attribs": Object { - "class": "gio-btn gio-modal__btn-ok gio-btn-primary", - "type": "button", + "data-name": "\\\\u56FE\\\\u5C42 2", + "id": "close_svg__\\\\u56FE\\\\u5C42_2", }, "children": Array [ Object { - "attribs": Object {}, + "attribs": Object { + "data-name": "\\\\u56FE\\\\u5C42 1", + "id": "close_svg__\\\\u56FE\\\\u5C42_1-2", + }, "children": Array [ Object { - "data": "下一步", + "attribs": Object { + "d": "M6.62 5.92a.54.54 0 00.76 0l3.87-3.87a.49.49 0 01.7.7L8.08 6.62a.54.54 0 000 .76L12 11.25a.49.49 0 01-.7.7L7.38 8.08a.54.54 0 00-.76 0L2.75 12a.49.49 0 01-.7-.7l3.87-3.92a.54.54 0 000-.76L2.05 2.75a.49.49 0 01.7-.7z", + "fill": "currentColor", + "fill-rule": "evenodd", + "id": "close_svg__close", + }, + "children": Array [], + "name": "path", + "namespace": "http://www.w3.org/2000/svg", "next": null, "parent": [Circular], "prev": null, - "type": "text", + "type": "tag", + "x-attribsNamespace": Object { + "d": undefined, + "fill": undefined, + "fill-rule": undefined, + "id": undefined, + }, + "x-attribsPrefix": Object { + "d": undefined, + "fill": undefined, + "fill-rule": undefined, + "id": undefined, + }, }, ], - "name": "span", - "namespace": "http://www.w3.org/1999/xhtml", + "name": "g", + "namespace": "http://www.w3.org/2000/svg", "next": null, "parent": [Circular], "prev": null, "type": "tag", - "x-attribsNamespace": Object {}, - "x-attribsPrefix": Object {}, + "x-attribsNamespace": Object { + "data-name": undefined, + "id": undefined, + }, + "x-attribsPrefix": Object { + "data-name": undefined, + "id": undefined, + }, }, ], - "name": "button", - "namespace": "http://www.w3.org/1999/xhtml", + "name": "g", + "namespace": "http://www.w3.org/2000/svg", "next": null, "parent": [Circular], "prev": Object { - "attribs": Object { - "class": "gio-btn gio-modal__btn-close gio-btn-secondary", - "type": "button", - }, + "attribs": Object {}, "children": Array [ Object { "attribs": Object {}, - "children": Array [ - Object { - "data": "取 消", - "next": null, - "parent": [Circular], - "prev": null, - "type": "text", - }, - ], - "name": "span", - "namespace": "http://www.w3.org/1999/xhtml", + "children": Array [], + "name": "style", + "namespace": "http://www.w3.org/2000/svg", "next": null, "parent": [Circular], "prev": null, - "type": "tag", + "type": "style", "x-attribsNamespace": Object {}, "x-attribsPrefix": Object {}, }, ], - "name": "button", - "namespace": "http://www.w3.org/1999/xhtml", + "name": "defs", + "namespace": "http://www.w3.org/2000/svg", "next": [Circular], "parent": [Circular], "prev": null, "type": "tag", - "x-attribsNamespace": Object { - "class": undefined, - "type": undefined, - }, - "x-attribsPrefix": Object { - "class": undefined, - "type": undefined, - }, + "x-attribsNamespace": Object {}, + "x-attribsPrefix": Object {}, }, "type": "tag", "x-attribsNamespace": Object { - "class": undefined, - "type": undefined, + "data-name": undefined, + "id": undefined, }, "x-attribsPrefix": Object { - "class": undefined, - "type": undefined, + "data-name": undefined, + "id": undefined, }, }, ], - "name": "div", - "namespace": "http://www.w3.org/1999/xhtml", + "name": "svg", + "namespace": "http://www.w3.org/2000/svg", "next": null, "parent": [Circular], - "prev": [Circular], + "prev": null, "type": "tag", - "x-attribsNamespace": Object {}, - "x-attribsPrefix": Object {}, - }, - "parent": [Circular], - "prev": null, - "type": "tag", - "x-attribsNamespace": Object { - "class": undefined, + "x-attribsNamespace": Object { + "class": undefined, + "fill": undefined, + "height": undefined, + "viewBox": undefined, + "width": undefined, + }, + "x-attribsPrefix": Object { + "class": undefined, + "fill": undefined, + "height": undefined, + "viewBox": undefined, + "width": undefined, + }, }, - "x-attribsPrefix": Object { - "class": undefined, + ], + "name": "span", + "namespace": "http://www.w3.org/1999/xhtml", + "next": null, + "parent": [Circular], + "prev": null, + "type": "tag", + "x-attribsNamespace": Object { + "class": undefined, + }, + "x-attribsPrefix": Object { + "class": undefined, + }, + }, + ], + "name": "button", + "namespace": "http://www.w3.org/1999/xhtml", + "next": [Circular], + "parent": [Circular], + "prev": null, + "type": "tag", + "x-attribsNamespace": Object { + "aria-label": undefined, + "class": undefined, + "type": undefined, + }, + "x-attribsPrefix": Object { + "aria-label": undefined, + "class": undefined, + "type": undefined, + }, + }, + "type": "tag", + "x-attribsNamespace": Object { + "class": undefined, + }, + "x-attribsPrefix": Object { + "class": undefined, + }, + }, + Object { + "attribs": Object { + "class": "gio-modal-body", + }, + "children": Array [ + Object { + "data": "Step One", + "next": null, + "parent": [Circular], + "prev": null, + "type": "text", + }, + ], + "name": "div", + "namespace": "http://www.w3.org/1999/xhtml", + "next": null, + "parent": [Circular], + "prev": Object { + "attribs": Object { + "class": "gio-modal-header", + }, + "children": Array [ + Object { + "attribs": Object { + "class": "gio-modal-title", + "id": "rcDialogTitle0", + }, + "children": Array [ + Object { + "attribs": Object { + "class": "gio-modal__title", + }, + "children": Array [ + Object { + "data": "步骤 1", + "next": null, + "parent": [Circular], + "prev": null, + "type": "text", + }, + ], + "name": "div", + "namespace": "http://www.w3.org/1999/xhtml", + "next": null, + "parent": [Circular], + "prev": null, + "type": "tag", + "x-attribsNamespace": Object { + "class": undefined, + }, + "x-attribsPrefix": Object { + "class": undefined, + }, }, + ], + "name": "div", + "namespace": "http://www.w3.org/1999/xhtml", + "next": null, + "parent": [Circular], + "prev": null, + "type": "tag", + "x-attribsNamespace": Object { + "class": undefined, + "id": undefined, + }, + "x-attribsPrefix": Object { + "class": undefined, + "id": undefined, }, + }, + ], + "name": "div", + "namespace": "http://www.w3.org/1999/xhtml", + "next": [Circular], + "parent": [Circular], + "prev": Object { + "attribs": Object { + "aria-label": "Close", + "class": "gio-modal-close", + "type": "button", + }, + "children": Array [ Object { - "attribs": Object {}, + "attribs": Object { + "class": "gio-icon gio-modal__close", + }, "children": Array [ Object { "attribs": Object { - "class": "gio-btn gio-modal__btn-close gio-btn-secondary", - "type": "button", + "class": "gio-icon-svg", + "fill": "currentColor", + "height": "1rem", + "viewBox": "0 0 14 14", + "width": "1rem", }, "children": Array [ Object { "attribs": Object {}, "children": Array [ Object { - "data": "取 消", + "attribs": Object {}, + "children": Array [], + "name": "style", + "namespace": "http://www.w3.org/2000/svg", "next": null, "parent": [Circular], "prev": null, - "type": "text", + "type": "style", + "x-attribsNamespace": Object {}, + "x-attribsPrefix": Object {}, }, ], - "name": "span", - "namespace": "http://www.w3.org/1999/xhtml", - "next": null, - "parent": [Circular], - "prev": null, - "type": "tag", - "x-attribsNamespace": Object {}, - "x-attribsPrefix": Object {}, - }, - ], - "name": "button", - "namespace": "http://www.w3.org/1999/xhtml", - "next": Object { - "attribs": Object { - "class": "gio-btn gio-modal__btn-ok gio-btn-primary", - "type": "button", - }, - "children": Array [ - Object { - "attribs": Object {}, + "name": "defs", + "namespace": "http://www.w3.org/2000/svg", + "next": Object { + "attribs": Object { + "data-name": "\\\\u56FE\\\\u5C42 2", + "id": "close_svg__\\\\u56FE\\\\u5C42_2", + }, "children": Array [ Object { - "data": "下一步", + "attribs": Object { + "data-name": "\\\\u56FE\\\\u5C42 1", + "id": "close_svg__\\\\u56FE\\\\u5C42_1-2", + }, + "children": Array [ + Object { + "attribs": Object { + "d": "M6.62 5.92a.54.54 0 00.76 0l3.87-3.87a.49.49 0 01.7.7L8.08 6.62a.54.54 0 000 .76L12 11.25a.49.49 0 01-.7.7L7.38 8.08a.54.54 0 00-.76 0L2.75 12a.49.49 0 01-.7-.7l3.87-3.92a.54.54 0 000-.76L2.05 2.75a.49.49 0 01.7-.7z", + "fill": "currentColor", + "fill-rule": "evenodd", + "id": "close_svg__close", + }, + "children": Array [], + "name": "path", + "namespace": "http://www.w3.org/2000/svg", + "next": null, + "parent": [Circular], + "prev": null, + "type": "tag", + "x-attribsNamespace": Object { + "d": undefined, + "fill": undefined, + "fill-rule": undefined, + "id": undefined, + }, + "x-attribsPrefix": Object { + "d": undefined, + "fill": undefined, + "fill-rule": undefined, + "id": undefined, + }, + }, + ], + "name": "g", + "namespace": "http://www.w3.org/2000/svg", "next": null, "parent": [Circular], "prev": null, - "type": "text", + "type": "tag", + "x-attribsNamespace": Object { + "data-name": undefined, + "id": undefined, + }, + "x-attribsPrefix": Object { + "data-name": undefined, + "id": undefined, + }, }, ], - "name": "span", - "namespace": "http://www.w3.org/1999/xhtml", + "name": "g", + "namespace": "http://www.w3.org/2000/svg", "next": null, "parent": [Circular], - "prev": null, + "prev": [Circular], "type": "tag", - "x-attribsNamespace": Object {}, - "x-attribsPrefix": Object {}, + "x-attribsNamespace": Object { + "data-name": undefined, + "id": undefined, + }, + "x-attribsPrefix": Object { + "data-name": undefined, + "id": undefined, + }, }, - ], - "name": "button", - "namespace": "http://www.w3.org/1999/xhtml", - "next": null, - "parent": [Circular], - "prev": [Circular], - "type": "tag", - "x-attribsNamespace": Object { - "class": undefined, - "type": undefined, - }, - "x-attribsPrefix": Object { - "class": undefined, - "type": undefined, + "parent": [Circular], + "prev": null, + "type": "tag", + "x-attribsNamespace": Object {}, + "x-attribsPrefix": Object {}, }, - }, - "parent": [Circular], - "prev": null, - "type": "tag", - "x-attribsNamespace": Object { - "class": undefined, - "type": undefined, - }, - "x-attribsPrefix": Object { - "class": undefined, - "type": undefined, - }, - }, - Object { - "attribs": Object { - "class": "gio-btn gio-modal__btn-ok gio-btn-primary", - "type": "button", - }, - "children": Array [ Object { - "attribs": Object {}, + "attribs": Object { + "data-name": "\\\\u56FE\\\\u5C42 2", + "id": "close_svg__\\\\u56FE\\\\u5C42_2", + }, "children": Array [ Object { - "data": "下一步", + "attribs": Object { + "data-name": "\\\\u56FE\\\\u5C42 1", + "id": "close_svg__\\\\u56FE\\\\u5C42_1-2", + }, + "children": Array [ + Object { + "attribs": Object { + "d": "M6.62 5.92a.54.54 0 00.76 0l3.87-3.87a.49.49 0 01.7.7L8.08 6.62a.54.54 0 000 .76L12 11.25a.49.49 0 01-.7.7L7.38 8.08a.54.54 0 00-.76 0L2.75 12a.49.49 0 01-.7-.7l3.87-3.92a.54.54 0 000-.76L2.05 2.75a.49.49 0 01.7-.7z", + "fill": "currentColor", + "fill-rule": "evenodd", + "id": "close_svg__close", + }, + "children": Array [], + "name": "path", + "namespace": "http://www.w3.org/2000/svg", + "next": null, + "parent": [Circular], + "prev": null, + "type": "tag", + "x-attribsNamespace": Object { + "d": undefined, + "fill": undefined, + "fill-rule": undefined, + "id": undefined, + }, + "x-attribsPrefix": Object { + "d": undefined, + "fill": undefined, + "fill-rule": undefined, + "id": undefined, + }, + }, + ], + "name": "g", + "namespace": "http://www.w3.org/2000/svg", "next": null, "parent": [Circular], "prev": null, - "type": "text", + "type": "tag", + "x-attribsNamespace": Object { + "data-name": undefined, + "id": undefined, + }, + "x-attribsPrefix": Object { + "data-name": undefined, + "id": undefined, + }, }, ], - "name": "span", - "namespace": "http://www.w3.org/1999/xhtml", + "name": "g", + "namespace": "http://www.w3.org/2000/svg", "next": null, "parent": [Circular], - "prev": null, - "type": "tag", - "x-attribsNamespace": Object {}, - "x-attribsPrefix": Object {}, - }, - ], - "name": "button", - "namespace": "http://www.w3.org/1999/xhtml", - "next": null, - "parent": [Circular], - "prev": Object { - "attribs": Object { - "class": "gio-btn gio-modal__btn-close gio-btn-secondary", - "type": "button", - }, - "children": Array [ - Object { + "prev": Object { "attribs": Object {}, "children": Array [ Object { - "data": "取 消", + "attribs": Object {}, + "children": Array [], + "name": "style", + "namespace": "http://www.w3.org/2000/svg", "next": null, "parent": [Circular], "prev": null, - "type": "text", + "type": "style", + "x-attribsNamespace": Object {}, + "x-attribsPrefix": Object {}, }, ], - "name": "span", - "namespace": "http://www.w3.org/1999/xhtml", - "next": null, + "name": "defs", + "namespace": "http://www.w3.org/2000/svg", + "next": [Circular], "parent": [Circular], "prev": null, "type": "tag", "x-attribsNamespace": Object {}, "x-attribsPrefix": Object {}, }, - ], - "name": "button", - "namespace": "http://www.w3.org/1999/xhtml", - "next": [Circular], - "parent": [Circular], - "prev": null, - "type": "tag", - "x-attribsNamespace": Object { - "class": undefined, - "type": undefined, - }, - "x-attribsPrefix": Object { - "class": undefined, - "type": undefined, - }, - }, - "type": "tag", - "x-attribsNamespace": Object { - "class": undefined, - "type": undefined, - }, - "x-attribsPrefix": Object { - "class": undefined, - "type": undefined, - }, - }, - ], - "name": "div", - "namespace": "http://www.w3.org/1999/xhtml", - "next": null, - "parent": [Circular], - "prev": Object { - "attribs": Object { - "class": "gio-modal__footer-additional", - }, - "children": Array [], - "name": "div", - "namespace": "http://www.w3.org/1999/xhtml", - "next": [Circular], - "parent": [Circular], - "prev": null, - "type": "tag", - "x-attribsNamespace": Object { - "class": undefined, - }, - "x-attribsPrefix": Object { - "class": undefined, - }, - }, - "type": "tag", - "x-attribsNamespace": Object {}, - "x-attribsPrefix": Object {}, - }, - ], - "name": "div", - "namespace": "http://www.w3.org/1999/xhtml", - "next": null, - "parent": [Circular], - "prev": null, - "type": "tag", - "x-attribsNamespace": Object { - "class": undefined, - }, - "x-attribsPrefix": Object { - "class": undefined, - }, - }, - ], - "name": "div", - "namespace": "http://www.w3.org/1999/xhtml", - "next": null, - "parent": [Circular], - "prev": Object { - "attribs": Object { - "class": "gio-modal-body", - }, - "children": Array [ - Object { - "data": "Step One", - "next": null, - "parent": [Circular], - "prev": null, - "type": "text", - }, - ], - "name": "div", - "namespace": "http://www.w3.org/1999/xhtml", - "next": [Circular], - "parent": [Circular], - "prev": Object { - "attribs": Object { - "class": "gio-modal-header", - }, - "children": Array [ - Object { - "attribs": Object { - "class": "gio-modal-title", - "id": "rcDialogTitle0", - }, - "children": Array [ - Object { - "attribs": Object { - "class": "gio-modal__title", - }, - "children": Array [ - Object { - "data": "步骤 1", - "next": null, - "parent": [Circular], - "prev": null, - "type": "text", + "type": "tag", + "x-attribsNamespace": Object { + "data-name": undefined, + "id": undefined, + }, + "x-attribsPrefix": Object { + "data-name": undefined, + "id": undefined, + }, }, ], - "name": "div", - "namespace": "http://www.w3.org/1999/xhtml", + "name": "svg", + "namespace": "http://www.w3.org/2000/svg", "next": null, "parent": [Circular], "prev": null, "type": "tag", "x-attribsNamespace": Object { "class": undefined, + "fill": undefined, + "height": undefined, + "viewBox": undefined, + "width": undefined, }, "x-attribsPrefix": Object { "class": undefined, + "fill": undefined, + "height": undefined, + "viewBox": undefined, + "width": undefined, }, }, ], - "name": "div", + "name": "span", "namespace": "http://www.w3.org/1999/xhtml", "next": null, "parent": [Circular], @@ -2881,289 +3339,27 @@ initialize { "type": "tag", "x-attribsNamespace": Object { "class": undefined, - "id": undefined, }, "x-attribsPrefix": Object { "class": undefined, - "id": undefined, }, }, ], - "name": "div", + "name": "button", "namespace": "http://www.w3.org/1999/xhtml", "next": [Circular], "parent": [Circular], - "prev": Object { - "attribs": Object { - "aria-label": "Close", - "class": "gio-modal-close", - "type": "button", - }, - "children": Array [ - Object { - "attribs": Object { - "class": "gio-icon gio-modal__close", - }, - "children": Array [ - Object { - "attribs": Object { - "class": "gio-icon-svg", - "fill": "currentColor", - "height": "1rem", - "viewBox": "0 0 14 14", - "width": "1rem", - }, - "children": Array [ - Object { - "attribs": Object {}, - "children": Array [ - Object { - "attribs": Object {}, - "children": Array [], - "name": "style", - "namespace": "http://www.w3.org/2000/svg", - "next": null, - "parent": [Circular], - "prev": null, - "type": "style", - "x-attribsNamespace": Object {}, - "x-attribsPrefix": Object {}, - }, - ], - "name": "defs", - "namespace": "http://www.w3.org/2000/svg", - "next": Object { - "attribs": Object { - "data-name": "\\\\u56FE\\\\u5C42 2", - "id": "close_svg__\\\\u56FE\\\\u5C42_2", - }, - "children": Array [ - Object { - "attribs": Object { - "data-name": "\\\\u56FE\\\\u5C42 1", - "id": "close_svg__\\\\u56FE\\\\u5C42_1-2", - }, - "children": Array [ - Object { - "attribs": Object { - "d": "M6.62 5.92a.54.54 0 00.76 0l3.87-3.87a.49.49 0 01.7.7L8.08 6.62a.54.54 0 000 .76L12 11.25a.49.49 0 01-.7.7L7.38 8.08a.54.54 0 00-.76 0L2.75 12a.49.49 0 01-.7-.7l3.87-3.92a.54.54 0 000-.76L2.05 2.75a.49.49 0 01.7-.7z", - "fill": "currentColor", - "fill-rule": "evenodd", - "id": "close_svg__close", - }, - "children": Array [], - "name": "path", - "namespace": "http://www.w3.org/2000/svg", - "next": null, - "parent": [Circular], - "prev": null, - "type": "tag", - "x-attribsNamespace": Object { - "d": undefined, - "fill": undefined, - "fill-rule": undefined, - "id": undefined, - }, - "x-attribsPrefix": Object { - "d": undefined, - "fill": undefined, - "fill-rule": undefined, - "id": undefined, - }, - }, - ], - "name": "g", - "namespace": "http://www.w3.org/2000/svg", - "next": null, - "parent": [Circular], - "prev": null, - "type": "tag", - "x-attribsNamespace": Object { - "data-name": undefined, - "id": undefined, - }, - "x-attribsPrefix": Object { - "data-name": undefined, - "id": undefined, - }, - }, - ], - "name": "g", - "namespace": "http://www.w3.org/2000/svg", - "next": null, - "parent": [Circular], - "prev": [Circular], - "type": "tag", - "x-attribsNamespace": Object { - "data-name": undefined, - "id": undefined, - }, - "x-attribsPrefix": Object { - "data-name": undefined, - "id": undefined, - }, - }, - "parent": [Circular], - "prev": null, - "type": "tag", - "x-attribsNamespace": Object {}, - "x-attribsPrefix": Object {}, - }, - Object { - "attribs": Object { - "data-name": "\\\\u56FE\\\\u5C42 2", - "id": "close_svg__\\\\u56FE\\\\u5C42_2", - }, - "children": Array [ - Object { - "attribs": Object { - "data-name": "\\\\u56FE\\\\u5C42 1", - "id": "close_svg__\\\\u56FE\\\\u5C42_1-2", - }, - "children": Array [ - Object { - "attribs": Object { - "d": "M6.62 5.92a.54.54 0 00.76 0l3.87-3.87a.49.49 0 01.7.7L8.08 6.62a.54.54 0 000 .76L12 11.25a.49.49 0 01-.7.7L7.38 8.08a.54.54 0 00-.76 0L2.75 12a.49.49 0 01-.7-.7l3.87-3.92a.54.54 0 000-.76L2.05 2.75a.49.49 0 01.7-.7z", - "fill": "currentColor", - "fill-rule": "evenodd", - "id": "close_svg__close", - }, - "children": Array [], - "name": "path", - "namespace": "http://www.w3.org/2000/svg", - "next": null, - "parent": [Circular], - "prev": null, - "type": "tag", - "x-attribsNamespace": Object { - "d": undefined, - "fill": undefined, - "fill-rule": undefined, - "id": undefined, - }, - "x-attribsPrefix": Object { - "d": undefined, - "fill": undefined, - "fill-rule": undefined, - "id": undefined, - }, - }, - ], - "name": "g", - "namespace": "http://www.w3.org/2000/svg", - "next": null, - "parent": [Circular], - "prev": null, - "type": "tag", - "x-attribsNamespace": Object { - "data-name": undefined, - "id": undefined, - }, - "x-attribsPrefix": Object { - "data-name": undefined, - "id": undefined, - }, - }, - ], - "name": "g", - "namespace": "http://www.w3.org/2000/svg", - "next": null, - "parent": [Circular], - "prev": Object { - "attribs": Object {}, - "children": Array [ - Object { - "attribs": Object {}, - "children": Array [], - "name": "style", - "namespace": "http://www.w3.org/2000/svg", - "next": null, - "parent": [Circular], - "prev": null, - "type": "style", - "x-attribsNamespace": Object {}, - "x-attribsPrefix": Object {}, - }, - ], - "name": "defs", - "namespace": "http://www.w3.org/2000/svg", - "next": [Circular], - "parent": [Circular], - "prev": null, - "type": "tag", - "x-attribsNamespace": Object {}, - "x-attribsPrefix": Object {}, - }, - "type": "tag", - "x-attribsNamespace": Object { - "data-name": undefined, - "id": undefined, - }, - "x-attribsPrefix": Object { - "data-name": undefined, - "id": undefined, - }, - }, - ], - "name": "svg", - "namespace": "http://www.w3.org/2000/svg", - "next": null, - "parent": [Circular], - "prev": null, - "type": "tag", - "x-attribsNamespace": Object { - "class": undefined, - "fill": undefined, - "height": undefined, - "viewBox": undefined, - "width": undefined, - }, - "x-attribsPrefix": Object { - "class": undefined, - "fill": undefined, - "height": undefined, - "viewBox": undefined, - "width": undefined, - }, - }, - ], - "name": "span", - "namespace": "http://www.w3.org/1999/xhtml", - "next": null, - "parent": [Circular], - "prev": null, - "type": "tag", - "x-attribsNamespace": Object { - "class": undefined, - }, - "x-attribsPrefix": Object { - "class": undefined, - }, - }, - ], - "name": "button", - "namespace": "http://www.w3.org/1999/xhtml", - "next": [Circular], - "parent": [Circular], - "prev": null, - "type": "tag", - "x-attribsNamespace": Object { - "aria-label": undefined, - "class": undefined, - "type": undefined, - }, - "x-attribsPrefix": Object { - "aria-label": undefined, - "class": undefined, - "type": undefined, - }, - }, + "prev": null, "type": "tag", "x-attribsNamespace": Object { + "aria-label": undefined, "class": undefined, + "type": undefined, }, "x-attribsPrefix": Object { + "aria-label": undefined, "class": undefined, + "type": undefined, }, }, "type": "tag", @@ -3185,7 +3381,9 @@ initialize { ], "name": "div", "namespace": "http://www.w3.org/1999/xhtml", - "next": Object { + "next": [Circular], + "parent": [Circular], + "prev": Object { "attribs": Object { "aria-hidden": "true", "style": "width: 0px; height: 0px; overflow: hidden; outline: none;", @@ -3194,9 +3392,9 @@ initialize { "children": Array [], "name": "div", "namespace": "http://www.w3.org/1999/xhtml", - "next": null, + "next": [Circular], "parent": [Circular], - "prev": [Circular], + "prev": null, "type": "tag", "x-attribsNamespace": Object { "aria-hidden": undefined, @@ -3209,8 +3407,6 @@ initialize { "tabindex": undefined, }, }, - "parent": [Circular], - "prev": [Circular], "type": "tag", "x-attribsNamespace": Object { "class": undefined, @@ -3219,8 +3415,6 @@ initialize { "class": undefined, }, }, - "parent": [Circular], - "prev": null, "type": "tag", "x-attribsNamespace": Object { "aria-hidden": undefined, @@ -3233,51 +3427,120 @@ initialize { "tabindex": undefined, }, }, - Object { - "attribs": Object { - "class": "gio-modal-content", - }, - "children": Array [ - Object { - "attribs": Object { - "aria-label": "Close", - "class": "gio-modal-close", - "type": "button", - }, - "children": Array [ - Object { - "attribs": Object { - "class": "gio-icon gio-modal__close", - }, - "children": Array [ - Object { - "attribs": Object { - "class": "gio-icon-svg", - "fill": "currentColor", - "height": "1rem", - "viewBox": "0 0 14 14", - "width": "1rem", - }, - "children": Array [ - Object { - "attribs": Object {}, - "children": Array [ - Object { - "attribs": Object {}, - "children": Array [], - "name": "style", - "namespace": "http://www.w3.org/2000/svg", - "next": null, - "parent": [Circular], - "prev": null, - "type": "style", - "x-attribsNamespace": Object {}, - "x-attribsPrefix": Object {}, - }, - ], - "name": "defs", - "namespace": "http://www.w3.org/2000/svg", - "next": Object { + ], + "name": "div", + "namespace": "http://www.w3.org/1999/xhtml", + "next": null, + "parent": [Circular], + "prev": null, + "type": "tag", + "x-attribsNamespace": Object { + "class": undefined, + "role": undefined, + }, + "x-attribsPrefix": Object { + "class": undefined, + "role": undefined, + }, + }, + ], + "name": "div", + "namespace": "http://www.w3.org/1999/xhtml", + "next": null, + "parent": [Circular], + "prev": [Circular], + "type": "tag", + "x-attribsNamespace": Object { + "aria-labelledby": undefined, + "class": undefined, + "role": undefined, + "tabindex": undefined, + }, + "x-attribsPrefix": Object { + "aria-labelledby": undefined, + "class": undefined, + "role": undefined, + "tabindex": undefined, + }, + }, + "parent": [Circular], + "prev": null, + "type": "tag", + "x-attribsNamespace": Object { + "class": undefined, + }, + "x-attribsPrefix": Object { + "class": undefined, + }, + }, + Object { + "attribs": Object { + "aria-labelledby": "rcDialogTitle0", + "class": "gio-modal-wrap gio-modal__wrapper", + "role": "dialog", + "tabindex": "-1", + }, + "children": Array [ + Object { + "attribs": Object { + "class": "gio-modal gio-modal--small zoom-appear", + "role": "document", + }, + "children": Array [ + Object { + "attribs": Object { + "aria-hidden": "true", + "style": "width: 0px; height: 0px; overflow: hidden; outline: none;", + "tabindex": "0", + }, + "children": Array [], + "name": "div", + "namespace": "http://www.w3.org/1999/xhtml", + "next": Object { + "attribs": Object { + "class": "gio-modal-content", + }, + "children": Array [ + Object { + "attribs": Object { + "aria-label": "Close", + "class": "gio-modal-close", + "type": "button", + }, + "children": Array [ + Object { + "attribs": Object { + "class": "gio-icon gio-modal__close", + }, + "children": Array [ + Object { + "attribs": Object { + "class": "gio-icon-svg", + "fill": "currentColor", + "height": "1rem", + "viewBox": "0 0 14 14", + "width": "1rem", + }, + "children": Array [ + Object { + "attribs": Object {}, + "children": Array [ + Object { + "attribs": Object {}, + "children": Array [], + "name": "style", + "namespace": "http://www.w3.org/2000/svg", + "next": null, + "parent": [Circular], + "prev": null, + "type": "style", + "x-attribsNamespace": Object {}, + "x-attribsPrefix": Object {}, + }, + ], + "name": "defs", + "namespace": "http://www.w3.org/2000/svg", + "next": Object { "attribs": Object { "data-name": "\\\\u56FE\\\\u5C42 2", "id": "close_svg__\\\\u56FE\\\\u5C42_2", @@ -3559,428 +3822,363 @@ initialize { ], "name": "div", "namespace": "http://www.w3.org/1999/xhtml", - "next": Object { + "next": null, + "parent": [Circular], + "prev": [Circular], + "type": "tag", + "x-attribsNamespace": Object { + "class": undefined, + }, + "x-attribsPrefix": Object { + "class": undefined, + }, + }, + "parent": [Circular], + "prev": [Circular], + "type": "tag", + "x-attribsNamespace": Object { + "class": undefined, + }, + "x-attribsPrefix": Object { + "class": undefined, + }, + }, + "parent": [Circular], + "prev": null, + "type": "tag", + "x-attribsNamespace": Object { + "aria-label": undefined, + "class": undefined, + "type": undefined, + }, + "x-attribsPrefix": Object { + "aria-label": undefined, + "class": undefined, + "type": undefined, + }, + }, + Object { + "attribs": Object { + "class": "gio-modal-header", + }, + "children": Array [ + Object { + "attribs": Object { + "class": "gio-modal-title", + "id": "rcDialogTitle0", + }, + "children": Array [ + Object { + "attribs": Object { + "class": "gio-modal__title", + }, + "children": Array [ + Object { + "data": "步骤 1", + "next": null, + "parent": [Circular], + "prev": null, + "type": "text", + }, + ], + "name": "div", + "namespace": "http://www.w3.org/1999/xhtml", + "next": null, + "parent": [Circular], + "prev": null, + "type": "tag", + "x-attribsNamespace": Object { + "class": undefined, + }, + "x-attribsPrefix": Object { + "class": undefined, + }, + }, + ], + "name": "div", + "namespace": "http://www.w3.org/1999/xhtml", + "next": null, + "parent": [Circular], + "prev": null, + "type": "tag", + "x-attribsNamespace": Object { + "class": undefined, + "id": undefined, + }, + "x-attribsPrefix": Object { + "class": undefined, + "id": undefined, + }, + }, + ], + "name": "div", + "namespace": "http://www.w3.org/1999/xhtml", + "next": Object { + "attribs": Object { + "class": "gio-modal-body", + }, + "children": Array [ + Object { + "data": "Step One", + "next": null, + "parent": [Circular], + "prev": null, + "type": "text", + }, + ], + "name": "div", + "namespace": "http://www.w3.org/1999/xhtml", + "next": null, + "parent": [Circular], + "prev": [Circular], + "type": "tag", + "x-attribsNamespace": Object { + "class": undefined, + }, + "x-attribsPrefix": Object { + "class": undefined, + }, + }, + "parent": [Circular], + "prev": Object { + "attribs": Object { + "aria-label": "Close", + "class": "gio-modal-close", + "type": "button", + }, + "children": Array [ + Object { "attribs": Object { - "class": "gio-modal-footer", + "class": "gio-icon gio-modal__close", }, "children": Array [ Object { "attribs": Object { - "class": "gio-modal__footer", + "class": "gio-icon-svg", + "fill": "currentColor", + "height": "1rem", + "viewBox": "0 0 14 14", + "width": "1rem", }, "children": Array [ Object { - "attribs": Object { - "class": "gio-modal__footer-additional", - }, - "children": Array [], - "name": "div", - "namespace": "http://www.w3.org/1999/xhtml", - "next": Object { - "attribs": Object {}, - "children": Array [ - Object { - "attribs": Object { - "class": "gio-btn gio-modal__btn-close gio-btn-secondary", - "type": "button", - }, - "children": Array [ - Object { - "attribs": Object {}, - "children": Array [ - Object { - "data": "取 消", - "next": null, - "parent": [Circular], - "prev": null, - "type": "text", - }, - ], - "name": "span", - "namespace": "http://www.w3.org/1999/xhtml", - "next": null, - "parent": [Circular], - "prev": null, - "type": "tag", - "x-attribsNamespace": Object {}, - "x-attribsPrefix": Object {}, - }, - ], - "name": "button", - "namespace": "http://www.w3.org/1999/xhtml", - "next": Object { - "attribs": Object { - "class": "gio-btn gio-modal__btn-ok gio-btn-primary", - "type": "button", - }, - "children": Array [ - Object { - "attribs": Object {}, - "children": Array [ - Object { - "data": "下一步", - "next": null, - "parent": [Circular], - "prev": null, - "type": "text", - }, - ], - "name": "span", - "namespace": "http://www.w3.org/1999/xhtml", - "next": null, - "parent": [Circular], - "prev": null, - "type": "tag", - "x-attribsNamespace": Object {}, - "x-attribsPrefix": Object {}, - }, - ], - "name": "button", - "namespace": "http://www.w3.org/1999/xhtml", - "next": null, - "parent": [Circular], - "prev": [Circular], - "type": "tag", - "x-attribsNamespace": Object { - "class": undefined, - "type": undefined, - }, - "x-attribsPrefix": Object { - "class": undefined, - "type": undefined, - }, - }, - "parent": [Circular], - "prev": null, - "type": "tag", - "x-attribsNamespace": Object { - "class": undefined, - "type": undefined, - }, - "x-attribsPrefix": Object { - "class": undefined, - "type": undefined, - }, - }, + "attribs": Object {}, + "children": Array [ + Object { + "attribs": Object {}, + "children": Array [], + "name": "style", + "namespace": "http://www.w3.org/2000/svg", + "next": null, + "parent": [Circular], + "prev": null, + "type": "style", + "x-attribsNamespace": Object {}, + "x-attribsPrefix": Object {}, + }, + ], + "name": "defs", + "namespace": "http://www.w3.org/2000/svg", + "next": Object { + "attribs": Object { + "data-name": "\\\\u56FE\\\\u5C42 2", + "id": "close_svg__\\\\u56FE\\\\u5C42_2", + }, + "children": Array [ Object { "attribs": Object { - "class": "gio-btn gio-modal__btn-ok gio-btn-primary", - "type": "button", + "data-name": "\\\\u56FE\\\\u5C42 1", + "id": "close_svg__\\\\u56FE\\\\u5C42_1-2", }, "children": Array [ Object { - "attribs": Object {}, - "children": Array [ - Object { - "data": "下一步", - "next": null, - "parent": [Circular], - "prev": null, - "type": "text", - }, - ], - "name": "span", - "namespace": "http://www.w3.org/1999/xhtml", + "attribs": Object { + "d": "M6.62 5.92a.54.54 0 00.76 0l3.87-3.87a.49.49 0 01.7.7L8.08 6.62a.54.54 0 000 .76L12 11.25a.49.49 0 01-.7.7L7.38 8.08a.54.54 0 00-.76 0L2.75 12a.49.49 0 01-.7-.7l3.87-3.92a.54.54 0 000-.76L2.05 2.75a.49.49 0 01.7-.7z", + "fill": "currentColor", + "fill-rule": "evenodd", + "id": "close_svg__close", + }, + "children": Array [], + "name": "path", + "namespace": "http://www.w3.org/2000/svg", "next": null, "parent": [Circular], "prev": null, "type": "tag", - "x-attribsNamespace": Object {}, - "x-attribsPrefix": Object {}, + "x-attribsNamespace": Object { + "d": undefined, + "fill": undefined, + "fill-rule": undefined, + "id": undefined, + }, + "x-attribsPrefix": Object { + "d": undefined, + "fill": undefined, + "fill-rule": undefined, + "id": undefined, + }, }, ], - "name": "button", - "namespace": "http://www.w3.org/1999/xhtml", + "name": "g", + "namespace": "http://www.w3.org/2000/svg", "next": null, "parent": [Circular], - "prev": Object { - "attribs": Object { - "class": "gio-btn gio-modal__btn-close gio-btn-secondary", - "type": "button", - }, - "children": Array [ - Object { - "attribs": Object {}, - "children": Array [ - Object { - "data": "取 消", - "next": null, - "parent": [Circular], - "prev": null, - "type": "text", - }, - ], - "name": "span", - "namespace": "http://www.w3.org/1999/xhtml", - "next": null, - "parent": [Circular], - "prev": null, - "type": "tag", - "x-attribsNamespace": Object {}, - "x-attribsPrefix": Object {}, - }, - ], - "name": "button", - "namespace": "http://www.w3.org/1999/xhtml", - "next": [Circular], - "parent": [Circular], - "prev": null, - "type": "tag", - "x-attribsNamespace": Object { - "class": undefined, - "type": undefined, - }, - "x-attribsPrefix": Object { - "class": undefined, - "type": undefined, - }, - }, + "prev": null, "type": "tag", "x-attribsNamespace": Object { - "class": undefined, - "type": undefined, + "data-name": undefined, + "id": undefined, }, "x-attribsPrefix": Object { - "class": undefined, - "type": undefined, + "data-name": undefined, + "id": undefined, }, }, ], - "name": "div", - "namespace": "http://www.w3.org/1999/xhtml", + "name": "g", + "namespace": "http://www.w3.org/2000/svg", "next": null, "parent": [Circular], "prev": [Circular], "type": "tag", - "x-attribsNamespace": Object {}, - "x-attribsPrefix": Object {}, + "x-attribsNamespace": Object { + "data-name": undefined, + "id": undefined, + }, + "x-attribsPrefix": Object { + "data-name": undefined, + "id": undefined, + }, }, "parent": [Circular], "prev": null, "type": "tag", - "x-attribsNamespace": Object { - "class": undefined, - }, - "x-attribsPrefix": Object { - "class": undefined, - }, + "x-attribsNamespace": Object {}, + "x-attribsPrefix": Object {}, }, Object { - "attribs": Object {}, + "attribs": Object { + "data-name": "\\\\u56FE\\\\u5C42 2", + "id": "close_svg__\\\\u56FE\\\\u5C42_2", + }, "children": Array [ Object { "attribs": Object { - "class": "gio-btn gio-modal__btn-close gio-btn-secondary", - "type": "button", + "data-name": "\\\\u56FE\\\\u5C42 1", + "id": "close_svg__\\\\u56FE\\\\u5C42_1-2", }, "children": Array [ Object { - "attribs": Object {}, - "children": Array [ - Object { - "data": "取 消", - "next": null, - "parent": [Circular], - "prev": null, - "type": "text", - }, - ], - "name": "span", - "namespace": "http://www.w3.org/1999/xhtml", + "attribs": Object { + "d": "M6.62 5.92a.54.54 0 00.76 0l3.87-3.87a.49.49 0 01.7.7L8.08 6.62a.54.54 0 000 .76L12 11.25a.49.49 0 01-.7.7L7.38 8.08a.54.54 0 00-.76 0L2.75 12a.49.49 0 01-.7-.7l3.87-3.92a.54.54 0 000-.76L2.05 2.75a.49.49 0 01.7-.7z", + "fill": "currentColor", + "fill-rule": "evenodd", + "id": "close_svg__close", + }, + "children": Array [], + "name": "path", + "namespace": "http://www.w3.org/2000/svg", "next": null, "parent": [Circular], "prev": null, "type": "tag", - "x-attribsNamespace": Object {}, - "x-attribsPrefix": Object {}, - }, - ], - "name": "button", - "namespace": "http://www.w3.org/1999/xhtml", - "next": Object { - "attribs": Object { - "class": "gio-btn gio-modal__btn-ok gio-btn-primary", - "type": "button", - }, - "children": Array [ - Object { - "attribs": Object {}, - "children": Array [ - Object { - "data": "下一步", - "next": null, - "parent": [Circular], - "prev": null, - "type": "text", - }, - ], - "name": "span", - "namespace": "http://www.w3.org/1999/xhtml", - "next": null, - "parent": [Circular], - "prev": null, - "type": "tag", - "x-attribsNamespace": Object {}, - "x-attribsPrefix": Object {}, + "x-attribsNamespace": Object { + "d": undefined, + "fill": undefined, + "fill-rule": undefined, + "id": undefined, + }, + "x-attribsPrefix": Object { + "d": undefined, + "fill": undefined, + "fill-rule": undefined, + "id": undefined, }, - ], - "name": "button", - "namespace": "http://www.w3.org/1999/xhtml", - "next": null, - "parent": [Circular], - "prev": [Circular], - "type": "tag", - "x-attribsNamespace": Object { - "class": undefined, - "type": undefined, - }, - "x-attribsPrefix": Object { - "class": undefined, - "type": undefined, }, - }, + ], + "name": "g", + "namespace": "http://www.w3.org/2000/svg", + "next": null, "parent": [Circular], "prev": null, "type": "tag", "x-attribsNamespace": Object { - "class": undefined, - "type": undefined, + "data-name": undefined, + "id": undefined, }, "x-attribsPrefix": Object { - "class": undefined, - "type": undefined, - }, - }, - Object { - "attribs": Object { - "class": "gio-btn gio-modal__btn-ok gio-btn-primary", - "type": "button", - }, - "children": Array [ - Object { - "attribs": Object {}, - "children": Array [ - Object { - "data": "下一步", - "next": null, - "parent": [Circular], - "prev": null, - "type": "text", - }, - ], - "name": "span", - "namespace": "http://www.w3.org/1999/xhtml", - "next": null, - "parent": [Circular], - "prev": null, - "type": "tag", - "x-attribsNamespace": Object {}, - "x-attribsPrefix": Object {}, - }, - ], - "name": "button", - "namespace": "http://www.w3.org/1999/xhtml", - "next": null, - "parent": [Circular], - "prev": Object { - "attribs": Object { - "class": "gio-btn gio-modal__btn-close gio-btn-secondary", - "type": "button", - }, - "children": Array [ - Object { - "attribs": Object {}, - "children": Array [ - Object { - "data": "取 消", - "next": null, - "parent": [Circular], - "prev": null, - "type": "text", - }, - ], - "name": "span", - "namespace": "http://www.w3.org/1999/xhtml", - "next": null, - "parent": [Circular], - "prev": null, - "type": "tag", - "x-attribsNamespace": Object {}, - "x-attribsPrefix": Object {}, - }, - ], - "name": "button", - "namespace": "http://www.w3.org/1999/xhtml", - "next": [Circular], - "parent": [Circular], - "prev": null, - "type": "tag", - "x-attribsNamespace": Object { - "class": undefined, - "type": undefined, - }, - "x-attribsPrefix": Object { - "class": undefined, - "type": undefined, - }, - }, - "type": "tag", - "x-attribsNamespace": Object { - "class": undefined, - "type": undefined, - }, - "x-attribsPrefix": Object { - "class": undefined, - "type": undefined, + "data-name": undefined, + "id": undefined, }, }, ], - "name": "div", - "namespace": "http://www.w3.org/1999/xhtml", + "name": "g", + "namespace": "http://www.w3.org/2000/svg", "next": null, "parent": [Circular], "prev": Object { - "attribs": Object { - "class": "gio-modal__footer-additional", - }, - "children": Array [], - "name": "div", - "namespace": "http://www.w3.org/1999/xhtml", + "attribs": Object {}, + "children": Array [ + Object { + "attribs": Object {}, + "children": Array [], + "name": "style", + "namespace": "http://www.w3.org/2000/svg", + "next": null, + "parent": [Circular], + "prev": null, + "type": "style", + "x-attribsNamespace": Object {}, + "x-attribsPrefix": Object {}, + }, + ], + "name": "defs", + "namespace": "http://www.w3.org/2000/svg", "next": [Circular], "parent": [Circular], "prev": null, "type": "tag", - "x-attribsNamespace": Object { - "class": undefined, - }, - "x-attribsPrefix": Object { - "class": undefined, - }, + "x-attribsNamespace": Object {}, + "x-attribsPrefix": Object {}, }, "type": "tag", - "x-attribsNamespace": Object {}, - "x-attribsPrefix": Object {}, + "x-attribsNamespace": Object { + "data-name": undefined, + "id": undefined, + }, + "x-attribsPrefix": Object { + "data-name": undefined, + "id": undefined, + }, }, ], - "name": "div", - "namespace": "http://www.w3.org/1999/xhtml", + "name": "svg", + "namespace": "http://www.w3.org/2000/svg", "next": null, "parent": [Circular], "prev": null, "type": "tag", "x-attribsNamespace": Object { "class": undefined, + "fill": undefined, + "height": undefined, + "viewBox": undefined, + "width": undefined, }, "x-attribsPrefix": Object { "class": undefined, + "fill": undefined, + "height": undefined, + "viewBox": undefined, + "width": undefined, }, }, ], - "name": "div", + "name": "span", "namespace": "http://www.w3.org/1999/xhtml", "next": null, "parent": [Circular], - "prev": [Circular], + "prev": null, "type": "tag", "x-attribsNamespace": Object { "class": undefined, @@ -3989,515 +4187,342 @@ initialize { "class": undefined, }, }, - "parent": [Circular], - "prev": [Circular], - "type": "tag", - "x-attribsNamespace": Object { - "class": undefined, - }, - "x-attribsPrefix": Object { - "class": undefined, - }, - }, + ], + "name": "button", + "namespace": "http://www.w3.org/1999/xhtml", + "next": [Circular], "parent": [Circular], - "prev": [Circular], + "prev": null, "type": "tag", "x-attribsNamespace": Object { + "aria-label": undefined, "class": undefined, + "type": undefined, }, "x-attribsPrefix": Object { + "aria-label": undefined, "class": undefined, + "type": undefined, }, }, - "parent": [Circular], - "prev": null, "type": "tag", "x-attribsNamespace": Object { - "aria-label": undefined, "class": undefined, - "type": undefined, }, "x-attribsPrefix": Object { - "aria-label": undefined, "class": undefined, - "type": undefined, }, }, Object { "attribs": Object { - "class": "gio-modal-header", + "class": "gio-modal-body", }, "children": Array [ Object { - "attribs": Object { - "class": "gio-modal-title", - "id": "rcDialogTitle0", - }, - "children": Array [ - Object { - "attribs": Object { - "class": "gio-modal__title", - }, - "children": Array [ - Object { - "data": "步骤 1", - "next": null, - "parent": [Circular], - "prev": null, - "type": "text", - }, - ], - "name": "div", - "namespace": "http://www.w3.org/1999/xhtml", - "next": null, - "parent": [Circular], - "prev": null, - "type": "tag", - "x-attribsNamespace": Object { - "class": undefined, - }, - "x-attribsPrefix": Object { - "class": undefined, - }, - }, - ], - "name": "div", - "namespace": "http://www.w3.org/1999/xhtml", + "data": "Step One", "next": null, "parent": [Circular], "prev": null, - "type": "tag", - "x-attribsNamespace": Object { - "class": undefined, - "id": undefined, - }, - "x-attribsPrefix": Object { - "class": undefined, - "id": undefined, - }, + "type": "text", }, ], "name": "div", "namespace": "http://www.w3.org/1999/xhtml", - "next": Object { + "next": null, + "parent": [Circular], + "prev": Object { "attribs": Object { - "class": "gio-modal-body", + "class": "gio-modal-header", }, "children": Array [ Object { - "data": "Step One", + "attribs": Object { + "class": "gio-modal-title", + "id": "rcDialogTitle0", + }, + "children": Array [ + Object { + "attribs": Object { + "class": "gio-modal__title", + }, + "children": Array [ + Object { + "data": "步骤 1", + "next": null, + "parent": [Circular], + "prev": null, + "type": "text", + }, + ], + "name": "div", + "namespace": "http://www.w3.org/1999/xhtml", + "next": null, + "parent": [Circular], + "prev": null, + "type": "tag", + "x-attribsNamespace": Object { + "class": undefined, + }, + "x-attribsPrefix": Object { + "class": undefined, + }, + }, + ], + "name": "div", + "namespace": "http://www.w3.org/1999/xhtml", "next": null, "parent": [Circular], "prev": null, - "type": "text", + "type": "tag", + "x-attribsNamespace": Object { + "class": undefined, + "id": undefined, + }, + "x-attribsPrefix": Object { + "class": undefined, + "id": undefined, + }, }, ], "name": "div", "namespace": "http://www.w3.org/1999/xhtml", - "next": Object { + "next": [Circular], + "parent": [Circular], + "prev": Object { "attribs": Object { - "class": "gio-modal-footer", + "aria-label": "Close", + "class": "gio-modal-close", + "type": "button", }, "children": Array [ Object { "attribs": Object { - "class": "gio-modal__footer", + "class": "gio-icon gio-modal__close", }, "children": Array [ Object { "attribs": Object { - "class": "gio-modal__footer-additional", + "class": "gio-icon-svg", + "fill": "currentColor", + "height": "1rem", + "viewBox": "0 0 14 14", + "width": "1rem", }, - "children": Array [], - "name": "div", - "namespace": "http://www.w3.org/1999/xhtml", - "next": Object { - "attribs": Object {}, - "children": Array [ - Object { - "attribs": Object { - "class": "gio-btn gio-modal__btn-close gio-btn-secondary", - "type": "button", + "children": Array [ + Object { + "attribs": Object {}, + "children": Array [ + Object { + "attribs": Object {}, + "children": Array [], + "name": "style", + "namespace": "http://www.w3.org/2000/svg", + "next": null, + "parent": [Circular], + "prev": null, + "type": "style", + "x-attribsNamespace": Object {}, + "x-attribsPrefix": Object {}, + }, + ], + "name": "defs", + "namespace": "http://www.w3.org/2000/svg", + "next": Object { + "attribs": Object { + "data-name": "\\\\u56FE\\\\u5C42 2", + "id": "close_svg__\\\\u56FE\\\\u5C42_2", }, "children": Array [ Object { - "attribs": Object {}, + "attribs": Object { + "data-name": "\\\\u56FE\\\\u5C42 1", + "id": "close_svg__\\\\u56FE\\\\u5C42_1-2", + }, "children": Array [ Object { - "data": "取 消", + "attribs": Object { + "d": "M6.62 5.92a.54.54 0 00.76 0l3.87-3.87a.49.49 0 01.7.7L8.08 6.62a.54.54 0 000 .76L12 11.25a.49.49 0 01-.7.7L7.38 8.08a.54.54 0 00-.76 0L2.75 12a.49.49 0 01-.7-.7l3.87-3.92a.54.54 0 000-.76L2.05 2.75a.49.49 0 01.7-.7z", + "fill": "currentColor", + "fill-rule": "evenodd", + "id": "close_svg__close", + }, + "children": Array [], + "name": "path", + "namespace": "http://www.w3.org/2000/svg", "next": null, "parent": [Circular], "prev": null, - "type": "text", + "type": "tag", + "x-attribsNamespace": Object { + "d": undefined, + "fill": undefined, + "fill-rule": undefined, + "id": undefined, + }, + "x-attribsPrefix": Object { + "d": undefined, + "fill": undefined, + "fill-rule": undefined, + "id": undefined, + }, }, ], - "name": "span", - "namespace": "http://www.w3.org/1999/xhtml", + "name": "g", + "namespace": "http://www.w3.org/2000/svg", "next": null, "parent": [Circular], "prev": null, "type": "tag", - "x-attribsNamespace": Object {}, - "x-attribsPrefix": Object {}, + "x-attribsNamespace": Object { + "data-name": undefined, + "id": undefined, + }, + "x-attribsPrefix": Object { + "data-name": undefined, + "id": undefined, + }, }, ], - "name": "button", - "namespace": "http://www.w3.org/1999/xhtml", - "next": Object { + "name": "g", + "namespace": "http://www.w3.org/2000/svg", + "next": null, + "parent": [Circular], + "prev": [Circular], + "type": "tag", + "x-attribsNamespace": Object { + "data-name": undefined, + "id": undefined, + }, + "x-attribsPrefix": Object { + "data-name": undefined, + "id": undefined, + }, + }, + "parent": [Circular], + "prev": null, + "type": "tag", + "x-attribsNamespace": Object {}, + "x-attribsPrefix": Object {}, + }, + Object { + "attribs": Object { + "data-name": "\\\\u56FE\\\\u5C42 2", + "id": "close_svg__\\\\u56FE\\\\u5C42_2", + }, + "children": Array [ + Object { "attribs": Object { - "class": "gio-btn gio-modal__btn-ok gio-btn-primary", - "type": "button", + "data-name": "\\\\u56FE\\\\u5C42 1", + "id": "close_svg__\\\\u56FE\\\\u5C42_1-2", }, "children": Array [ Object { - "attribs": Object {}, - "children": Array [ - Object { - "data": "下一步", - "next": null, - "parent": [Circular], - "prev": null, - "type": "text", - }, - ], - "name": "span", - "namespace": "http://www.w3.org/1999/xhtml", + "attribs": Object { + "d": "M6.62 5.92a.54.54 0 00.76 0l3.87-3.87a.49.49 0 01.7.7L8.08 6.62a.54.54 0 000 .76L12 11.25a.49.49 0 01-.7.7L7.38 8.08a.54.54 0 00-.76 0L2.75 12a.49.49 0 01-.7-.7l3.87-3.92a.54.54 0 000-.76L2.05 2.75a.49.49 0 01.7-.7z", + "fill": "currentColor", + "fill-rule": "evenodd", + "id": "close_svg__close", + }, + "children": Array [], + "name": "path", + "namespace": "http://www.w3.org/2000/svg", "next": null, "parent": [Circular], "prev": null, "type": "tag", - "x-attribsNamespace": Object {}, - "x-attribsPrefix": Object {}, + "x-attribsNamespace": Object { + "d": undefined, + "fill": undefined, + "fill-rule": undefined, + "id": undefined, + }, + "x-attribsPrefix": Object { + "d": undefined, + "fill": undefined, + "fill-rule": undefined, + "id": undefined, + }, }, ], - "name": "button", - "namespace": "http://www.w3.org/1999/xhtml", + "name": "g", + "namespace": "http://www.w3.org/2000/svg", "next": null, "parent": [Circular], - "prev": [Circular], + "prev": null, "type": "tag", "x-attribsNamespace": Object { - "class": undefined, - "type": undefined, + "data-name": undefined, + "id": undefined, }, "x-attribsPrefix": Object { - "class": undefined, - "type": undefined, + "data-name": undefined, + "id": undefined, }, }, - "parent": [Circular], - "prev": null, - "type": "tag", - "x-attribsNamespace": Object { - "class": undefined, - "type": undefined, - }, - "x-attribsPrefix": Object { - "class": undefined, - "type": undefined, - }, - }, - Object { - "attribs": Object { - "class": "gio-btn gio-modal__btn-ok gio-btn-primary", - "type": "button", - }, + ], + "name": "g", + "namespace": "http://www.w3.org/2000/svg", + "next": null, + "parent": [Circular], + "prev": Object { + "attribs": Object {}, "children": Array [ Object { "attribs": Object {}, - "children": Array [ - Object { - "data": "下一步", - "next": null, - "parent": [Circular], - "prev": null, - "type": "text", - }, - ], - "name": "span", - "namespace": "http://www.w3.org/1999/xhtml", + "children": Array [], + "name": "style", + "namespace": "http://www.w3.org/2000/svg", "next": null, "parent": [Circular], "prev": null, - "type": "tag", + "type": "style", "x-attribsNamespace": Object {}, "x-attribsPrefix": Object {}, }, ], - "name": "button", - "namespace": "http://www.w3.org/1999/xhtml", - "next": null, + "name": "defs", + "namespace": "http://www.w3.org/2000/svg", + "next": [Circular], "parent": [Circular], - "prev": Object { - "attribs": Object { - "class": "gio-btn gio-modal__btn-close gio-btn-secondary", - "type": "button", - }, - "children": Array [ - Object { - "attribs": Object {}, - "children": Array [ - Object { - "data": "取 消", - "next": null, - "parent": [Circular], - "prev": null, - "type": "text", - }, - ], - "name": "span", - "namespace": "http://www.w3.org/1999/xhtml", - "next": null, - "parent": [Circular], - "prev": null, - "type": "tag", - "x-attribsNamespace": Object {}, - "x-attribsPrefix": Object {}, - }, - ], - "name": "button", - "namespace": "http://www.w3.org/1999/xhtml", - "next": [Circular], - "parent": [Circular], - "prev": null, - "type": "tag", - "x-attribsNamespace": Object { - "class": undefined, - "type": undefined, - }, - "x-attribsPrefix": Object { - "class": undefined, - "type": undefined, - }, - }, + "prev": null, "type": "tag", - "x-attribsNamespace": Object { - "class": undefined, - "type": undefined, - }, - "x-attribsPrefix": Object { - "class": undefined, - "type": undefined, - }, + "x-attribsNamespace": Object {}, + "x-attribsPrefix": Object {}, }, - ], - "name": "div", - "namespace": "http://www.w3.org/1999/xhtml", - "next": null, - "parent": [Circular], - "prev": [Circular], - "type": "tag", - "x-attribsNamespace": Object {}, - "x-attribsPrefix": Object {}, - }, + "type": "tag", + "x-attribsNamespace": Object { + "data-name": undefined, + "id": undefined, + }, + "x-attribsPrefix": Object { + "data-name": undefined, + "id": undefined, + }, + }, + ], + "name": "svg", + "namespace": "http://www.w3.org/2000/svg", + "next": null, "parent": [Circular], "prev": null, "type": "tag", "x-attribsNamespace": Object { "class": undefined, + "fill": undefined, + "height": undefined, + "viewBox": undefined, + "width": undefined, }, "x-attribsPrefix": Object { "class": undefined, + "fill": undefined, + "height": undefined, + "viewBox": undefined, + "width": undefined, }, }, - Object { - "attribs": Object {}, - "children": Array [ - Object { - "attribs": Object { - "class": "gio-btn gio-modal__btn-close gio-btn-secondary", - "type": "button", - }, - "children": Array [ - Object { - "attribs": Object {}, - "children": Array [ - Object { - "data": "取 消", - "next": null, - "parent": [Circular], - "prev": null, - "type": "text", - }, - ], - "name": "span", - "namespace": "http://www.w3.org/1999/xhtml", - "next": null, - "parent": [Circular], - "prev": null, - "type": "tag", - "x-attribsNamespace": Object {}, - "x-attribsPrefix": Object {}, - }, - ], - "name": "button", - "namespace": "http://www.w3.org/1999/xhtml", - "next": Object { - "attribs": Object { - "class": "gio-btn gio-modal__btn-ok gio-btn-primary", - "type": "button", - }, - "children": Array [ - Object { - "attribs": Object {}, - "children": Array [ - Object { - "data": "下一步", - "next": null, - "parent": [Circular], - "prev": null, - "type": "text", - }, - ], - "name": "span", - "namespace": "http://www.w3.org/1999/xhtml", - "next": null, - "parent": [Circular], - "prev": null, - "type": "tag", - "x-attribsNamespace": Object {}, - "x-attribsPrefix": Object {}, - }, - ], - "name": "button", - "namespace": "http://www.w3.org/1999/xhtml", - "next": null, - "parent": [Circular], - "prev": [Circular], - "type": "tag", - "x-attribsNamespace": Object { - "class": undefined, - "type": undefined, - }, - "x-attribsPrefix": Object { - "class": undefined, - "type": undefined, - }, - }, - "parent": [Circular], - "prev": null, - "type": "tag", - "x-attribsNamespace": Object { - "class": undefined, - "type": undefined, - }, - "x-attribsPrefix": Object { - "class": undefined, - "type": undefined, - }, - }, - Object { - "attribs": Object { - "class": "gio-btn gio-modal__btn-ok gio-btn-primary", - "type": "button", - }, - "children": Array [ - Object { - "attribs": Object {}, - "children": Array [ - Object { - "data": "下一步", - "next": null, - "parent": [Circular], - "prev": null, - "type": "text", - }, - ], - "name": "span", - "namespace": "http://www.w3.org/1999/xhtml", - "next": null, - "parent": [Circular], - "prev": null, - "type": "tag", - "x-attribsNamespace": Object {}, - "x-attribsPrefix": Object {}, - }, - ], - "name": "button", - "namespace": "http://www.w3.org/1999/xhtml", - "next": null, - "parent": [Circular], - "prev": Object { - "attribs": Object { - "class": "gio-btn gio-modal__btn-close gio-btn-secondary", - "type": "button", - }, - "children": Array [ - Object { - "attribs": Object {}, - "children": Array [ - Object { - "data": "取 消", - "next": null, - "parent": [Circular], - "prev": null, - "type": "text", - }, - ], - "name": "span", - "namespace": "http://www.w3.org/1999/xhtml", - "next": null, - "parent": [Circular], - "prev": null, - "type": "tag", - "x-attribsNamespace": Object {}, - "x-attribsPrefix": Object {}, - }, - ], - "name": "button", - "namespace": "http://www.w3.org/1999/xhtml", - "next": [Circular], - "parent": [Circular], - "prev": null, - "type": "tag", - "x-attribsNamespace": Object { - "class": undefined, - "type": undefined, - }, - "x-attribsPrefix": Object { - "class": undefined, - "type": undefined, - }, - }, - "type": "tag", - "x-attribsNamespace": Object { - "class": undefined, - "type": undefined, - }, - "x-attribsPrefix": Object { - "class": undefined, - "type": undefined, - }, - }, - ], - "name": "div", - "namespace": "http://www.w3.org/1999/xhtml", - "next": null, - "parent": [Circular], - "prev": Object { - "attribs": Object { - "class": "gio-modal__footer-additional", - }, - "children": Array [], - "name": "div", - "namespace": "http://www.w3.org/1999/xhtml", - "next": [Circular], - "parent": [Circular], - "prev": null, - "type": "tag", - "x-attribsNamespace": Object { - "class": undefined, - }, - "x-attribsPrefix": Object { - "class": undefined, - }, - }, - "type": "tag", - "x-attribsNamespace": Object {}, - "x-attribsPrefix": Object {}, - }, ], - "name": "div", + "name": "span", "namespace": "http://www.w3.org/1999/xhtml", "next": null, "parent": [Circular], @@ -4511,21 +4536,23 @@ initialize { }, }, ], - "name": "div", + "name": "button", "namespace": "http://www.w3.org/1999/xhtml", - "next": null, + "next": [Circular], "parent": [Circular], - "prev": [Circular], + "prev": null, "type": "tag", "x-attribsNamespace": Object { + "aria-label": undefined, "class": undefined, + "type": undefined, }, "x-attribsPrefix": Object { + "aria-label": undefined, "class": undefined, + "type": undefined, }, }, - "parent": [Circular], - "prev": [Circular], "type": "tag", "x-attribsNamespace": Object { "class": undefined, @@ -4534,98 +4561,145 @@ initialize { "class": undefined, }, }, - "parent": [Circular], - "prev": Object { - "attribs": Object { - "aria-label": "Close", - "class": "gio-modal-close", - "type": "button", - }, - "children": Array [ - Object { - "attribs": Object { - "class": "gio-icon gio-modal__close", - }, - "children": Array [ - Object { - "attribs": Object { - "class": "gio-icon-svg", - "fill": "currentColor", - "height": "1rem", - "viewBox": "0 0 14 14", - "width": "1rem", - }, - "children": Array [ - Object { - "attribs": Object {}, - "children": Array [ - Object { - "attribs": Object {}, - "children": Array [], - "name": "style", - "namespace": "http://www.w3.org/2000/svg", - "next": null, - "parent": [Circular], - "prev": null, - "type": "style", - "x-attribsNamespace": Object {}, - "x-attribsPrefix": Object {}, - }, - ], - "name": "defs", - "namespace": "http://www.w3.org/2000/svg", - "next": Object { - "attribs": Object { - "data-name": "\\\\u56FE\\\\u5C42 2", - "id": "close_svg__\\\\u56FE\\\\u5C42_2", - }, - "children": Array [ - Object { - "attribs": Object { - "data-name": "\\\\u56FE\\\\u5C42 1", - "id": "close_svg__\\\\u56FE\\\\u5C42_1-2", - }, - "children": Array [ - Object { - "attribs": Object { - "d": "M6.62 5.92a.54.54 0 00.76 0l3.87-3.87a.49.49 0 01.7.7L8.08 6.62a.54.54 0 000 .76L12 11.25a.49.49 0 01-.7.7L7.38 8.08a.54.54 0 00-.76 0L2.75 12a.49.49 0 01-.7-.7l3.87-3.92a.54.54 0 000-.76L2.05 2.75a.49.49 0 01.7-.7z", - "fill": "currentColor", - "fill-rule": "evenodd", - "id": "close_svg__close", - }, - "children": Array [], - "name": "path", - "namespace": "http://www.w3.org/2000/svg", - "next": null, - "parent": [Circular], - "prev": null, - "type": "tag", - "x-attribsNamespace": Object { - "d": undefined, - "fill": undefined, - "fill-rule": undefined, - "id": undefined, - }, - "x-attribsPrefix": Object { - "d": undefined, - "fill": undefined, - "fill-rule": undefined, - "id": undefined, - }, - }, - ], - "name": "g", + "type": "tag", + "x-attribsNamespace": Object { + "class": undefined, + }, + "x-attribsPrefix": Object { + "class": undefined, + }, + }, + ], + "name": "div", + "namespace": "http://www.w3.org/1999/xhtml", + "next": Object { + "attribs": Object { + "aria-hidden": "true", + "style": "width: 0px; height: 0px; overflow: hidden; outline: none;", + "tabindex": "0", + }, + "children": Array [], + "name": "div", + "namespace": "http://www.w3.org/1999/xhtml", + "next": null, + "parent": [Circular], + "prev": [Circular], + "type": "tag", + "x-attribsNamespace": Object { + "aria-hidden": undefined, + "style": undefined, + "tabindex": undefined, + }, + "x-attribsPrefix": Object { + "aria-hidden": undefined, + "style": undefined, + "tabindex": undefined, + }, + }, + "parent": [Circular], + "prev": [Circular], + "type": "tag", + "x-attribsNamespace": Object { + "class": undefined, + }, + "x-attribsPrefix": Object { + "class": undefined, + }, + }, + "parent": [Circular], + "prev": null, + "type": "tag", + "x-attribsNamespace": Object { + "aria-hidden": undefined, + "style": undefined, + "tabindex": undefined, + }, + "x-attribsPrefix": Object { + "aria-hidden": undefined, + "style": undefined, + "tabindex": undefined, + }, + }, + Object { + "attribs": Object { + "class": "gio-modal-content", + }, + "children": Array [ + Object { + "attribs": Object { + "aria-label": "Close", + "class": "gio-modal-close", + "type": "button", + }, + "children": Array [ + Object { + "attribs": Object { + "class": "gio-icon gio-modal__close", + }, + "children": Array [ + Object { + "attribs": Object { + "class": "gio-icon-svg", + "fill": "currentColor", + "height": "1rem", + "viewBox": "0 0 14 14", + "width": "1rem", + }, + "children": Array [ + Object { + "attribs": Object {}, + "children": Array [ + Object { + "attribs": Object {}, + "children": Array [], + "name": "style", + "namespace": "http://www.w3.org/2000/svg", + "next": null, + "parent": [Circular], + "prev": null, + "type": "style", + "x-attribsNamespace": Object {}, + "x-attribsPrefix": Object {}, + }, + ], + "name": "defs", + "namespace": "http://www.w3.org/2000/svg", + "next": Object { + "attribs": Object { + "data-name": "\\\\u56FE\\\\u5C42 2", + "id": "close_svg__\\\\u56FE\\\\u5C42_2", + }, + "children": Array [ + Object { + "attribs": Object { + "data-name": "\\\\u56FE\\\\u5C42 1", + "id": "close_svg__\\\\u56FE\\\\u5C42_1-2", + }, + "children": Array [ + Object { + "attribs": Object { + "d": "M6.62 5.92a.54.54 0 00.76 0l3.87-3.87a.49.49 0 01.7.7L8.08 6.62a.54.54 0 000 .76L12 11.25a.49.49 0 01-.7.7L7.38 8.08a.54.54 0 00-.76 0L2.75 12a.49.49 0 01-.7-.7l3.87-3.92a.54.54 0 000-.76L2.05 2.75a.49.49 0 01.7-.7z", + "fill": "currentColor", + "fill-rule": "evenodd", + "id": "close_svg__close", + }, + "children": Array [], + "name": "path", "namespace": "http://www.w3.org/2000/svg", "next": null, "parent": [Circular], "prev": null, "type": "tag", "x-attribsNamespace": Object { - "data-name": undefined, + "d": undefined, + "fill": undefined, + "fill-rule": undefined, "id": undefined, }, "x-attribsPrefix": Object { - "data-name": undefined, + "d": undefined, + "fill": undefined, + "fill-rule": undefined, "id": undefined, }, }, @@ -4634,7 +4708,7 @@ initialize { "namespace": "http://www.w3.org/2000/svg", "next": null, "parent": [Circular], - "prev": [Circular], + "prev": null, "type": "tag", "x-attribsNamespace": Object { "data-name": undefined, @@ -4645,64 +4719,64 @@ initialize { "id": undefined, }, }, - "parent": [Circular], - "prev": null, - "type": "tag", - "x-attribsNamespace": Object {}, - "x-attribsPrefix": Object {}, + ], + "name": "g", + "namespace": "http://www.w3.org/2000/svg", + "next": null, + "parent": [Circular], + "prev": [Circular], + "type": "tag", + "x-attribsNamespace": Object { + "data-name": undefined, + "id": undefined, + }, + "x-attribsPrefix": Object { + "data-name": undefined, + "id": undefined, }, + }, + "parent": [Circular], + "prev": null, + "type": "tag", + "x-attribsNamespace": Object {}, + "x-attribsPrefix": Object {}, + }, + Object { + "attribs": Object { + "data-name": "\\\\u56FE\\\\u5C42 2", + "id": "close_svg__\\\\u56FE\\\\u5C42_2", + }, + "children": Array [ Object { "attribs": Object { - "data-name": "\\\\u56FE\\\\u5C42 2", - "id": "close_svg__\\\\u56FE\\\\u5C42_2", + "data-name": "\\\\u56FE\\\\u5C42 1", + "id": "close_svg__\\\\u56FE\\\\u5C42_1-2", }, "children": Array [ Object { "attribs": Object { - "data-name": "\\\\u56FE\\\\u5C42 1", - "id": "close_svg__\\\\u56FE\\\\u5C42_1-2", + "d": "M6.62 5.92a.54.54 0 00.76 0l3.87-3.87a.49.49 0 01.7.7L8.08 6.62a.54.54 0 000 .76L12 11.25a.49.49 0 01-.7.7L7.38 8.08a.54.54 0 00-.76 0L2.75 12a.49.49 0 01-.7-.7l3.87-3.92a.54.54 0 000-.76L2.05 2.75a.49.49 0 01.7-.7z", + "fill": "currentColor", + "fill-rule": "evenodd", + "id": "close_svg__close", }, - "children": Array [ - Object { - "attribs": Object { - "d": "M6.62 5.92a.54.54 0 00.76 0l3.87-3.87a.49.49 0 01.7.7L8.08 6.62a.54.54 0 000 .76L12 11.25a.49.49 0 01-.7.7L7.38 8.08a.54.54 0 00-.76 0L2.75 12a.49.49 0 01-.7-.7l3.87-3.92a.54.54 0 000-.76L2.05 2.75a.49.49 0 01.7-.7z", - "fill": "currentColor", - "fill-rule": "evenodd", - "id": "close_svg__close", - }, - "children": Array [], - "name": "path", - "namespace": "http://www.w3.org/2000/svg", - "next": null, - "parent": [Circular], - "prev": null, - "type": "tag", - "x-attribsNamespace": Object { - "d": undefined, - "fill": undefined, - "fill-rule": undefined, - "id": undefined, - }, - "x-attribsPrefix": Object { - "d": undefined, - "fill": undefined, - "fill-rule": undefined, - "id": undefined, - }, - }, - ], - "name": "g", + "children": Array [], + "name": "path", "namespace": "http://www.w3.org/2000/svg", "next": null, "parent": [Circular], "prev": null, "type": "tag", "x-attribsNamespace": Object { - "data-name": undefined, + "d": undefined, + "fill": undefined, + "fill-rule": undefined, "id": undefined, }, "x-attribsPrefix": Object { - "data-name": undefined, + "d": undefined, + "fill": undefined, + "fill-rule": undefined, "id": undefined, }, }, @@ -4711,31 +4785,7 @@ initialize { "namespace": "http://www.w3.org/2000/svg", "next": null, "parent": [Circular], - "prev": Object { - "attribs": Object {}, - "children": Array [ - Object { - "attribs": Object {}, - "children": Array [], - "name": "style", - "namespace": "http://www.w3.org/2000/svg", - "next": null, - "parent": [Circular], - "prev": null, - "type": "style", - "x-attribsNamespace": Object {}, - "x-attribsPrefix": Object {}, - }, - ], - "name": "defs", - "namespace": "http://www.w3.org/2000/svg", - "next": [Circular], - "parent": [Circular], - "prev": null, - "type": "tag", - "x-attribsNamespace": Object {}, - "x-attribsPrefix": Object {}, - }, + "prev": null, "type": "tag", "x-attribsNamespace": Object { "data-name": undefined, @@ -4747,59 +4797,168 @@ initialize { }, }, ], - "name": "svg", + "name": "g", "namespace": "http://www.w3.org/2000/svg", "next": null, "parent": [Circular], - "prev": null, + "prev": Object { + "attribs": Object {}, + "children": Array [ + Object { + "attribs": Object {}, + "children": Array [], + "name": "style", + "namespace": "http://www.w3.org/2000/svg", + "next": null, + "parent": [Circular], + "prev": null, + "type": "style", + "x-attribsNamespace": Object {}, + "x-attribsPrefix": Object {}, + }, + ], + "name": "defs", + "namespace": "http://www.w3.org/2000/svg", + "next": [Circular], + "parent": [Circular], + "prev": null, + "type": "tag", + "x-attribsNamespace": Object {}, + "x-attribsPrefix": Object {}, + }, "type": "tag", "x-attribsNamespace": Object { - "class": undefined, - "fill": undefined, - "height": undefined, - "viewBox": undefined, - "width": undefined, + "data-name": undefined, + "id": undefined, }, "x-attribsPrefix": Object { - "class": undefined, - "fill": undefined, - "height": undefined, - "viewBox": undefined, - "width": undefined, + "data-name": undefined, + "id": undefined, }, }, ], - "name": "span", - "namespace": "http://www.w3.org/1999/xhtml", + "name": "svg", + "namespace": "http://www.w3.org/2000/svg", "next": null, "parent": [Circular], "prev": null, "type": "tag", "x-attribsNamespace": Object { "class": undefined, + "fill": undefined, + "height": undefined, + "viewBox": undefined, + "width": undefined, }, "x-attribsPrefix": Object { "class": undefined, + "fill": undefined, + "height": undefined, + "viewBox": undefined, + "width": undefined, }, }, ], - "name": "button", + "name": "span", "namespace": "http://www.w3.org/1999/xhtml", - "next": [Circular], + "next": null, "parent": [Circular], "prev": null, "type": "tag", "x-attribsNamespace": Object { - "aria-label": undefined, "class": undefined, - "type": undefined, }, "x-attribsPrefix": Object { - "aria-label": undefined, "class": undefined, - "type": undefined, }, }, + ], + "name": "button", + "namespace": "http://www.w3.org/1999/xhtml", + "next": Object { + "attribs": Object { + "class": "gio-modal-header", + }, + "children": Array [ + Object { + "attribs": Object { + "class": "gio-modal-title", + "id": "rcDialogTitle0", + }, + "children": Array [ + Object { + "attribs": Object { + "class": "gio-modal__title", + }, + "children": Array [ + Object { + "data": "步骤 1", + "next": null, + "parent": [Circular], + "prev": null, + "type": "text", + }, + ], + "name": "div", + "namespace": "http://www.w3.org/1999/xhtml", + "next": null, + "parent": [Circular], + "prev": null, + "type": "tag", + "x-attribsNamespace": Object { + "class": undefined, + }, + "x-attribsPrefix": Object { + "class": undefined, + }, + }, + ], + "name": "div", + "namespace": "http://www.w3.org/1999/xhtml", + "next": null, + "parent": [Circular], + "prev": null, + "type": "tag", + "x-attribsNamespace": Object { + "class": undefined, + "id": undefined, + }, + "x-attribsPrefix": Object { + "class": undefined, + "id": undefined, + }, + }, + ], + "name": "div", + "namespace": "http://www.w3.org/1999/xhtml", + "next": Object { + "attribs": Object { + "class": "gio-modal-body", + }, + "children": Array [ + Object { + "data": "Step One", + "next": null, + "parent": [Circular], + "prev": null, + "type": "text", + }, + ], + "name": "div", + "namespace": "http://www.w3.org/1999/xhtml", + "next": null, + "parent": [Circular], + "prev": [Circular], + "type": "tag", + "x-attribsNamespace": Object { + "class": undefined, + }, + "x-attribsPrefix": Object { + "class": undefined, + }, + }, + "parent": [Circular], + "prev": [Circular], "type": "tag", "x-attribsNamespace": Object { "class": undefined, @@ -4808,7 +4967,77 @@ initialize { "class": undefined, }, }, - Object { + "parent": [Circular], + "prev": null, + "type": "tag", + "x-attribsNamespace": Object { + "aria-label": undefined, + "class": undefined, + "type": undefined, + }, + "x-attribsPrefix": Object { + "aria-label": undefined, + "class": undefined, + "type": undefined, + }, + }, + Object { + "attribs": Object { + "class": "gio-modal-header", + }, + "children": Array [ + Object { + "attribs": Object { + "class": "gio-modal-title", + "id": "rcDialogTitle0", + }, + "children": Array [ + Object { + "attribs": Object { + "class": "gio-modal__title", + }, + "children": Array [ + Object { + "data": "步骤 1", + "next": null, + "parent": [Circular], + "prev": null, + "type": "text", + }, + ], + "name": "div", + "namespace": "http://www.w3.org/1999/xhtml", + "next": null, + "parent": [Circular], + "prev": null, + "type": "tag", + "x-attribsNamespace": Object { + "class": undefined, + }, + "x-attribsPrefix": Object { + "class": undefined, + }, + }, + ], + "name": "div", + "namespace": "http://www.w3.org/1999/xhtml", + "next": null, + "parent": [Circular], + "prev": null, + "type": "tag", + "x-attribsNamespace": Object { + "class": undefined, + "id": undefined, + }, + "x-attribsPrefix": Object { + "class": undefined, + "id": undefined, + }, + }, + ], + "name": "div", + "namespace": "http://www.w3.org/1999/xhtml", + "next": Object { "attribs": Object { "class": "gio-modal-body", }, @@ -4823,476 +5052,601 @@ initialize { ], "name": "div", "namespace": "http://www.w3.org/1999/xhtml", - "next": Object { - "attribs": Object { - "class": "gio-modal-footer", - }, - "children": Array [ - Object { - "attribs": Object { - "class": "gio-modal__footer", - }, - "children": Array [ - Object { - "attribs": Object { - "class": "gio-modal__footer-additional", - }, - "children": Array [], - "name": "div", - "namespace": "http://www.w3.org/1999/xhtml", - "next": Object { - "attribs": Object {}, - "children": Array [ - Object { - "attribs": Object { - "class": "gio-btn gio-modal__btn-close gio-btn-secondary", - "type": "button", - }, - "children": Array [ - Object { - "attribs": Object {}, - "children": Array [ - Object { - "data": "取 消", - "next": null, - "parent": [Circular], - "prev": null, - "type": "text", - }, - ], - "name": "span", - "namespace": "http://www.w3.org/1999/xhtml", - "next": null, - "parent": [Circular], - "prev": null, - "type": "tag", - "x-attribsNamespace": Object {}, - "x-attribsPrefix": Object {}, - }, - ], - "name": "button", - "namespace": "http://www.w3.org/1999/xhtml", - "next": Object { + "next": null, + "parent": [Circular], + "prev": [Circular], + "type": "tag", + "x-attribsNamespace": Object { + "class": undefined, + }, + "x-attribsPrefix": Object { + "class": undefined, + }, + }, + "parent": [Circular], + "prev": Object { + "attribs": Object { + "aria-label": "Close", + "class": "gio-modal-close", + "type": "button", + }, + "children": Array [ + Object { + "attribs": Object { + "class": "gio-icon gio-modal__close", + }, + "children": Array [ + Object { + "attribs": Object { + "class": "gio-icon-svg", + "fill": "currentColor", + "height": "1rem", + "viewBox": "0 0 14 14", + "width": "1rem", + }, + "children": Array [ + Object { + "attribs": Object {}, + "children": Array [ + Object { + "attribs": Object {}, + "children": Array [], + "name": "style", + "namespace": "http://www.w3.org/2000/svg", + "next": null, + "parent": [Circular], + "prev": null, + "type": "style", + "x-attribsNamespace": Object {}, + "x-attribsPrefix": Object {}, + }, + ], + "name": "defs", + "namespace": "http://www.w3.org/2000/svg", + "next": Object { + "attribs": Object { + "data-name": "\\\\u56FE\\\\u5C42 2", + "id": "close_svg__\\\\u56FE\\\\u5C42_2", + }, + "children": Array [ + Object { "attribs": Object { - "class": "gio-btn gio-modal__btn-ok gio-btn-primary", - "type": "button", + "data-name": "\\\\u56FE\\\\u5C42 1", + "id": "close_svg__\\\\u56FE\\\\u5C42_1-2", }, "children": Array [ Object { - "attribs": Object {}, - "children": Array [ - Object { - "data": "下一步", - "next": null, - "parent": [Circular], - "prev": null, - "type": "text", - }, - ], - "name": "span", - "namespace": "http://www.w3.org/1999/xhtml", + "attribs": Object { + "d": "M6.62 5.92a.54.54 0 00.76 0l3.87-3.87a.49.49 0 01.7.7L8.08 6.62a.54.54 0 000 .76L12 11.25a.49.49 0 01-.7.7L7.38 8.08a.54.54 0 00-.76 0L2.75 12a.49.49 0 01-.7-.7l3.87-3.92a.54.54 0 000-.76L2.05 2.75a.49.49 0 01.7-.7z", + "fill": "currentColor", + "fill-rule": "evenodd", + "id": "close_svg__close", + }, + "children": Array [], + "name": "path", + "namespace": "http://www.w3.org/2000/svg", "next": null, "parent": [Circular], "prev": null, "type": "tag", - "x-attribsNamespace": Object {}, - "x-attribsPrefix": Object {}, + "x-attribsNamespace": Object { + "d": undefined, + "fill": undefined, + "fill-rule": undefined, + "id": undefined, + }, + "x-attribsPrefix": Object { + "d": undefined, + "fill": undefined, + "fill-rule": undefined, + "id": undefined, + }, }, ], - "name": "button", - "namespace": "http://www.w3.org/1999/xhtml", + "name": "g", + "namespace": "http://www.w3.org/2000/svg", "next": null, "parent": [Circular], - "prev": [Circular], + "prev": null, "type": "tag", "x-attribsNamespace": Object { - "class": undefined, - "type": undefined, + "data-name": undefined, + "id": undefined, }, "x-attribsPrefix": Object { - "class": undefined, - "type": undefined, + "data-name": undefined, + "id": undefined, }, }, - "parent": [Circular], - "prev": null, - "type": "tag", - "x-attribsNamespace": Object { - "class": undefined, - "type": undefined, - }, - "x-attribsPrefix": Object { - "class": undefined, - "type": undefined, - }, + ], + "name": "g", + "namespace": "http://www.w3.org/2000/svg", + "next": null, + "parent": [Circular], + "prev": [Circular], + "type": "tag", + "x-attribsNamespace": Object { + "data-name": undefined, + "id": undefined, + }, + "x-attribsPrefix": Object { + "data-name": undefined, + "id": undefined, }, + }, + "parent": [Circular], + "prev": null, + "type": "tag", + "x-attribsNamespace": Object {}, + "x-attribsPrefix": Object {}, + }, + Object { + "attribs": Object { + "data-name": "\\\\u56FE\\\\u5C42 2", + "id": "close_svg__\\\\u56FE\\\\u5C42_2", + }, + "children": Array [ Object { "attribs": Object { - "class": "gio-btn gio-modal__btn-ok gio-btn-primary", - "type": "button", + "data-name": "\\\\u56FE\\\\u5C42 1", + "id": "close_svg__\\\\u56FE\\\\u5C42_1-2", }, "children": Array [ Object { - "attribs": Object {}, - "children": Array [ - Object { - "data": "下一步", - "next": null, - "parent": [Circular], - "prev": null, - "type": "text", - }, - ], - "name": "span", - "namespace": "http://www.w3.org/1999/xhtml", + "attribs": Object { + "d": "M6.62 5.92a.54.54 0 00.76 0l3.87-3.87a.49.49 0 01.7.7L8.08 6.62a.54.54 0 000 .76L12 11.25a.49.49 0 01-.7.7L7.38 8.08a.54.54 0 00-.76 0L2.75 12a.49.49 0 01-.7-.7l3.87-3.92a.54.54 0 000-.76L2.05 2.75a.49.49 0 01.7-.7z", + "fill": "currentColor", + "fill-rule": "evenodd", + "id": "close_svg__close", + }, + "children": Array [], + "name": "path", + "namespace": "http://www.w3.org/2000/svg", "next": null, "parent": [Circular], "prev": null, "type": "tag", - "x-attribsNamespace": Object {}, - "x-attribsPrefix": Object {}, + "x-attribsNamespace": Object { + "d": undefined, + "fill": undefined, + "fill-rule": undefined, + "id": undefined, + }, + "x-attribsPrefix": Object { + "d": undefined, + "fill": undefined, + "fill-rule": undefined, + "id": undefined, + }, }, ], - "name": "button", - "namespace": "http://www.w3.org/1999/xhtml", + "name": "g", + "namespace": "http://www.w3.org/2000/svg", "next": null, "parent": [Circular], - "prev": Object { - "attribs": Object { - "class": "gio-btn gio-modal__btn-close gio-btn-secondary", - "type": "button", - }, - "children": Array [ - Object { - "attribs": Object {}, - "children": Array [ - Object { - "data": "取 消", - "next": null, - "parent": [Circular], - "prev": null, - "type": "text", - }, - ], - "name": "span", - "namespace": "http://www.w3.org/1999/xhtml", - "next": null, - "parent": [Circular], - "prev": null, - "type": "tag", - "x-attribsNamespace": Object {}, - "x-attribsPrefix": Object {}, - }, - ], - "name": "button", - "namespace": "http://www.w3.org/1999/xhtml", - "next": [Circular], - "parent": [Circular], - "prev": null, - "type": "tag", - "x-attribsNamespace": Object { - "class": undefined, - "type": undefined, - }, - "x-attribsPrefix": Object { - "class": undefined, - "type": undefined, - }, - }, + "prev": null, "type": "tag", "x-attribsNamespace": Object { - "class": undefined, - "type": undefined, + "data-name": undefined, + "id": undefined, }, "x-attribsPrefix": Object { - "class": undefined, - "type": undefined, + "data-name": undefined, + "id": undefined, }, }, ], - "name": "div", - "namespace": "http://www.w3.org/1999/xhtml", + "name": "g", + "namespace": "http://www.w3.org/2000/svg", "next": null, "parent": [Circular], - "prev": [Circular], + "prev": Object { + "attribs": Object {}, + "children": Array [ + Object { + "attribs": Object {}, + "children": Array [], + "name": "style", + "namespace": "http://www.w3.org/2000/svg", + "next": null, + "parent": [Circular], + "prev": null, + "type": "style", + "x-attribsNamespace": Object {}, + "x-attribsPrefix": Object {}, + }, + ], + "name": "defs", + "namespace": "http://www.w3.org/2000/svg", + "next": [Circular], + "parent": [Circular], + "prev": null, + "type": "tag", + "x-attribsNamespace": Object {}, + "x-attribsPrefix": Object {}, + }, "type": "tag", - "x-attribsNamespace": Object {}, - "x-attribsPrefix": Object {}, - }, - "parent": [Circular], - "prev": null, - "type": "tag", - "x-attribsNamespace": Object { - "class": undefined, + "x-attribsNamespace": Object { + "data-name": undefined, + "id": undefined, + }, + "x-attribsPrefix": Object { + "data-name": undefined, + "id": undefined, + }, }, - "x-attribsPrefix": Object { - "class": undefined, + ], + "name": "svg", + "namespace": "http://www.w3.org/2000/svg", + "next": null, + "parent": [Circular], + "prev": null, + "type": "tag", + "x-attribsNamespace": Object { + "class": undefined, + "fill": undefined, + "height": undefined, + "viewBox": undefined, + "width": undefined, + }, + "x-attribsPrefix": Object { + "class": undefined, + "fill": undefined, + "height": undefined, + "viewBox": undefined, + "width": undefined, + }, + }, + ], + "name": "span", + "namespace": "http://www.w3.org/1999/xhtml", + "next": null, + "parent": [Circular], + "prev": null, + "type": "tag", + "x-attribsNamespace": Object { + "class": undefined, + }, + "x-attribsPrefix": Object { + "class": undefined, + }, + }, + ], + "name": "button", + "namespace": "http://www.w3.org/1999/xhtml", + "next": [Circular], + "parent": [Circular], + "prev": null, + "type": "tag", + "x-attribsNamespace": Object { + "aria-label": undefined, + "class": undefined, + "type": undefined, + }, + "x-attribsPrefix": Object { + "aria-label": undefined, + "class": undefined, + "type": undefined, + }, + }, + "type": "tag", + "x-attribsNamespace": Object { + "class": undefined, + }, + "x-attribsPrefix": Object { + "class": undefined, + }, + }, + Object { + "attribs": Object { + "class": "gio-modal-body", + }, + "children": Array [ + Object { + "data": "Step One", + "next": null, + "parent": [Circular], + "prev": null, + "type": "text", + }, + ], + "name": "div", + "namespace": "http://www.w3.org/1999/xhtml", + "next": null, + "parent": [Circular], + "prev": Object { + "attribs": Object { + "class": "gio-modal-header", + }, + "children": Array [ + Object { + "attribs": Object { + "class": "gio-modal-title", + "id": "rcDialogTitle0", + }, + "children": Array [ + Object { + "attribs": Object { + "class": "gio-modal__title", + }, + "children": Array [ + Object { + "data": "步骤 1", + "next": null, + "parent": [Circular], + "prev": null, + "type": "text", }, + ], + "name": "div", + "namespace": "http://www.w3.org/1999/xhtml", + "next": null, + "parent": [Circular], + "prev": null, + "type": "tag", + "x-attribsNamespace": Object { + "class": undefined, + }, + "x-attribsPrefix": Object { + "class": undefined, }, + }, + ], + "name": "div", + "namespace": "http://www.w3.org/1999/xhtml", + "next": null, + "parent": [Circular], + "prev": null, + "type": "tag", + "x-attribsNamespace": Object { + "class": undefined, + "id": undefined, + }, + "x-attribsPrefix": Object { + "class": undefined, + "id": undefined, + }, + }, + ], + "name": "div", + "namespace": "http://www.w3.org/1999/xhtml", + "next": [Circular], + "parent": [Circular], + "prev": Object { + "attribs": Object { + "aria-label": "Close", + "class": "gio-modal-close", + "type": "button", + }, + "children": Array [ + Object { + "attribs": Object { + "class": "gio-icon gio-modal__close", + }, + "children": Array [ Object { - "attribs": Object {}, + "attribs": Object { + "class": "gio-icon-svg", + "fill": "currentColor", + "height": "1rem", + "viewBox": "0 0 14 14", + "width": "1rem", + }, "children": Array [ Object { - "attribs": Object { - "class": "gio-btn gio-modal__btn-close gio-btn-secondary", - "type": "button", - }, + "attribs": Object {}, "children": Array [ Object { "attribs": Object {}, - "children": Array [ - Object { - "data": "取 消", - "next": null, - "parent": [Circular], - "prev": null, - "type": "text", - }, - ], - "name": "span", - "namespace": "http://www.w3.org/1999/xhtml", + "children": Array [], + "name": "style", + "namespace": "http://www.w3.org/2000/svg", "next": null, "parent": [Circular], "prev": null, - "type": "tag", + "type": "style", "x-attribsNamespace": Object {}, "x-attribsPrefix": Object {}, }, ], - "name": "button", - "namespace": "http://www.w3.org/1999/xhtml", + "name": "defs", + "namespace": "http://www.w3.org/2000/svg", "next": Object { "attribs": Object { - "class": "gio-btn gio-modal__btn-ok gio-btn-primary", - "type": "button", + "data-name": "\\\\u56FE\\\\u5C42 2", + "id": "close_svg__\\\\u56FE\\\\u5C42_2", }, "children": Array [ Object { - "attribs": Object {}, + "attribs": Object { + "data-name": "\\\\u56FE\\\\u5C42 1", + "id": "close_svg__\\\\u56FE\\\\u5C42_1-2", + }, "children": Array [ Object { - "data": "下一步", + "attribs": Object { + "d": "M6.62 5.92a.54.54 0 00.76 0l3.87-3.87a.49.49 0 01.7.7L8.08 6.62a.54.54 0 000 .76L12 11.25a.49.49 0 01-.7.7L7.38 8.08a.54.54 0 00-.76 0L2.75 12a.49.49 0 01-.7-.7l3.87-3.92a.54.54 0 000-.76L2.05 2.75a.49.49 0 01.7-.7z", + "fill": "currentColor", + "fill-rule": "evenodd", + "id": "close_svg__close", + }, + "children": Array [], + "name": "path", + "namespace": "http://www.w3.org/2000/svg", "next": null, "parent": [Circular], "prev": null, - "type": "text", - }, - ], - "name": "span", - "namespace": "http://www.w3.org/1999/xhtml", - "next": null, - "parent": [Circular], - "prev": null, - "type": "tag", - "x-attribsNamespace": Object {}, - "x-attribsPrefix": Object {}, - }, - ], - "name": "button", - "namespace": "http://www.w3.org/1999/xhtml", + "type": "tag", + "x-attribsNamespace": Object { + "d": undefined, + "fill": undefined, + "fill-rule": undefined, + "id": undefined, + }, + "x-attribsPrefix": Object { + "d": undefined, + "fill": undefined, + "fill-rule": undefined, + "id": undefined, + }, + }, + ], + "name": "g", + "namespace": "http://www.w3.org/2000/svg", + "next": null, + "parent": [Circular], + "prev": null, + "type": "tag", + "x-attribsNamespace": Object { + "data-name": undefined, + "id": undefined, + }, + "x-attribsPrefix": Object { + "data-name": undefined, + "id": undefined, + }, + }, + ], + "name": "g", + "namespace": "http://www.w3.org/2000/svg", "next": null, "parent": [Circular], "prev": [Circular], "type": "tag", "x-attribsNamespace": Object { - "class": undefined, - "type": undefined, + "data-name": undefined, + "id": undefined, }, "x-attribsPrefix": Object { - "class": undefined, - "type": undefined, + "data-name": undefined, + "id": undefined, }, }, "parent": [Circular], "prev": null, "type": "tag", - "x-attribsNamespace": Object { - "class": undefined, - "type": undefined, - }, - "x-attribsPrefix": Object { - "class": undefined, - "type": undefined, - }, + "x-attribsNamespace": Object {}, + "x-attribsPrefix": Object {}, }, Object { "attribs": Object { - "class": "gio-btn gio-modal__btn-ok gio-btn-primary", - "type": "button", + "data-name": "\\\\u56FE\\\\u5C42 2", + "id": "close_svg__\\\\u56FE\\\\u5C42_2", }, "children": Array [ Object { - "attribs": Object {}, + "attribs": Object { + "data-name": "\\\\u56FE\\\\u5C42 1", + "id": "close_svg__\\\\u56FE\\\\u5C42_1-2", + }, "children": Array [ Object { - "data": "下一步", + "attribs": Object { + "d": "M6.62 5.92a.54.54 0 00.76 0l3.87-3.87a.49.49 0 01.7.7L8.08 6.62a.54.54 0 000 .76L12 11.25a.49.49 0 01-.7.7L7.38 8.08a.54.54 0 00-.76 0L2.75 12a.49.49 0 01-.7-.7l3.87-3.92a.54.54 0 000-.76L2.05 2.75a.49.49 0 01.7-.7z", + "fill": "currentColor", + "fill-rule": "evenodd", + "id": "close_svg__close", + }, + "children": Array [], + "name": "path", + "namespace": "http://www.w3.org/2000/svg", "next": null, "parent": [Circular], "prev": null, - "type": "text", + "type": "tag", + "x-attribsNamespace": Object { + "d": undefined, + "fill": undefined, + "fill-rule": undefined, + "id": undefined, + }, + "x-attribsPrefix": Object { + "d": undefined, + "fill": undefined, + "fill-rule": undefined, + "id": undefined, + }, }, ], - "name": "span", - "namespace": "http://www.w3.org/1999/xhtml", + "name": "g", + "namespace": "http://www.w3.org/2000/svg", "next": null, "parent": [Circular], "prev": null, "type": "tag", - "x-attribsNamespace": Object {}, - "x-attribsPrefix": Object {}, + "x-attribsNamespace": Object { + "data-name": undefined, + "id": undefined, + }, + "x-attribsPrefix": Object { + "data-name": undefined, + "id": undefined, + }, }, ], - "name": "button", - "namespace": "http://www.w3.org/1999/xhtml", + "name": "g", + "namespace": "http://www.w3.org/2000/svg", "next": null, "parent": [Circular], "prev": Object { - "attribs": Object { - "class": "gio-btn gio-modal__btn-close gio-btn-secondary", - "type": "button", - }, + "attribs": Object {}, "children": Array [ Object { "attribs": Object {}, - "children": Array [ - Object { - "data": "取 消", - "next": null, - "parent": [Circular], - "prev": null, - "type": "text", - }, - ], - "name": "span", - "namespace": "http://www.w3.org/1999/xhtml", + "children": Array [], + "name": "style", + "namespace": "http://www.w3.org/2000/svg", "next": null, "parent": [Circular], "prev": null, - "type": "tag", + "type": "style", "x-attribsNamespace": Object {}, "x-attribsPrefix": Object {}, }, ], - "name": "button", - "namespace": "http://www.w3.org/1999/xhtml", + "name": "defs", + "namespace": "http://www.w3.org/2000/svg", "next": [Circular], "parent": [Circular], "prev": null, "type": "tag", - "x-attribsNamespace": Object { - "class": undefined, - "type": undefined, - }, - "x-attribsPrefix": Object { - "class": undefined, - "type": undefined, - }, + "x-attribsNamespace": Object {}, + "x-attribsPrefix": Object {}, }, "type": "tag", "x-attribsNamespace": Object { - "class": undefined, - "type": undefined, + "data-name": undefined, + "id": undefined, }, "x-attribsPrefix": Object { - "class": undefined, - "type": undefined, + "data-name": undefined, + "id": undefined, }, }, ], - "name": "div", - "namespace": "http://www.w3.org/1999/xhtml", - "next": null, - "parent": [Circular], - "prev": Object { - "attribs": Object { - "class": "gio-modal__footer-additional", - }, - "children": Array [], - "name": "div", - "namespace": "http://www.w3.org/1999/xhtml", - "next": [Circular], - "parent": [Circular], - "prev": null, - "type": "tag", - "x-attribsNamespace": Object { - "class": undefined, - }, - "x-attribsPrefix": Object { - "class": undefined, - }, - }, - "type": "tag", - "x-attribsNamespace": Object {}, - "x-attribsPrefix": Object {}, - }, - ], - "name": "div", - "namespace": "http://www.w3.org/1999/xhtml", - "next": null, - "parent": [Circular], - "prev": null, - "type": "tag", - "x-attribsNamespace": Object { - "class": undefined, - }, - "x-attribsPrefix": Object { - "class": undefined, - }, - }, - ], - "name": "div", - "namespace": "http://www.w3.org/1999/xhtml", - "next": null, - "parent": [Circular], - "prev": [Circular], - "type": "tag", - "x-attribsNamespace": Object { - "class": undefined, - }, - "x-attribsPrefix": Object { - "class": undefined, - }, - }, - "parent": [Circular], - "prev": Object { - "attribs": Object { - "class": "gio-modal-header", - }, - "children": Array [ - Object { - "attribs": Object { - "class": "gio-modal-title", - "id": "rcDialogTitle0", - }, - "children": Array [ - Object { - "attribs": Object { - "class": "gio-modal__title", - }, - "children": Array [ - Object { - "data": "步骤 1", - "next": null, - "parent": [Circular], - "prev": null, - "type": "text", - }, - ], - "name": "div", - "namespace": "http://www.w3.org/1999/xhtml", + "name": "svg", + "namespace": "http://www.w3.org/2000/svg", "next": null, "parent": [Circular], "prev": null, "type": "tag", "x-attribsNamespace": Object { "class": undefined, + "fill": undefined, + "height": undefined, + "viewBox": undefined, + "width": undefined, }, "x-attribsPrefix": Object { "class": undefined, + "fill": undefined, + "height": undefined, + "viewBox": undefined, + "width": undefined, }, }, ], - "name": "div", + "name": "span", "namespace": "http://www.w3.org/1999/xhtml", "next": null, "parent": [Circular], @@ -5300,109 +5654,196 @@ initialize { "type": "tag", "x-attribsNamespace": Object { "class": undefined, - "id": undefined, }, "x-attribsPrefix": Object { "class": undefined, - "id": undefined, }, }, ], - "name": "div", + "name": "button", "namespace": "http://www.w3.org/1999/xhtml", "next": [Circular], "parent": [Circular], - "prev": Object { - "attribs": Object { - "aria-label": "Close", - "class": "gio-modal-close", - "type": "button", - }, - "children": Array [ - Object { - "attribs": Object { - "class": "gio-icon gio-modal__close", - }, - "children": Array [ - Object { - "attribs": Object { - "class": "gio-icon-svg", - "fill": "currentColor", - "height": "1rem", - "viewBox": "0 0 14 14", - "width": "1rem", - }, + "prev": null, + "type": "tag", + "x-attribsNamespace": Object { + "aria-label": undefined, + "class": undefined, + "type": undefined, + }, + "x-attribsPrefix": Object { + "aria-label": undefined, + "class": undefined, + "type": undefined, + }, + }, + "type": "tag", + "x-attribsNamespace": Object { + "class": undefined, + }, + "x-attribsPrefix": Object { + "class": undefined, + }, + }, + "type": "tag", + "x-attribsNamespace": Object { + "class": undefined, + }, + "x-attribsPrefix": Object { + "class": undefined, + }, + }, + ], + "name": "div", + "namespace": "http://www.w3.org/1999/xhtml", + "next": Object { + "attribs": Object { + "aria-hidden": "true", + "style": "width: 0px; height: 0px; overflow: hidden; outline: none;", + "tabindex": "0", + }, + "children": Array [], + "name": "div", + "namespace": "http://www.w3.org/1999/xhtml", + "next": null, + "parent": [Circular], + "prev": [Circular], + "type": "tag", + "x-attribsNamespace": Object { + "aria-hidden": undefined, + "style": undefined, + "tabindex": undefined, + }, + "x-attribsPrefix": Object { + "aria-hidden": undefined, + "style": undefined, + "tabindex": undefined, + }, + }, + "parent": [Circular], + "prev": Object { + "attribs": Object { + "aria-hidden": "true", + "style": "width: 0px; height: 0px; overflow: hidden; outline: none;", + "tabindex": "0", + }, + "children": Array [], + "name": "div", + "namespace": "http://www.w3.org/1999/xhtml", + "next": [Circular], + "parent": [Circular], + "prev": null, + "type": "tag", + "x-attribsNamespace": Object { + "aria-hidden": undefined, + "style": undefined, + "tabindex": undefined, + }, + "x-attribsPrefix": Object { + "aria-hidden": undefined, + "style": undefined, + "tabindex": undefined, + }, + }, + "type": "tag", + "x-attribsNamespace": Object { + "class": undefined, + }, + "x-attribsPrefix": Object { + "class": undefined, + }, + }, + Object { + "attribs": Object { + "aria-hidden": "true", + "style": "width: 0px; height: 0px; overflow: hidden; outline: none;", + "tabindex": "0", + }, + "children": Array [], + "name": "div", + "namespace": "http://www.w3.org/1999/xhtml", + "next": null, + "parent": [Circular], + "prev": Object { + "attribs": Object { + "class": "gio-modal-content", + }, + "children": Array [ + Object { + "attribs": Object { + "aria-label": "Close", + "class": "gio-modal-close", + "type": "button", + }, + "children": Array [ + Object { + "attribs": Object { + "class": "gio-icon gio-modal__close", + }, + "children": Array [ + Object { + "attribs": Object { + "class": "gio-icon-svg", + "fill": "currentColor", + "height": "1rem", + "viewBox": "0 0 14 14", + "width": "1rem", + }, + "children": Array [ + Object { + "attribs": Object {}, "children": Array [ Object { "attribs": Object {}, - "children": Array [ - Object { - "attribs": Object {}, - "children": Array [], - "name": "style", - "namespace": "http://www.w3.org/2000/svg", - "next": null, - "parent": [Circular], - "prev": null, - "type": "style", - "x-attribsNamespace": Object {}, - "x-attribsPrefix": Object {}, - }, - ], - "name": "defs", + "children": Array [], + "name": "style", "namespace": "http://www.w3.org/2000/svg", - "next": Object { + "next": null, + "parent": [Circular], + "prev": null, + "type": "style", + "x-attribsNamespace": Object {}, + "x-attribsPrefix": Object {}, + }, + ], + "name": "defs", + "namespace": "http://www.w3.org/2000/svg", + "next": Object { + "attribs": Object { + "data-name": "\\\\u56FE\\\\u5C42 2", + "id": "close_svg__\\\\u56FE\\\\u5C42_2", + }, + "children": Array [ + Object { "attribs": Object { - "data-name": "\\\\u56FE\\\\u5C42 2", - "id": "close_svg__\\\\u56FE\\\\u5C42_2", + "data-name": "\\\\u56FE\\\\u5C42 1", + "id": "close_svg__\\\\u56FE\\\\u5C42_1-2", }, "children": Array [ Object { "attribs": Object { - "data-name": "\\\\u56FE\\\\u5C42 1", - "id": "close_svg__\\\\u56FE\\\\u5C42_1-2", + "d": "M6.62 5.92a.54.54 0 00.76 0l3.87-3.87a.49.49 0 01.7.7L8.08 6.62a.54.54 0 000 .76L12 11.25a.49.49 0 01-.7.7L7.38 8.08a.54.54 0 00-.76 0L2.75 12a.49.49 0 01-.7-.7l3.87-3.92a.54.54 0 000-.76L2.05 2.75a.49.49 0 01.7-.7z", + "fill": "currentColor", + "fill-rule": "evenodd", + "id": "close_svg__close", }, - "children": Array [ - Object { - "attribs": Object { - "d": "M6.62 5.92a.54.54 0 00.76 0l3.87-3.87a.49.49 0 01.7.7L8.08 6.62a.54.54 0 000 .76L12 11.25a.49.49 0 01-.7.7L7.38 8.08a.54.54 0 00-.76 0L2.75 12a.49.49 0 01-.7-.7l3.87-3.92a.54.54 0 000-.76L2.05 2.75a.49.49 0 01.7-.7z", - "fill": "currentColor", - "fill-rule": "evenodd", - "id": "close_svg__close", - }, - "children": Array [], - "name": "path", - "namespace": "http://www.w3.org/2000/svg", - "next": null, - "parent": [Circular], - "prev": null, - "type": "tag", - "x-attribsNamespace": Object { - "d": undefined, - "fill": undefined, - "fill-rule": undefined, - "id": undefined, - }, - "x-attribsPrefix": Object { - "d": undefined, - "fill": undefined, - "fill-rule": undefined, - "id": undefined, - }, - }, - ], - "name": "g", + "children": Array [], + "name": "path", "namespace": "http://www.w3.org/2000/svg", "next": null, "parent": [Circular], "prev": null, "type": "tag", "x-attribsNamespace": Object { - "data-name": undefined, + "d": undefined, + "fill": undefined, + "fill-rule": undefined, "id": undefined, }, "x-attribsPrefix": Object { - "data-name": undefined, + "d": undefined, + "fill": undefined, + "fill-rule": undefined, "id": undefined, }, }, @@ -5411,7 +5852,7 @@ initialize { "namespace": "http://www.w3.org/2000/svg", "next": null, "parent": [Circular], - "prev": [Circular], + "prev": null, "type": "tag", "x-attribsNamespace": Object { "data-name": undefined, @@ -5422,64 +5863,64 @@ initialize { "id": undefined, }, }, - "parent": [Circular], - "prev": null, - "type": "tag", - "x-attribsNamespace": Object {}, - "x-attribsPrefix": Object {}, + ], + "name": "g", + "namespace": "http://www.w3.org/2000/svg", + "next": null, + "parent": [Circular], + "prev": [Circular], + "type": "tag", + "x-attribsNamespace": Object { + "data-name": undefined, + "id": undefined, }, + "x-attribsPrefix": Object { + "data-name": undefined, + "id": undefined, + }, + }, + "parent": [Circular], + "prev": null, + "type": "tag", + "x-attribsNamespace": Object {}, + "x-attribsPrefix": Object {}, + }, + Object { + "attribs": Object { + "data-name": "\\\\u56FE\\\\u5C42 2", + "id": "close_svg__\\\\u56FE\\\\u5C42_2", + }, + "children": Array [ Object { "attribs": Object { - "data-name": "\\\\u56FE\\\\u5C42 2", - "id": "close_svg__\\\\u56FE\\\\u5C42_2", + "data-name": "\\\\u56FE\\\\u5C42 1", + "id": "close_svg__\\\\u56FE\\\\u5C42_1-2", }, "children": Array [ Object { "attribs": Object { - "data-name": "\\\\u56FE\\\\u5C42 1", - "id": "close_svg__\\\\u56FE\\\\u5C42_1-2", - }, - "children": Array [ - Object { - "attribs": Object { - "d": "M6.62 5.92a.54.54 0 00.76 0l3.87-3.87a.49.49 0 01.7.7L8.08 6.62a.54.54 0 000 .76L12 11.25a.49.49 0 01-.7.7L7.38 8.08a.54.54 0 00-.76 0L2.75 12a.49.49 0 01-.7-.7l3.87-3.92a.54.54 0 000-.76L2.05 2.75a.49.49 0 01.7-.7z", - "fill": "currentColor", - "fill-rule": "evenodd", - "id": "close_svg__close", - }, - "children": Array [], - "name": "path", - "namespace": "http://www.w3.org/2000/svg", - "next": null, - "parent": [Circular], - "prev": null, - "type": "tag", - "x-attribsNamespace": Object { - "d": undefined, - "fill": undefined, - "fill-rule": undefined, - "id": undefined, - }, - "x-attribsPrefix": Object { - "d": undefined, - "fill": undefined, - "fill-rule": undefined, - "id": undefined, - }, - }, - ], - "name": "g", + "d": "M6.62 5.92a.54.54 0 00.76 0l3.87-3.87a.49.49 0 01.7.7L8.08 6.62a.54.54 0 000 .76L12 11.25a.49.49 0 01-.7.7L7.38 8.08a.54.54 0 00-.76 0L2.75 12a.49.49 0 01-.7-.7l3.87-3.92a.54.54 0 000-.76L2.05 2.75a.49.49 0 01.7-.7z", + "fill": "currentColor", + "fill-rule": "evenodd", + "id": "close_svg__close", + }, + "children": Array [], + "name": "path", "namespace": "http://www.w3.org/2000/svg", "next": null, "parent": [Circular], "prev": null, "type": "tag", "x-attribsNamespace": Object { - "data-name": undefined, + "d": undefined, + "fill": undefined, + "fill-rule": undefined, "id": undefined, }, "x-attribsPrefix": Object { - "data-name": undefined, + "d": undefined, + "fill": undefined, + "fill-rule": undefined, "id": undefined, }, }, @@ -5488,31 +5929,7 @@ initialize { "namespace": "http://www.w3.org/2000/svg", "next": null, "parent": [Circular], - "prev": Object { - "attribs": Object {}, - "children": Array [ - Object { - "attribs": Object {}, - "children": Array [], - "name": "style", - "namespace": "http://www.w3.org/2000/svg", - "next": null, - "parent": [Circular], - "prev": null, - "type": "style", - "x-attribsNamespace": Object {}, - "x-attribsPrefix": Object {}, - }, - ], - "name": "defs", - "namespace": "http://www.w3.org/2000/svg", - "next": [Circular], - "parent": [Circular], - "prev": null, - "type": "tag", - "x-attribsNamespace": Object {}, - "x-attribsPrefix": Object {}, - }, + "prev": null, "type": "tag", "x-attribsNamespace": Object { "data-name": undefined, @@ -5524,59 +5941,168 @@ initialize { }, }, ], - "name": "svg", + "name": "g", "namespace": "http://www.w3.org/2000/svg", "next": null, "parent": [Circular], - "prev": null, + "prev": Object { + "attribs": Object {}, + "children": Array [ + Object { + "attribs": Object {}, + "children": Array [], + "name": "style", + "namespace": "http://www.w3.org/2000/svg", + "next": null, + "parent": [Circular], + "prev": null, + "type": "style", + "x-attribsNamespace": Object {}, + "x-attribsPrefix": Object {}, + }, + ], + "name": "defs", + "namespace": "http://www.w3.org/2000/svg", + "next": [Circular], + "parent": [Circular], + "prev": null, + "type": "tag", + "x-attribsNamespace": Object {}, + "x-attribsPrefix": Object {}, + }, "type": "tag", "x-attribsNamespace": Object { - "class": undefined, - "fill": undefined, - "height": undefined, - "viewBox": undefined, - "width": undefined, + "data-name": undefined, + "id": undefined, }, "x-attribsPrefix": Object { - "class": undefined, - "fill": undefined, - "height": undefined, - "viewBox": undefined, - "width": undefined, + "data-name": undefined, + "id": undefined, }, }, ], - "name": "span", - "namespace": "http://www.w3.org/1999/xhtml", + "name": "svg", + "namespace": "http://www.w3.org/2000/svg", "next": null, "parent": [Circular], "prev": null, "type": "tag", "x-attribsNamespace": Object { "class": undefined, + "fill": undefined, + "height": undefined, + "viewBox": undefined, + "width": undefined, }, "x-attribsPrefix": Object { "class": undefined, + "fill": undefined, + "height": undefined, + "viewBox": undefined, + "width": undefined, }, }, ], - "name": "button", + "name": "span", "namespace": "http://www.w3.org/1999/xhtml", - "next": [Circular], + "next": null, "parent": [Circular], "prev": null, "type": "tag", "x-attribsNamespace": Object { - "aria-label": undefined, "class": undefined, - "type": undefined, }, "x-attribsPrefix": Object { - "aria-label": undefined, "class": undefined, - "type": undefined, }, }, + ], + "name": "button", + "namespace": "http://www.w3.org/1999/xhtml", + "next": Object { + "attribs": Object { + "class": "gio-modal-header", + }, + "children": Array [ + Object { + "attribs": Object { + "class": "gio-modal-title", + "id": "rcDialogTitle0", + }, + "children": Array [ + Object { + "attribs": Object { + "class": "gio-modal__title", + }, + "children": Array [ + Object { + "data": "步骤 1", + "next": null, + "parent": [Circular], + "prev": null, + "type": "text", + }, + ], + "name": "div", + "namespace": "http://www.w3.org/1999/xhtml", + "next": null, + "parent": [Circular], + "prev": null, + "type": "tag", + "x-attribsNamespace": Object { + "class": undefined, + }, + "x-attribsPrefix": Object { + "class": undefined, + }, + }, + ], + "name": "div", + "namespace": "http://www.w3.org/1999/xhtml", + "next": null, + "parent": [Circular], + "prev": null, + "type": "tag", + "x-attribsNamespace": Object { + "class": undefined, + "id": undefined, + }, + "x-attribsPrefix": Object { + "class": undefined, + "id": undefined, + }, + }, + ], + "name": "div", + "namespace": "http://www.w3.org/1999/xhtml", + "next": Object { + "attribs": Object { + "class": "gio-modal-body", + }, + "children": Array [ + Object { + "data": "Step One", + "next": null, + "parent": [Circular], + "prev": null, + "type": "text", + }, + ], + "name": "div", + "namespace": "http://www.w3.org/1999/xhtml", + "next": null, + "parent": [Circular], + "prev": [Circular], + "type": "tag", + "x-attribsNamespace": Object { + "class": undefined, + }, + "x-attribsPrefix": Object { + "class": undefined, + }, + }, + "parent": [Circular], + "prev": [Circular], "type": "tag", "x-attribsNamespace": Object { "class": undefined, @@ -5585,491 +6111,686 @@ initialize { "class": undefined, }, }, + "parent": [Circular], + "prev": null, "type": "tag", "x-attribsNamespace": Object { + "aria-label": undefined, "class": undefined, + "type": undefined, }, "x-attribsPrefix": Object { + "aria-label": undefined, "class": undefined, + "type": undefined, }, }, Object { "attribs": Object { - "class": "gio-modal-footer", + "class": "gio-modal-header", }, "children": Array [ Object { "attribs": Object { - "class": "gio-modal__footer", + "class": "gio-modal-title", + "id": "rcDialogTitle0", }, "children": Array [ Object { "attribs": Object { - "class": "gio-modal__footer-additional", + "class": "gio-modal__title", }, - "children": Array [], + "children": Array [ + Object { + "data": "步骤 1", + "next": null, + "parent": [Circular], + "prev": null, + "type": "text", + }, + ], "name": "div", "namespace": "http://www.w3.org/1999/xhtml", - "next": Object { - "attribs": Object {}, - "children": Array [ - Object { - "attribs": Object { - "class": "gio-btn gio-modal__btn-close gio-btn-secondary", - "type": "button", - }, - "children": Array [ - Object { - "attribs": Object {}, - "children": Array [ - Object { - "data": "取 消", - "next": null, - "parent": [Circular], - "prev": null, - "type": "text", - }, - ], - "name": "span", - "namespace": "http://www.w3.org/1999/xhtml", + "next": null, + "parent": [Circular], + "prev": null, + "type": "tag", + "x-attribsNamespace": Object { + "class": undefined, + }, + "x-attribsPrefix": Object { + "class": undefined, + }, + }, + ], + "name": "div", + "namespace": "http://www.w3.org/1999/xhtml", + "next": null, + "parent": [Circular], + "prev": null, + "type": "tag", + "x-attribsNamespace": Object { + "class": undefined, + "id": undefined, + }, + "x-attribsPrefix": Object { + "class": undefined, + "id": undefined, + }, + }, + ], + "name": "div", + "namespace": "http://www.w3.org/1999/xhtml", + "next": Object { + "attribs": Object { + "class": "gio-modal-body", + }, + "children": Array [ + Object { + "data": "Step One", + "next": null, + "parent": [Circular], + "prev": null, + "type": "text", + }, + ], + "name": "div", + "namespace": "http://www.w3.org/1999/xhtml", + "next": null, + "parent": [Circular], + "prev": [Circular], + "type": "tag", + "x-attribsNamespace": Object { + "class": undefined, + }, + "x-attribsPrefix": Object { + "class": undefined, + }, + }, + "parent": [Circular], + "prev": Object { + "attribs": Object { + "aria-label": "Close", + "class": "gio-modal-close", + "type": "button", + }, + "children": Array [ + Object { + "attribs": Object { + "class": "gio-icon gio-modal__close", + }, + "children": Array [ + Object { + "attribs": Object { + "class": "gio-icon-svg", + "fill": "currentColor", + "height": "1rem", + "viewBox": "0 0 14 14", + "width": "1rem", + }, + "children": Array [ + Object { + "attribs": Object {}, + "children": Array [ + Object { + "attribs": Object {}, + "children": Array [], + "name": "style", + "namespace": "http://www.w3.org/2000/svg", "next": null, "parent": [Circular], "prev": null, - "type": "tag", + "type": "style", "x-attribsNamespace": Object {}, "x-attribsPrefix": Object {}, }, ], - "name": "button", - "namespace": "http://www.w3.org/1999/xhtml", + "name": "defs", + "namespace": "http://www.w3.org/2000/svg", "next": Object { "attribs": Object { - "class": "gio-btn gio-modal__btn-ok gio-btn-primary", - "type": "button", + "data-name": "\\\\u56FE\\\\u5C42 2", + "id": "close_svg__\\\\u56FE\\\\u5C42_2", }, "children": Array [ Object { - "attribs": Object {}, + "attribs": Object { + "data-name": "\\\\u56FE\\\\u5C42 1", + "id": "close_svg__\\\\u56FE\\\\u5C42_1-2", + }, "children": Array [ Object { - "data": "下一步", + "attribs": Object { + "d": "M6.62 5.92a.54.54 0 00.76 0l3.87-3.87a.49.49 0 01.7.7L8.08 6.62a.54.54 0 000 .76L12 11.25a.49.49 0 01-.7.7L7.38 8.08a.54.54 0 00-.76 0L2.75 12a.49.49 0 01-.7-.7l3.87-3.92a.54.54 0 000-.76L2.05 2.75a.49.49 0 01.7-.7z", + "fill": "currentColor", + "fill-rule": "evenodd", + "id": "close_svg__close", + }, + "children": Array [], + "name": "path", + "namespace": "http://www.w3.org/2000/svg", "next": null, "parent": [Circular], "prev": null, - "type": "text", + "type": "tag", + "x-attribsNamespace": Object { + "d": undefined, + "fill": undefined, + "fill-rule": undefined, + "id": undefined, + }, + "x-attribsPrefix": Object { + "d": undefined, + "fill": undefined, + "fill-rule": undefined, + "id": undefined, + }, }, ], - "name": "span", - "namespace": "http://www.w3.org/1999/xhtml", + "name": "g", + "namespace": "http://www.w3.org/2000/svg", "next": null, "parent": [Circular], "prev": null, "type": "tag", - "x-attribsNamespace": Object {}, - "x-attribsPrefix": Object {}, + "x-attribsNamespace": Object { + "data-name": undefined, + "id": undefined, + }, + "x-attribsPrefix": Object { + "data-name": undefined, + "id": undefined, + }, }, ], - "name": "button", - "namespace": "http://www.w3.org/1999/xhtml", + "name": "g", + "namespace": "http://www.w3.org/2000/svg", "next": null, "parent": [Circular], "prev": [Circular], "type": "tag", "x-attribsNamespace": Object { - "class": undefined, - "type": undefined, + "data-name": undefined, + "id": undefined, }, "x-attribsPrefix": Object { - "class": undefined, - "type": undefined, + "data-name": undefined, + "id": undefined, }, }, "parent": [Circular], "prev": null, "type": "tag", - "x-attribsNamespace": Object { - "class": undefined, - "type": undefined, - }, - "x-attribsPrefix": Object { - "class": undefined, - "type": undefined, - }, + "x-attribsNamespace": Object {}, + "x-attribsPrefix": Object {}, }, Object { "attribs": Object { - "class": "gio-btn gio-modal__btn-ok gio-btn-primary", - "type": "button", + "data-name": "\\\\u56FE\\\\u5C42 2", + "id": "close_svg__\\\\u56FE\\\\u5C42_2", }, "children": Array [ Object { - "attribs": Object {}, + "attribs": Object { + "data-name": "\\\\u56FE\\\\u5C42 1", + "id": "close_svg__\\\\u56FE\\\\u5C42_1-2", + }, "children": Array [ Object { - "data": "下一步", + "attribs": Object { + "d": "M6.62 5.92a.54.54 0 00.76 0l3.87-3.87a.49.49 0 01.7.7L8.08 6.62a.54.54 0 000 .76L12 11.25a.49.49 0 01-.7.7L7.38 8.08a.54.54 0 00-.76 0L2.75 12a.49.49 0 01-.7-.7l3.87-3.92a.54.54 0 000-.76L2.05 2.75a.49.49 0 01.7-.7z", + "fill": "currentColor", + "fill-rule": "evenodd", + "id": "close_svg__close", + }, + "children": Array [], + "name": "path", + "namespace": "http://www.w3.org/2000/svg", "next": null, "parent": [Circular], "prev": null, - "type": "text", + "type": "tag", + "x-attribsNamespace": Object { + "d": undefined, + "fill": undefined, + "fill-rule": undefined, + "id": undefined, + }, + "x-attribsPrefix": Object { + "d": undefined, + "fill": undefined, + "fill-rule": undefined, + "id": undefined, + }, }, ], - "name": "span", - "namespace": "http://www.w3.org/1999/xhtml", + "name": "g", + "namespace": "http://www.w3.org/2000/svg", "next": null, "parent": [Circular], "prev": null, "type": "tag", - "x-attribsNamespace": Object {}, - "x-attribsPrefix": Object {}, + "x-attribsNamespace": Object { + "data-name": undefined, + "id": undefined, + }, + "x-attribsPrefix": Object { + "data-name": undefined, + "id": undefined, + }, }, ], - "name": "button", - "namespace": "http://www.w3.org/1999/xhtml", + "name": "g", + "namespace": "http://www.w3.org/2000/svg", "next": null, "parent": [Circular], "prev": Object { - "attribs": Object { - "class": "gio-btn gio-modal__btn-close gio-btn-secondary", - "type": "button", - }, + "attribs": Object {}, "children": Array [ Object { "attribs": Object {}, - "children": Array [ - Object { - "data": "取 消", - "next": null, - "parent": [Circular], - "prev": null, - "type": "text", - }, - ], - "name": "span", - "namespace": "http://www.w3.org/1999/xhtml", + "children": Array [], + "name": "style", + "namespace": "http://www.w3.org/2000/svg", "next": null, "parent": [Circular], "prev": null, - "type": "tag", + "type": "style", "x-attribsNamespace": Object {}, "x-attribsPrefix": Object {}, }, ], - "name": "button", - "namespace": "http://www.w3.org/1999/xhtml", + "name": "defs", + "namespace": "http://www.w3.org/2000/svg", "next": [Circular], "parent": [Circular], "prev": null, "type": "tag", - "x-attribsNamespace": Object { - "class": undefined, - "type": undefined, - }, - "x-attribsPrefix": Object { - "class": undefined, - "type": undefined, - }, + "x-attribsNamespace": Object {}, + "x-attribsPrefix": Object {}, }, "type": "tag", "x-attribsNamespace": Object { - "class": undefined, - "type": undefined, + "data-name": undefined, + "id": undefined, }, "x-attribsPrefix": Object { - "class": undefined, - "type": undefined, + "data-name": undefined, + "id": undefined, }, }, ], - "name": "div", - "namespace": "http://www.w3.org/1999/xhtml", + "name": "svg", + "namespace": "http://www.w3.org/2000/svg", "next": null, "parent": [Circular], - "prev": [Circular], + "prev": null, "type": "tag", - "x-attribsNamespace": Object {}, - "x-attribsPrefix": Object {}, - }, - "parent": [Circular], - "prev": null, - "type": "tag", - "x-attribsNamespace": Object { - "class": undefined, + "x-attribsNamespace": Object { + "class": undefined, + "fill": undefined, + "height": undefined, + "viewBox": undefined, + "width": undefined, + }, + "x-attribsPrefix": Object { + "class": undefined, + "fill": undefined, + "height": undefined, + "viewBox": undefined, + "width": undefined, + }, }, - "x-attribsPrefix": Object { - "class": undefined, + ], + "name": "span", + "namespace": "http://www.w3.org/1999/xhtml", + "next": null, + "parent": [Circular], + "prev": null, + "type": "tag", + "x-attribsNamespace": Object { + "class": undefined, + }, + "x-attribsPrefix": Object { + "class": undefined, + }, + }, + ], + "name": "button", + "namespace": "http://www.w3.org/1999/xhtml", + "next": [Circular], + "parent": [Circular], + "prev": null, + "type": "tag", + "x-attribsNamespace": Object { + "aria-label": undefined, + "class": undefined, + "type": undefined, + }, + "x-attribsPrefix": Object { + "aria-label": undefined, + "class": undefined, + "type": undefined, + }, + }, + "type": "tag", + "x-attribsNamespace": Object { + "class": undefined, + }, + "x-attribsPrefix": Object { + "class": undefined, + }, + }, + Object { + "attribs": Object { + "class": "gio-modal-body", + }, + "children": Array [ + Object { + "data": "Step One", + "next": null, + "parent": [Circular], + "prev": null, + "type": "text", + }, + ], + "name": "div", + "namespace": "http://www.w3.org/1999/xhtml", + "next": null, + "parent": [Circular], + "prev": Object { + "attribs": Object { + "class": "gio-modal-header", + }, + "children": Array [ + Object { + "attribs": Object { + "class": "gio-modal-title", + "id": "rcDialogTitle0", + }, + "children": Array [ + Object { + "attribs": Object { + "class": "gio-modal__title", + }, + "children": Array [ + Object { + "data": "步骤 1", + "next": null, + "parent": [Circular], + "prev": null, + "type": "text", + }, + ], + "name": "div", + "namespace": "http://www.w3.org/1999/xhtml", + "next": null, + "parent": [Circular], + "prev": null, + "type": "tag", + "x-attribsNamespace": Object { + "class": undefined, + }, + "x-attribsPrefix": Object { + "class": undefined, + }, }, + ], + "name": "div", + "namespace": "http://www.w3.org/1999/xhtml", + "next": null, + "parent": [Circular], + "prev": null, + "type": "tag", + "x-attribsNamespace": Object { + "class": undefined, + "id": undefined, + }, + "x-attribsPrefix": Object { + "class": undefined, + "id": undefined, }, + }, + ], + "name": "div", + "namespace": "http://www.w3.org/1999/xhtml", + "next": [Circular], + "parent": [Circular], + "prev": Object { + "attribs": Object { + "aria-label": "Close", + "class": "gio-modal-close", + "type": "button", + }, + "children": Array [ Object { - "attribs": Object {}, + "attribs": Object { + "class": "gio-icon gio-modal__close", + }, "children": Array [ Object { "attribs": Object { - "class": "gio-btn gio-modal__btn-close gio-btn-secondary", - "type": "button", + "class": "gio-icon-svg", + "fill": "currentColor", + "height": "1rem", + "viewBox": "0 0 14 14", + "width": "1rem", }, "children": Array [ Object { "attribs": Object {}, "children": Array [ Object { - "data": "取 消", + "attribs": Object {}, + "children": Array [], + "name": "style", + "namespace": "http://www.w3.org/2000/svg", "next": null, "parent": [Circular], "prev": null, - "type": "text", + "type": "style", + "x-attribsNamespace": Object {}, + "x-attribsPrefix": Object {}, }, ], - "name": "span", - "namespace": "http://www.w3.org/1999/xhtml", - "next": null, - "parent": [Circular], - "prev": null, - "type": "tag", - "x-attribsNamespace": Object {}, - "x-attribsPrefix": Object {}, - }, - ], - "name": "button", - "namespace": "http://www.w3.org/1999/xhtml", - "next": Object { - "attribs": Object { - "class": "gio-btn gio-modal__btn-ok gio-btn-primary", - "type": "button", - }, - "children": Array [ - Object { - "attribs": Object {}, + "name": "defs", + "namespace": "http://www.w3.org/2000/svg", + "next": Object { + "attribs": Object { + "data-name": "\\\\u56FE\\\\u5C42 2", + "id": "close_svg__\\\\u56FE\\\\u5C42_2", + }, "children": Array [ Object { - "data": "下一步", + "attribs": Object { + "data-name": "\\\\u56FE\\\\u5C42 1", + "id": "close_svg__\\\\u56FE\\\\u5C42_1-2", + }, + "children": Array [ + Object { + "attribs": Object { + "d": "M6.62 5.92a.54.54 0 00.76 0l3.87-3.87a.49.49 0 01.7.7L8.08 6.62a.54.54 0 000 .76L12 11.25a.49.49 0 01-.7.7L7.38 8.08a.54.54 0 00-.76 0L2.75 12a.49.49 0 01-.7-.7l3.87-3.92a.54.54 0 000-.76L2.05 2.75a.49.49 0 01.7-.7z", + "fill": "currentColor", + "fill-rule": "evenodd", + "id": "close_svg__close", + }, + "children": Array [], + "name": "path", + "namespace": "http://www.w3.org/2000/svg", + "next": null, + "parent": [Circular], + "prev": null, + "type": "tag", + "x-attribsNamespace": Object { + "d": undefined, + "fill": undefined, + "fill-rule": undefined, + "id": undefined, + }, + "x-attribsPrefix": Object { + "d": undefined, + "fill": undefined, + "fill-rule": undefined, + "id": undefined, + }, + }, + ], + "name": "g", + "namespace": "http://www.w3.org/2000/svg", "next": null, "parent": [Circular], "prev": null, - "type": "text", + "type": "tag", + "x-attribsNamespace": Object { + "data-name": undefined, + "id": undefined, + }, + "x-attribsPrefix": Object { + "data-name": undefined, + "id": undefined, + }, }, ], - "name": "span", - "namespace": "http://www.w3.org/1999/xhtml", + "name": "g", + "namespace": "http://www.w3.org/2000/svg", "next": null, "parent": [Circular], - "prev": null, + "prev": [Circular], "type": "tag", - "x-attribsNamespace": Object {}, - "x-attribsPrefix": Object {}, + "x-attribsNamespace": Object { + "data-name": undefined, + "id": undefined, + }, + "x-attribsPrefix": Object { + "data-name": undefined, + "id": undefined, + }, }, - ], - "name": "button", - "namespace": "http://www.w3.org/1999/xhtml", - "next": null, - "parent": [Circular], - "prev": [Circular], - "type": "tag", - "x-attribsNamespace": Object { - "class": undefined, - "type": undefined, - }, - "x-attribsPrefix": Object { - "class": undefined, - "type": undefined, + "parent": [Circular], + "prev": null, + "type": "tag", + "x-attribsNamespace": Object {}, + "x-attribsPrefix": Object {}, }, - }, - "parent": [Circular], - "prev": null, - "type": "tag", - "x-attribsNamespace": Object { - "class": undefined, - "type": undefined, - }, - "x-attribsPrefix": Object { - "class": undefined, - "type": undefined, - }, - }, - Object { - "attribs": Object { - "class": "gio-btn gio-modal__btn-ok gio-btn-primary", - "type": "button", - }, - "children": Array [ Object { - "attribs": Object {}, + "attribs": Object { + "data-name": "\\\\u56FE\\\\u5C42 2", + "id": "close_svg__\\\\u56FE\\\\u5C42_2", + }, "children": Array [ Object { - "data": "下一步", + "attribs": Object { + "data-name": "\\\\u56FE\\\\u5C42 1", + "id": "close_svg__\\\\u56FE\\\\u5C42_1-2", + }, + "children": Array [ + Object { + "attribs": Object { + "d": "M6.62 5.92a.54.54 0 00.76 0l3.87-3.87a.49.49 0 01.7.7L8.08 6.62a.54.54 0 000 .76L12 11.25a.49.49 0 01-.7.7L7.38 8.08a.54.54 0 00-.76 0L2.75 12a.49.49 0 01-.7-.7l3.87-3.92a.54.54 0 000-.76L2.05 2.75a.49.49 0 01.7-.7z", + "fill": "currentColor", + "fill-rule": "evenodd", + "id": "close_svg__close", + }, + "children": Array [], + "name": "path", + "namespace": "http://www.w3.org/2000/svg", + "next": null, + "parent": [Circular], + "prev": null, + "type": "tag", + "x-attribsNamespace": Object { + "d": undefined, + "fill": undefined, + "fill-rule": undefined, + "id": undefined, + }, + "x-attribsPrefix": Object { + "d": undefined, + "fill": undefined, + "fill-rule": undefined, + "id": undefined, + }, + }, + ], + "name": "g", + "namespace": "http://www.w3.org/2000/svg", "next": null, "parent": [Circular], "prev": null, - "type": "text", + "type": "tag", + "x-attribsNamespace": Object { + "data-name": undefined, + "id": undefined, + }, + "x-attribsPrefix": Object { + "data-name": undefined, + "id": undefined, + }, }, ], - "name": "span", - "namespace": "http://www.w3.org/1999/xhtml", + "name": "g", + "namespace": "http://www.w3.org/2000/svg", "next": null, "parent": [Circular], - "prev": null, - "type": "tag", - "x-attribsNamespace": Object {}, - "x-attribsPrefix": Object {}, - }, - ], - "name": "button", - "namespace": "http://www.w3.org/1999/xhtml", - "next": null, - "parent": [Circular], - "prev": Object { - "attribs": Object { - "class": "gio-btn gio-modal__btn-close gio-btn-secondary", - "type": "button", - }, - "children": Array [ - Object { + "prev": Object { "attribs": Object {}, "children": Array [ Object { - "data": "取 消", + "attribs": Object {}, + "children": Array [], + "name": "style", + "namespace": "http://www.w3.org/2000/svg", "next": null, "parent": [Circular], "prev": null, - "type": "text", + "type": "style", + "x-attribsNamespace": Object {}, + "x-attribsPrefix": Object {}, }, ], - "name": "span", - "namespace": "http://www.w3.org/1999/xhtml", - "next": null, + "name": "defs", + "namespace": "http://www.w3.org/2000/svg", + "next": [Circular], "parent": [Circular], "prev": null, "type": "tag", "x-attribsNamespace": Object {}, "x-attribsPrefix": Object {}, }, - ], - "name": "button", - "namespace": "http://www.w3.org/1999/xhtml", - "next": [Circular], - "parent": [Circular], - "prev": null, - "type": "tag", - "x-attribsNamespace": Object { - "class": undefined, - "type": undefined, - }, - "x-attribsPrefix": Object { - "class": undefined, - "type": undefined, - }, - }, - "type": "tag", - "x-attribsNamespace": Object { - "class": undefined, - "type": undefined, - }, - "x-attribsPrefix": Object { - "class": undefined, - "type": undefined, - }, - }, - ], - "name": "div", - "namespace": "http://www.w3.org/1999/xhtml", - "next": null, - "parent": [Circular], - "prev": Object { - "attribs": Object { - "class": "gio-modal__footer-additional", - }, - "children": Array [], - "name": "div", - "namespace": "http://www.w3.org/1999/xhtml", - "next": [Circular], - "parent": [Circular], - "prev": null, - "type": "tag", - "x-attribsNamespace": Object { - "class": undefined, - }, - "x-attribsPrefix": Object { - "class": undefined, - }, - }, - "type": "tag", - "x-attribsNamespace": Object {}, - "x-attribsPrefix": Object {}, - }, - ], - "name": "div", - "namespace": "http://www.w3.org/1999/xhtml", - "next": null, - "parent": [Circular], - "prev": null, - "type": "tag", - "x-attribsNamespace": Object { - "class": undefined, - }, - "x-attribsPrefix": Object { - "class": undefined, - }, - }, - ], - "name": "div", - "namespace": "http://www.w3.org/1999/xhtml", - "next": null, - "parent": [Circular], - "prev": Object { - "attribs": Object { - "class": "gio-modal-body", - }, - "children": Array [ - Object { - "data": "Step One", - "next": null, - "parent": [Circular], - "prev": null, - "type": "text", - }, - ], - "name": "div", - "namespace": "http://www.w3.org/1999/xhtml", - "next": [Circular], - "parent": [Circular], - "prev": Object { - "attribs": Object { - "class": "gio-modal-header", - }, - "children": Array [ - Object { - "attribs": Object { - "class": "gio-modal-title", - "id": "rcDialogTitle0", - }, - "children": Array [ - Object { - "attribs": Object { - "class": "gio-modal__title", - }, - "children": Array [ - Object { - "data": "步骤 1", - "next": null, - "parent": [Circular], - "prev": null, - "type": "text", + "type": "tag", + "x-attribsNamespace": Object { + "data-name": undefined, + "id": undefined, + }, + "x-attribsPrefix": Object { + "data-name": undefined, + "id": undefined, + }, }, ], - "name": "div", - "namespace": "http://www.w3.org/1999/xhtml", + "name": "svg", + "namespace": "http://www.w3.org/2000/svg", "next": null, "parent": [Circular], "prev": null, "type": "tag", "x-attribsNamespace": Object { "class": undefined, + "fill": undefined, + "height": undefined, + "viewBox": undefined, + "width": undefined, }, "x-attribsPrefix": Object { "class": undefined, + "fill": undefined, + "height": undefined, + "viewBox": undefined, + "width": undefined, }, }, ], - "name": "div", + "name": "span", "namespace": "http://www.w3.org/1999/xhtml", "next": null, "parent": [Circular], @@ -6077,29112 +6798,548 @@ initialize { "type": "tag", "x-attribsNamespace": Object { "class": undefined, - "id": undefined, }, "x-attribsPrefix": Object { "class": undefined, - "id": undefined, }, }, ], - "name": "div", + "name": "button", "namespace": "http://www.w3.org/1999/xhtml", "next": [Circular], "parent": [Circular], - "prev": Object { - "attribs": Object { - "aria-label": "Close", - "class": "gio-modal-close", - "type": "button", - }, - "children": Array [ - Object { - "attribs": Object { - "class": "gio-icon gio-modal__close", - }, - "children": Array [ - Object { - "attribs": Object { - "class": "gio-icon-svg", - "fill": "currentColor", - "height": "1rem", - "viewBox": "0 0 14 14", - "width": "1rem", - }, - "children": Array [ - Object { - "attribs": Object {}, - "children": Array [ - Object { - "attribs": Object {}, - "children": Array [], - "name": "style", - "namespace": "http://www.w3.org/2000/svg", - "next": null, - "parent": [Circular], - "prev": null, - "type": "style", - "x-attribsNamespace": Object {}, - "x-attribsPrefix": Object {}, - }, - ], - "name": "defs", - "namespace": "http://www.w3.org/2000/svg", - "next": Object { - "attribs": Object { - "data-name": "\\\\u56FE\\\\u5C42 2", - "id": "close_svg__\\\\u56FE\\\\u5C42_2", - }, - "children": Array [ - Object { - "attribs": Object { - "data-name": "\\\\u56FE\\\\u5C42 1", - "id": "close_svg__\\\\u56FE\\\\u5C42_1-2", - }, - "children": Array [ - Object { - "attribs": Object { - "d": "M6.62 5.92a.54.54 0 00.76 0l3.87-3.87a.49.49 0 01.7.7L8.08 6.62a.54.54 0 000 .76L12 11.25a.49.49 0 01-.7.7L7.38 8.08a.54.54 0 00-.76 0L2.75 12a.49.49 0 01-.7-.7l3.87-3.92a.54.54 0 000-.76L2.05 2.75a.49.49 0 01.7-.7z", - "fill": "currentColor", - "fill-rule": "evenodd", - "id": "close_svg__close", - }, - "children": Array [], - "name": "path", - "namespace": "http://www.w3.org/2000/svg", - "next": null, - "parent": [Circular], - "prev": null, - "type": "tag", - "x-attribsNamespace": Object { - "d": undefined, - "fill": undefined, - "fill-rule": undefined, - "id": undefined, - }, - "x-attribsPrefix": Object { - "d": undefined, - "fill": undefined, - "fill-rule": undefined, - "id": undefined, - }, - }, - ], - "name": "g", - "namespace": "http://www.w3.org/2000/svg", - "next": null, - "parent": [Circular], - "prev": null, - "type": "tag", - "x-attribsNamespace": Object { - "data-name": undefined, - "id": undefined, - }, - "x-attribsPrefix": Object { - "data-name": undefined, - "id": undefined, - }, - }, - ], - "name": "g", - "namespace": "http://www.w3.org/2000/svg", - "next": null, - "parent": [Circular], - "prev": [Circular], - "type": "tag", - "x-attribsNamespace": Object { - "data-name": undefined, - "id": undefined, - }, - "x-attribsPrefix": Object { - "data-name": undefined, - "id": undefined, - }, - }, - "parent": [Circular], - "prev": null, - "type": "tag", - "x-attribsNamespace": Object {}, - "x-attribsPrefix": Object {}, - }, - Object { - "attribs": Object { - "data-name": "\\\\u56FE\\\\u5C42 2", - "id": "close_svg__\\\\u56FE\\\\u5C42_2", - }, - "children": Array [ - Object { - "attribs": Object { - "data-name": "\\\\u56FE\\\\u5C42 1", - "id": "close_svg__\\\\u56FE\\\\u5C42_1-2", - }, - "children": Array [ - Object { - "attribs": Object { - "d": "M6.62 5.92a.54.54 0 00.76 0l3.87-3.87a.49.49 0 01.7.7L8.08 6.62a.54.54 0 000 .76L12 11.25a.49.49 0 01-.7.7L7.38 8.08a.54.54 0 00-.76 0L2.75 12a.49.49 0 01-.7-.7l3.87-3.92a.54.54 0 000-.76L2.05 2.75a.49.49 0 01.7-.7z", - "fill": "currentColor", - "fill-rule": "evenodd", - "id": "close_svg__close", - }, - "children": Array [], - "name": "path", - "namespace": "http://www.w3.org/2000/svg", - "next": null, - "parent": [Circular], - "prev": null, - "type": "tag", - "x-attribsNamespace": Object { - "d": undefined, - "fill": undefined, - "fill-rule": undefined, - "id": undefined, - }, - "x-attribsPrefix": Object { - "d": undefined, - "fill": undefined, - "fill-rule": undefined, - "id": undefined, - }, - }, - ], - "name": "g", - "namespace": "http://www.w3.org/2000/svg", - "next": null, - "parent": [Circular], - "prev": null, - "type": "tag", - "x-attribsNamespace": Object { - "data-name": undefined, - "id": undefined, - }, - "x-attribsPrefix": Object { - "data-name": undefined, - "id": undefined, - }, - }, - ], - "name": "g", - "namespace": "http://www.w3.org/2000/svg", - "next": null, - "parent": [Circular], - "prev": Object { - "attribs": Object {}, - "children": Array [ - Object { - "attribs": Object {}, - "children": Array [], - "name": "style", - "namespace": "http://www.w3.org/2000/svg", - "next": null, - "parent": [Circular], - "prev": null, - "type": "style", - "x-attribsNamespace": Object {}, - "x-attribsPrefix": Object {}, - }, - ], - "name": "defs", - "namespace": "http://www.w3.org/2000/svg", - "next": [Circular], - "parent": [Circular], - "prev": null, - "type": "tag", - "x-attribsNamespace": Object {}, - "x-attribsPrefix": Object {}, - }, - "type": "tag", - "x-attribsNamespace": Object { - "data-name": undefined, - "id": undefined, - }, - "x-attribsPrefix": Object { - "data-name": undefined, - "id": undefined, - }, - }, - ], - "name": "svg", - "namespace": "http://www.w3.org/2000/svg", - "next": null, - "parent": [Circular], - "prev": null, - "type": "tag", - "x-attribsNamespace": Object { - "class": undefined, - "fill": undefined, - "height": undefined, - "viewBox": undefined, - "width": undefined, - }, - "x-attribsPrefix": Object { - "class": undefined, - "fill": undefined, - "height": undefined, - "viewBox": undefined, - "width": undefined, - }, - }, - ], - "name": "span", - "namespace": "http://www.w3.org/1999/xhtml", - "next": null, - "parent": [Circular], - "prev": null, - "type": "tag", - "x-attribsNamespace": Object { - "class": undefined, - }, - "x-attribsPrefix": Object { - "class": undefined, - }, - }, - ], - "name": "button", - "namespace": "http://www.w3.org/1999/xhtml", - "next": [Circular], - "parent": [Circular], - "prev": null, - "type": "tag", - "x-attribsNamespace": Object { - "aria-label": undefined, - "class": undefined, - "type": undefined, - }, - "x-attribsPrefix": Object { - "aria-label": undefined, - "class": undefined, - "type": undefined, - }, - }, - "type": "tag", - "x-attribsNamespace": Object { - "class": undefined, - }, - "x-attribsPrefix": Object { - "class": undefined, - }, - }, - "type": "tag", - "x-attribsNamespace": Object { - "class": undefined, - }, - "x-attribsPrefix": Object { - "class": undefined, - }, - }, - "type": "tag", - "x-attribsNamespace": Object { - "class": undefined, - }, - "x-attribsPrefix": Object { - "class": undefined, - }, - }, - ], - "name": "div", - "namespace": "http://www.w3.org/1999/xhtml", - "next": Object { - "attribs": Object { - "aria-hidden": "true", - "style": "width: 0px; height: 0px; overflow: hidden; outline: none;", - "tabindex": "0", - }, - "children": Array [], - "name": "div", - "namespace": "http://www.w3.org/1999/xhtml", - "next": null, - "parent": [Circular], - "prev": [Circular], - "type": "tag", - "x-attribsNamespace": Object { - "aria-hidden": undefined, - "style": undefined, - "tabindex": undefined, - }, - "x-attribsPrefix": Object { - "aria-hidden": undefined, - "style": undefined, - "tabindex": undefined, - }, - }, - "parent": [Circular], - "prev": Object { - "attribs": Object { - "aria-hidden": "true", - "style": "width: 0px; height: 0px; overflow: hidden; outline: none;", - "tabindex": "0", - }, - "children": Array [], - "name": "div", - "namespace": "http://www.w3.org/1999/xhtml", - "next": [Circular], - "parent": [Circular], - "prev": null, - "type": "tag", - "x-attribsNamespace": Object { - "aria-hidden": undefined, - "style": undefined, - "tabindex": undefined, - }, - "x-attribsPrefix": Object { - "aria-hidden": undefined, - "style": undefined, - "tabindex": undefined, - }, - }, - "type": "tag", - "x-attribsNamespace": Object { - "class": undefined, - }, - "x-attribsPrefix": Object { - "class": undefined, - }, - }, - Object { - "attribs": Object { - "aria-hidden": "true", - "style": "width: 0px; height: 0px; overflow: hidden; outline: none;", - "tabindex": "0", - }, - "children": Array [], - "name": "div", - "namespace": "http://www.w3.org/1999/xhtml", - "next": null, - "parent": [Circular], - "prev": Object { - "attribs": Object { - "class": "gio-modal-content", - }, - "children": Array [ - Object { - "attribs": Object { - "aria-label": "Close", - "class": "gio-modal-close", - "type": "button", - }, - "children": Array [ - Object { - "attribs": Object { - "class": "gio-icon gio-modal__close", - }, - "children": Array [ - Object { - "attribs": Object { - "class": "gio-icon-svg", - "fill": "currentColor", - "height": "1rem", - "viewBox": "0 0 14 14", - "width": "1rem", - }, - "children": Array [ - Object { - "attribs": Object {}, - "children": Array [ - Object { - "attribs": Object {}, - "children": Array [], - "name": "style", - "namespace": "http://www.w3.org/2000/svg", - "next": null, - "parent": [Circular], - "prev": null, - "type": "style", - "x-attribsNamespace": Object {}, - "x-attribsPrefix": Object {}, - }, - ], - "name": "defs", - "namespace": "http://www.w3.org/2000/svg", - "next": Object { - "attribs": Object { - "data-name": "\\\\u56FE\\\\u5C42 2", - "id": "close_svg__\\\\u56FE\\\\u5C42_2", - }, - "children": Array [ - Object { - "attribs": Object { - "data-name": "\\\\u56FE\\\\u5C42 1", - "id": "close_svg__\\\\u56FE\\\\u5C42_1-2", - }, - "children": Array [ - Object { - "attribs": Object { - "d": "M6.62 5.92a.54.54 0 00.76 0l3.87-3.87a.49.49 0 01.7.7L8.08 6.62a.54.54 0 000 .76L12 11.25a.49.49 0 01-.7.7L7.38 8.08a.54.54 0 00-.76 0L2.75 12a.49.49 0 01-.7-.7l3.87-3.92a.54.54 0 000-.76L2.05 2.75a.49.49 0 01.7-.7z", - "fill": "currentColor", - "fill-rule": "evenodd", - "id": "close_svg__close", - }, - "children": Array [], - "name": "path", - "namespace": "http://www.w3.org/2000/svg", - "next": null, - "parent": [Circular], - "prev": null, - "type": "tag", - "x-attribsNamespace": Object { - "d": undefined, - "fill": undefined, - "fill-rule": undefined, - "id": undefined, - }, - "x-attribsPrefix": Object { - "d": undefined, - "fill": undefined, - "fill-rule": undefined, - "id": undefined, - }, - }, - ], - "name": "g", - "namespace": "http://www.w3.org/2000/svg", - "next": null, - "parent": [Circular], - "prev": null, - "type": "tag", - "x-attribsNamespace": Object { - "data-name": undefined, - "id": undefined, - }, - "x-attribsPrefix": Object { - "data-name": undefined, - "id": undefined, - }, - }, - ], - "name": "g", - "namespace": "http://www.w3.org/2000/svg", - "next": null, - "parent": [Circular], - "prev": [Circular], - "type": "tag", - "x-attribsNamespace": Object { - "data-name": undefined, - "id": undefined, - }, - "x-attribsPrefix": Object { - "data-name": undefined, - "id": undefined, - }, - }, - "parent": [Circular], - "prev": null, - "type": "tag", - "x-attribsNamespace": Object {}, - "x-attribsPrefix": Object {}, - }, - Object { - "attribs": Object { - "data-name": "\\\\u56FE\\\\u5C42 2", - "id": "close_svg__\\\\u56FE\\\\u5C42_2", - }, - "children": Array [ - Object { - "attribs": Object { - "data-name": "\\\\u56FE\\\\u5C42 1", - "id": "close_svg__\\\\u56FE\\\\u5C42_1-2", - }, - "children": Array [ - Object { - "attribs": Object { - "d": "M6.62 5.92a.54.54 0 00.76 0l3.87-3.87a.49.49 0 01.7.7L8.08 6.62a.54.54 0 000 .76L12 11.25a.49.49 0 01-.7.7L7.38 8.08a.54.54 0 00-.76 0L2.75 12a.49.49 0 01-.7-.7l3.87-3.92a.54.54 0 000-.76L2.05 2.75a.49.49 0 01.7-.7z", - "fill": "currentColor", - "fill-rule": "evenodd", - "id": "close_svg__close", - }, - "children": Array [], - "name": "path", - "namespace": "http://www.w3.org/2000/svg", - "next": null, - "parent": [Circular], - "prev": null, - "type": "tag", - "x-attribsNamespace": Object { - "d": undefined, - "fill": undefined, - "fill-rule": undefined, - "id": undefined, - }, - "x-attribsPrefix": Object { - "d": undefined, - "fill": undefined, - "fill-rule": undefined, - "id": undefined, - }, - }, - ], - "name": "g", - "namespace": "http://www.w3.org/2000/svg", - "next": null, - "parent": [Circular], - "prev": null, - "type": "tag", - "x-attribsNamespace": Object { - "data-name": undefined, - "id": undefined, - }, - "x-attribsPrefix": Object { - "data-name": undefined, - "id": undefined, - }, - }, - ], - "name": "g", - "namespace": "http://www.w3.org/2000/svg", - "next": null, - "parent": [Circular], - "prev": Object { - "attribs": Object {}, - "children": Array [ - Object { - "attribs": Object {}, - "children": Array [], - "name": "style", - "namespace": "http://www.w3.org/2000/svg", - "next": null, - "parent": [Circular], - "prev": null, - "type": "style", - "x-attribsNamespace": Object {}, - "x-attribsPrefix": Object {}, - }, - ], - "name": "defs", - "namespace": "http://www.w3.org/2000/svg", - "next": [Circular], - "parent": [Circular], - "prev": null, - "type": "tag", - "x-attribsNamespace": Object {}, - "x-attribsPrefix": Object {}, - }, - "type": "tag", - "x-attribsNamespace": Object { - "data-name": undefined, - "id": undefined, - }, - "x-attribsPrefix": Object { - "data-name": undefined, - "id": undefined, - }, - }, - ], - "name": "svg", - "namespace": "http://www.w3.org/2000/svg", - "next": null, - "parent": [Circular], - "prev": null, - "type": "tag", - "x-attribsNamespace": Object { - "class": undefined, - "fill": undefined, - "height": undefined, - "viewBox": undefined, - "width": undefined, - }, - "x-attribsPrefix": Object { - "class": undefined, - "fill": undefined, - "height": undefined, - "viewBox": undefined, - "width": undefined, - }, - }, - ], - "name": "span", - "namespace": "http://www.w3.org/1999/xhtml", - "next": null, - "parent": [Circular], - "prev": null, - "type": "tag", - "x-attribsNamespace": Object { - "class": undefined, - }, - "x-attribsPrefix": Object { - "class": undefined, - }, - }, - ], - "name": "button", - "namespace": "http://www.w3.org/1999/xhtml", - "next": Object { - "attribs": Object { - "class": "gio-modal-header", - }, - "children": Array [ - Object { - "attribs": Object { - "class": "gio-modal-title", - "id": "rcDialogTitle0", - }, - "children": Array [ - Object { - "attribs": Object { - "class": "gio-modal__title", - }, - "children": Array [ - Object { - "data": "步骤 1", - "next": null, - "parent": [Circular], - "prev": null, - "type": "text", - }, - ], - "name": "div", - "namespace": "http://www.w3.org/1999/xhtml", - "next": null, - "parent": [Circular], - "prev": null, - "type": "tag", - "x-attribsNamespace": Object { - "class": undefined, - }, - "x-attribsPrefix": Object { - "class": undefined, - }, - }, - ], - "name": "div", - "namespace": "http://www.w3.org/1999/xhtml", - "next": null, - "parent": [Circular], - "prev": null, - "type": "tag", - "x-attribsNamespace": Object { - "class": undefined, - "id": undefined, - }, - "x-attribsPrefix": Object { - "class": undefined, - "id": undefined, - }, - }, - ], - "name": "div", - "namespace": "http://www.w3.org/1999/xhtml", - "next": Object { - "attribs": Object { - "class": "gio-modal-body", - }, - "children": Array [ - Object { - "data": "Step One", - "next": null, - "parent": [Circular], - "prev": null, - "type": "text", - }, - ], - "name": "div", - "namespace": "http://www.w3.org/1999/xhtml", - "next": Object { - "attribs": Object { - "class": "gio-modal-footer", - }, - "children": Array [ - Object { - "attribs": Object { - "class": "gio-modal__footer", - }, - "children": Array [ - Object { - "attribs": Object { - "class": "gio-modal__footer-additional", - }, - "children": Array [], - "name": "div", - "namespace": "http://www.w3.org/1999/xhtml", - "next": Object { - "attribs": Object {}, - "children": Array [ - Object { - "attribs": Object { - "class": "gio-btn gio-modal__btn-close gio-btn-secondary", - "type": "button", - }, - "children": Array [ - Object { - "attribs": Object {}, - "children": Array [ - Object { - "data": "取 消", - "next": null, - "parent": [Circular], - "prev": null, - "type": "text", - }, - ], - "name": "span", - "namespace": "http://www.w3.org/1999/xhtml", - "next": null, - "parent": [Circular], - "prev": null, - "type": "tag", - "x-attribsNamespace": Object {}, - "x-attribsPrefix": Object {}, - }, - ], - "name": "button", - "namespace": "http://www.w3.org/1999/xhtml", - "next": Object { - "attribs": Object { - "class": "gio-btn gio-modal__btn-ok gio-btn-primary", - "type": "button", - }, - "children": Array [ - Object { - "attribs": Object {}, - "children": Array [ - Object { - "data": "下一步", - "next": null, - "parent": [Circular], - "prev": null, - "type": "text", - }, - ], - "name": "span", - "namespace": "http://www.w3.org/1999/xhtml", - "next": null, - "parent": [Circular], - "prev": null, - "type": "tag", - "x-attribsNamespace": Object {}, - "x-attribsPrefix": Object {}, - }, - ], - "name": "button", - "namespace": "http://www.w3.org/1999/xhtml", - "next": null, - "parent": [Circular], - "prev": [Circular], - "type": "tag", - "x-attribsNamespace": Object { - "class": undefined, - "type": undefined, - }, - "x-attribsPrefix": Object { - "class": undefined, - "type": undefined, - }, - }, - "parent": [Circular], - "prev": null, - "type": "tag", - "x-attribsNamespace": Object { - "class": undefined, - "type": undefined, - }, - "x-attribsPrefix": Object { - "class": undefined, - "type": undefined, - }, - }, - Object { - "attribs": Object { - "class": "gio-btn gio-modal__btn-ok gio-btn-primary", - "type": "button", - }, - "children": Array [ - Object { - "attribs": Object {}, - "children": Array [ - Object { - "data": "下一步", - "next": null, - "parent": [Circular], - "prev": null, - "type": "text", - }, - ], - "name": "span", - "namespace": "http://www.w3.org/1999/xhtml", - "next": null, - "parent": [Circular], - "prev": null, - "type": "tag", - "x-attribsNamespace": Object {}, - "x-attribsPrefix": Object {}, - }, - ], - "name": "button", - "namespace": "http://www.w3.org/1999/xhtml", - "next": null, - "parent": [Circular], - "prev": Object { - "attribs": Object { - "class": "gio-btn gio-modal__btn-close gio-btn-secondary", - "type": "button", - }, - "children": Array [ - Object { - "attribs": Object {}, - "children": Array [ - Object { - "data": "取 消", - "next": null, - "parent": [Circular], - "prev": null, - "type": "text", - }, - ], - "name": "span", - "namespace": "http://www.w3.org/1999/xhtml", - "next": null, - "parent": [Circular], - "prev": null, - "type": "tag", - "x-attribsNamespace": Object {}, - "x-attribsPrefix": Object {}, - }, - ], - "name": "button", - "namespace": "http://www.w3.org/1999/xhtml", - "next": [Circular], - "parent": [Circular], - "prev": null, - "type": "tag", - "x-attribsNamespace": Object { - "class": undefined, - "type": undefined, - }, - "x-attribsPrefix": Object { - "class": undefined, - "type": undefined, - }, - }, - "type": "tag", - "x-attribsNamespace": Object { - "class": undefined, - "type": undefined, - }, - "x-attribsPrefix": Object { - "class": undefined, - "type": undefined, - }, - }, - ], - "name": "div", - "namespace": "http://www.w3.org/1999/xhtml", - "next": null, - "parent": [Circular], - "prev": [Circular], - "type": "tag", - "x-attribsNamespace": Object {}, - "x-attribsPrefix": Object {}, - }, - "parent": [Circular], - "prev": null, - "type": "tag", - "x-attribsNamespace": Object { - "class": undefined, - }, - "x-attribsPrefix": Object { - "class": undefined, - }, - }, - Object { - "attribs": Object {}, - "children": Array [ - Object { - "attribs": Object { - "class": "gio-btn gio-modal__btn-close gio-btn-secondary", - "type": "button", - }, - "children": Array [ - Object { - "attribs": Object {}, - "children": Array [ - Object { - "data": "取 消", - "next": null, - "parent": [Circular], - "prev": null, - "type": "text", - }, - ], - "name": "span", - "namespace": "http://www.w3.org/1999/xhtml", - "next": null, - "parent": [Circular], - "prev": null, - "type": "tag", - "x-attribsNamespace": Object {}, - "x-attribsPrefix": Object {}, - }, - ], - "name": "button", - "namespace": "http://www.w3.org/1999/xhtml", - "next": Object { - "attribs": Object { - "class": "gio-btn gio-modal__btn-ok gio-btn-primary", - "type": "button", - }, - "children": Array [ - Object { - "attribs": Object {}, - "children": Array [ - Object { - "data": "下一步", - "next": null, - "parent": [Circular], - "prev": null, - "type": "text", - }, - ], - "name": "span", - "namespace": "http://www.w3.org/1999/xhtml", - "next": null, - "parent": [Circular], - "prev": null, - "type": "tag", - "x-attribsNamespace": Object {}, - "x-attribsPrefix": Object {}, - }, - ], - "name": "button", - "namespace": "http://www.w3.org/1999/xhtml", - "next": null, - "parent": [Circular], - "prev": [Circular], - "type": "tag", - "x-attribsNamespace": Object { - "class": undefined, - "type": undefined, - }, - "x-attribsPrefix": Object { - "class": undefined, - "type": undefined, - }, - }, - "parent": [Circular], - "prev": null, - "type": "tag", - "x-attribsNamespace": Object { - "class": undefined, - "type": undefined, - }, - "x-attribsPrefix": Object { - "class": undefined, - "type": undefined, - }, - }, - Object { - "attribs": Object { - "class": "gio-btn gio-modal__btn-ok gio-btn-primary", - "type": "button", - }, - "children": Array [ - Object { - "attribs": Object {}, - "children": Array [ - Object { - "data": "下一步", - "next": null, - "parent": [Circular], - "prev": null, - "type": "text", - }, - ], - "name": "span", - "namespace": "http://www.w3.org/1999/xhtml", - "next": null, - "parent": [Circular], - "prev": null, - "type": "tag", - "x-attribsNamespace": Object {}, - "x-attribsPrefix": Object {}, - }, - ], - "name": "button", - "namespace": "http://www.w3.org/1999/xhtml", - "next": null, - "parent": [Circular], - "prev": Object { - "attribs": Object { - "class": "gio-btn gio-modal__btn-close gio-btn-secondary", - "type": "button", - }, - "children": Array [ - Object { - "attribs": Object {}, - "children": Array [ - Object { - "data": "取 消", - "next": null, - "parent": [Circular], - "prev": null, - "type": "text", - }, - ], - "name": "span", - "namespace": "http://www.w3.org/1999/xhtml", - "next": null, - "parent": [Circular], - "prev": null, - "type": "tag", - "x-attribsNamespace": Object {}, - "x-attribsPrefix": Object {}, - }, - ], - "name": "button", - "namespace": "http://www.w3.org/1999/xhtml", - "next": [Circular], - "parent": [Circular], - "prev": null, - "type": "tag", - "x-attribsNamespace": Object { - "class": undefined, - "type": undefined, - }, - "x-attribsPrefix": Object { - "class": undefined, - "type": undefined, - }, - }, - "type": "tag", - "x-attribsNamespace": Object { - "class": undefined, - "type": undefined, - }, - "x-attribsPrefix": Object { - "class": undefined, - "type": undefined, - }, - }, - ], - "name": "div", - "namespace": "http://www.w3.org/1999/xhtml", - "next": null, - "parent": [Circular], - "prev": Object { - "attribs": Object { - "class": "gio-modal__footer-additional", - }, - "children": Array [], - "name": "div", - "namespace": "http://www.w3.org/1999/xhtml", - "next": [Circular], - "parent": [Circular], - "prev": null, - "type": "tag", - "x-attribsNamespace": Object { - "class": undefined, - }, - "x-attribsPrefix": Object { - "class": undefined, - }, - }, - "type": "tag", - "x-attribsNamespace": Object {}, - "x-attribsPrefix": Object {}, - }, - ], - "name": "div", - "namespace": "http://www.w3.org/1999/xhtml", - "next": null, - "parent": [Circular], - "prev": null, - "type": "tag", - "x-attribsNamespace": Object { - "class": undefined, - }, - "x-attribsPrefix": Object { - "class": undefined, - }, - }, - ], - "name": "div", - "namespace": "http://www.w3.org/1999/xhtml", - "next": null, - "parent": [Circular], - "prev": [Circular], - "type": "tag", - "x-attribsNamespace": Object { - "class": undefined, - }, - "x-attribsPrefix": Object { - "class": undefined, - }, - }, - "parent": [Circular], - "prev": [Circular], - "type": "tag", - "x-attribsNamespace": Object { - "class": undefined, - }, - "x-attribsPrefix": Object { - "class": undefined, - }, - }, - "parent": [Circular], - "prev": [Circular], - "type": "tag", - "x-attribsNamespace": Object { - "class": undefined, - }, - "x-attribsPrefix": Object { - "class": undefined, - }, - }, - "parent": [Circular], - "prev": null, - "type": "tag", - "x-attribsNamespace": Object { - "aria-label": undefined, - "class": undefined, - "type": undefined, - }, - "x-attribsPrefix": Object { - "aria-label": undefined, - "class": undefined, - "type": undefined, - }, - }, - Object { - "attribs": Object { - "class": "gio-modal-header", - }, - "children": Array [ - Object { - "attribs": Object { - "class": "gio-modal-title", - "id": "rcDialogTitle0", - }, - "children": Array [ - Object { - "attribs": Object { - "class": "gio-modal__title", - }, - "children": Array [ - Object { - "data": "步骤 1", - "next": null, - "parent": [Circular], - "prev": null, - "type": "text", - }, - ], - "name": "div", - "namespace": "http://www.w3.org/1999/xhtml", - "next": null, - "parent": [Circular], - "prev": null, - "type": "tag", - "x-attribsNamespace": Object { - "class": undefined, - }, - "x-attribsPrefix": Object { - "class": undefined, - }, - }, - ], - "name": "div", - "namespace": "http://www.w3.org/1999/xhtml", - "next": null, - "parent": [Circular], - "prev": null, - "type": "tag", - "x-attribsNamespace": Object { - "class": undefined, - "id": undefined, - }, - "x-attribsPrefix": Object { - "class": undefined, - "id": undefined, - }, - }, - ], - "name": "div", - "namespace": "http://www.w3.org/1999/xhtml", - "next": Object { - "attribs": Object { - "class": "gio-modal-body", - }, - "children": Array [ - Object { - "data": "Step One", - "next": null, - "parent": [Circular], - "prev": null, - "type": "text", - }, - ], - "name": "div", - "namespace": "http://www.w3.org/1999/xhtml", - "next": Object { - "attribs": Object { - "class": "gio-modal-footer", - }, - "children": Array [ - Object { - "attribs": Object { - "class": "gio-modal__footer", - }, - "children": Array [ - Object { - "attribs": Object { - "class": "gio-modal__footer-additional", - }, - "children": Array [], - "name": "div", - "namespace": "http://www.w3.org/1999/xhtml", - "next": Object { - "attribs": Object {}, - "children": Array [ - Object { - "attribs": Object { - "class": "gio-btn gio-modal__btn-close gio-btn-secondary", - "type": "button", - }, - "children": Array [ - Object { - "attribs": Object {}, - "children": Array [ - Object { - "data": "取 消", - "next": null, - "parent": [Circular], - "prev": null, - "type": "text", - }, - ], - "name": "span", - "namespace": "http://www.w3.org/1999/xhtml", - "next": null, - "parent": [Circular], - "prev": null, - "type": "tag", - "x-attribsNamespace": Object {}, - "x-attribsPrefix": Object {}, - }, - ], - "name": "button", - "namespace": "http://www.w3.org/1999/xhtml", - "next": Object { - "attribs": Object { - "class": "gio-btn gio-modal__btn-ok gio-btn-primary", - "type": "button", - }, - "children": Array [ - Object { - "attribs": Object {}, - "children": Array [ - Object { - "data": "下一步", - "next": null, - "parent": [Circular], - "prev": null, - "type": "text", - }, - ], - "name": "span", - "namespace": "http://www.w3.org/1999/xhtml", - "next": null, - "parent": [Circular], - "prev": null, - "type": "tag", - "x-attribsNamespace": Object {}, - "x-attribsPrefix": Object {}, - }, - ], - "name": "button", - "namespace": "http://www.w3.org/1999/xhtml", - "next": null, - "parent": [Circular], - "prev": [Circular], - "type": "tag", - "x-attribsNamespace": Object { - "class": undefined, - "type": undefined, - }, - "x-attribsPrefix": Object { - "class": undefined, - "type": undefined, - }, - }, - "parent": [Circular], - "prev": null, - "type": "tag", - "x-attribsNamespace": Object { - "class": undefined, - "type": undefined, - }, - "x-attribsPrefix": Object { - "class": undefined, - "type": undefined, - }, - }, - Object { - "attribs": Object { - "class": "gio-btn gio-modal__btn-ok gio-btn-primary", - "type": "button", - }, - "children": Array [ - Object { - "attribs": Object {}, - "children": Array [ - Object { - "data": "下一步", - "next": null, - "parent": [Circular], - "prev": null, - "type": "text", - }, - ], - "name": "span", - "namespace": "http://www.w3.org/1999/xhtml", - "next": null, - "parent": [Circular], - "prev": null, - "type": "tag", - "x-attribsNamespace": Object {}, - "x-attribsPrefix": Object {}, - }, - ], - "name": "button", - "namespace": "http://www.w3.org/1999/xhtml", - "next": null, - "parent": [Circular], - "prev": Object { - "attribs": Object { - "class": "gio-btn gio-modal__btn-close gio-btn-secondary", - "type": "button", - }, - "children": Array [ - Object { - "attribs": Object {}, - "children": Array [ - Object { - "data": "取 消", - "next": null, - "parent": [Circular], - "prev": null, - "type": "text", - }, - ], - "name": "span", - "namespace": "http://www.w3.org/1999/xhtml", - "next": null, - "parent": [Circular], - "prev": null, - "type": "tag", - "x-attribsNamespace": Object {}, - "x-attribsPrefix": Object {}, - }, - ], - "name": "button", - "namespace": "http://www.w3.org/1999/xhtml", - "next": [Circular], - "parent": [Circular], - "prev": null, - "type": "tag", - "x-attribsNamespace": Object { - "class": undefined, - "type": undefined, - }, - "x-attribsPrefix": Object { - "class": undefined, - "type": undefined, - }, - }, - "type": "tag", - "x-attribsNamespace": Object { - "class": undefined, - "type": undefined, - }, - "x-attribsPrefix": Object { - "class": undefined, - "type": undefined, - }, - }, - ], - "name": "div", - "namespace": "http://www.w3.org/1999/xhtml", - "next": null, - "parent": [Circular], - "prev": [Circular], - "type": "tag", - "x-attribsNamespace": Object {}, - "x-attribsPrefix": Object {}, - }, - "parent": [Circular], - "prev": null, - "type": "tag", - "x-attribsNamespace": Object { - "class": undefined, - }, - "x-attribsPrefix": Object { - "class": undefined, - }, - }, - Object { - "attribs": Object {}, - "children": Array [ - Object { - "attribs": Object { - "class": "gio-btn gio-modal__btn-close gio-btn-secondary", - "type": "button", - }, - "children": Array [ - Object { - "attribs": Object {}, - "children": Array [ - Object { - "data": "取 消", - "next": null, - "parent": [Circular], - "prev": null, - "type": "text", - }, - ], - "name": "span", - "namespace": "http://www.w3.org/1999/xhtml", - "next": null, - "parent": [Circular], - "prev": null, - "type": "tag", - "x-attribsNamespace": Object {}, - "x-attribsPrefix": Object {}, - }, - ], - "name": "button", - "namespace": "http://www.w3.org/1999/xhtml", - "next": Object { - "attribs": Object { - "class": "gio-btn gio-modal__btn-ok gio-btn-primary", - "type": "button", - }, - "children": Array [ - Object { - "attribs": Object {}, - "children": Array [ - Object { - "data": "下一步", - "next": null, - "parent": [Circular], - "prev": null, - "type": "text", - }, - ], - "name": "span", - "namespace": "http://www.w3.org/1999/xhtml", - "next": null, - "parent": [Circular], - "prev": null, - "type": "tag", - "x-attribsNamespace": Object {}, - "x-attribsPrefix": Object {}, - }, - ], - "name": "button", - "namespace": "http://www.w3.org/1999/xhtml", - "next": null, - "parent": [Circular], - "prev": [Circular], - "type": "tag", - "x-attribsNamespace": Object { - "class": undefined, - "type": undefined, - }, - "x-attribsPrefix": Object { - "class": undefined, - "type": undefined, - }, - }, - "parent": [Circular], - "prev": null, - "type": "tag", - "x-attribsNamespace": Object { - "class": undefined, - "type": undefined, - }, - "x-attribsPrefix": Object { - "class": undefined, - "type": undefined, - }, - }, - Object { - "attribs": Object { - "class": "gio-btn gio-modal__btn-ok gio-btn-primary", - "type": "button", - }, - "children": Array [ - Object { - "attribs": Object {}, - "children": Array [ - Object { - "data": "下一步", - "next": null, - "parent": [Circular], - "prev": null, - "type": "text", - }, - ], - "name": "span", - "namespace": "http://www.w3.org/1999/xhtml", - "next": null, - "parent": [Circular], - "prev": null, - "type": "tag", - "x-attribsNamespace": Object {}, - "x-attribsPrefix": Object {}, - }, - ], - "name": "button", - "namespace": "http://www.w3.org/1999/xhtml", - "next": null, - "parent": [Circular], - "prev": Object { - "attribs": Object { - "class": "gio-btn gio-modal__btn-close gio-btn-secondary", - "type": "button", - }, - "children": Array [ - Object { - "attribs": Object {}, - "children": Array [ - Object { - "data": "取 消", - "next": null, - "parent": [Circular], - "prev": null, - "type": "text", - }, - ], - "name": "span", - "namespace": "http://www.w3.org/1999/xhtml", - "next": null, - "parent": [Circular], - "prev": null, - "type": "tag", - "x-attribsNamespace": Object {}, - "x-attribsPrefix": Object {}, - }, - ], - "name": "button", - "namespace": "http://www.w3.org/1999/xhtml", - "next": [Circular], - "parent": [Circular], - "prev": null, - "type": "tag", - "x-attribsNamespace": Object { - "class": undefined, - "type": undefined, - }, - "x-attribsPrefix": Object { - "class": undefined, - "type": undefined, - }, - }, - "type": "tag", - "x-attribsNamespace": Object { - "class": undefined, - "type": undefined, - }, - "x-attribsPrefix": Object { - "class": undefined, - "type": undefined, - }, - }, - ], - "name": "div", - "namespace": "http://www.w3.org/1999/xhtml", - "next": null, - "parent": [Circular], - "prev": Object { - "attribs": Object { - "class": "gio-modal__footer-additional", - }, - "children": Array [], - "name": "div", - "namespace": "http://www.w3.org/1999/xhtml", - "next": [Circular], - "parent": [Circular], - "prev": null, - "type": "tag", - "x-attribsNamespace": Object { - "class": undefined, - }, - "x-attribsPrefix": Object { - "class": undefined, - }, - }, - "type": "tag", - "x-attribsNamespace": Object {}, - "x-attribsPrefix": Object {}, - }, - ], - "name": "div", - "namespace": "http://www.w3.org/1999/xhtml", - "next": null, - "parent": [Circular], - "prev": null, - "type": "tag", - "x-attribsNamespace": Object { - "class": undefined, - }, - "x-attribsPrefix": Object { - "class": undefined, - }, - }, - ], - "name": "div", - "namespace": "http://www.w3.org/1999/xhtml", - "next": null, - "parent": [Circular], - "prev": [Circular], - "type": "tag", - "x-attribsNamespace": Object { - "class": undefined, - }, - "x-attribsPrefix": Object { - "class": undefined, - }, - }, - "parent": [Circular], - "prev": [Circular], - "type": "tag", - "x-attribsNamespace": Object { - "class": undefined, - }, - "x-attribsPrefix": Object { - "class": undefined, - }, - }, - "parent": [Circular], - "prev": Object { - "attribs": Object { - "aria-label": "Close", - "class": "gio-modal-close", - "type": "button", - }, - "children": Array [ - Object { - "attribs": Object { - "class": "gio-icon gio-modal__close", - }, - "children": Array [ - Object { - "attribs": Object { - "class": "gio-icon-svg", - "fill": "currentColor", - "height": "1rem", - "viewBox": "0 0 14 14", - "width": "1rem", - }, - "children": Array [ - Object { - "attribs": Object {}, - "children": Array [ - Object { - "attribs": Object {}, - "children": Array [], - "name": "style", - "namespace": "http://www.w3.org/2000/svg", - "next": null, - "parent": [Circular], - "prev": null, - "type": "style", - "x-attribsNamespace": Object {}, - "x-attribsPrefix": Object {}, - }, - ], - "name": "defs", - "namespace": "http://www.w3.org/2000/svg", - "next": Object { - "attribs": Object { - "data-name": "\\\\u56FE\\\\u5C42 2", - "id": "close_svg__\\\\u56FE\\\\u5C42_2", - }, - "children": Array [ - Object { - "attribs": Object { - "data-name": "\\\\u56FE\\\\u5C42 1", - "id": "close_svg__\\\\u56FE\\\\u5C42_1-2", - }, - "children": Array [ - Object { - "attribs": Object { - "d": "M6.62 5.92a.54.54 0 00.76 0l3.87-3.87a.49.49 0 01.7.7L8.08 6.62a.54.54 0 000 .76L12 11.25a.49.49 0 01-.7.7L7.38 8.08a.54.54 0 00-.76 0L2.75 12a.49.49 0 01-.7-.7l3.87-3.92a.54.54 0 000-.76L2.05 2.75a.49.49 0 01.7-.7z", - "fill": "currentColor", - "fill-rule": "evenodd", - "id": "close_svg__close", - }, - "children": Array [], - "name": "path", - "namespace": "http://www.w3.org/2000/svg", - "next": null, - "parent": [Circular], - "prev": null, - "type": "tag", - "x-attribsNamespace": Object { - "d": undefined, - "fill": undefined, - "fill-rule": undefined, - "id": undefined, - }, - "x-attribsPrefix": Object { - "d": undefined, - "fill": undefined, - "fill-rule": undefined, - "id": undefined, - }, - }, - ], - "name": "g", - "namespace": "http://www.w3.org/2000/svg", - "next": null, - "parent": [Circular], - "prev": null, - "type": "tag", - "x-attribsNamespace": Object { - "data-name": undefined, - "id": undefined, - }, - "x-attribsPrefix": Object { - "data-name": undefined, - "id": undefined, - }, - }, - ], - "name": "g", - "namespace": "http://www.w3.org/2000/svg", - "next": null, - "parent": [Circular], - "prev": [Circular], - "type": "tag", - "x-attribsNamespace": Object { - "data-name": undefined, - "id": undefined, - }, - "x-attribsPrefix": Object { - "data-name": undefined, - "id": undefined, - }, - }, - "parent": [Circular], - "prev": null, - "type": "tag", - "x-attribsNamespace": Object {}, - "x-attribsPrefix": Object {}, - }, - Object { - "attribs": Object { - "data-name": "\\\\u56FE\\\\u5C42 2", - "id": "close_svg__\\\\u56FE\\\\u5C42_2", - }, - "children": Array [ - Object { - "attribs": Object { - "data-name": "\\\\u56FE\\\\u5C42 1", - "id": "close_svg__\\\\u56FE\\\\u5C42_1-2", - }, - "children": Array [ - Object { - "attribs": Object { - "d": "M6.62 5.92a.54.54 0 00.76 0l3.87-3.87a.49.49 0 01.7.7L8.08 6.62a.54.54 0 000 .76L12 11.25a.49.49 0 01-.7.7L7.38 8.08a.54.54 0 00-.76 0L2.75 12a.49.49 0 01-.7-.7l3.87-3.92a.54.54 0 000-.76L2.05 2.75a.49.49 0 01.7-.7z", - "fill": "currentColor", - "fill-rule": "evenodd", - "id": "close_svg__close", - }, - "children": Array [], - "name": "path", - "namespace": "http://www.w3.org/2000/svg", - "next": null, - "parent": [Circular], - "prev": null, - "type": "tag", - "x-attribsNamespace": Object { - "d": undefined, - "fill": undefined, - "fill-rule": undefined, - "id": undefined, - }, - "x-attribsPrefix": Object { - "d": undefined, - "fill": undefined, - "fill-rule": undefined, - "id": undefined, - }, - }, - ], - "name": "g", - "namespace": "http://www.w3.org/2000/svg", - "next": null, - "parent": [Circular], - "prev": null, - "type": "tag", - "x-attribsNamespace": Object { - "data-name": undefined, - "id": undefined, - }, - "x-attribsPrefix": Object { - "data-name": undefined, - "id": undefined, - }, - }, - ], - "name": "g", - "namespace": "http://www.w3.org/2000/svg", - "next": null, - "parent": [Circular], - "prev": Object { - "attribs": Object {}, - "children": Array [ - Object { - "attribs": Object {}, - "children": Array [], - "name": "style", - "namespace": "http://www.w3.org/2000/svg", - "next": null, - "parent": [Circular], - "prev": null, - "type": "style", - "x-attribsNamespace": Object {}, - "x-attribsPrefix": Object {}, - }, - ], - "name": "defs", - "namespace": "http://www.w3.org/2000/svg", - "next": [Circular], - "parent": [Circular], - "prev": null, - "type": "tag", - "x-attribsNamespace": Object {}, - "x-attribsPrefix": Object {}, - }, - "type": "tag", - "x-attribsNamespace": Object { - "data-name": undefined, - "id": undefined, - }, - "x-attribsPrefix": Object { - "data-name": undefined, - "id": undefined, - }, - }, - ], - "name": "svg", - "namespace": "http://www.w3.org/2000/svg", - "next": null, - "parent": [Circular], - "prev": null, - "type": "tag", - "x-attribsNamespace": Object { - "class": undefined, - "fill": undefined, - "height": undefined, - "viewBox": undefined, - "width": undefined, - }, - "x-attribsPrefix": Object { - "class": undefined, - "fill": undefined, - "height": undefined, - "viewBox": undefined, - "width": undefined, - }, - }, - ], - "name": "span", - "namespace": "http://www.w3.org/1999/xhtml", - "next": null, - "parent": [Circular], - "prev": null, - "type": "tag", - "x-attribsNamespace": Object { - "class": undefined, - }, - "x-attribsPrefix": Object { - "class": undefined, - }, - }, - ], - "name": "button", - "namespace": "http://www.w3.org/1999/xhtml", - "next": [Circular], - "parent": [Circular], - "prev": null, - "type": "tag", - "x-attribsNamespace": Object { - "aria-label": undefined, - "class": undefined, - "type": undefined, - }, - "x-attribsPrefix": Object { - "aria-label": undefined, - "class": undefined, - "type": undefined, - }, - }, - "type": "tag", - "x-attribsNamespace": Object { - "class": undefined, - }, - "x-attribsPrefix": Object { - "class": undefined, - }, - }, - Object { - "attribs": Object { - "class": "gio-modal-body", - }, - "children": Array [ - Object { - "data": "Step One", - "next": null, - "parent": [Circular], - "prev": null, - "type": "text", - }, - ], - "name": "div", - "namespace": "http://www.w3.org/1999/xhtml", - "next": Object { - "attribs": Object { - "class": "gio-modal-footer", - }, - "children": Array [ - Object { - "attribs": Object { - "class": "gio-modal__footer", - }, - "children": Array [ - Object { - "attribs": Object { - "class": "gio-modal__footer-additional", - }, - "children": Array [], - "name": "div", - "namespace": "http://www.w3.org/1999/xhtml", - "next": Object { - "attribs": Object {}, - "children": Array [ - Object { - "attribs": Object { - "class": "gio-btn gio-modal__btn-close gio-btn-secondary", - "type": "button", - }, - "children": Array [ - Object { - "attribs": Object {}, - "children": Array [ - Object { - "data": "取 消", - "next": null, - "parent": [Circular], - "prev": null, - "type": "text", - }, - ], - "name": "span", - "namespace": "http://www.w3.org/1999/xhtml", - "next": null, - "parent": [Circular], - "prev": null, - "type": "tag", - "x-attribsNamespace": Object {}, - "x-attribsPrefix": Object {}, - }, - ], - "name": "button", - "namespace": "http://www.w3.org/1999/xhtml", - "next": Object { - "attribs": Object { - "class": "gio-btn gio-modal__btn-ok gio-btn-primary", - "type": "button", - }, - "children": Array [ - Object { - "attribs": Object {}, - "children": Array [ - Object { - "data": "下一步", - "next": null, - "parent": [Circular], - "prev": null, - "type": "text", - }, - ], - "name": "span", - "namespace": "http://www.w3.org/1999/xhtml", - "next": null, - "parent": [Circular], - "prev": null, - "type": "tag", - "x-attribsNamespace": Object {}, - "x-attribsPrefix": Object {}, - }, - ], - "name": "button", - "namespace": "http://www.w3.org/1999/xhtml", - "next": null, - "parent": [Circular], - "prev": [Circular], - "type": "tag", - "x-attribsNamespace": Object { - "class": undefined, - "type": undefined, - }, - "x-attribsPrefix": Object { - "class": undefined, - "type": undefined, - }, - }, - "parent": [Circular], - "prev": null, - "type": "tag", - "x-attribsNamespace": Object { - "class": undefined, - "type": undefined, - }, - "x-attribsPrefix": Object { - "class": undefined, - "type": undefined, - }, - }, - Object { - "attribs": Object { - "class": "gio-btn gio-modal__btn-ok gio-btn-primary", - "type": "button", - }, - "children": Array [ - Object { - "attribs": Object {}, - "children": Array [ - Object { - "data": "下一步", - "next": null, - "parent": [Circular], - "prev": null, - "type": "text", - }, - ], - "name": "span", - "namespace": "http://www.w3.org/1999/xhtml", - "next": null, - "parent": [Circular], - "prev": null, - "type": "tag", - "x-attribsNamespace": Object {}, - "x-attribsPrefix": Object {}, - }, - ], - "name": "button", - "namespace": "http://www.w3.org/1999/xhtml", - "next": null, - "parent": [Circular], - "prev": Object { - "attribs": Object { - "class": "gio-btn gio-modal__btn-close gio-btn-secondary", - "type": "button", - }, - "children": Array [ - Object { - "attribs": Object {}, - "children": Array [ - Object { - "data": "取 消", - "next": null, - "parent": [Circular], - "prev": null, - "type": "text", - }, - ], - "name": "span", - "namespace": "http://www.w3.org/1999/xhtml", - "next": null, - "parent": [Circular], - "prev": null, - "type": "tag", - "x-attribsNamespace": Object {}, - "x-attribsPrefix": Object {}, - }, - ], - "name": "button", - "namespace": "http://www.w3.org/1999/xhtml", - "next": [Circular], - "parent": [Circular], - "prev": null, - "type": "tag", - "x-attribsNamespace": Object { - "class": undefined, - "type": undefined, - }, - "x-attribsPrefix": Object { - "class": undefined, - "type": undefined, - }, - }, - "type": "tag", - "x-attribsNamespace": Object { - "class": undefined, - "type": undefined, - }, - "x-attribsPrefix": Object { - "class": undefined, - "type": undefined, - }, - }, - ], - "name": "div", - "namespace": "http://www.w3.org/1999/xhtml", - "next": null, - "parent": [Circular], - "prev": [Circular], - "type": "tag", - "x-attribsNamespace": Object {}, - "x-attribsPrefix": Object {}, - }, - "parent": [Circular], - "prev": null, - "type": "tag", - "x-attribsNamespace": Object { - "class": undefined, - }, - "x-attribsPrefix": Object { - "class": undefined, - }, - }, - Object { - "attribs": Object {}, - "children": Array [ - Object { - "attribs": Object { - "class": "gio-btn gio-modal__btn-close gio-btn-secondary", - "type": "button", - }, - "children": Array [ - Object { - "attribs": Object {}, - "children": Array [ - Object { - "data": "取 消", - "next": null, - "parent": [Circular], - "prev": null, - "type": "text", - }, - ], - "name": "span", - "namespace": "http://www.w3.org/1999/xhtml", - "next": null, - "parent": [Circular], - "prev": null, - "type": "tag", - "x-attribsNamespace": Object {}, - "x-attribsPrefix": Object {}, - }, - ], - "name": "button", - "namespace": "http://www.w3.org/1999/xhtml", - "next": Object { - "attribs": Object { - "class": "gio-btn gio-modal__btn-ok gio-btn-primary", - "type": "button", - }, - "children": Array [ - Object { - "attribs": Object {}, - "children": Array [ - Object { - "data": "下一步", - "next": null, - "parent": [Circular], - "prev": null, - "type": "text", - }, - ], - "name": "span", - "namespace": "http://www.w3.org/1999/xhtml", - "next": null, - "parent": [Circular], - "prev": null, - "type": "tag", - "x-attribsNamespace": Object {}, - "x-attribsPrefix": Object {}, - }, - ], - "name": "button", - "namespace": "http://www.w3.org/1999/xhtml", - "next": null, - "parent": [Circular], - "prev": [Circular], - "type": "tag", - "x-attribsNamespace": Object { - "class": undefined, - "type": undefined, - }, - "x-attribsPrefix": Object { - "class": undefined, - "type": undefined, - }, - }, - "parent": [Circular], - "prev": null, - "type": "tag", - "x-attribsNamespace": Object { - "class": undefined, - "type": undefined, - }, - "x-attribsPrefix": Object { - "class": undefined, - "type": undefined, - }, - }, - Object { - "attribs": Object { - "class": "gio-btn gio-modal__btn-ok gio-btn-primary", - "type": "button", - }, - "children": Array [ - Object { - "attribs": Object {}, - "children": Array [ - Object { - "data": "下一步", - "next": null, - "parent": [Circular], - "prev": null, - "type": "text", - }, - ], - "name": "span", - "namespace": "http://www.w3.org/1999/xhtml", - "next": null, - "parent": [Circular], - "prev": null, - "type": "tag", - "x-attribsNamespace": Object {}, - "x-attribsPrefix": Object {}, - }, - ], - "name": "button", - "namespace": "http://www.w3.org/1999/xhtml", - "next": null, - "parent": [Circular], - "prev": Object { - "attribs": Object { - "class": "gio-btn gio-modal__btn-close gio-btn-secondary", - "type": "button", - }, - "children": Array [ - Object { - "attribs": Object {}, - "children": Array [ - Object { - "data": "取 消", - "next": null, - "parent": [Circular], - "prev": null, - "type": "text", - }, - ], - "name": "span", - "namespace": "http://www.w3.org/1999/xhtml", - "next": null, - "parent": [Circular], - "prev": null, - "type": "tag", - "x-attribsNamespace": Object {}, - "x-attribsPrefix": Object {}, - }, - ], - "name": "button", - "namespace": "http://www.w3.org/1999/xhtml", - "next": [Circular], - "parent": [Circular], - "prev": null, - "type": "tag", - "x-attribsNamespace": Object { - "class": undefined, - "type": undefined, - }, - "x-attribsPrefix": Object { - "class": undefined, - "type": undefined, - }, - }, - "type": "tag", - "x-attribsNamespace": Object { - "class": undefined, - "type": undefined, - }, - "x-attribsPrefix": Object { - "class": undefined, - "type": undefined, - }, - }, - ], - "name": "div", - "namespace": "http://www.w3.org/1999/xhtml", - "next": null, - "parent": [Circular], - "prev": Object { - "attribs": Object { - "class": "gio-modal__footer-additional", - }, - "children": Array [], - "name": "div", - "namespace": "http://www.w3.org/1999/xhtml", - "next": [Circular], - "parent": [Circular], - "prev": null, - "type": "tag", - "x-attribsNamespace": Object { - "class": undefined, - }, - "x-attribsPrefix": Object { - "class": undefined, - }, - }, - "type": "tag", - "x-attribsNamespace": Object {}, - "x-attribsPrefix": Object {}, - }, - ], - "name": "div", - "namespace": "http://www.w3.org/1999/xhtml", - "next": null, - "parent": [Circular], - "prev": null, - "type": "tag", - "x-attribsNamespace": Object { - "class": undefined, - }, - "x-attribsPrefix": Object { - "class": undefined, - }, - }, - ], - "name": "div", - "namespace": "http://www.w3.org/1999/xhtml", - "next": null, - "parent": [Circular], - "prev": [Circular], - "type": "tag", - "x-attribsNamespace": Object { - "class": undefined, - }, - "x-attribsPrefix": Object { - "class": undefined, - }, - }, - "parent": [Circular], - "prev": Object { - "attribs": Object { - "class": "gio-modal-header", - }, - "children": Array [ - Object { - "attribs": Object { - "class": "gio-modal-title", - "id": "rcDialogTitle0", - }, - "children": Array [ - Object { - "attribs": Object { - "class": "gio-modal__title", - }, - "children": Array [ - Object { - "data": "步骤 1", - "next": null, - "parent": [Circular], - "prev": null, - "type": "text", - }, - ], - "name": "div", - "namespace": "http://www.w3.org/1999/xhtml", - "next": null, - "parent": [Circular], - "prev": null, - "type": "tag", - "x-attribsNamespace": Object { - "class": undefined, - }, - "x-attribsPrefix": Object { - "class": undefined, - }, - }, - ], - "name": "div", - "namespace": "http://www.w3.org/1999/xhtml", - "next": null, - "parent": [Circular], - "prev": null, - "type": "tag", - "x-attribsNamespace": Object { - "class": undefined, - "id": undefined, - }, - "x-attribsPrefix": Object { - "class": undefined, - "id": undefined, - }, - }, - ], - "name": "div", - "namespace": "http://www.w3.org/1999/xhtml", - "next": [Circular], - "parent": [Circular], - "prev": Object { - "attribs": Object { - "aria-label": "Close", - "class": "gio-modal-close", - "type": "button", - }, - "children": Array [ - Object { - "attribs": Object { - "class": "gio-icon gio-modal__close", - }, - "children": Array [ - Object { - "attribs": Object { - "class": "gio-icon-svg", - "fill": "currentColor", - "height": "1rem", - "viewBox": "0 0 14 14", - "width": "1rem", - }, - "children": Array [ - Object { - "attribs": Object {}, - "children": Array [ - Object { - "attribs": Object {}, - "children": Array [], - "name": "style", - "namespace": "http://www.w3.org/2000/svg", - "next": null, - "parent": [Circular], - "prev": null, - "type": "style", - "x-attribsNamespace": Object {}, - "x-attribsPrefix": Object {}, - }, - ], - "name": "defs", - "namespace": "http://www.w3.org/2000/svg", - "next": Object { - "attribs": Object { - "data-name": "\\\\u56FE\\\\u5C42 2", - "id": "close_svg__\\\\u56FE\\\\u5C42_2", - }, - "children": Array [ - Object { - "attribs": Object { - "data-name": "\\\\u56FE\\\\u5C42 1", - "id": "close_svg__\\\\u56FE\\\\u5C42_1-2", - }, - "children": Array [ - Object { - "attribs": Object { - "d": "M6.62 5.92a.54.54 0 00.76 0l3.87-3.87a.49.49 0 01.7.7L8.08 6.62a.54.54 0 000 .76L12 11.25a.49.49 0 01-.7.7L7.38 8.08a.54.54 0 00-.76 0L2.75 12a.49.49 0 01-.7-.7l3.87-3.92a.54.54 0 000-.76L2.05 2.75a.49.49 0 01.7-.7z", - "fill": "currentColor", - "fill-rule": "evenodd", - "id": "close_svg__close", - }, - "children": Array [], - "name": "path", - "namespace": "http://www.w3.org/2000/svg", - "next": null, - "parent": [Circular], - "prev": null, - "type": "tag", - "x-attribsNamespace": Object { - "d": undefined, - "fill": undefined, - "fill-rule": undefined, - "id": undefined, - }, - "x-attribsPrefix": Object { - "d": undefined, - "fill": undefined, - "fill-rule": undefined, - "id": undefined, - }, - }, - ], - "name": "g", - "namespace": "http://www.w3.org/2000/svg", - "next": null, - "parent": [Circular], - "prev": null, - "type": "tag", - "x-attribsNamespace": Object { - "data-name": undefined, - "id": undefined, - }, - "x-attribsPrefix": Object { - "data-name": undefined, - "id": undefined, - }, - }, - ], - "name": "g", - "namespace": "http://www.w3.org/2000/svg", - "next": null, - "parent": [Circular], - "prev": [Circular], - "type": "tag", - "x-attribsNamespace": Object { - "data-name": undefined, - "id": undefined, - }, - "x-attribsPrefix": Object { - "data-name": undefined, - "id": undefined, - }, - }, - "parent": [Circular], - "prev": null, - "type": "tag", - "x-attribsNamespace": Object {}, - "x-attribsPrefix": Object {}, - }, - Object { - "attribs": Object { - "data-name": "\\\\u56FE\\\\u5C42 2", - "id": "close_svg__\\\\u56FE\\\\u5C42_2", - }, - "children": Array [ - Object { - "attribs": Object { - "data-name": "\\\\u56FE\\\\u5C42 1", - "id": "close_svg__\\\\u56FE\\\\u5C42_1-2", - }, - "children": Array [ - Object { - "attribs": Object { - "d": "M6.62 5.92a.54.54 0 00.76 0l3.87-3.87a.49.49 0 01.7.7L8.08 6.62a.54.54 0 000 .76L12 11.25a.49.49 0 01-.7.7L7.38 8.08a.54.54 0 00-.76 0L2.75 12a.49.49 0 01-.7-.7l3.87-3.92a.54.54 0 000-.76L2.05 2.75a.49.49 0 01.7-.7z", - "fill": "currentColor", - "fill-rule": "evenodd", - "id": "close_svg__close", - }, - "children": Array [], - "name": "path", - "namespace": "http://www.w3.org/2000/svg", - "next": null, - "parent": [Circular], - "prev": null, - "type": "tag", - "x-attribsNamespace": Object { - "d": undefined, - "fill": undefined, - "fill-rule": undefined, - "id": undefined, - }, - "x-attribsPrefix": Object { - "d": undefined, - "fill": undefined, - "fill-rule": undefined, - "id": undefined, - }, - }, - ], - "name": "g", - "namespace": "http://www.w3.org/2000/svg", - "next": null, - "parent": [Circular], - "prev": null, - "type": "tag", - "x-attribsNamespace": Object { - "data-name": undefined, - "id": undefined, - }, - "x-attribsPrefix": Object { - "data-name": undefined, - "id": undefined, - }, - }, - ], - "name": "g", - "namespace": "http://www.w3.org/2000/svg", - "next": null, - "parent": [Circular], - "prev": Object { - "attribs": Object {}, - "children": Array [ - Object { - "attribs": Object {}, - "children": Array [], - "name": "style", - "namespace": "http://www.w3.org/2000/svg", - "next": null, - "parent": [Circular], - "prev": null, - "type": "style", - "x-attribsNamespace": Object {}, - "x-attribsPrefix": Object {}, - }, - ], - "name": "defs", - "namespace": "http://www.w3.org/2000/svg", - "next": [Circular], - "parent": [Circular], - "prev": null, - "type": "tag", - "x-attribsNamespace": Object {}, - "x-attribsPrefix": Object {}, - }, - "type": "tag", - "x-attribsNamespace": Object { - "data-name": undefined, - "id": undefined, - }, - "x-attribsPrefix": Object { - "data-name": undefined, - "id": undefined, - }, - }, - ], - "name": "svg", - "namespace": "http://www.w3.org/2000/svg", - "next": null, - "parent": [Circular], - "prev": null, - "type": "tag", - "x-attribsNamespace": Object { - "class": undefined, - "fill": undefined, - "height": undefined, - "viewBox": undefined, - "width": undefined, - }, - "x-attribsPrefix": Object { - "class": undefined, - "fill": undefined, - "height": undefined, - "viewBox": undefined, - "width": undefined, - }, - }, - ], - "name": "span", - "namespace": "http://www.w3.org/1999/xhtml", - "next": null, - "parent": [Circular], - "prev": null, - "type": "tag", - "x-attribsNamespace": Object { - "class": undefined, - }, - "x-attribsPrefix": Object { - "class": undefined, - }, - }, - ], - "name": "button", - "namespace": "http://www.w3.org/1999/xhtml", - "next": [Circular], - "parent": [Circular], - "prev": null, - "type": "tag", - "x-attribsNamespace": Object { - "aria-label": undefined, - "class": undefined, - "type": undefined, - }, - "x-attribsPrefix": Object { - "aria-label": undefined, - "class": undefined, - "type": undefined, - }, - }, - "type": "tag", - "x-attribsNamespace": Object { - "class": undefined, - }, - "x-attribsPrefix": Object { - "class": undefined, - }, - }, - "type": "tag", - "x-attribsNamespace": Object { - "class": undefined, - }, - "x-attribsPrefix": Object { - "class": undefined, - }, - }, - Object { - "attribs": Object { - "class": "gio-modal-footer", - }, - "children": Array [ - Object { - "attribs": Object { - "class": "gio-modal__footer", - }, - "children": Array [ - Object { - "attribs": Object { - "class": "gio-modal__footer-additional", - }, - "children": Array [], - "name": "div", - "namespace": "http://www.w3.org/1999/xhtml", - "next": Object { - "attribs": Object {}, - "children": Array [ - Object { - "attribs": Object { - "class": "gio-btn gio-modal__btn-close gio-btn-secondary", - "type": "button", - }, - "children": Array [ - Object { - "attribs": Object {}, - "children": Array [ - Object { - "data": "取 消", - "next": null, - "parent": [Circular], - "prev": null, - "type": "text", - }, - ], - "name": "span", - "namespace": "http://www.w3.org/1999/xhtml", - "next": null, - "parent": [Circular], - "prev": null, - "type": "tag", - "x-attribsNamespace": Object {}, - "x-attribsPrefix": Object {}, - }, - ], - "name": "button", - "namespace": "http://www.w3.org/1999/xhtml", - "next": Object { - "attribs": Object { - "class": "gio-btn gio-modal__btn-ok gio-btn-primary", - "type": "button", - }, - "children": Array [ - Object { - "attribs": Object {}, - "children": Array [ - Object { - "data": "下一步", - "next": null, - "parent": [Circular], - "prev": null, - "type": "text", - }, - ], - "name": "span", - "namespace": "http://www.w3.org/1999/xhtml", - "next": null, - "parent": [Circular], - "prev": null, - "type": "tag", - "x-attribsNamespace": Object {}, - "x-attribsPrefix": Object {}, - }, - ], - "name": "button", - "namespace": "http://www.w3.org/1999/xhtml", - "next": null, - "parent": [Circular], - "prev": [Circular], - "type": "tag", - "x-attribsNamespace": Object { - "class": undefined, - "type": undefined, - }, - "x-attribsPrefix": Object { - "class": undefined, - "type": undefined, - }, - }, - "parent": [Circular], - "prev": null, - "type": "tag", - "x-attribsNamespace": Object { - "class": undefined, - "type": undefined, - }, - "x-attribsPrefix": Object { - "class": undefined, - "type": undefined, - }, - }, - Object { - "attribs": Object { - "class": "gio-btn gio-modal__btn-ok gio-btn-primary", - "type": "button", - }, - "children": Array [ - Object { - "attribs": Object {}, - "children": Array [ - Object { - "data": "下一步", - "next": null, - "parent": [Circular], - "prev": null, - "type": "text", - }, - ], - "name": "span", - "namespace": "http://www.w3.org/1999/xhtml", - "next": null, - "parent": [Circular], - "prev": null, - "type": "tag", - "x-attribsNamespace": Object {}, - "x-attribsPrefix": Object {}, - }, - ], - "name": "button", - "namespace": "http://www.w3.org/1999/xhtml", - "next": null, - "parent": [Circular], - "prev": Object { - "attribs": Object { - "class": "gio-btn gio-modal__btn-close gio-btn-secondary", - "type": "button", - }, - "children": Array [ - Object { - "attribs": Object {}, - "children": Array [ - Object { - "data": "取 消", - "next": null, - "parent": [Circular], - "prev": null, - "type": "text", - }, - ], - "name": "span", - "namespace": "http://www.w3.org/1999/xhtml", - "next": null, - "parent": [Circular], - "prev": null, - "type": "tag", - "x-attribsNamespace": Object {}, - "x-attribsPrefix": Object {}, - }, - ], - "name": "button", - "namespace": "http://www.w3.org/1999/xhtml", - "next": [Circular], - "parent": [Circular], - "prev": null, - "type": "tag", - "x-attribsNamespace": Object { - "class": undefined, - "type": undefined, - }, - "x-attribsPrefix": Object { - "class": undefined, - "type": undefined, - }, - }, - "type": "tag", - "x-attribsNamespace": Object { - "class": undefined, - "type": undefined, - }, - "x-attribsPrefix": Object { - "class": undefined, - "type": undefined, - }, - }, - ], - "name": "div", - "namespace": "http://www.w3.org/1999/xhtml", - "next": null, - "parent": [Circular], - "prev": [Circular], - "type": "tag", - "x-attribsNamespace": Object {}, - "x-attribsPrefix": Object {}, - }, - "parent": [Circular], - "prev": null, - "type": "tag", - "x-attribsNamespace": Object { - "class": undefined, - }, - "x-attribsPrefix": Object { - "class": undefined, - }, - }, - Object { - "attribs": Object {}, - "children": Array [ - Object { - "attribs": Object { - "class": "gio-btn gio-modal__btn-close gio-btn-secondary", - "type": "button", - }, - "children": Array [ - Object { - "attribs": Object {}, - "children": Array [ - Object { - "data": "取 消", - "next": null, - "parent": [Circular], - "prev": null, - "type": "text", - }, - ], - "name": "span", - "namespace": "http://www.w3.org/1999/xhtml", - "next": null, - "parent": [Circular], - "prev": null, - "type": "tag", - "x-attribsNamespace": Object {}, - "x-attribsPrefix": Object {}, - }, - ], - "name": "button", - "namespace": "http://www.w3.org/1999/xhtml", - "next": Object { - "attribs": Object { - "class": "gio-btn gio-modal__btn-ok gio-btn-primary", - "type": "button", - }, - "children": Array [ - Object { - "attribs": Object {}, - "children": Array [ - Object { - "data": "下一步", - "next": null, - "parent": [Circular], - "prev": null, - "type": "text", - }, - ], - "name": "span", - "namespace": "http://www.w3.org/1999/xhtml", - "next": null, - "parent": [Circular], - "prev": null, - "type": "tag", - "x-attribsNamespace": Object {}, - "x-attribsPrefix": Object {}, - }, - ], - "name": "button", - "namespace": "http://www.w3.org/1999/xhtml", - "next": null, - "parent": [Circular], - "prev": [Circular], - "type": "tag", - "x-attribsNamespace": Object { - "class": undefined, - "type": undefined, - }, - "x-attribsPrefix": Object { - "class": undefined, - "type": undefined, - }, - }, - "parent": [Circular], - "prev": null, - "type": "tag", - "x-attribsNamespace": Object { - "class": undefined, - "type": undefined, - }, - "x-attribsPrefix": Object { - "class": undefined, - "type": undefined, - }, - }, - Object { - "attribs": Object { - "class": "gio-btn gio-modal__btn-ok gio-btn-primary", - "type": "button", - }, - "children": Array [ - Object { - "attribs": Object {}, - "children": Array [ - Object { - "data": "下一步", - "next": null, - "parent": [Circular], - "prev": null, - "type": "text", - }, - ], - "name": "span", - "namespace": "http://www.w3.org/1999/xhtml", - "next": null, - "parent": [Circular], - "prev": null, - "type": "tag", - "x-attribsNamespace": Object {}, - "x-attribsPrefix": Object {}, - }, - ], - "name": "button", - "namespace": "http://www.w3.org/1999/xhtml", - "next": null, - "parent": [Circular], - "prev": Object { - "attribs": Object { - "class": "gio-btn gio-modal__btn-close gio-btn-secondary", - "type": "button", - }, - "children": Array [ - Object { - "attribs": Object {}, - "children": Array [ - Object { - "data": "取 消", - "next": null, - "parent": [Circular], - "prev": null, - "type": "text", - }, - ], - "name": "span", - "namespace": "http://www.w3.org/1999/xhtml", - "next": null, - "parent": [Circular], - "prev": null, - "type": "tag", - "x-attribsNamespace": Object {}, - "x-attribsPrefix": Object {}, - }, - ], - "name": "button", - "namespace": "http://www.w3.org/1999/xhtml", - "next": [Circular], - "parent": [Circular], - "prev": null, - "type": "tag", - "x-attribsNamespace": Object { - "class": undefined, - "type": undefined, - }, - "x-attribsPrefix": Object { - "class": undefined, - "type": undefined, - }, - }, - "type": "tag", - "x-attribsNamespace": Object { - "class": undefined, - "type": undefined, - }, - "x-attribsPrefix": Object { - "class": undefined, - "type": undefined, - }, - }, - ], - "name": "div", - "namespace": "http://www.w3.org/1999/xhtml", - "next": null, - "parent": [Circular], - "prev": Object { - "attribs": Object { - "class": "gio-modal__footer-additional", - }, - "children": Array [], - "name": "div", - "namespace": "http://www.w3.org/1999/xhtml", - "next": [Circular], - "parent": [Circular], - "prev": null, - "type": "tag", - "x-attribsNamespace": Object { - "class": undefined, - }, - "x-attribsPrefix": Object { - "class": undefined, - }, - }, - "type": "tag", - "x-attribsNamespace": Object {}, - "x-attribsPrefix": Object {}, - }, - ], - "name": "div", - "namespace": "http://www.w3.org/1999/xhtml", - "next": null, - "parent": [Circular], - "prev": null, - "type": "tag", - "x-attribsNamespace": Object { - "class": undefined, - }, - "x-attribsPrefix": Object { - "class": undefined, - }, - }, - ], - "name": "div", - "namespace": "http://www.w3.org/1999/xhtml", - "next": null, - "parent": [Circular], - "prev": Object { - "attribs": Object { - "class": "gio-modal-body", - }, - "children": Array [ - Object { - "data": "Step One", - "next": null, - "parent": [Circular], - "prev": null, - "type": "text", - }, - ], - "name": "div", - "namespace": "http://www.w3.org/1999/xhtml", - "next": [Circular], - "parent": [Circular], - "prev": Object { - "attribs": Object { - "class": "gio-modal-header", - }, - "children": Array [ - Object { - "attribs": Object { - "class": "gio-modal-title", - "id": "rcDialogTitle0", - }, - "children": Array [ - Object { - "attribs": Object { - "class": "gio-modal__title", - }, - "children": Array [ - Object { - "data": "步骤 1", - "next": null, - "parent": [Circular], - "prev": null, - "type": "text", - }, - ], - "name": "div", - "namespace": "http://www.w3.org/1999/xhtml", - "next": null, - "parent": [Circular], - "prev": null, - "type": "tag", - "x-attribsNamespace": Object { - "class": undefined, - }, - "x-attribsPrefix": Object { - "class": undefined, - }, - }, - ], - "name": "div", - "namespace": "http://www.w3.org/1999/xhtml", - "next": null, - "parent": [Circular], - "prev": null, - "type": "tag", - "x-attribsNamespace": Object { - "class": undefined, - "id": undefined, - }, - "x-attribsPrefix": Object { - "class": undefined, - "id": undefined, - }, - }, - ], - "name": "div", - "namespace": "http://www.w3.org/1999/xhtml", - "next": [Circular], - "parent": [Circular], - "prev": Object { - "attribs": Object { - "aria-label": "Close", - "class": "gio-modal-close", - "type": "button", - }, - "children": Array [ - Object { - "attribs": Object { - "class": "gio-icon gio-modal__close", - }, - "children": Array [ - Object { - "attribs": Object { - "class": "gio-icon-svg", - "fill": "currentColor", - "height": "1rem", - "viewBox": "0 0 14 14", - "width": "1rem", - }, - "children": Array [ - Object { - "attribs": Object {}, - "children": Array [ - Object { - "attribs": Object {}, - "children": Array [], - "name": "style", - "namespace": "http://www.w3.org/2000/svg", - "next": null, - "parent": [Circular], - "prev": null, - "type": "style", - "x-attribsNamespace": Object {}, - "x-attribsPrefix": Object {}, - }, - ], - "name": "defs", - "namespace": "http://www.w3.org/2000/svg", - "next": Object { - "attribs": Object { - "data-name": "\\\\u56FE\\\\u5C42 2", - "id": "close_svg__\\\\u56FE\\\\u5C42_2", - }, - "children": Array [ - Object { - "attribs": Object { - "data-name": "\\\\u56FE\\\\u5C42 1", - "id": "close_svg__\\\\u56FE\\\\u5C42_1-2", - }, - "children": Array [ - Object { - "attribs": Object { - "d": "M6.62 5.92a.54.54 0 00.76 0l3.87-3.87a.49.49 0 01.7.7L8.08 6.62a.54.54 0 000 .76L12 11.25a.49.49 0 01-.7.7L7.38 8.08a.54.54 0 00-.76 0L2.75 12a.49.49 0 01-.7-.7l3.87-3.92a.54.54 0 000-.76L2.05 2.75a.49.49 0 01.7-.7z", - "fill": "currentColor", - "fill-rule": "evenodd", - "id": "close_svg__close", - }, - "children": Array [], - "name": "path", - "namespace": "http://www.w3.org/2000/svg", - "next": null, - "parent": [Circular], - "prev": null, - "type": "tag", - "x-attribsNamespace": Object { - "d": undefined, - "fill": undefined, - "fill-rule": undefined, - "id": undefined, - }, - "x-attribsPrefix": Object { - "d": undefined, - "fill": undefined, - "fill-rule": undefined, - "id": undefined, - }, - }, - ], - "name": "g", - "namespace": "http://www.w3.org/2000/svg", - "next": null, - "parent": [Circular], - "prev": null, - "type": "tag", - "x-attribsNamespace": Object { - "data-name": undefined, - "id": undefined, - }, - "x-attribsPrefix": Object { - "data-name": undefined, - "id": undefined, - }, - }, - ], - "name": "g", - "namespace": "http://www.w3.org/2000/svg", - "next": null, - "parent": [Circular], - "prev": [Circular], - "type": "tag", - "x-attribsNamespace": Object { - "data-name": undefined, - "id": undefined, - }, - "x-attribsPrefix": Object { - "data-name": undefined, - "id": undefined, - }, - }, - "parent": [Circular], - "prev": null, - "type": "tag", - "x-attribsNamespace": Object {}, - "x-attribsPrefix": Object {}, - }, - Object { - "attribs": Object { - "data-name": "\\\\u56FE\\\\u5C42 2", - "id": "close_svg__\\\\u56FE\\\\u5C42_2", - }, - "children": Array [ - Object { - "attribs": Object { - "data-name": "\\\\u56FE\\\\u5C42 1", - "id": "close_svg__\\\\u56FE\\\\u5C42_1-2", - }, - "children": Array [ - Object { - "attribs": Object { - "d": "M6.62 5.92a.54.54 0 00.76 0l3.87-3.87a.49.49 0 01.7.7L8.08 6.62a.54.54 0 000 .76L12 11.25a.49.49 0 01-.7.7L7.38 8.08a.54.54 0 00-.76 0L2.75 12a.49.49 0 01-.7-.7l3.87-3.92a.54.54 0 000-.76L2.05 2.75a.49.49 0 01.7-.7z", - "fill": "currentColor", - "fill-rule": "evenodd", - "id": "close_svg__close", - }, - "children": Array [], - "name": "path", - "namespace": "http://www.w3.org/2000/svg", - "next": null, - "parent": [Circular], - "prev": null, - "type": "tag", - "x-attribsNamespace": Object { - "d": undefined, - "fill": undefined, - "fill-rule": undefined, - "id": undefined, - }, - "x-attribsPrefix": Object { - "d": undefined, - "fill": undefined, - "fill-rule": undefined, - "id": undefined, - }, - }, - ], - "name": "g", - "namespace": "http://www.w3.org/2000/svg", - "next": null, - "parent": [Circular], - "prev": null, - "type": "tag", - "x-attribsNamespace": Object { - "data-name": undefined, - "id": undefined, - }, - "x-attribsPrefix": Object { - "data-name": undefined, - "id": undefined, - }, - }, - ], - "name": "g", - "namespace": "http://www.w3.org/2000/svg", - "next": null, - "parent": [Circular], - "prev": Object { - "attribs": Object {}, - "children": Array [ - Object { - "attribs": Object {}, - "children": Array [], - "name": "style", - "namespace": "http://www.w3.org/2000/svg", - "next": null, - "parent": [Circular], - "prev": null, - "type": "style", - "x-attribsNamespace": Object {}, - "x-attribsPrefix": Object {}, - }, - ], - "name": "defs", - "namespace": "http://www.w3.org/2000/svg", - "next": [Circular], - "parent": [Circular], - "prev": null, - "type": "tag", - "x-attribsNamespace": Object {}, - "x-attribsPrefix": Object {}, - }, - "type": "tag", - "x-attribsNamespace": Object { - "data-name": undefined, - "id": undefined, - }, - "x-attribsPrefix": Object { - "data-name": undefined, - "id": undefined, - }, - }, - ], - "name": "svg", - "namespace": "http://www.w3.org/2000/svg", - "next": null, - "parent": [Circular], - "prev": null, - "type": "tag", - "x-attribsNamespace": Object { - "class": undefined, - "fill": undefined, - "height": undefined, - "viewBox": undefined, - "width": undefined, - }, - "x-attribsPrefix": Object { - "class": undefined, - "fill": undefined, - "height": undefined, - "viewBox": undefined, - "width": undefined, - }, - }, - ], - "name": "span", - "namespace": "http://www.w3.org/1999/xhtml", - "next": null, - "parent": [Circular], - "prev": null, - "type": "tag", - "x-attribsNamespace": Object { - "class": undefined, - }, - "x-attribsPrefix": Object { - "class": undefined, - }, - }, - ], - "name": "button", - "namespace": "http://www.w3.org/1999/xhtml", - "next": [Circular], - "parent": [Circular], - "prev": null, - "type": "tag", - "x-attribsNamespace": Object { - "aria-label": undefined, - "class": undefined, - "type": undefined, - }, - "x-attribsPrefix": Object { - "aria-label": undefined, - "class": undefined, - "type": undefined, - }, - }, - "type": "tag", - "x-attribsNamespace": Object { - "class": undefined, - }, - "x-attribsPrefix": Object { - "class": undefined, - }, - }, - "type": "tag", - "x-attribsNamespace": Object { - "class": undefined, - }, - "x-attribsPrefix": Object { - "class": undefined, - }, - }, - "type": "tag", - "x-attribsNamespace": Object { - "class": undefined, - }, - "x-attribsPrefix": Object { - "class": undefined, - }, - }, - ], - "name": "div", - "namespace": "http://www.w3.org/1999/xhtml", - "next": [Circular], - "parent": [Circular], - "prev": Object { - "attribs": Object { - "aria-hidden": "true", - "style": "width: 0px; height: 0px; overflow: hidden; outline: none;", - "tabindex": "0", - }, - "children": Array [], - "name": "div", - "namespace": "http://www.w3.org/1999/xhtml", - "next": [Circular], - "parent": [Circular], - "prev": null, - "type": "tag", - "x-attribsNamespace": Object { - "aria-hidden": undefined, - "style": undefined, - "tabindex": undefined, - }, - "x-attribsPrefix": Object { - "aria-hidden": undefined, - "style": undefined, - "tabindex": undefined, - }, - }, - "type": "tag", - "x-attribsNamespace": Object { - "class": undefined, - }, - "x-attribsPrefix": Object { - "class": undefined, - }, - }, - "type": "tag", - "x-attribsNamespace": Object { - "aria-hidden": undefined, - "style": undefined, - "tabindex": undefined, - }, - "x-attribsPrefix": Object { - "aria-hidden": undefined, - "style": undefined, - "tabindex": undefined, - }, - }, - ], - "name": "div", - "namespace": "http://www.w3.org/1999/xhtml", - "next": null, - "parent": [Circular], - "prev": null, - "type": "tag", - "x-attribsNamespace": Object { - "class": undefined, - "role": undefined, - }, - "x-attribsPrefix": Object { - "class": undefined, - "role": undefined, - }, - }, - ], - "name": "div", - "namespace": "http://www.w3.org/1999/xhtml", - "next": null, - "parent": [Circular], - "prev": [Circular], - "type": "tag", - "x-attribsNamespace": Object { - "aria-labelledby": undefined, - "class": undefined, - "role": undefined, - "tabindex": undefined, - }, - "x-attribsPrefix": Object { - "aria-labelledby": undefined, - "class": undefined, - "role": undefined, - "tabindex": undefined, - }, - }, - "parent": [Circular], - "prev": null, - "type": "tag", - "x-attribsNamespace": Object { - "class": undefined, - }, - "x-attribsPrefix": Object { - "class": undefined, - }, - }, - Object { - "attribs": Object { - "aria-labelledby": "rcDialogTitle0", - "class": "gio-modal-wrap gio-modal__wrapper", - "role": "dialog", - "tabindex": "-1", - }, - "children": Array [ - Object { - "attribs": Object { - "class": "gio-modal gio-modal--small zoom-appear", - "role": "document", - }, - "children": Array [ - Object { - "attribs": Object { - "aria-hidden": "true", - "style": "width: 0px; height: 0px; overflow: hidden; outline: none;", - "tabindex": "0", - }, - "children": Array [], - "name": "div", - "namespace": "http://www.w3.org/1999/xhtml", - "next": Object { - "attribs": Object { - "class": "gio-modal-content", - }, - "children": Array [ - Object { - "attribs": Object { - "aria-label": "Close", - "class": "gio-modal-close", - "type": "button", - }, - "children": Array [ - Object { - "attribs": Object { - "class": "gio-icon gio-modal__close", - }, - "children": Array [ - Object { - "attribs": Object { - "class": "gio-icon-svg", - "fill": "currentColor", - "height": "1rem", - "viewBox": "0 0 14 14", - "width": "1rem", - }, - "children": Array [ - Object { - "attribs": Object {}, - "children": Array [ - Object { - "attribs": Object {}, - "children": Array [], - "name": "style", - "namespace": "http://www.w3.org/2000/svg", - "next": null, - "parent": [Circular], - "prev": null, - "type": "style", - "x-attribsNamespace": Object {}, - "x-attribsPrefix": Object {}, - }, - ], - "name": "defs", - "namespace": "http://www.w3.org/2000/svg", - "next": Object { - "attribs": Object { - "data-name": "\\\\u56FE\\\\u5C42 2", - "id": "close_svg__\\\\u56FE\\\\u5C42_2", - }, - "children": Array [ - Object { - "attribs": Object { - "data-name": "\\\\u56FE\\\\u5C42 1", - "id": "close_svg__\\\\u56FE\\\\u5C42_1-2", - }, - "children": Array [ - Object { - "attribs": Object { - "d": "M6.62 5.92a.54.54 0 00.76 0l3.87-3.87a.49.49 0 01.7.7L8.08 6.62a.54.54 0 000 .76L12 11.25a.49.49 0 01-.7.7L7.38 8.08a.54.54 0 00-.76 0L2.75 12a.49.49 0 01-.7-.7l3.87-3.92a.54.54 0 000-.76L2.05 2.75a.49.49 0 01.7-.7z", - "fill": "currentColor", - "fill-rule": "evenodd", - "id": "close_svg__close", - }, - "children": Array [], - "name": "path", - "namespace": "http://www.w3.org/2000/svg", - "next": null, - "parent": [Circular], - "prev": null, - "type": "tag", - "x-attribsNamespace": Object { - "d": undefined, - "fill": undefined, - "fill-rule": undefined, - "id": undefined, - }, - "x-attribsPrefix": Object { - "d": undefined, - "fill": undefined, - "fill-rule": undefined, - "id": undefined, - }, - }, - ], - "name": "g", - "namespace": "http://www.w3.org/2000/svg", - "next": null, - "parent": [Circular], - "prev": null, - "type": "tag", - "x-attribsNamespace": Object { - "data-name": undefined, - "id": undefined, - }, - "x-attribsPrefix": Object { - "data-name": undefined, - "id": undefined, - }, - }, - ], - "name": "g", - "namespace": "http://www.w3.org/2000/svg", - "next": null, - "parent": [Circular], - "prev": [Circular], - "type": "tag", - "x-attribsNamespace": Object { - "data-name": undefined, - "id": undefined, - }, - "x-attribsPrefix": Object { - "data-name": undefined, - "id": undefined, - }, - }, - "parent": [Circular], - "prev": null, - "type": "tag", - "x-attribsNamespace": Object {}, - "x-attribsPrefix": Object {}, - }, - Object { - "attribs": Object { - "data-name": "\\\\u56FE\\\\u5C42 2", - "id": "close_svg__\\\\u56FE\\\\u5C42_2", - }, - "children": Array [ - Object { - "attribs": Object { - "data-name": "\\\\u56FE\\\\u5C42 1", - "id": "close_svg__\\\\u56FE\\\\u5C42_1-2", - }, - "children": Array [ - Object { - "attribs": Object { - "d": "M6.62 5.92a.54.54 0 00.76 0l3.87-3.87a.49.49 0 01.7.7L8.08 6.62a.54.54 0 000 .76L12 11.25a.49.49 0 01-.7.7L7.38 8.08a.54.54 0 00-.76 0L2.75 12a.49.49 0 01-.7-.7l3.87-3.92a.54.54 0 000-.76L2.05 2.75a.49.49 0 01.7-.7z", - "fill": "currentColor", - "fill-rule": "evenodd", - "id": "close_svg__close", - }, - "children": Array [], - "name": "path", - "namespace": "http://www.w3.org/2000/svg", - "next": null, - "parent": [Circular], - "prev": null, - "type": "tag", - "x-attribsNamespace": Object { - "d": undefined, - "fill": undefined, - "fill-rule": undefined, - "id": undefined, - }, - "x-attribsPrefix": Object { - "d": undefined, - "fill": undefined, - "fill-rule": undefined, - "id": undefined, - }, - }, - ], - "name": "g", - "namespace": "http://www.w3.org/2000/svg", - "next": null, - "parent": [Circular], - "prev": null, - "type": "tag", - "x-attribsNamespace": Object { - "data-name": undefined, - "id": undefined, - }, - "x-attribsPrefix": Object { - "data-name": undefined, - "id": undefined, - }, - }, - ], - "name": "g", - "namespace": "http://www.w3.org/2000/svg", - "next": null, - "parent": [Circular], - "prev": Object { - "attribs": Object {}, - "children": Array [ - Object { - "attribs": Object {}, - "children": Array [], - "name": "style", - "namespace": "http://www.w3.org/2000/svg", - "next": null, - "parent": [Circular], - "prev": null, - "type": "style", - "x-attribsNamespace": Object {}, - "x-attribsPrefix": Object {}, - }, - ], - "name": "defs", - "namespace": "http://www.w3.org/2000/svg", - "next": [Circular], - "parent": [Circular], - "prev": null, - "type": "tag", - "x-attribsNamespace": Object {}, - "x-attribsPrefix": Object {}, - }, - "type": "tag", - "x-attribsNamespace": Object { - "data-name": undefined, - "id": undefined, - }, - "x-attribsPrefix": Object { - "data-name": undefined, - "id": undefined, - }, - }, - ], - "name": "svg", - "namespace": "http://www.w3.org/2000/svg", - "next": null, - "parent": [Circular], - "prev": null, - "type": "tag", - "x-attribsNamespace": Object { - "class": undefined, - "fill": undefined, - "height": undefined, - "viewBox": undefined, - "width": undefined, - }, - "x-attribsPrefix": Object { - "class": undefined, - "fill": undefined, - "height": undefined, - "viewBox": undefined, - "width": undefined, - }, - }, - ], - "name": "span", - "namespace": "http://www.w3.org/1999/xhtml", - "next": null, - "parent": [Circular], - "prev": null, - "type": "tag", - "x-attribsNamespace": Object { - "class": undefined, - }, - "x-attribsPrefix": Object { - "class": undefined, - }, - }, - ], - "name": "button", - "namespace": "http://www.w3.org/1999/xhtml", - "next": Object { - "attribs": Object { - "class": "gio-modal-header", - }, - "children": Array [ - Object { - "attribs": Object { - "class": "gio-modal-title", - "id": "rcDialogTitle0", - }, - "children": Array [ - Object { - "attribs": Object { - "class": "gio-modal__title", - }, - "children": Array [ - Object { - "data": "步骤 1", - "next": null, - "parent": [Circular], - "prev": null, - "type": "text", - }, - ], - "name": "div", - "namespace": "http://www.w3.org/1999/xhtml", - "next": null, - "parent": [Circular], - "prev": null, - "type": "tag", - "x-attribsNamespace": Object { - "class": undefined, - }, - "x-attribsPrefix": Object { - "class": undefined, - }, - }, - ], - "name": "div", - "namespace": "http://www.w3.org/1999/xhtml", - "next": null, - "parent": [Circular], - "prev": null, - "type": "tag", - "x-attribsNamespace": Object { - "class": undefined, - "id": undefined, - }, - "x-attribsPrefix": Object { - "class": undefined, - "id": undefined, - }, - }, - ], - "name": "div", - "namespace": "http://www.w3.org/1999/xhtml", - "next": Object { - "attribs": Object { - "class": "gio-modal-body", - }, - "children": Array [ - Object { - "data": "Step One", - "next": null, - "parent": [Circular], - "prev": null, - "type": "text", - }, - ], - "name": "div", - "namespace": "http://www.w3.org/1999/xhtml", - "next": Object { - "attribs": Object { - "class": "gio-modal-footer", - }, - "children": Array [ - Object { - "attribs": Object { - "class": "gio-modal__footer", - }, - "children": Array [ - Object { - "attribs": Object { - "class": "gio-modal__footer-additional", - }, - "children": Array [], - "name": "div", - "namespace": "http://www.w3.org/1999/xhtml", - "next": Object { - "attribs": Object {}, - "children": Array [ - Object { - "attribs": Object { - "class": "gio-btn gio-modal__btn-close gio-btn-secondary", - "type": "button", - }, - "children": Array [ - Object { - "attribs": Object {}, - "children": Array [ - Object { - "data": "取 消", - "next": null, - "parent": [Circular], - "prev": null, - "type": "text", - }, - ], - "name": "span", - "namespace": "http://www.w3.org/1999/xhtml", - "next": null, - "parent": [Circular], - "prev": null, - "type": "tag", - "x-attribsNamespace": Object {}, - "x-attribsPrefix": Object {}, - }, - ], - "name": "button", - "namespace": "http://www.w3.org/1999/xhtml", - "next": Object { - "attribs": Object { - "class": "gio-btn gio-modal__btn-ok gio-btn-primary", - "type": "button", - }, - "children": Array [ - Object { - "attribs": Object {}, - "children": Array [ - Object { - "data": "下一步", - "next": null, - "parent": [Circular], - "prev": null, - "type": "text", - }, - ], - "name": "span", - "namespace": "http://www.w3.org/1999/xhtml", - "next": null, - "parent": [Circular], - "prev": null, - "type": "tag", - "x-attribsNamespace": Object {}, - "x-attribsPrefix": Object {}, - }, - ], - "name": "button", - "namespace": "http://www.w3.org/1999/xhtml", - "next": null, - "parent": [Circular], - "prev": [Circular], - "type": "tag", - "x-attribsNamespace": Object { - "class": undefined, - "type": undefined, - }, - "x-attribsPrefix": Object { - "class": undefined, - "type": undefined, - }, - }, - "parent": [Circular], - "prev": null, - "type": "tag", - "x-attribsNamespace": Object { - "class": undefined, - "type": undefined, - }, - "x-attribsPrefix": Object { - "class": undefined, - "type": undefined, - }, - }, - Object { - "attribs": Object { - "class": "gio-btn gio-modal__btn-ok gio-btn-primary", - "type": "button", - }, - "children": Array [ - Object { - "attribs": Object {}, - "children": Array [ - Object { - "data": "下一步", - "next": null, - "parent": [Circular], - "prev": null, - "type": "text", - }, - ], - "name": "span", - "namespace": "http://www.w3.org/1999/xhtml", - "next": null, - "parent": [Circular], - "prev": null, - "type": "tag", - "x-attribsNamespace": Object {}, - "x-attribsPrefix": Object {}, - }, - ], - "name": "button", - "namespace": "http://www.w3.org/1999/xhtml", - "next": null, - "parent": [Circular], - "prev": Object { - "attribs": Object { - "class": "gio-btn gio-modal__btn-close gio-btn-secondary", - "type": "button", - }, - "children": Array [ - Object { - "attribs": Object {}, - "children": Array [ - Object { - "data": "取 消", - "next": null, - "parent": [Circular], - "prev": null, - "type": "text", - }, - ], - "name": "span", - "namespace": "http://www.w3.org/1999/xhtml", - "next": null, - "parent": [Circular], - "prev": null, - "type": "tag", - "x-attribsNamespace": Object {}, - "x-attribsPrefix": Object {}, - }, - ], - "name": "button", - "namespace": "http://www.w3.org/1999/xhtml", - "next": [Circular], - "parent": [Circular], - "prev": null, - "type": "tag", - "x-attribsNamespace": Object { - "class": undefined, - "type": undefined, - }, - "x-attribsPrefix": Object { - "class": undefined, - "type": undefined, - }, - }, - "type": "tag", - "x-attribsNamespace": Object { - "class": undefined, - "type": undefined, - }, - "x-attribsPrefix": Object { - "class": undefined, - "type": undefined, - }, - }, - ], - "name": "div", - "namespace": "http://www.w3.org/1999/xhtml", - "next": null, - "parent": [Circular], - "prev": [Circular], - "type": "tag", - "x-attribsNamespace": Object {}, - "x-attribsPrefix": Object {}, - }, - "parent": [Circular], - "prev": null, - "type": "tag", - "x-attribsNamespace": Object { - "class": undefined, - }, - "x-attribsPrefix": Object { - "class": undefined, - }, - }, - Object { - "attribs": Object {}, - "children": Array [ - Object { - "attribs": Object { - "class": "gio-btn gio-modal__btn-close gio-btn-secondary", - "type": "button", - }, - "children": Array [ - Object { - "attribs": Object {}, - "children": Array [ - Object { - "data": "取 消", - "next": null, - "parent": [Circular], - "prev": null, - "type": "text", - }, - ], - "name": "span", - "namespace": "http://www.w3.org/1999/xhtml", - "next": null, - "parent": [Circular], - "prev": null, - "type": "tag", - "x-attribsNamespace": Object {}, - "x-attribsPrefix": Object {}, - }, - ], - "name": "button", - "namespace": "http://www.w3.org/1999/xhtml", - "next": Object { - "attribs": Object { - "class": "gio-btn gio-modal__btn-ok gio-btn-primary", - "type": "button", - }, - "children": Array [ - Object { - "attribs": Object {}, - "children": Array [ - Object { - "data": "下一步", - "next": null, - "parent": [Circular], - "prev": null, - "type": "text", - }, - ], - "name": "span", - "namespace": "http://www.w3.org/1999/xhtml", - "next": null, - "parent": [Circular], - "prev": null, - "type": "tag", - "x-attribsNamespace": Object {}, - "x-attribsPrefix": Object {}, - }, - ], - "name": "button", - "namespace": "http://www.w3.org/1999/xhtml", - "next": null, - "parent": [Circular], - "prev": [Circular], - "type": "tag", - "x-attribsNamespace": Object { - "class": undefined, - "type": undefined, - }, - "x-attribsPrefix": Object { - "class": undefined, - "type": undefined, - }, - }, - "parent": [Circular], - "prev": null, - "type": "tag", - "x-attribsNamespace": Object { - "class": undefined, - "type": undefined, - }, - "x-attribsPrefix": Object { - "class": undefined, - "type": undefined, - }, - }, - Object { - "attribs": Object { - "class": "gio-btn gio-modal__btn-ok gio-btn-primary", - "type": "button", - }, - "children": Array [ - Object { - "attribs": Object {}, - "children": Array [ - Object { - "data": "下一步", - "next": null, - "parent": [Circular], - "prev": null, - "type": "text", - }, - ], - "name": "span", - "namespace": "http://www.w3.org/1999/xhtml", - "next": null, - "parent": [Circular], - "prev": null, - "type": "tag", - "x-attribsNamespace": Object {}, - "x-attribsPrefix": Object {}, - }, - ], - "name": "button", - "namespace": "http://www.w3.org/1999/xhtml", - "next": null, - "parent": [Circular], - "prev": Object { - "attribs": Object { - "class": "gio-btn gio-modal__btn-close gio-btn-secondary", - "type": "button", - }, - "children": Array [ - Object { - "attribs": Object {}, - "children": Array [ - Object { - "data": "取 消", - "next": null, - "parent": [Circular], - "prev": null, - "type": "text", - }, - ], - "name": "span", - "namespace": "http://www.w3.org/1999/xhtml", - "next": null, - "parent": [Circular], - "prev": null, - "type": "tag", - "x-attribsNamespace": Object {}, - "x-attribsPrefix": Object {}, - }, - ], - "name": "button", - "namespace": "http://www.w3.org/1999/xhtml", - "next": [Circular], - "parent": [Circular], - "prev": null, - "type": "tag", - "x-attribsNamespace": Object { - "class": undefined, - "type": undefined, - }, - "x-attribsPrefix": Object { - "class": undefined, - "type": undefined, - }, - }, - "type": "tag", - "x-attribsNamespace": Object { - "class": undefined, - "type": undefined, - }, - "x-attribsPrefix": Object { - "class": undefined, - "type": undefined, - }, - }, - ], - "name": "div", - "namespace": "http://www.w3.org/1999/xhtml", - "next": null, - "parent": [Circular], - "prev": Object { - "attribs": Object { - "class": "gio-modal__footer-additional", - }, - "children": Array [], - "name": "div", - "namespace": "http://www.w3.org/1999/xhtml", - "next": [Circular], - "parent": [Circular], - "prev": null, - "type": "tag", - "x-attribsNamespace": Object { - "class": undefined, - }, - "x-attribsPrefix": Object { - "class": undefined, - }, - }, - "type": "tag", - "x-attribsNamespace": Object {}, - "x-attribsPrefix": Object {}, - }, - ], - "name": "div", - "namespace": "http://www.w3.org/1999/xhtml", - "next": null, - "parent": [Circular], - "prev": null, - "type": "tag", - "x-attribsNamespace": Object { - "class": undefined, - }, - "x-attribsPrefix": Object { - "class": undefined, - }, - }, - ], - "name": "div", - "namespace": "http://www.w3.org/1999/xhtml", - "next": null, - "parent": [Circular], - "prev": [Circular], - "type": "tag", - "x-attribsNamespace": Object { - "class": undefined, - }, - "x-attribsPrefix": Object { - "class": undefined, - }, - }, - "parent": [Circular], - "prev": [Circular], - "type": "tag", - "x-attribsNamespace": Object { - "class": undefined, - }, - "x-attribsPrefix": Object { - "class": undefined, - }, - }, - "parent": [Circular], - "prev": [Circular], - "type": "tag", - "x-attribsNamespace": Object { - "class": undefined, - }, - "x-attribsPrefix": Object { - "class": undefined, - }, - }, - "parent": [Circular], - "prev": null, - "type": "tag", - "x-attribsNamespace": Object { - "aria-label": undefined, - "class": undefined, - "type": undefined, - }, - "x-attribsPrefix": Object { - "aria-label": undefined, - "class": undefined, - "type": undefined, - }, - }, - Object { - "attribs": Object { - "class": "gio-modal-header", - }, - "children": Array [ - Object { - "attribs": Object { - "class": "gio-modal-title", - "id": "rcDialogTitle0", - }, - "children": Array [ - Object { - "attribs": Object { - "class": "gio-modal__title", - }, - "children": Array [ - Object { - "data": "步骤 1", - "next": null, - "parent": [Circular], - "prev": null, - "type": "text", - }, - ], - "name": "div", - "namespace": "http://www.w3.org/1999/xhtml", - "next": null, - "parent": [Circular], - "prev": null, - "type": "tag", - "x-attribsNamespace": Object { - "class": undefined, - }, - "x-attribsPrefix": Object { - "class": undefined, - }, - }, - ], - "name": "div", - "namespace": "http://www.w3.org/1999/xhtml", - "next": null, - "parent": [Circular], - "prev": null, - "type": "tag", - "x-attribsNamespace": Object { - "class": undefined, - "id": undefined, - }, - "x-attribsPrefix": Object { - "class": undefined, - "id": undefined, - }, - }, - ], - "name": "div", - "namespace": "http://www.w3.org/1999/xhtml", - "next": Object { - "attribs": Object { - "class": "gio-modal-body", - }, - "children": Array [ - Object { - "data": "Step One", - "next": null, - "parent": [Circular], - "prev": null, - "type": "text", - }, - ], - "name": "div", - "namespace": "http://www.w3.org/1999/xhtml", - "next": Object { - "attribs": Object { - "class": "gio-modal-footer", - }, - "children": Array [ - Object { - "attribs": Object { - "class": "gio-modal__footer", - }, - "children": Array [ - Object { - "attribs": Object { - "class": "gio-modal__footer-additional", - }, - "children": Array [], - "name": "div", - "namespace": "http://www.w3.org/1999/xhtml", - "next": Object { - "attribs": Object {}, - "children": Array [ - Object { - "attribs": Object { - "class": "gio-btn gio-modal__btn-close gio-btn-secondary", - "type": "button", - }, - "children": Array [ - Object { - "attribs": Object {}, - "children": Array [ - Object { - "data": "取 消", - "next": null, - "parent": [Circular], - "prev": null, - "type": "text", - }, - ], - "name": "span", - "namespace": "http://www.w3.org/1999/xhtml", - "next": null, - "parent": [Circular], - "prev": null, - "type": "tag", - "x-attribsNamespace": Object {}, - "x-attribsPrefix": Object {}, - }, - ], - "name": "button", - "namespace": "http://www.w3.org/1999/xhtml", - "next": Object { - "attribs": Object { - "class": "gio-btn gio-modal__btn-ok gio-btn-primary", - "type": "button", - }, - "children": Array [ - Object { - "attribs": Object {}, - "children": Array [ - Object { - "data": "下一步", - "next": null, - "parent": [Circular], - "prev": null, - "type": "text", - }, - ], - "name": "span", - "namespace": "http://www.w3.org/1999/xhtml", - "next": null, - "parent": [Circular], - "prev": null, - "type": "tag", - "x-attribsNamespace": Object {}, - "x-attribsPrefix": Object {}, - }, - ], - "name": "button", - "namespace": "http://www.w3.org/1999/xhtml", - "next": null, - "parent": [Circular], - "prev": [Circular], - "type": "tag", - "x-attribsNamespace": Object { - "class": undefined, - "type": undefined, - }, - "x-attribsPrefix": Object { - "class": undefined, - "type": undefined, - }, - }, - "parent": [Circular], - "prev": null, - "type": "tag", - "x-attribsNamespace": Object { - "class": undefined, - "type": undefined, - }, - "x-attribsPrefix": Object { - "class": undefined, - "type": undefined, - }, - }, - Object { - "attribs": Object { - "class": "gio-btn gio-modal__btn-ok gio-btn-primary", - "type": "button", - }, - "children": Array [ - Object { - "attribs": Object {}, - "children": Array [ - Object { - "data": "下一步", - "next": null, - "parent": [Circular], - "prev": null, - "type": "text", - }, - ], - "name": "span", - "namespace": "http://www.w3.org/1999/xhtml", - "next": null, - "parent": [Circular], - "prev": null, - "type": "tag", - "x-attribsNamespace": Object {}, - "x-attribsPrefix": Object {}, - }, - ], - "name": "button", - "namespace": "http://www.w3.org/1999/xhtml", - "next": null, - "parent": [Circular], - "prev": Object { - "attribs": Object { - "class": "gio-btn gio-modal__btn-close gio-btn-secondary", - "type": "button", - }, - "children": Array [ - Object { - "attribs": Object {}, - "children": Array [ - Object { - "data": "取 消", - "next": null, - "parent": [Circular], - "prev": null, - "type": "text", - }, - ], - "name": "span", - "namespace": "http://www.w3.org/1999/xhtml", - "next": null, - "parent": [Circular], - "prev": null, - "type": "tag", - "x-attribsNamespace": Object {}, - "x-attribsPrefix": Object {}, - }, - ], - "name": "button", - "namespace": "http://www.w3.org/1999/xhtml", - "next": [Circular], - "parent": [Circular], - "prev": null, - "type": "tag", - "x-attribsNamespace": Object { - "class": undefined, - "type": undefined, - }, - "x-attribsPrefix": Object { - "class": undefined, - "type": undefined, - }, - }, - "type": "tag", - "x-attribsNamespace": Object { - "class": undefined, - "type": undefined, - }, - "x-attribsPrefix": Object { - "class": undefined, - "type": undefined, - }, - }, - ], - "name": "div", - "namespace": "http://www.w3.org/1999/xhtml", - "next": null, - "parent": [Circular], - "prev": [Circular], - "type": "tag", - "x-attribsNamespace": Object {}, - "x-attribsPrefix": Object {}, - }, - "parent": [Circular], - "prev": null, - "type": "tag", - "x-attribsNamespace": Object { - "class": undefined, - }, - "x-attribsPrefix": Object { - "class": undefined, - }, - }, - Object { - "attribs": Object {}, - "children": Array [ - Object { - "attribs": Object { - "class": "gio-btn gio-modal__btn-close gio-btn-secondary", - "type": "button", - }, - "children": Array [ - Object { - "attribs": Object {}, - "children": Array [ - Object { - "data": "取 消", - "next": null, - "parent": [Circular], - "prev": null, - "type": "text", - }, - ], - "name": "span", - "namespace": "http://www.w3.org/1999/xhtml", - "next": null, - "parent": [Circular], - "prev": null, - "type": "tag", - "x-attribsNamespace": Object {}, - "x-attribsPrefix": Object {}, - }, - ], - "name": "button", - "namespace": "http://www.w3.org/1999/xhtml", - "next": Object { - "attribs": Object { - "class": "gio-btn gio-modal__btn-ok gio-btn-primary", - "type": "button", - }, - "children": Array [ - Object { - "attribs": Object {}, - "children": Array [ - Object { - "data": "下一步", - "next": null, - "parent": [Circular], - "prev": null, - "type": "text", - }, - ], - "name": "span", - "namespace": "http://www.w3.org/1999/xhtml", - "next": null, - "parent": [Circular], - "prev": null, - "type": "tag", - "x-attribsNamespace": Object {}, - "x-attribsPrefix": Object {}, - }, - ], - "name": "button", - "namespace": "http://www.w3.org/1999/xhtml", - "next": null, - "parent": [Circular], - "prev": [Circular], - "type": "tag", - "x-attribsNamespace": Object { - "class": undefined, - "type": undefined, - }, - "x-attribsPrefix": Object { - "class": undefined, - "type": undefined, - }, - }, - "parent": [Circular], - "prev": null, - "type": "tag", - "x-attribsNamespace": Object { - "class": undefined, - "type": undefined, - }, - "x-attribsPrefix": Object { - "class": undefined, - "type": undefined, - }, - }, - Object { - "attribs": Object { - "class": "gio-btn gio-modal__btn-ok gio-btn-primary", - "type": "button", - }, - "children": Array [ - Object { - "attribs": Object {}, - "children": Array [ - Object { - "data": "下一步", - "next": null, - "parent": [Circular], - "prev": null, - "type": "text", - }, - ], - "name": "span", - "namespace": "http://www.w3.org/1999/xhtml", - "next": null, - "parent": [Circular], - "prev": null, - "type": "tag", - "x-attribsNamespace": Object {}, - "x-attribsPrefix": Object {}, - }, - ], - "name": "button", - "namespace": "http://www.w3.org/1999/xhtml", - "next": null, - "parent": [Circular], - "prev": Object { - "attribs": Object { - "class": "gio-btn gio-modal__btn-close gio-btn-secondary", - "type": "button", - }, - "children": Array [ - Object { - "attribs": Object {}, - "children": Array [ - Object { - "data": "取 消", - "next": null, - "parent": [Circular], - "prev": null, - "type": "text", - }, - ], - "name": "span", - "namespace": "http://www.w3.org/1999/xhtml", - "next": null, - "parent": [Circular], - "prev": null, - "type": "tag", - "x-attribsNamespace": Object {}, - "x-attribsPrefix": Object {}, - }, - ], - "name": "button", - "namespace": "http://www.w3.org/1999/xhtml", - "next": [Circular], - "parent": [Circular], - "prev": null, - "type": "tag", - "x-attribsNamespace": Object { - "class": undefined, - "type": undefined, - }, - "x-attribsPrefix": Object { - "class": undefined, - "type": undefined, - }, - }, - "type": "tag", - "x-attribsNamespace": Object { - "class": undefined, - "type": undefined, - }, - "x-attribsPrefix": Object { - "class": undefined, - "type": undefined, - }, - }, - ], - "name": "div", - "namespace": "http://www.w3.org/1999/xhtml", - "next": null, - "parent": [Circular], - "prev": Object { - "attribs": Object { - "class": "gio-modal__footer-additional", - }, - "children": Array [], - "name": "div", - "namespace": "http://www.w3.org/1999/xhtml", - "next": [Circular], - "parent": [Circular], - "prev": null, - "type": "tag", - "x-attribsNamespace": Object { - "class": undefined, - }, - "x-attribsPrefix": Object { - "class": undefined, - }, - }, - "type": "tag", - "x-attribsNamespace": Object {}, - "x-attribsPrefix": Object {}, - }, - ], - "name": "div", - "namespace": "http://www.w3.org/1999/xhtml", - "next": null, - "parent": [Circular], - "prev": null, - "type": "tag", - "x-attribsNamespace": Object { - "class": undefined, - }, - "x-attribsPrefix": Object { - "class": undefined, - }, - }, - ], - "name": "div", - "namespace": "http://www.w3.org/1999/xhtml", - "next": null, - "parent": [Circular], - "prev": [Circular], - "type": "tag", - "x-attribsNamespace": Object { - "class": undefined, - }, - "x-attribsPrefix": Object { - "class": undefined, - }, - }, - "parent": [Circular], - "prev": [Circular], - "type": "tag", - "x-attribsNamespace": Object { - "class": undefined, - }, - "x-attribsPrefix": Object { - "class": undefined, - }, - }, - "parent": [Circular], - "prev": Object { - "attribs": Object { - "aria-label": "Close", - "class": "gio-modal-close", - "type": "button", - }, - "children": Array [ - Object { - "attribs": Object { - "class": "gio-icon gio-modal__close", - }, - "children": Array [ - Object { - "attribs": Object { - "class": "gio-icon-svg", - "fill": "currentColor", - "height": "1rem", - "viewBox": "0 0 14 14", - "width": "1rem", - }, - "children": Array [ - Object { - "attribs": Object {}, - "children": Array [ - Object { - "attribs": Object {}, - "children": Array [], - "name": "style", - "namespace": "http://www.w3.org/2000/svg", - "next": null, - "parent": [Circular], - "prev": null, - "type": "style", - "x-attribsNamespace": Object {}, - "x-attribsPrefix": Object {}, - }, - ], - "name": "defs", - "namespace": "http://www.w3.org/2000/svg", - "next": Object { - "attribs": Object { - "data-name": "\\\\u56FE\\\\u5C42 2", - "id": "close_svg__\\\\u56FE\\\\u5C42_2", - }, - "children": Array [ - Object { - "attribs": Object { - "data-name": "\\\\u56FE\\\\u5C42 1", - "id": "close_svg__\\\\u56FE\\\\u5C42_1-2", - }, - "children": Array [ - Object { - "attribs": Object { - "d": "M6.62 5.92a.54.54 0 00.76 0l3.87-3.87a.49.49 0 01.7.7L8.08 6.62a.54.54 0 000 .76L12 11.25a.49.49 0 01-.7.7L7.38 8.08a.54.54 0 00-.76 0L2.75 12a.49.49 0 01-.7-.7l3.87-3.92a.54.54 0 000-.76L2.05 2.75a.49.49 0 01.7-.7z", - "fill": "currentColor", - "fill-rule": "evenodd", - "id": "close_svg__close", - }, - "children": Array [], - "name": "path", - "namespace": "http://www.w3.org/2000/svg", - "next": null, - "parent": [Circular], - "prev": null, - "type": "tag", - "x-attribsNamespace": Object { - "d": undefined, - "fill": undefined, - "fill-rule": undefined, - "id": undefined, - }, - "x-attribsPrefix": Object { - "d": undefined, - "fill": undefined, - "fill-rule": undefined, - "id": undefined, - }, - }, - ], - "name": "g", - "namespace": "http://www.w3.org/2000/svg", - "next": null, - "parent": [Circular], - "prev": null, - "type": "tag", - "x-attribsNamespace": Object { - "data-name": undefined, - "id": undefined, - }, - "x-attribsPrefix": Object { - "data-name": undefined, - "id": undefined, - }, - }, - ], - "name": "g", - "namespace": "http://www.w3.org/2000/svg", - "next": null, - "parent": [Circular], - "prev": [Circular], - "type": "tag", - "x-attribsNamespace": Object { - "data-name": undefined, - "id": undefined, - }, - "x-attribsPrefix": Object { - "data-name": undefined, - "id": undefined, - }, - }, - "parent": [Circular], - "prev": null, - "type": "tag", - "x-attribsNamespace": Object {}, - "x-attribsPrefix": Object {}, - }, - Object { - "attribs": Object { - "data-name": "\\\\u56FE\\\\u5C42 2", - "id": "close_svg__\\\\u56FE\\\\u5C42_2", - }, - "children": Array [ - Object { - "attribs": Object { - "data-name": "\\\\u56FE\\\\u5C42 1", - "id": "close_svg__\\\\u56FE\\\\u5C42_1-2", - }, - "children": Array [ - Object { - "attribs": Object { - "d": "M6.62 5.92a.54.54 0 00.76 0l3.87-3.87a.49.49 0 01.7.7L8.08 6.62a.54.54 0 000 .76L12 11.25a.49.49 0 01-.7.7L7.38 8.08a.54.54 0 00-.76 0L2.75 12a.49.49 0 01-.7-.7l3.87-3.92a.54.54 0 000-.76L2.05 2.75a.49.49 0 01.7-.7z", - "fill": "currentColor", - "fill-rule": "evenodd", - "id": "close_svg__close", - }, - "children": Array [], - "name": "path", - "namespace": "http://www.w3.org/2000/svg", - "next": null, - "parent": [Circular], - "prev": null, - "type": "tag", - "x-attribsNamespace": Object { - "d": undefined, - "fill": undefined, - "fill-rule": undefined, - "id": undefined, - }, - "x-attribsPrefix": Object { - "d": undefined, - "fill": undefined, - "fill-rule": undefined, - "id": undefined, - }, - }, - ], - "name": "g", - "namespace": "http://www.w3.org/2000/svg", - "next": null, - "parent": [Circular], - "prev": null, - "type": "tag", - "x-attribsNamespace": Object { - "data-name": undefined, - "id": undefined, - }, - "x-attribsPrefix": Object { - "data-name": undefined, - "id": undefined, - }, - }, - ], - "name": "g", - "namespace": "http://www.w3.org/2000/svg", - "next": null, - "parent": [Circular], - "prev": Object { - "attribs": Object {}, - "children": Array [ - Object { - "attribs": Object {}, - "children": Array [], - "name": "style", - "namespace": "http://www.w3.org/2000/svg", - "next": null, - "parent": [Circular], - "prev": null, - "type": "style", - "x-attribsNamespace": Object {}, - "x-attribsPrefix": Object {}, - }, - ], - "name": "defs", - "namespace": "http://www.w3.org/2000/svg", - "next": [Circular], - "parent": [Circular], - "prev": null, - "type": "tag", - "x-attribsNamespace": Object {}, - "x-attribsPrefix": Object {}, - }, - "type": "tag", - "x-attribsNamespace": Object { - "data-name": undefined, - "id": undefined, - }, - "x-attribsPrefix": Object { - "data-name": undefined, - "id": undefined, - }, - }, - ], - "name": "svg", - "namespace": "http://www.w3.org/2000/svg", - "next": null, - "parent": [Circular], - "prev": null, - "type": "tag", - "x-attribsNamespace": Object { - "class": undefined, - "fill": undefined, - "height": undefined, - "viewBox": undefined, - "width": undefined, - }, - "x-attribsPrefix": Object { - "class": undefined, - "fill": undefined, - "height": undefined, - "viewBox": undefined, - "width": undefined, - }, - }, - ], - "name": "span", - "namespace": "http://www.w3.org/1999/xhtml", - "next": null, - "parent": [Circular], - "prev": null, - "type": "tag", - "x-attribsNamespace": Object { - "class": undefined, - }, - "x-attribsPrefix": Object { - "class": undefined, - }, - }, - ], - "name": "button", - "namespace": "http://www.w3.org/1999/xhtml", - "next": [Circular], - "parent": [Circular], - "prev": null, - "type": "tag", - "x-attribsNamespace": Object { - "aria-label": undefined, - "class": undefined, - "type": undefined, - }, - "x-attribsPrefix": Object { - "aria-label": undefined, - "class": undefined, - "type": undefined, - }, - }, - "type": "tag", - "x-attribsNamespace": Object { - "class": undefined, - }, - "x-attribsPrefix": Object { - "class": undefined, - }, - }, - Object { - "attribs": Object { - "class": "gio-modal-body", - }, - "children": Array [ - Object { - "data": "Step One", - "next": null, - "parent": [Circular], - "prev": null, - "type": "text", - }, - ], - "name": "div", - "namespace": "http://www.w3.org/1999/xhtml", - "next": Object { - "attribs": Object { - "class": "gio-modal-footer", - }, - "children": Array [ - Object { - "attribs": Object { - "class": "gio-modal__footer", - }, - "children": Array [ - Object { - "attribs": Object { - "class": "gio-modal__footer-additional", - }, - "children": Array [], - "name": "div", - "namespace": "http://www.w3.org/1999/xhtml", - "next": Object { - "attribs": Object {}, - "children": Array [ - Object { - "attribs": Object { - "class": "gio-btn gio-modal__btn-close gio-btn-secondary", - "type": "button", - }, - "children": Array [ - Object { - "attribs": Object {}, - "children": Array [ - Object { - "data": "取 消", - "next": null, - "parent": [Circular], - "prev": null, - "type": "text", - }, - ], - "name": "span", - "namespace": "http://www.w3.org/1999/xhtml", - "next": null, - "parent": [Circular], - "prev": null, - "type": "tag", - "x-attribsNamespace": Object {}, - "x-attribsPrefix": Object {}, - }, - ], - "name": "button", - "namespace": "http://www.w3.org/1999/xhtml", - "next": Object { - "attribs": Object { - "class": "gio-btn gio-modal__btn-ok gio-btn-primary", - "type": "button", - }, - "children": Array [ - Object { - "attribs": Object {}, - "children": Array [ - Object { - "data": "下一步", - "next": null, - "parent": [Circular], - "prev": null, - "type": "text", - }, - ], - "name": "span", - "namespace": "http://www.w3.org/1999/xhtml", - "next": null, - "parent": [Circular], - "prev": null, - "type": "tag", - "x-attribsNamespace": Object {}, - "x-attribsPrefix": Object {}, - }, - ], - "name": "button", - "namespace": "http://www.w3.org/1999/xhtml", - "next": null, - "parent": [Circular], - "prev": [Circular], - "type": "tag", - "x-attribsNamespace": Object { - "class": undefined, - "type": undefined, - }, - "x-attribsPrefix": Object { - "class": undefined, - "type": undefined, - }, - }, - "parent": [Circular], - "prev": null, - "type": "tag", - "x-attribsNamespace": Object { - "class": undefined, - "type": undefined, - }, - "x-attribsPrefix": Object { - "class": undefined, - "type": undefined, - }, - }, - Object { - "attribs": Object { - "class": "gio-btn gio-modal__btn-ok gio-btn-primary", - "type": "button", - }, - "children": Array [ - Object { - "attribs": Object {}, - "children": Array [ - Object { - "data": "下一步", - "next": null, - "parent": [Circular], - "prev": null, - "type": "text", - }, - ], - "name": "span", - "namespace": "http://www.w3.org/1999/xhtml", - "next": null, - "parent": [Circular], - "prev": null, - "type": "tag", - "x-attribsNamespace": Object {}, - "x-attribsPrefix": Object {}, - }, - ], - "name": "button", - "namespace": "http://www.w3.org/1999/xhtml", - "next": null, - "parent": [Circular], - "prev": Object { - "attribs": Object { - "class": "gio-btn gio-modal__btn-close gio-btn-secondary", - "type": "button", - }, - "children": Array [ - Object { - "attribs": Object {}, - "children": Array [ - Object { - "data": "取 消", - "next": null, - "parent": [Circular], - "prev": null, - "type": "text", - }, - ], - "name": "span", - "namespace": "http://www.w3.org/1999/xhtml", - "next": null, - "parent": [Circular], - "prev": null, - "type": "tag", - "x-attribsNamespace": Object {}, - "x-attribsPrefix": Object {}, - }, - ], - "name": "button", - "namespace": "http://www.w3.org/1999/xhtml", - "next": [Circular], - "parent": [Circular], - "prev": null, - "type": "tag", - "x-attribsNamespace": Object { - "class": undefined, - "type": undefined, - }, - "x-attribsPrefix": Object { - "class": undefined, - "type": undefined, - }, - }, - "type": "tag", - "x-attribsNamespace": Object { - "class": undefined, - "type": undefined, - }, - "x-attribsPrefix": Object { - "class": undefined, - "type": undefined, - }, - }, - ], - "name": "div", - "namespace": "http://www.w3.org/1999/xhtml", - "next": null, - "parent": [Circular], - "prev": [Circular], - "type": "tag", - "x-attribsNamespace": Object {}, - "x-attribsPrefix": Object {}, - }, - "parent": [Circular], - "prev": null, - "type": "tag", - "x-attribsNamespace": Object { - "class": undefined, - }, - "x-attribsPrefix": Object { - "class": undefined, - }, - }, - Object { - "attribs": Object {}, - "children": Array [ - Object { - "attribs": Object { - "class": "gio-btn gio-modal__btn-close gio-btn-secondary", - "type": "button", - }, - "children": Array [ - Object { - "attribs": Object {}, - "children": Array [ - Object { - "data": "取 消", - "next": null, - "parent": [Circular], - "prev": null, - "type": "text", - }, - ], - "name": "span", - "namespace": "http://www.w3.org/1999/xhtml", - "next": null, - "parent": [Circular], - "prev": null, - "type": "tag", - "x-attribsNamespace": Object {}, - "x-attribsPrefix": Object {}, - }, - ], - "name": "button", - "namespace": "http://www.w3.org/1999/xhtml", - "next": Object { - "attribs": Object { - "class": "gio-btn gio-modal__btn-ok gio-btn-primary", - "type": "button", - }, - "children": Array [ - Object { - "attribs": Object {}, - "children": Array [ - Object { - "data": "下一步", - "next": null, - "parent": [Circular], - "prev": null, - "type": "text", - }, - ], - "name": "span", - "namespace": "http://www.w3.org/1999/xhtml", - "next": null, - "parent": [Circular], - "prev": null, - "type": "tag", - "x-attribsNamespace": Object {}, - "x-attribsPrefix": Object {}, - }, - ], - "name": "button", - "namespace": "http://www.w3.org/1999/xhtml", - "next": null, - "parent": [Circular], - "prev": [Circular], - "type": "tag", - "x-attribsNamespace": Object { - "class": undefined, - "type": undefined, - }, - "x-attribsPrefix": Object { - "class": undefined, - "type": undefined, - }, - }, - "parent": [Circular], - "prev": null, - "type": "tag", - "x-attribsNamespace": Object { - "class": undefined, - "type": undefined, - }, - "x-attribsPrefix": Object { - "class": undefined, - "type": undefined, - }, - }, - Object { - "attribs": Object { - "class": "gio-btn gio-modal__btn-ok gio-btn-primary", - "type": "button", - }, - "children": Array [ - Object { - "attribs": Object {}, - "children": Array [ - Object { - "data": "下一步", - "next": null, - "parent": [Circular], - "prev": null, - "type": "text", - }, - ], - "name": "span", - "namespace": "http://www.w3.org/1999/xhtml", - "next": null, - "parent": [Circular], - "prev": null, - "type": "tag", - "x-attribsNamespace": Object {}, - "x-attribsPrefix": Object {}, - }, - ], - "name": "button", - "namespace": "http://www.w3.org/1999/xhtml", - "next": null, - "parent": [Circular], - "prev": Object { - "attribs": Object { - "class": "gio-btn gio-modal__btn-close gio-btn-secondary", - "type": "button", - }, - "children": Array [ - Object { - "attribs": Object {}, - "children": Array [ - Object { - "data": "取 消", - "next": null, - "parent": [Circular], - "prev": null, - "type": "text", - }, - ], - "name": "span", - "namespace": "http://www.w3.org/1999/xhtml", - "next": null, - "parent": [Circular], - "prev": null, - "type": "tag", - "x-attribsNamespace": Object {}, - "x-attribsPrefix": Object {}, - }, - ], - "name": "button", - "namespace": "http://www.w3.org/1999/xhtml", - "next": [Circular], - "parent": [Circular], - "prev": null, - "type": "tag", - "x-attribsNamespace": Object { - "class": undefined, - "type": undefined, - }, - "x-attribsPrefix": Object { - "class": undefined, - "type": undefined, - }, - }, - "type": "tag", - "x-attribsNamespace": Object { - "class": undefined, - "type": undefined, - }, - "x-attribsPrefix": Object { - "class": undefined, - "type": undefined, - }, - }, - ], - "name": "div", - "namespace": "http://www.w3.org/1999/xhtml", - "next": null, - "parent": [Circular], - "prev": Object { - "attribs": Object { - "class": "gio-modal__footer-additional", - }, - "children": Array [], - "name": "div", - "namespace": "http://www.w3.org/1999/xhtml", - "next": [Circular], - "parent": [Circular], - "prev": null, - "type": "tag", - "x-attribsNamespace": Object { - "class": undefined, - }, - "x-attribsPrefix": Object { - "class": undefined, - }, - }, - "type": "tag", - "x-attribsNamespace": Object {}, - "x-attribsPrefix": Object {}, - }, - ], - "name": "div", - "namespace": "http://www.w3.org/1999/xhtml", - "next": null, - "parent": [Circular], - "prev": null, - "type": "tag", - "x-attribsNamespace": Object { - "class": undefined, - }, - "x-attribsPrefix": Object { - "class": undefined, - }, - }, - ], - "name": "div", - "namespace": "http://www.w3.org/1999/xhtml", - "next": null, - "parent": [Circular], - "prev": [Circular], - "type": "tag", - "x-attribsNamespace": Object { - "class": undefined, - }, - "x-attribsPrefix": Object { - "class": undefined, - }, - }, - "parent": [Circular], - "prev": Object { - "attribs": Object { - "class": "gio-modal-header", - }, - "children": Array [ - Object { - "attribs": Object { - "class": "gio-modal-title", - "id": "rcDialogTitle0", - }, - "children": Array [ - Object { - "attribs": Object { - "class": "gio-modal__title", - }, - "children": Array [ - Object { - "data": "步骤 1", - "next": null, - "parent": [Circular], - "prev": null, - "type": "text", - }, - ], - "name": "div", - "namespace": "http://www.w3.org/1999/xhtml", - "next": null, - "parent": [Circular], - "prev": null, - "type": "tag", - "x-attribsNamespace": Object { - "class": undefined, - }, - "x-attribsPrefix": Object { - "class": undefined, - }, - }, - ], - "name": "div", - "namespace": "http://www.w3.org/1999/xhtml", - "next": null, - "parent": [Circular], - "prev": null, - "type": "tag", - "x-attribsNamespace": Object { - "class": undefined, - "id": undefined, - }, - "x-attribsPrefix": Object { - "class": undefined, - "id": undefined, - }, - }, - ], - "name": "div", - "namespace": "http://www.w3.org/1999/xhtml", - "next": [Circular], - "parent": [Circular], - "prev": Object { - "attribs": Object { - "aria-label": "Close", - "class": "gio-modal-close", - "type": "button", - }, - "children": Array [ - Object { - "attribs": Object { - "class": "gio-icon gio-modal__close", - }, - "children": Array [ - Object { - "attribs": Object { - "class": "gio-icon-svg", - "fill": "currentColor", - "height": "1rem", - "viewBox": "0 0 14 14", - "width": "1rem", - }, - "children": Array [ - Object { - "attribs": Object {}, - "children": Array [ - Object { - "attribs": Object {}, - "children": Array [], - "name": "style", - "namespace": "http://www.w3.org/2000/svg", - "next": null, - "parent": [Circular], - "prev": null, - "type": "style", - "x-attribsNamespace": Object {}, - "x-attribsPrefix": Object {}, - }, - ], - "name": "defs", - "namespace": "http://www.w3.org/2000/svg", - "next": Object { - "attribs": Object { - "data-name": "\\\\u56FE\\\\u5C42 2", - "id": "close_svg__\\\\u56FE\\\\u5C42_2", - }, - "children": Array [ - Object { - "attribs": Object { - "data-name": "\\\\u56FE\\\\u5C42 1", - "id": "close_svg__\\\\u56FE\\\\u5C42_1-2", - }, - "children": Array [ - Object { - "attribs": Object { - "d": "M6.62 5.92a.54.54 0 00.76 0l3.87-3.87a.49.49 0 01.7.7L8.08 6.62a.54.54 0 000 .76L12 11.25a.49.49 0 01-.7.7L7.38 8.08a.54.54 0 00-.76 0L2.75 12a.49.49 0 01-.7-.7l3.87-3.92a.54.54 0 000-.76L2.05 2.75a.49.49 0 01.7-.7z", - "fill": "currentColor", - "fill-rule": "evenodd", - "id": "close_svg__close", - }, - "children": Array [], - "name": "path", - "namespace": "http://www.w3.org/2000/svg", - "next": null, - "parent": [Circular], - "prev": null, - "type": "tag", - "x-attribsNamespace": Object { - "d": undefined, - "fill": undefined, - "fill-rule": undefined, - "id": undefined, - }, - "x-attribsPrefix": Object { - "d": undefined, - "fill": undefined, - "fill-rule": undefined, - "id": undefined, - }, - }, - ], - "name": "g", - "namespace": "http://www.w3.org/2000/svg", - "next": null, - "parent": [Circular], - "prev": null, - "type": "tag", - "x-attribsNamespace": Object { - "data-name": undefined, - "id": undefined, - }, - "x-attribsPrefix": Object { - "data-name": undefined, - "id": undefined, - }, - }, - ], - "name": "g", - "namespace": "http://www.w3.org/2000/svg", - "next": null, - "parent": [Circular], - "prev": [Circular], - "type": "tag", - "x-attribsNamespace": Object { - "data-name": undefined, - "id": undefined, - }, - "x-attribsPrefix": Object { - "data-name": undefined, - "id": undefined, - }, - }, - "parent": [Circular], - "prev": null, - "type": "tag", - "x-attribsNamespace": Object {}, - "x-attribsPrefix": Object {}, - }, - Object { - "attribs": Object { - "data-name": "\\\\u56FE\\\\u5C42 2", - "id": "close_svg__\\\\u56FE\\\\u5C42_2", - }, - "children": Array [ - Object { - "attribs": Object { - "data-name": "\\\\u56FE\\\\u5C42 1", - "id": "close_svg__\\\\u56FE\\\\u5C42_1-2", - }, - "children": Array [ - Object { - "attribs": Object { - "d": "M6.62 5.92a.54.54 0 00.76 0l3.87-3.87a.49.49 0 01.7.7L8.08 6.62a.54.54 0 000 .76L12 11.25a.49.49 0 01-.7.7L7.38 8.08a.54.54 0 00-.76 0L2.75 12a.49.49 0 01-.7-.7l3.87-3.92a.54.54 0 000-.76L2.05 2.75a.49.49 0 01.7-.7z", - "fill": "currentColor", - "fill-rule": "evenodd", - "id": "close_svg__close", - }, - "children": Array [], - "name": "path", - "namespace": "http://www.w3.org/2000/svg", - "next": null, - "parent": [Circular], - "prev": null, - "type": "tag", - "x-attribsNamespace": Object { - "d": undefined, - "fill": undefined, - "fill-rule": undefined, - "id": undefined, - }, - "x-attribsPrefix": Object { - "d": undefined, - "fill": undefined, - "fill-rule": undefined, - "id": undefined, - }, - }, - ], - "name": "g", - "namespace": "http://www.w3.org/2000/svg", - "next": null, - "parent": [Circular], - "prev": null, - "type": "tag", - "x-attribsNamespace": Object { - "data-name": undefined, - "id": undefined, - }, - "x-attribsPrefix": Object { - "data-name": undefined, - "id": undefined, - }, - }, - ], - "name": "g", - "namespace": "http://www.w3.org/2000/svg", - "next": null, - "parent": [Circular], - "prev": Object { - "attribs": Object {}, - "children": Array [ - Object { - "attribs": Object {}, - "children": Array [], - "name": "style", - "namespace": "http://www.w3.org/2000/svg", - "next": null, - "parent": [Circular], - "prev": null, - "type": "style", - "x-attribsNamespace": Object {}, - "x-attribsPrefix": Object {}, - }, - ], - "name": "defs", - "namespace": "http://www.w3.org/2000/svg", - "next": [Circular], - "parent": [Circular], - "prev": null, - "type": "tag", - "x-attribsNamespace": Object {}, - "x-attribsPrefix": Object {}, - }, - "type": "tag", - "x-attribsNamespace": Object { - "data-name": undefined, - "id": undefined, - }, - "x-attribsPrefix": Object { - "data-name": undefined, - "id": undefined, - }, - }, - ], - "name": "svg", - "namespace": "http://www.w3.org/2000/svg", - "next": null, - "parent": [Circular], - "prev": null, - "type": "tag", - "x-attribsNamespace": Object { - "class": undefined, - "fill": undefined, - "height": undefined, - "viewBox": undefined, - "width": undefined, - }, - "x-attribsPrefix": Object { - "class": undefined, - "fill": undefined, - "height": undefined, - "viewBox": undefined, - "width": undefined, - }, - }, - ], - "name": "span", - "namespace": "http://www.w3.org/1999/xhtml", - "next": null, - "parent": [Circular], - "prev": null, - "type": "tag", - "x-attribsNamespace": Object { - "class": undefined, - }, - "x-attribsPrefix": Object { - "class": undefined, - }, - }, - ], - "name": "button", - "namespace": "http://www.w3.org/1999/xhtml", - "next": [Circular], - "parent": [Circular], - "prev": null, - "type": "tag", - "x-attribsNamespace": Object { - "aria-label": undefined, - "class": undefined, - "type": undefined, - }, - "x-attribsPrefix": Object { - "aria-label": undefined, - "class": undefined, - "type": undefined, - }, - }, - "type": "tag", - "x-attribsNamespace": Object { - "class": undefined, - }, - "x-attribsPrefix": Object { - "class": undefined, - }, - }, - "type": "tag", - "x-attribsNamespace": Object { - "class": undefined, - }, - "x-attribsPrefix": Object { - "class": undefined, - }, - }, - Object { - "attribs": Object { - "class": "gio-modal-footer", - }, - "children": Array [ - Object { - "attribs": Object { - "class": "gio-modal__footer", - }, - "children": Array [ - Object { - "attribs": Object { - "class": "gio-modal__footer-additional", - }, - "children": Array [], - "name": "div", - "namespace": "http://www.w3.org/1999/xhtml", - "next": Object { - "attribs": Object {}, - "children": Array [ - Object { - "attribs": Object { - "class": "gio-btn gio-modal__btn-close gio-btn-secondary", - "type": "button", - }, - "children": Array [ - Object { - "attribs": Object {}, - "children": Array [ - Object { - "data": "取 消", - "next": null, - "parent": [Circular], - "prev": null, - "type": "text", - }, - ], - "name": "span", - "namespace": "http://www.w3.org/1999/xhtml", - "next": null, - "parent": [Circular], - "prev": null, - "type": "tag", - "x-attribsNamespace": Object {}, - "x-attribsPrefix": Object {}, - }, - ], - "name": "button", - "namespace": "http://www.w3.org/1999/xhtml", - "next": Object { - "attribs": Object { - "class": "gio-btn gio-modal__btn-ok gio-btn-primary", - "type": "button", - }, - "children": Array [ - Object { - "attribs": Object {}, - "children": Array [ - Object { - "data": "下一步", - "next": null, - "parent": [Circular], - "prev": null, - "type": "text", - }, - ], - "name": "span", - "namespace": "http://www.w3.org/1999/xhtml", - "next": null, - "parent": [Circular], - "prev": null, - "type": "tag", - "x-attribsNamespace": Object {}, - "x-attribsPrefix": Object {}, - }, - ], - "name": "button", - "namespace": "http://www.w3.org/1999/xhtml", - "next": null, - "parent": [Circular], - "prev": [Circular], - "type": "tag", - "x-attribsNamespace": Object { - "class": undefined, - "type": undefined, - }, - "x-attribsPrefix": Object { - "class": undefined, - "type": undefined, - }, - }, - "parent": [Circular], - "prev": null, - "type": "tag", - "x-attribsNamespace": Object { - "class": undefined, - "type": undefined, - }, - "x-attribsPrefix": Object { - "class": undefined, - "type": undefined, - }, - }, - Object { - "attribs": Object { - "class": "gio-btn gio-modal__btn-ok gio-btn-primary", - "type": "button", - }, - "children": Array [ - Object { - "attribs": Object {}, - "children": Array [ - Object { - "data": "下一步", - "next": null, - "parent": [Circular], - "prev": null, - "type": "text", - }, - ], - "name": "span", - "namespace": "http://www.w3.org/1999/xhtml", - "next": null, - "parent": [Circular], - "prev": null, - "type": "tag", - "x-attribsNamespace": Object {}, - "x-attribsPrefix": Object {}, - }, - ], - "name": "button", - "namespace": "http://www.w3.org/1999/xhtml", - "next": null, - "parent": [Circular], - "prev": Object { - "attribs": Object { - "class": "gio-btn gio-modal__btn-close gio-btn-secondary", - "type": "button", - }, - "children": Array [ - Object { - "attribs": Object {}, - "children": Array [ - Object { - "data": "取 消", - "next": null, - "parent": [Circular], - "prev": null, - "type": "text", - }, - ], - "name": "span", - "namespace": "http://www.w3.org/1999/xhtml", - "next": null, - "parent": [Circular], - "prev": null, - "type": "tag", - "x-attribsNamespace": Object {}, - "x-attribsPrefix": Object {}, - }, - ], - "name": "button", - "namespace": "http://www.w3.org/1999/xhtml", - "next": [Circular], - "parent": [Circular], - "prev": null, - "type": "tag", - "x-attribsNamespace": Object { - "class": undefined, - "type": undefined, - }, - "x-attribsPrefix": Object { - "class": undefined, - "type": undefined, - }, - }, - "type": "tag", - "x-attribsNamespace": Object { - "class": undefined, - "type": undefined, - }, - "x-attribsPrefix": Object { - "class": undefined, - "type": undefined, - }, - }, - ], - "name": "div", - "namespace": "http://www.w3.org/1999/xhtml", - "next": null, - "parent": [Circular], - "prev": [Circular], - "type": "tag", - "x-attribsNamespace": Object {}, - "x-attribsPrefix": Object {}, - }, - "parent": [Circular], - "prev": null, - "type": "tag", - "x-attribsNamespace": Object { - "class": undefined, - }, - "x-attribsPrefix": Object { - "class": undefined, - }, - }, - Object { - "attribs": Object {}, - "children": Array [ - Object { - "attribs": Object { - "class": "gio-btn gio-modal__btn-close gio-btn-secondary", - "type": "button", - }, - "children": Array [ - Object { - "attribs": Object {}, - "children": Array [ - Object { - "data": "取 消", - "next": null, - "parent": [Circular], - "prev": null, - "type": "text", - }, - ], - "name": "span", - "namespace": "http://www.w3.org/1999/xhtml", - "next": null, - "parent": [Circular], - "prev": null, - "type": "tag", - "x-attribsNamespace": Object {}, - "x-attribsPrefix": Object {}, - }, - ], - "name": "button", - "namespace": "http://www.w3.org/1999/xhtml", - "next": Object { - "attribs": Object { - "class": "gio-btn gio-modal__btn-ok gio-btn-primary", - "type": "button", - }, - "children": Array [ - Object { - "attribs": Object {}, - "children": Array [ - Object { - "data": "下一步", - "next": null, - "parent": [Circular], - "prev": null, - "type": "text", - }, - ], - "name": "span", - "namespace": "http://www.w3.org/1999/xhtml", - "next": null, - "parent": [Circular], - "prev": null, - "type": "tag", - "x-attribsNamespace": Object {}, - "x-attribsPrefix": Object {}, - }, - ], - "name": "button", - "namespace": "http://www.w3.org/1999/xhtml", - "next": null, - "parent": [Circular], - "prev": [Circular], - "type": "tag", - "x-attribsNamespace": Object { - "class": undefined, - "type": undefined, - }, - "x-attribsPrefix": Object { - "class": undefined, - "type": undefined, - }, - }, - "parent": [Circular], - "prev": null, - "type": "tag", - "x-attribsNamespace": Object { - "class": undefined, - "type": undefined, - }, - "x-attribsPrefix": Object { - "class": undefined, - "type": undefined, - }, - }, - Object { - "attribs": Object { - "class": "gio-btn gio-modal__btn-ok gio-btn-primary", - "type": "button", - }, - "children": Array [ - Object { - "attribs": Object {}, - "children": Array [ - Object { - "data": "下一步", - "next": null, - "parent": [Circular], - "prev": null, - "type": "text", - }, - ], - "name": "span", - "namespace": "http://www.w3.org/1999/xhtml", - "next": null, - "parent": [Circular], - "prev": null, - "type": "tag", - "x-attribsNamespace": Object {}, - "x-attribsPrefix": Object {}, - }, - ], - "name": "button", - "namespace": "http://www.w3.org/1999/xhtml", - "next": null, - "parent": [Circular], - "prev": Object { - "attribs": Object { - "class": "gio-btn gio-modal__btn-close gio-btn-secondary", - "type": "button", - }, - "children": Array [ - Object { - "attribs": Object {}, - "children": Array [ - Object { - "data": "取 消", - "next": null, - "parent": [Circular], - "prev": null, - "type": "text", - }, - ], - "name": "span", - "namespace": "http://www.w3.org/1999/xhtml", - "next": null, - "parent": [Circular], - "prev": null, - "type": "tag", - "x-attribsNamespace": Object {}, - "x-attribsPrefix": Object {}, - }, - ], - "name": "button", - "namespace": "http://www.w3.org/1999/xhtml", - "next": [Circular], - "parent": [Circular], - "prev": null, - "type": "tag", - "x-attribsNamespace": Object { - "class": undefined, - "type": undefined, - }, - "x-attribsPrefix": Object { - "class": undefined, - "type": undefined, - }, - }, - "type": "tag", - "x-attribsNamespace": Object { - "class": undefined, - "type": undefined, - }, - "x-attribsPrefix": Object { - "class": undefined, - "type": undefined, - }, - }, - ], - "name": "div", - "namespace": "http://www.w3.org/1999/xhtml", - "next": null, - "parent": [Circular], - "prev": Object { - "attribs": Object { - "class": "gio-modal__footer-additional", - }, - "children": Array [], - "name": "div", - "namespace": "http://www.w3.org/1999/xhtml", - "next": [Circular], - "parent": [Circular], - "prev": null, - "type": "tag", - "x-attribsNamespace": Object { - "class": undefined, - }, - "x-attribsPrefix": Object { - "class": undefined, - }, - }, - "type": "tag", - "x-attribsNamespace": Object {}, - "x-attribsPrefix": Object {}, - }, - ], - "name": "div", - "namespace": "http://www.w3.org/1999/xhtml", - "next": null, - "parent": [Circular], - "prev": null, - "type": "tag", - "x-attribsNamespace": Object { - "class": undefined, - }, - "x-attribsPrefix": Object { - "class": undefined, - }, - }, - ], - "name": "div", - "namespace": "http://www.w3.org/1999/xhtml", - "next": null, - "parent": [Circular], - "prev": Object { - "attribs": Object { - "class": "gio-modal-body", - }, - "children": Array [ - Object { - "data": "Step One", - "next": null, - "parent": [Circular], - "prev": null, - "type": "text", - }, - ], - "name": "div", - "namespace": "http://www.w3.org/1999/xhtml", - "next": [Circular], - "parent": [Circular], - "prev": Object { - "attribs": Object { - "class": "gio-modal-header", - }, - "children": Array [ - Object { - "attribs": Object { - "class": "gio-modal-title", - "id": "rcDialogTitle0", - }, - "children": Array [ - Object { - "attribs": Object { - "class": "gio-modal__title", - }, - "children": Array [ - Object { - "data": "步骤 1", - "next": null, - "parent": [Circular], - "prev": null, - "type": "text", - }, - ], - "name": "div", - "namespace": "http://www.w3.org/1999/xhtml", - "next": null, - "parent": [Circular], - "prev": null, - "type": "tag", - "x-attribsNamespace": Object { - "class": undefined, - }, - "x-attribsPrefix": Object { - "class": undefined, - }, - }, - ], - "name": "div", - "namespace": "http://www.w3.org/1999/xhtml", - "next": null, - "parent": [Circular], - "prev": null, - "type": "tag", - "x-attribsNamespace": Object { - "class": undefined, - "id": undefined, - }, - "x-attribsPrefix": Object { - "class": undefined, - "id": undefined, - }, - }, - ], - "name": "div", - "namespace": "http://www.w3.org/1999/xhtml", - "next": [Circular], - "parent": [Circular], - "prev": Object { - "attribs": Object { - "aria-label": "Close", - "class": "gio-modal-close", - "type": "button", - }, - "children": Array [ - Object { - "attribs": Object { - "class": "gio-icon gio-modal__close", - }, - "children": Array [ - Object { - "attribs": Object { - "class": "gio-icon-svg", - "fill": "currentColor", - "height": "1rem", - "viewBox": "0 0 14 14", - "width": "1rem", - }, - "children": Array [ - Object { - "attribs": Object {}, - "children": Array [ - Object { - "attribs": Object {}, - "children": Array [], - "name": "style", - "namespace": "http://www.w3.org/2000/svg", - "next": null, - "parent": [Circular], - "prev": null, - "type": "style", - "x-attribsNamespace": Object {}, - "x-attribsPrefix": Object {}, - }, - ], - "name": "defs", - "namespace": "http://www.w3.org/2000/svg", - "next": Object { - "attribs": Object { - "data-name": "\\\\u56FE\\\\u5C42 2", - "id": "close_svg__\\\\u56FE\\\\u5C42_2", - }, - "children": Array [ - Object { - "attribs": Object { - "data-name": "\\\\u56FE\\\\u5C42 1", - "id": "close_svg__\\\\u56FE\\\\u5C42_1-2", - }, - "children": Array [ - Object { - "attribs": Object { - "d": "M6.62 5.92a.54.54 0 00.76 0l3.87-3.87a.49.49 0 01.7.7L8.08 6.62a.54.54 0 000 .76L12 11.25a.49.49 0 01-.7.7L7.38 8.08a.54.54 0 00-.76 0L2.75 12a.49.49 0 01-.7-.7l3.87-3.92a.54.54 0 000-.76L2.05 2.75a.49.49 0 01.7-.7z", - "fill": "currentColor", - "fill-rule": "evenodd", - "id": "close_svg__close", - }, - "children": Array [], - "name": "path", - "namespace": "http://www.w3.org/2000/svg", - "next": null, - "parent": [Circular], - "prev": null, - "type": "tag", - "x-attribsNamespace": Object { - "d": undefined, - "fill": undefined, - "fill-rule": undefined, - "id": undefined, - }, - "x-attribsPrefix": Object { - "d": undefined, - "fill": undefined, - "fill-rule": undefined, - "id": undefined, - }, - }, - ], - "name": "g", - "namespace": "http://www.w3.org/2000/svg", - "next": null, - "parent": [Circular], - "prev": null, - "type": "tag", - "x-attribsNamespace": Object { - "data-name": undefined, - "id": undefined, - }, - "x-attribsPrefix": Object { - "data-name": undefined, - "id": undefined, - }, - }, - ], - "name": "g", - "namespace": "http://www.w3.org/2000/svg", - "next": null, - "parent": [Circular], - "prev": [Circular], - "type": "tag", - "x-attribsNamespace": Object { - "data-name": undefined, - "id": undefined, - }, - "x-attribsPrefix": Object { - "data-name": undefined, - "id": undefined, - }, - }, - "parent": [Circular], - "prev": null, - "type": "tag", - "x-attribsNamespace": Object {}, - "x-attribsPrefix": Object {}, - }, - Object { - "attribs": Object { - "data-name": "\\\\u56FE\\\\u5C42 2", - "id": "close_svg__\\\\u56FE\\\\u5C42_2", - }, - "children": Array [ - Object { - "attribs": Object { - "data-name": "\\\\u56FE\\\\u5C42 1", - "id": "close_svg__\\\\u56FE\\\\u5C42_1-2", - }, - "children": Array [ - Object { - "attribs": Object { - "d": "M6.62 5.92a.54.54 0 00.76 0l3.87-3.87a.49.49 0 01.7.7L8.08 6.62a.54.54 0 000 .76L12 11.25a.49.49 0 01-.7.7L7.38 8.08a.54.54 0 00-.76 0L2.75 12a.49.49 0 01-.7-.7l3.87-3.92a.54.54 0 000-.76L2.05 2.75a.49.49 0 01.7-.7z", - "fill": "currentColor", - "fill-rule": "evenodd", - "id": "close_svg__close", - }, - "children": Array [], - "name": "path", - "namespace": "http://www.w3.org/2000/svg", - "next": null, - "parent": [Circular], - "prev": null, - "type": "tag", - "x-attribsNamespace": Object { - "d": undefined, - "fill": undefined, - "fill-rule": undefined, - "id": undefined, - }, - "x-attribsPrefix": Object { - "d": undefined, - "fill": undefined, - "fill-rule": undefined, - "id": undefined, - }, - }, - ], - "name": "g", - "namespace": "http://www.w3.org/2000/svg", - "next": null, - "parent": [Circular], - "prev": null, - "type": "tag", - "x-attribsNamespace": Object { - "data-name": undefined, - "id": undefined, - }, - "x-attribsPrefix": Object { - "data-name": undefined, - "id": undefined, - }, - }, - ], - "name": "g", - "namespace": "http://www.w3.org/2000/svg", - "next": null, - "parent": [Circular], - "prev": Object { - "attribs": Object {}, - "children": Array [ - Object { - "attribs": Object {}, - "children": Array [], - "name": "style", - "namespace": "http://www.w3.org/2000/svg", - "next": null, - "parent": [Circular], - "prev": null, - "type": "style", - "x-attribsNamespace": Object {}, - "x-attribsPrefix": Object {}, - }, - ], - "name": "defs", - "namespace": "http://www.w3.org/2000/svg", - "next": [Circular], - "parent": [Circular], - "prev": null, - "type": "tag", - "x-attribsNamespace": Object {}, - "x-attribsPrefix": Object {}, - }, - "type": "tag", - "x-attribsNamespace": Object { - "data-name": undefined, - "id": undefined, - }, - "x-attribsPrefix": Object { - "data-name": undefined, - "id": undefined, - }, - }, - ], - "name": "svg", - "namespace": "http://www.w3.org/2000/svg", - "next": null, - "parent": [Circular], - "prev": null, - "type": "tag", - "x-attribsNamespace": Object { - "class": undefined, - "fill": undefined, - "height": undefined, - "viewBox": undefined, - "width": undefined, - }, - "x-attribsPrefix": Object { - "class": undefined, - "fill": undefined, - "height": undefined, - "viewBox": undefined, - "width": undefined, - }, - }, - ], - "name": "span", - "namespace": "http://www.w3.org/1999/xhtml", - "next": null, - "parent": [Circular], - "prev": null, - "type": "tag", - "x-attribsNamespace": Object { - "class": undefined, - }, - "x-attribsPrefix": Object { - "class": undefined, - }, - }, - ], - "name": "button", - "namespace": "http://www.w3.org/1999/xhtml", - "next": [Circular], - "parent": [Circular], - "prev": null, - "type": "tag", - "x-attribsNamespace": Object { - "aria-label": undefined, - "class": undefined, - "type": undefined, - }, - "x-attribsPrefix": Object { - "aria-label": undefined, - "class": undefined, - "type": undefined, - }, - }, - "type": "tag", - "x-attribsNamespace": Object { - "class": undefined, - }, - "x-attribsPrefix": Object { - "class": undefined, - }, - }, - "type": "tag", - "x-attribsNamespace": Object { - "class": undefined, - }, - "x-attribsPrefix": Object { - "class": undefined, - }, - }, - "type": "tag", - "x-attribsNamespace": Object { - "class": undefined, - }, - "x-attribsPrefix": Object { - "class": undefined, - }, - }, - ], - "name": "div", - "namespace": "http://www.w3.org/1999/xhtml", - "next": Object { - "attribs": Object { - "aria-hidden": "true", - "style": "width: 0px; height: 0px; overflow: hidden; outline: none;", - "tabindex": "0", - }, - "children": Array [], - "name": "div", - "namespace": "http://www.w3.org/1999/xhtml", - "next": null, - "parent": [Circular], - "prev": [Circular], - "type": "tag", - "x-attribsNamespace": Object { - "aria-hidden": undefined, - "style": undefined, - "tabindex": undefined, - }, - "x-attribsPrefix": Object { - "aria-hidden": undefined, - "style": undefined, - "tabindex": undefined, - }, - }, - "parent": [Circular], - "prev": [Circular], - "type": "tag", - "x-attribsNamespace": Object { - "class": undefined, - }, - "x-attribsPrefix": Object { - "class": undefined, - }, - }, - "parent": [Circular], - "prev": null, - "type": "tag", - "x-attribsNamespace": Object { - "aria-hidden": undefined, - "style": undefined, - "tabindex": undefined, - }, - "x-attribsPrefix": Object { - "aria-hidden": undefined, - "style": undefined, - "tabindex": undefined, - }, - }, - Object { - "attribs": Object { - "class": "gio-modal-content", - }, - "children": Array [ - Object { - "attribs": Object { - "aria-label": "Close", - "class": "gio-modal-close", - "type": "button", - }, - "children": Array [ - Object { - "attribs": Object { - "class": "gio-icon gio-modal__close", - }, - "children": Array [ - Object { - "attribs": Object { - "class": "gio-icon-svg", - "fill": "currentColor", - "height": "1rem", - "viewBox": "0 0 14 14", - "width": "1rem", - }, - "children": Array [ - Object { - "attribs": Object {}, - "children": Array [ - Object { - "attribs": Object {}, - "children": Array [], - "name": "style", - "namespace": "http://www.w3.org/2000/svg", - "next": null, - "parent": [Circular], - "prev": null, - "type": "style", - "x-attribsNamespace": Object {}, - "x-attribsPrefix": Object {}, - }, - ], - "name": "defs", - "namespace": "http://www.w3.org/2000/svg", - "next": Object { - "attribs": Object { - "data-name": "\\\\u56FE\\\\u5C42 2", - "id": "close_svg__\\\\u56FE\\\\u5C42_2", - }, - "children": Array [ - Object { - "attribs": Object { - "data-name": "\\\\u56FE\\\\u5C42 1", - "id": "close_svg__\\\\u56FE\\\\u5C42_1-2", - }, - "children": Array [ - Object { - "attribs": Object { - "d": "M6.62 5.92a.54.54 0 00.76 0l3.87-3.87a.49.49 0 01.7.7L8.08 6.62a.54.54 0 000 .76L12 11.25a.49.49 0 01-.7.7L7.38 8.08a.54.54 0 00-.76 0L2.75 12a.49.49 0 01-.7-.7l3.87-3.92a.54.54 0 000-.76L2.05 2.75a.49.49 0 01.7-.7z", - "fill": "currentColor", - "fill-rule": "evenodd", - "id": "close_svg__close", - }, - "children": Array [], - "name": "path", - "namespace": "http://www.w3.org/2000/svg", - "next": null, - "parent": [Circular], - "prev": null, - "type": "tag", - "x-attribsNamespace": Object { - "d": undefined, - "fill": undefined, - "fill-rule": undefined, - "id": undefined, - }, - "x-attribsPrefix": Object { - "d": undefined, - "fill": undefined, - "fill-rule": undefined, - "id": undefined, - }, - }, - ], - "name": "g", - "namespace": "http://www.w3.org/2000/svg", - "next": null, - "parent": [Circular], - "prev": null, - "type": "tag", - "x-attribsNamespace": Object { - "data-name": undefined, - "id": undefined, - }, - "x-attribsPrefix": Object { - "data-name": undefined, - "id": undefined, - }, - }, - ], - "name": "g", - "namespace": "http://www.w3.org/2000/svg", - "next": null, - "parent": [Circular], - "prev": [Circular], - "type": "tag", - "x-attribsNamespace": Object { - "data-name": undefined, - "id": undefined, - }, - "x-attribsPrefix": Object { - "data-name": undefined, - "id": undefined, - }, - }, - "parent": [Circular], - "prev": null, - "type": "tag", - "x-attribsNamespace": Object {}, - "x-attribsPrefix": Object {}, - }, - Object { - "attribs": Object { - "data-name": "\\\\u56FE\\\\u5C42 2", - "id": "close_svg__\\\\u56FE\\\\u5C42_2", - }, - "children": Array [ - Object { - "attribs": Object { - "data-name": "\\\\u56FE\\\\u5C42 1", - "id": "close_svg__\\\\u56FE\\\\u5C42_1-2", - }, - "children": Array [ - Object { - "attribs": Object { - "d": "M6.62 5.92a.54.54 0 00.76 0l3.87-3.87a.49.49 0 01.7.7L8.08 6.62a.54.54 0 000 .76L12 11.25a.49.49 0 01-.7.7L7.38 8.08a.54.54 0 00-.76 0L2.75 12a.49.49 0 01-.7-.7l3.87-3.92a.54.54 0 000-.76L2.05 2.75a.49.49 0 01.7-.7z", - "fill": "currentColor", - "fill-rule": "evenodd", - "id": "close_svg__close", - }, - "children": Array [], - "name": "path", - "namespace": "http://www.w3.org/2000/svg", - "next": null, - "parent": [Circular], - "prev": null, - "type": "tag", - "x-attribsNamespace": Object { - "d": undefined, - "fill": undefined, - "fill-rule": undefined, - "id": undefined, - }, - "x-attribsPrefix": Object { - "d": undefined, - "fill": undefined, - "fill-rule": undefined, - "id": undefined, - }, - }, - ], - "name": "g", - "namespace": "http://www.w3.org/2000/svg", - "next": null, - "parent": [Circular], - "prev": null, - "type": "tag", - "x-attribsNamespace": Object { - "data-name": undefined, - "id": undefined, - }, - "x-attribsPrefix": Object { - "data-name": undefined, - "id": undefined, - }, - }, - ], - "name": "g", - "namespace": "http://www.w3.org/2000/svg", - "next": null, - "parent": [Circular], - "prev": Object { - "attribs": Object {}, - "children": Array [ - Object { - "attribs": Object {}, - "children": Array [], - "name": "style", - "namespace": "http://www.w3.org/2000/svg", - "next": null, - "parent": [Circular], - "prev": null, - "type": "style", - "x-attribsNamespace": Object {}, - "x-attribsPrefix": Object {}, - }, - ], - "name": "defs", - "namespace": "http://www.w3.org/2000/svg", - "next": [Circular], - "parent": [Circular], - "prev": null, - "type": "tag", - "x-attribsNamespace": Object {}, - "x-attribsPrefix": Object {}, - }, - "type": "tag", - "x-attribsNamespace": Object { - "data-name": undefined, - "id": undefined, - }, - "x-attribsPrefix": Object { - "data-name": undefined, - "id": undefined, - }, - }, - ], - "name": "svg", - "namespace": "http://www.w3.org/2000/svg", - "next": null, - "parent": [Circular], - "prev": null, - "type": "tag", - "x-attribsNamespace": Object { - "class": undefined, - "fill": undefined, - "height": undefined, - "viewBox": undefined, - "width": undefined, - }, - "x-attribsPrefix": Object { - "class": undefined, - "fill": undefined, - "height": undefined, - "viewBox": undefined, - "width": undefined, - }, - }, - ], - "name": "span", - "namespace": "http://www.w3.org/1999/xhtml", - "next": null, - "parent": [Circular], - "prev": null, - "type": "tag", - "x-attribsNamespace": Object { - "class": undefined, - }, - "x-attribsPrefix": Object { - "class": undefined, - }, - }, - ], - "name": "button", - "namespace": "http://www.w3.org/1999/xhtml", - "next": Object { - "attribs": Object { - "class": "gio-modal-header", - }, - "children": Array [ - Object { - "attribs": Object { - "class": "gio-modal-title", - "id": "rcDialogTitle0", - }, - "children": Array [ - Object { - "attribs": Object { - "class": "gio-modal__title", - }, - "children": Array [ - Object { - "data": "步骤 1", - "next": null, - "parent": [Circular], - "prev": null, - "type": "text", - }, - ], - "name": "div", - "namespace": "http://www.w3.org/1999/xhtml", - "next": null, - "parent": [Circular], - "prev": null, - "type": "tag", - "x-attribsNamespace": Object { - "class": undefined, - }, - "x-attribsPrefix": Object { - "class": undefined, - }, - }, - ], - "name": "div", - "namespace": "http://www.w3.org/1999/xhtml", - "next": null, - "parent": [Circular], - "prev": null, - "type": "tag", - "x-attribsNamespace": Object { - "class": undefined, - "id": undefined, - }, - "x-attribsPrefix": Object { - "class": undefined, - "id": undefined, - }, - }, - ], - "name": "div", - "namespace": "http://www.w3.org/1999/xhtml", - "next": Object { - "attribs": Object { - "class": "gio-modal-body", - }, - "children": Array [ - Object { - "data": "Step One", - "next": null, - "parent": [Circular], - "prev": null, - "type": "text", - }, - ], - "name": "div", - "namespace": "http://www.w3.org/1999/xhtml", - "next": Object { - "attribs": Object { - "class": "gio-modal-footer", - }, - "children": Array [ - Object { - "attribs": Object { - "class": "gio-modal__footer", - }, - "children": Array [ - Object { - "attribs": Object { - "class": "gio-modal__footer-additional", - }, - "children": Array [], - "name": "div", - "namespace": "http://www.w3.org/1999/xhtml", - "next": Object { - "attribs": Object {}, - "children": Array [ - Object { - "attribs": Object { - "class": "gio-btn gio-modal__btn-close gio-btn-secondary", - "type": "button", - }, - "children": Array [ - Object { - "attribs": Object {}, - "children": Array [ - Object { - "data": "取 消", - "next": null, - "parent": [Circular], - "prev": null, - "type": "text", - }, - ], - "name": "span", - "namespace": "http://www.w3.org/1999/xhtml", - "next": null, - "parent": [Circular], - "prev": null, - "type": "tag", - "x-attribsNamespace": Object {}, - "x-attribsPrefix": Object {}, - }, - ], - "name": "button", - "namespace": "http://www.w3.org/1999/xhtml", - "next": Object { - "attribs": Object { - "class": "gio-btn gio-modal__btn-ok gio-btn-primary", - "type": "button", - }, - "children": Array [ - Object { - "attribs": Object {}, - "children": Array [ - Object { - "data": "下一步", - "next": null, - "parent": [Circular], - "prev": null, - "type": "text", - }, - ], - "name": "span", - "namespace": "http://www.w3.org/1999/xhtml", - "next": null, - "parent": [Circular], - "prev": null, - "type": "tag", - "x-attribsNamespace": Object {}, - "x-attribsPrefix": Object {}, - }, - ], - "name": "button", - "namespace": "http://www.w3.org/1999/xhtml", - "next": null, - "parent": [Circular], - "prev": [Circular], - "type": "tag", - "x-attribsNamespace": Object { - "class": undefined, - "type": undefined, - }, - "x-attribsPrefix": Object { - "class": undefined, - "type": undefined, - }, - }, - "parent": [Circular], - "prev": null, - "type": "tag", - "x-attribsNamespace": Object { - "class": undefined, - "type": undefined, - }, - "x-attribsPrefix": Object { - "class": undefined, - "type": undefined, - }, - }, - Object { - "attribs": Object { - "class": "gio-btn gio-modal__btn-ok gio-btn-primary", - "type": "button", - }, - "children": Array [ - Object { - "attribs": Object {}, - "children": Array [ - Object { - "data": "下一步", - "next": null, - "parent": [Circular], - "prev": null, - "type": "text", - }, - ], - "name": "span", - "namespace": "http://www.w3.org/1999/xhtml", - "next": null, - "parent": [Circular], - "prev": null, - "type": "tag", - "x-attribsNamespace": Object {}, - "x-attribsPrefix": Object {}, - }, - ], - "name": "button", - "namespace": "http://www.w3.org/1999/xhtml", - "next": null, - "parent": [Circular], - "prev": Object { - "attribs": Object { - "class": "gio-btn gio-modal__btn-close gio-btn-secondary", - "type": "button", - }, - "children": Array [ - Object { - "attribs": Object {}, - "children": Array [ - Object { - "data": "取 消", - "next": null, - "parent": [Circular], - "prev": null, - "type": "text", - }, - ], - "name": "span", - "namespace": "http://www.w3.org/1999/xhtml", - "next": null, - "parent": [Circular], - "prev": null, - "type": "tag", - "x-attribsNamespace": Object {}, - "x-attribsPrefix": Object {}, - }, - ], - "name": "button", - "namespace": "http://www.w3.org/1999/xhtml", - "next": [Circular], - "parent": [Circular], - "prev": null, - "type": "tag", - "x-attribsNamespace": Object { - "class": undefined, - "type": undefined, - }, - "x-attribsPrefix": Object { - "class": undefined, - "type": undefined, - }, - }, - "type": "tag", - "x-attribsNamespace": Object { - "class": undefined, - "type": undefined, - }, - "x-attribsPrefix": Object { - "class": undefined, - "type": undefined, - }, - }, - ], - "name": "div", - "namespace": "http://www.w3.org/1999/xhtml", - "next": null, - "parent": [Circular], - "prev": [Circular], - "type": "tag", - "x-attribsNamespace": Object {}, - "x-attribsPrefix": Object {}, - }, - "parent": [Circular], - "prev": null, - "type": "tag", - "x-attribsNamespace": Object { - "class": undefined, - }, - "x-attribsPrefix": Object { - "class": undefined, - }, - }, - Object { - "attribs": Object {}, - "children": Array [ - Object { - "attribs": Object { - "class": "gio-btn gio-modal__btn-close gio-btn-secondary", - "type": "button", - }, - "children": Array [ - Object { - "attribs": Object {}, - "children": Array [ - Object { - "data": "取 消", - "next": null, - "parent": [Circular], - "prev": null, - "type": "text", - }, - ], - "name": "span", - "namespace": "http://www.w3.org/1999/xhtml", - "next": null, - "parent": [Circular], - "prev": null, - "type": "tag", - "x-attribsNamespace": Object {}, - "x-attribsPrefix": Object {}, - }, - ], - "name": "button", - "namespace": "http://www.w3.org/1999/xhtml", - "next": Object { - "attribs": Object { - "class": "gio-btn gio-modal__btn-ok gio-btn-primary", - "type": "button", - }, - "children": Array [ - Object { - "attribs": Object {}, - "children": Array [ - Object { - "data": "下一步", - "next": null, - "parent": [Circular], - "prev": null, - "type": "text", - }, - ], - "name": "span", - "namespace": "http://www.w3.org/1999/xhtml", - "next": null, - "parent": [Circular], - "prev": null, - "type": "tag", - "x-attribsNamespace": Object {}, - "x-attribsPrefix": Object {}, - }, - ], - "name": "button", - "namespace": "http://www.w3.org/1999/xhtml", - "next": null, - "parent": [Circular], - "prev": [Circular], - "type": "tag", - "x-attribsNamespace": Object { - "class": undefined, - "type": undefined, - }, - "x-attribsPrefix": Object { - "class": undefined, - "type": undefined, - }, - }, - "parent": [Circular], - "prev": null, - "type": "tag", - "x-attribsNamespace": Object { - "class": undefined, - "type": undefined, - }, - "x-attribsPrefix": Object { - "class": undefined, - "type": undefined, - }, - }, - Object { - "attribs": Object { - "class": "gio-btn gio-modal__btn-ok gio-btn-primary", - "type": "button", - }, - "children": Array [ - Object { - "attribs": Object {}, - "children": Array [ - Object { - "data": "下一步", - "next": null, - "parent": [Circular], - "prev": null, - "type": "text", - }, - ], - "name": "span", - "namespace": "http://www.w3.org/1999/xhtml", - "next": null, - "parent": [Circular], - "prev": null, - "type": "tag", - "x-attribsNamespace": Object {}, - "x-attribsPrefix": Object {}, - }, - ], - "name": "button", - "namespace": "http://www.w3.org/1999/xhtml", - "next": null, - "parent": [Circular], - "prev": Object { - "attribs": Object { - "class": "gio-btn gio-modal__btn-close gio-btn-secondary", - "type": "button", - }, - "children": Array [ - Object { - "attribs": Object {}, - "children": Array [ - Object { - "data": "取 消", - "next": null, - "parent": [Circular], - "prev": null, - "type": "text", - }, - ], - "name": "span", - "namespace": "http://www.w3.org/1999/xhtml", - "next": null, - "parent": [Circular], - "prev": null, - "type": "tag", - "x-attribsNamespace": Object {}, - "x-attribsPrefix": Object {}, - }, - ], - "name": "button", - "namespace": "http://www.w3.org/1999/xhtml", - "next": [Circular], - "parent": [Circular], - "prev": null, - "type": "tag", - "x-attribsNamespace": Object { - "class": undefined, - "type": undefined, - }, - "x-attribsPrefix": Object { - "class": undefined, - "type": undefined, - }, - }, - "type": "tag", - "x-attribsNamespace": Object { - "class": undefined, - "type": undefined, - }, - "x-attribsPrefix": Object { - "class": undefined, - "type": undefined, - }, - }, - ], - "name": "div", - "namespace": "http://www.w3.org/1999/xhtml", - "next": null, - "parent": [Circular], - "prev": Object { - "attribs": Object { - "class": "gio-modal__footer-additional", - }, - "children": Array [], - "name": "div", - "namespace": "http://www.w3.org/1999/xhtml", - "next": [Circular], - "parent": [Circular], - "prev": null, - "type": "tag", - "x-attribsNamespace": Object { - "class": undefined, - }, - "x-attribsPrefix": Object { - "class": undefined, - }, - }, - "type": "tag", - "x-attribsNamespace": Object {}, - "x-attribsPrefix": Object {}, - }, - ], - "name": "div", - "namespace": "http://www.w3.org/1999/xhtml", - "next": null, - "parent": [Circular], - "prev": null, - "type": "tag", - "x-attribsNamespace": Object { - "class": undefined, - }, - "x-attribsPrefix": Object { - "class": undefined, - }, - }, - ], - "name": "div", - "namespace": "http://www.w3.org/1999/xhtml", - "next": null, - "parent": [Circular], - "prev": [Circular], - "type": "tag", - "x-attribsNamespace": Object { - "class": undefined, - }, - "x-attribsPrefix": Object { - "class": undefined, - }, - }, - "parent": [Circular], - "prev": [Circular], - "type": "tag", - "x-attribsNamespace": Object { - "class": undefined, - }, - "x-attribsPrefix": Object { - "class": undefined, - }, - }, - "parent": [Circular], - "prev": [Circular], - "type": "tag", - "x-attribsNamespace": Object { - "class": undefined, - }, - "x-attribsPrefix": Object { - "class": undefined, - }, - }, - "parent": [Circular], - "prev": null, - "type": "tag", - "x-attribsNamespace": Object { - "aria-label": undefined, - "class": undefined, - "type": undefined, - }, - "x-attribsPrefix": Object { - "aria-label": undefined, - "class": undefined, - "type": undefined, - }, - }, - Object { - "attribs": Object { - "class": "gio-modal-header", - }, - "children": Array [ - Object { - "attribs": Object { - "class": "gio-modal-title", - "id": "rcDialogTitle0", - }, - "children": Array [ - Object { - "attribs": Object { - "class": "gio-modal__title", - }, - "children": Array [ - Object { - "data": "步骤 1", - "next": null, - "parent": [Circular], - "prev": null, - "type": "text", - }, - ], - "name": "div", - "namespace": "http://www.w3.org/1999/xhtml", - "next": null, - "parent": [Circular], - "prev": null, - "type": "tag", - "x-attribsNamespace": Object { - "class": undefined, - }, - "x-attribsPrefix": Object { - "class": undefined, - }, - }, - ], - "name": "div", - "namespace": "http://www.w3.org/1999/xhtml", - "next": null, - "parent": [Circular], - "prev": null, - "type": "tag", - "x-attribsNamespace": Object { - "class": undefined, - "id": undefined, - }, - "x-attribsPrefix": Object { - "class": undefined, - "id": undefined, - }, - }, - ], - "name": "div", - "namespace": "http://www.w3.org/1999/xhtml", - "next": Object { - "attribs": Object { - "class": "gio-modal-body", - }, - "children": Array [ - Object { - "data": "Step One", - "next": null, - "parent": [Circular], - "prev": null, - "type": "text", - }, - ], - "name": "div", - "namespace": "http://www.w3.org/1999/xhtml", - "next": Object { - "attribs": Object { - "class": "gio-modal-footer", - }, - "children": Array [ - Object { - "attribs": Object { - "class": "gio-modal__footer", - }, - "children": Array [ - Object { - "attribs": Object { - "class": "gio-modal__footer-additional", - }, - "children": Array [], - "name": "div", - "namespace": "http://www.w3.org/1999/xhtml", - "next": Object { - "attribs": Object {}, - "children": Array [ - Object { - "attribs": Object { - "class": "gio-btn gio-modal__btn-close gio-btn-secondary", - "type": "button", - }, - "children": Array [ - Object { - "attribs": Object {}, - "children": Array [ - Object { - "data": "取 消", - "next": null, - "parent": [Circular], - "prev": null, - "type": "text", - }, - ], - "name": "span", - "namespace": "http://www.w3.org/1999/xhtml", - "next": null, - "parent": [Circular], - "prev": null, - "type": "tag", - "x-attribsNamespace": Object {}, - "x-attribsPrefix": Object {}, - }, - ], - "name": "button", - "namespace": "http://www.w3.org/1999/xhtml", - "next": Object { - "attribs": Object { - "class": "gio-btn gio-modal__btn-ok gio-btn-primary", - "type": "button", - }, - "children": Array [ - Object { - "attribs": Object {}, - "children": Array [ - Object { - "data": "下一步", - "next": null, - "parent": [Circular], - "prev": null, - "type": "text", - }, - ], - "name": "span", - "namespace": "http://www.w3.org/1999/xhtml", - "next": null, - "parent": [Circular], - "prev": null, - "type": "tag", - "x-attribsNamespace": Object {}, - "x-attribsPrefix": Object {}, - }, - ], - "name": "button", - "namespace": "http://www.w3.org/1999/xhtml", - "next": null, - "parent": [Circular], - "prev": [Circular], - "type": "tag", - "x-attribsNamespace": Object { - "class": undefined, - "type": undefined, - }, - "x-attribsPrefix": Object { - "class": undefined, - "type": undefined, - }, - }, - "parent": [Circular], - "prev": null, - "type": "tag", - "x-attribsNamespace": Object { - "class": undefined, - "type": undefined, - }, - "x-attribsPrefix": Object { - "class": undefined, - "type": undefined, - }, - }, - Object { - "attribs": Object { - "class": "gio-btn gio-modal__btn-ok gio-btn-primary", - "type": "button", - }, - "children": Array [ - Object { - "attribs": Object {}, - "children": Array [ - Object { - "data": "下一步", - "next": null, - "parent": [Circular], - "prev": null, - "type": "text", - }, - ], - "name": "span", - "namespace": "http://www.w3.org/1999/xhtml", - "next": null, - "parent": [Circular], - "prev": null, - "type": "tag", - "x-attribsNamespace": Object {}, - "x-attribsPrefix": Object {}, - }, - ], - "name": "button", - "namespace": "http://www.w3.org/1999/xhtml", - "next": null, - "parent": [Circular], - "prev": Object { - "attribs": Object { - "class": "gio-btn gio-modal__btn-close gio-btn-secondary", - "type": "button", - }, - "children": Array [ - Object { - "attribs": Object {}, - "children": Array [ - Object { - "data": "取 消", - "next": null, - "parent": [Circular], - "prev": null, - "type": "text", - }, - ], - "name": "span", - "namespace": "http://www.w3.org/1999/xhtml", - "next": null, - "parent": [Circular], - "prev": null, - "type": "tag", - "x-attribsNamespace": Object {}, - "x-attribsPrefix": Object {}, - }, - ], - "name": "button", - "namespace": "http://www.w3.org/1999/xhtml", - "next": [Circular], - "parent": [Circular], - "prev": null, - "type": "tag", - "x-attribsNamespace": Object { - "class": undefined, - "type": undefined, - }, - "x-attribsPrefix": Object { - "class": undefined, - "type": undefined, - }, - }, - "type": "tag", - "x-attribsNamespace": Object { - "class": undefined, - "type": undefined, - }, - "x-attribsPrefix": Object { - "class": undefined, - "type": undefined, - }, - }, - ], - "name": "div", - "namespace": "http://www.w3.org/1999/xhtml", - "next": null, - "parent": [Circular], - "prev": [Circular], - "type": "tag", - "x-attribsNamespace": Object {}, - "x-attribsPrefix": Object {}, - }, - "parent": [Circular], - "prev": null, - "type": "tag", - "x-attribsNamespace": Object { - "class": undefined, - }, - "x-attribsPrefix": Object { - "class": undefined, - }, - }, - Object { - "attribs": Object {}, - "children": Array [ - Object { - "attribs": Object { - "class": "gio-btn gio-modal__btn-close gio-btn-secondary", - "type": "button", - }, - "children": Array [ - Object { - "attribs": Object {}, - "children": Array [ - Object { - "data": "取 消", - "next": null, - "parent": [Circular], - "prev": null, - "type": "text", - }, - ], - "name": "span", - "namespace": "http://www.w3.org/1999/xhtml", - "next": null, - "parent": [Circular], - "prev": null, - "type": "tag", - "x-attribsNamespace": Object {}, - "x-attribsPrefix": Object {}, - }, - ], - "name": "button", - "namespace": "http://www.w3.org/1999/xhtml", - "next": Object { - "attribs": Object { - "class": "gio-btn gio-modal__btn-ok gio-btn-primary", - "type": "button", - }, - "children": Array [ - Object { - "attribs": Object {}, - "children": Array [ - Object { - "data": "下一步", - "next": null, - "parent": [Circular], - "prev": null, - "type": "text", - }, - ], - "name": "span", - "namespace": "http://www.w3.org/1999/xhtml", - "next": null, - "parent": [Circular], - "prev": null, - "type": "tag", - "x-attribsNamespace": Object {}, - "x-attribsPrefix": Object {}, - }, - ], - "name": "button", - "namespace": "http://www.w3.org/1999/xhtml", - "next": null, - "parent": [Circular], - "prev": [Circular], - "type": "tag", - "x-attribsNamespace": Object { - "class": undefined, - "type": undefined, - }, - "x-attribsPrefix": Object { - "class": undefined, - "type": undefined, - }, - }, - "parent": [Circular], - "prev": null, - "type": "tag", - "x-attribsNamespace": Object { - "class": undefined, - "type": undefined, - }, - "x-attribsPrefix": Object { - "class": undefined, - "type": undefined, - }, - }, - Object { - "attribs": Object { - "class": "gio-btn gio-modal__btn-ok gio-btn-primary", - "type": "button", - }, - "children": Array [ - Object { - "attribs": Object {}, - "children": Array [ - Object { - "data": "下一步", - "next": null, - "parent": [Circular], - "prev": null, - "type": "text", - }, - ], - "name": "span", - "namespace": "http://www.w3.org/1999/xhtml", - "next": null, - "parent": [Circular], - "prev": null, - "type": "tag", - "x-attribsNamespace": Object {}, - "x-attribsPrefix": Object {}, - }, - ], - "name": "button", - "namespace": "http://www.w3.org/1999/xhtml", - "next": null, - "parent": [Circular], - "prev": Object { - "attribs": Object { - "class": "gio-btn gio-modal__btn-close gio-btn-secondary", - "type": "button", - }, - "children": Array [ - Object { - "attribs": Object {}, - "children": Array [ - Object { - "data": "取 消", - "next": null, - "parent": [Circular], - "prev": null, - "type": "text", - }, - ], - "name": "span", - "namespace": "http://www.w3.org/1999/xhtml", - "next": null, - "parent": [Circular], - "prev": null, - "type": "tag", - "x-attribsNamespace": Object {}, - "x-attribsPrefix": Object {}, - }, - ], - "name": "button", - "namespace": "http://www.w3.org/1999/xhtml", - "next": [Circular], - "parent": [Circular], - "prev": null, - "type": "tag", - "x-attribsNamespace": Object { - "class": undefined, - "type": undefined, - }, - "x-attribsPrefix": Object { - "class": undefined, - "type": undefined, - }, - }, - "type": "tag", - "x-attribsNamespace": Object { - "class": undefined, - "type": undefined, - }, - "x-attribsPrefix": Object { - "class": undefined, - "type": undefined, - }, - }, - ], - "name": "div", - "namespace": "http://www.w3.org/1999/xhtml", - "next": null, - "parent": [Circular], - "prev": Object { - "attribs": Object { - "class": "gio-modal__footer-additional", - }, - "children": Array [], - "name": "div", - "namespace": "http://www.w3.org/1999/xhtml", - "next": [Circular], - "parent": [Circular], - "prev": null, - "type": "tag", - "x-attribsNamespace": Object { - "class": undefined, - }, - "x-attribsPrefix": Object { - "class": undefined, - }, - }, - "type": "tag", - "x-attribsNamespace": Object {}, - "x-attribsPrefix": Object {}, - }, - ], - "name": "div", - "namespace": "http://www.w3.org/1999/xhtml", - "next": null, - "parent": [Circular], - "prev": null, - "type": "tag", - "x-attribsNamespace": Object { - "class": undefined, - }, - "x-attribsPrefix": Object { - "class": undefined, - }, - }, - ], - "name": "div", - "namespace": "http://www.w3.org/1999/xhtml", - "next": null, - "parent": [Circular], - "prev": [Circular], - "type": "tag", - "x-attribsNamespace": Object { - "class": undefined, - }, - "x-attribsPrefix": Object { - "class": undefined, - }, - }, - "parent": [Circular], - "prev": [Circular], - "type": "tag", - "x-attribsNamespace": Object { - "class": undefined, - }, - "x-attribsPrefix": Object { - "class": undefined, - }, - }, - "parent": [Circular], - "prev": Object { - "attribs": Object { - "aria-label": "Close", - "class": "gio-modal-close", - "type": "button", - }, - "children": Array [ - Object { - "attribs": Object { - "class": "gio-icon gio-modal__close", - }, - "children": Array [ - Object { - "attribs": Object { - "class": "gio-icon-svg", - "fill": "currentColor", - "height": "1rem", - "viewBox": "0 0 14 14", - "width": "1rem", - }, - "children": Array [ - Object { - "attribs": Object {}, - "children": Array [ - Object { - "attribs": Object {}, - "children": Array [], - "name": "style", - "namespace": "http://www.w3.org/2000/svg", - "next": null, - "parent": [Circular], - "prev": null, - "type": "style", - "x-attribsNamespace": Object {}, - "x-attribsPrefix": Object {}, - }, - ], - "name": "defs", - "namespace": "http://www.w3.org/2000/svg", - "next": Object { - "attribs": Object { - "data-name": "\\\\u56FE\\\\u5C42 2", - "id": "close_svg__\\\\u56FE\\\\u5C42_2", - }, - "children": Array [ - Object { - "attribs": Object { - "data-name": "\\\\u56FE\\\\u5C42 1", - "id": "close_svg__\\\\u56FE\\\\u5C42_1-2", - }, - "children": Array [ - Object { - "attribs": Object { - "d": "M6.62 5.92a.54.54 0 00.76 0l3.87-3.87a.49.49 0 01.7.7L8.08 6.62a.54.54 0 000 .76L12 11.25a.49.49 0 01-.7.7L7.38 8.08a.54.54 0 00-.76 0L2.75 12a.49.49 0 01-.7-.7l3.87-3.92a.54.54 0 000-.76L2.05 2.75a.49.49 0 01.7-.7z", - "fill": "currentColor", - "fill-rule": "evenodd", - "id": "close_svg__close", - }, - "children": Array [], - "name": "path", - "namespace": "http://www.w3.org/2000/svg", - "next": null, - "parent": [Circular], - "prev": null, - "type": "tag", - "x-attribsNamespace": Object { - "d": undefined, - "fill": undefined, - "fill-rule": undefined, - "id": undefined, - }, - "x-attribsPrefix": Object { - "d": undefined, - "fill": undefined, - "fill-rule": undefined, - "id": undefined, - }, - }, - ], - "name": "g", - "namespace": "http://www.w3.org/2000/svg", - "next": null, - "parent": [Circular], - "prev": null, - "type": "tag", - "x-attribsNamespace": Object { - "data-name": undefined, - "id": undefined, - }, - "x-attribsPrefix": Object { - "data-name": undefined, - "id": undefined, - }, - }, - ], - "name": "g", - "namespace": "http://www.w3.org/2000/svg", - "next": null, - "parent": [Circular], - "prev": [Circular], - "type": "tag", - "x-attribsNamespace": Object { - "data-name": undefined, - "id": undefined, - }, - "x-attribsPrefix": Object { - "data-name": undefined, - "id": undefined, - }, - }, - "parent": [Circular], - "prev": null, - "type": "tag", - "x-attribsNamespace": Object {}, - "x-attribsPrefix": Object {}, - }, - Object { - "attribs": Object { - "data-name": "\\\\u56FE\\\\u5C42 2", - "id": "close_svg__\\\\u56FE\\\\u5C42_2", - }, - "children": Array [ - Object { - "attribs": Object { - "data-name": "\\\\u56FE\\\\u5C42 1", - "id": "close_svg__\\\\u56FE\\\\u5C42_1-2", - }, - "children": Array [ - Object { - "attribs": Object { - "d": "M6.62 5.92a.54.54 0 00.76 0l3.87-3.87a.49.49 0 01.7.7L8.08 6.62a.54.54 0 000 .76L12 11.25a.49.49 0 01-.7.7L7.38 8.08a.54.54 0 00-.76 0L2.75 12a.49.49 0 01-.7-.7l3.87-3.92a.54.54 0 000-.76L2.05 2.75a.49.49 0 01.7-.7z", - "fill": "currentColor", - "fill-rule": "evenodd", - "id": "close_svg__close", - }, - "children": Array [], - "name": "path", - "namespace": "http://www.w3.org/2000/svg", - "next": null, - "parent": [Circular], - "prev": null, - "type": "tag", - "x-attribsNamespace": Object { - "d": undefined, - "fill": undefined, - "fill-rule": undefined, - "id": undefined, - }, - "x-attribsPrefix": Object { - "d": undefined, - "fill": undefined, - "fill-rule": undefined, - "id": undefined, - }, - }, - ], - "name": "g", - "namespace": "http://www.w3.org/2000/svg", - "next": null, - "parent": [Circular], - "prev": null, - "type": "tag", - "x-attribsNamespace": Object { - "data-name": undefined, - "id": undefined, - }, - "x-attribsPrefix": Object { - "data-name": undefined, - "id": undefined, - }, - }, - ], - "name": "g", - "namespace": "http://www.w3.org/2000/svg", - "next": null, - "parent": [Circular], - "prev": Object { - "attribs": Object {}, - "children": Array [ - Object { - "attribs": Object {}, - "children": Array [], - "name": "style", - "namespace": "http://www.w3.org/2000/svg", - "next": null, - "parent": [Circular], - "prev": null, - "type": "style", - "x-attribsNamespace": Object {}, - "x-attribsPrefix": Object {}, - }, - ], - "name": "defs", - "namespace": "http://www.w3.org/2000/svg", - "next": [Circular], - "parent": [Circular], - "prev": null, - "type": "tag", - "x-attribsNamespace": Object {}, - "x-attribsPrefix": Object {}, - }, - "type": "tag", - "x-attribsNamespace": Object { - "data-name": undefined, - "id": undefined, - }, - "x-attribsPrefix": Object { - "data-name": undefined, - "id": undefined, - }, - }, - ], - "name": "svg", - "namespace": "http://www.w3.org/2000/svg", - "next": null, - "parent": [Circular], - "prev": null, - "type": "tag", - "x-attribsNamespace": Object { - "class": undefined, - "fill": undefined, - "height": undefined, - "viewBox": undefined, - "width": undefined, - }, - "x-attribsPrefix": Object { - "class": undefined, - "fill": undefined, - "height": undefined, - "viewBox": undefined, - "width": undefined, - }, - }, - ], - "name": "span", - "namespace": "http://www.w3.org/1999/xhtml", - "next": null, - "parent": [Circular], - "prev": null, - "type": "tag", - "x-attribsNamespace": Object { - "class": undefined, - }, - "x-attribsPrefix": Object { - "class": undefined, - }, - }, - ], - "name": "button", - "namespace": "http://www.w3.org/1999/xhtml", - "next": [Circular], - "parent": [Circular], - "prev": null, - "type": "tag", - "x-attribsNamespace": Object { - "aria-label": undefined, - "class": undefined, - "type": undefined, - }, - "x-attribsPrefix": Object { - "aria-label": undefined, - "class": undefined, - "type": undefined, - }, - }, - "type": "tag", - "x-attribsNamespace": Object { - "class": undefined, - }, - "x-attribsPrefix": Object { - "class": undefined, - }, - }, - Object { - "attribs": Object { - "class": "gio-modal-body", - }, - "children": Array [ - Object { - "data": "Step One", - "next": null, - "parent": [Circular], - "prev": null, - "type": "text", - }, - ], - "name": "div", - "namespace": "http://www.w3.org/1999/xhtml", - "next": Object { - "attribs": Object { - "class": "gio-modal-footer", - }, - "children": Array [ - Object { - "attribs": Object { - "class": "gio-modal__footer", - }, - "children": Array [ - Object { - "attribs": Object { - "class": "gio-modal__footer-additional", - }, - "children": Array [], - "name": "div", - "namespace": "http://www.w3.org/1999/xhtml", - "next": Object { - "attribs": Object {}, - "children": Array [ - Object { - "attribs": Object { - "class": "gio-btn gio-modal__btn-close gio-btn-secondary", - "type": "button", - }, - "children": Array [ - Object { - "attribs": Object {}, - "children": Array [ - Object { - "data": "取 消", - "next": null, - "parent": [Circular], - "prev": null, - "type": "text", - }, - ], - "name": "span", - "namespace": "http://www.w3.org/1999/xhtml", - "next": null, - "parent": [Circular], - "prev": null, - "type": "tag", - "x-attribsNamespace": Object {}, - "x-attribsPrefix": Object {}, - }, - ], - "name": "button", - "namespace": "http://www.w3.org/1999/xhtml", - "next": Object { - "attribs": Object { - "class": "gio-btn gio-modal__btn-ok gio-btn-primary", - "type": "button", - }, - "children": Array [ - Object { - "attribs": Object {}, - "children": Array [ - Object { - "data": "下一步", - "next": null, - "parent": [Circular], - "prev": null, - "type": "text", - }, - ], - "name": "span", - "namespace": "http://www.w3.org/1999/xhtml", - "next": null, - "parent": [Circular], - "prev": null, - "type": "tag", - "x-attribsNamespace": Object {}, - "x-attribsPrefix": Object {}, - }, - ], - "name": "button", - "namespace": "http://www.w3.org/1999/xhtml", - "next": null, - "parent": [Circular], - "prev": [Circular], - "type": "tag", - "x-attribsNamespace": Object { - "class": undefined, - "type": undefined, - }, - "x-attribsPrefix": Object { - "class": undefined, - "type": undefined, - }, - }, - "parent": [Circular], - "prev": null, - "type": "tag", - "x-attribsNamespace": Object { - "class": undefined, - "type": undefined, - }, - "x-attribsPrefix": Object { - "class": undefined, - "type": undefined, - }, - }, - Object { - "attribs": Object { - "class": "gio-btn gio-modal__btn-ok gio-btn-primary", - "type": "button", - }, - "children": Array [ - Object { - "attribs": Object {}, - "children": Array [ - Object { - "data": "下一步", - "next": null, - "parent": [Circular], - "prev": null, - "type": "text", - }, - ], - "name": "span", - "namespace": "http://www.w3.org/1999/xhtml", - "next": null, - "parent": [Circular], - "prev": null, - "type": "tag", - "x-attribsNamespace": Object {}, - "x-attribsPrefix": Object {}, - }, - ], - "name": "button", - "namespace": "http://www.w3.org/1999/xhtml", - "next": null, - "parent": [Circular], - "prev": Object { - "attribs": Object { - "class": "gio-btn gio-modal__btn-close gio-btn-secondary", - "type": "button", - }, - "children": Array [ - Object { - "attribs": Object {}, - "children": Array [ - Object { - "data": "取 消", - "next": null, - "parent": [Circular], - "prev": null, - "type": "text", - }, - ], - "name": "span", - "namespace": "http://www.w3.org/1999/xhtml", - "next": null, - "parent": [Circular], - "prev": null, - "type": "tag", - "x-attribsNamespace": Object {}, - "x-attribsPrefix": Object {}, - }, - ], - "name": "button", - "namespace": "http://www.w3.org/1999/xhtml", - "next": [Circular], - "parent": [Circular], - "prev": null, - "type": "tag", - "x-attribsNamespace": Object { - "class": undefined, - "type": undefined, - }, - "x-attribsPrefix": Object { - "class": undefined, - "type": undefined, - }, - }, - "type": "tag", - "x-attribsNamespace": Object { - "class": undefined, - "type": undefined, - }, - "x-attribsPrefix": Object { - "class": undefined, - "type": undefined, - }, - }, - ], - "name": "div", - "namespace": "http://www.w3.org/1999/xhtml", - "next": null, - "parent": [Circular], - "prev": [Circular], - "type": "tag", - "x-attribsNamespace": Object {}, - "x-attribsPrefix": Object {}, - }, - "parent": [Circular], - "prev": null, - "type": "tag", - "x-attribsNamespace": Object { - "class": undefined, - }, - "x-attribsPrefix": Object { - "class": undefined, - }, - }, - Object { - "attribs": Object {}, - "children": Array [ - Object { - "attribs": Object { - "class": "gio-btn gio-modal__btn-close gio-btn-secondary", - "type": "button", - }, - "children": Array [ - Object { - "attribs": Object {}, - "children": Array [ - Object { - "data": "取 消", - "next": null, - "parent": [Circular], - "prev": null, - "type": "text", - }, - ], - "name": "span", - "namespace": "http://www.w3.org/1999/xhtml", - "next": null, - "parent": [Circular], - "prev": null, - "type": "tag", - "x-attribsNamespace": Object {}, - "x-attribsPrefix": Object {}, - }, - ], - "name": "button", - "namespace": "http://www.w3.org/1999/xhtml", - "next": Object { - "attribs": Object { - "class": "gio-btn gio-modal__btn-ok gio-btn-primary", - "type": "button", - }, - "children": Array [ - Object { - "attribs": Object {}, - "children": Array [ - Object { - "data": "下一步", - "next": null, - "parent": [Circular], - "prev": null, - "type": "text", - }, - ], - "name": "span", - "namespace": "http://www.w3.org/1999/xhtml", - "next": null, - "parent": [Circular], - "prev": null, - "type": "tag", - "x-attribsNamespace": Object {}, - "x-attribsPrefix": Object {}, - }, - ], - "name": "button", - "namespace": "http://www.w3.org/1999/xhtml", - "next": null, - "parent": [Circular], - "prev": [Circular], - "type": "tag", - "x-attribsNamespace": Object { - "class": undefined, - "type": undefined, - }, - "x-attribsPrefix": Object { - "class": undefined, - "type": undefined, - }, - }, - "parent": [Circular], - "prev": null, - "type": "tag", - "x-attribsNamespace": Object { - "class": undefined, - "type": undefined, - }, - "x-attribsPrefix": Object { - "class": undefined, - "type": undefined, - }, - }, - Object { - "attribs": Object { - "class": "gio-btn gio-modal__btn-ok gio-btn-primary", - "type": "button", - }, - "children": Array [ - Object { - "attribs": Object {}, - "children": Array [ - Object { - "data": "下一步", - "next": null, - "parent": [Circular], - "prev": null, - "type": "text", - }, - ], - "name": "span", - "namespace": "http://www.w3.org/1999/xhtml", - "next": null, - "parent": [Circular], - "prev": null, - "type": "tag", - "x-attribsNamespace": Object {}, - "x-attribsPrefix": Object {}, - }, - ], - "name": "button", - "namespace": "http://www.w3.org/1999/xhtml", - "next": null, - "parent": [Circular], - "prev": Object { - "attribs": Object { - "class": "gio-btn gio-modal__btn-close gio-btn-secondary", - "type": "button", - }, - "children": Array [ - Object { - "attribs": Object {}, - "children": Array [ - Object { - "data": "取 消", - "next": null, - "parent": [Circular], - "prev": null, - "type": "text", - }, - ], - "name": "span", - "namespace": "http://www.w3.org/1999/xhtml", - "next": null, - "parent": [Circular], - "prev": null, - "type": "tag", - "x-attribsNamespace": Object {}, - "x-attribsPrefix": Object {}, - }, - ], - "name": "button", - "namespace": "http://www.w3.org/1999/xhtml", - "next": [Circular], - "parent": [Circular], - "prev": null, - "type": "tag", - "x-attribsNamespace": Object { - "class": undefined, - "type": undefined, - }, - "x-attribsPrefix": Object { - "class": undefined, - "type": undefined, - }, - }, - "type": "tag", - "x-attribsNamespace": Object { - "class": undefined, - "type": undefined, - }, - "x-attribsPrefix": Object { - "class": undefined, - "type": undefined, - }, - }, - ], - "name": "div", - "namespace": "http://www.w3.org/1999/xhtml", - "next": null, - "parent": [Circular], - "prev": Object { - "attribs": Object { - "class": "gio-modal__footer-additional", - }, - "children": Array [], - "name": "div", - "namespace": "http://www.w3.org/1999/xhtml", - "next": [Circular], - "parent": [Circular], - "prev": null, - "type": "tag", - "x-attribsNamespace": Object { - "class": undefined, - }, - "x-attribsPrefix": Object { - "class": undefined, - }, - }, - "type": "tag", - "x-attribsNamespace": Object {}, - "x-attribsPrefix": Object {}, - }, - ], - "name": "div", - "namespace": "http://www.w3.org/1999/xhtml", - "next": null, - "parent": [Circular], - "prev": null, - "type": "tag", - "x-attribsNamespace": Object { - "class": undefined, - }, - "x-attribsPrefix": Object { - "class": undefined, - }, - }, - ], - "name": "div", - "namespace": "http://www.w3.org/1999/xhtml", - "next": null, - "parent": [Circular], - "prev": [Circular], - "type": "tag", - "x-attribsNamespace": Object { - "class": undefined, - }, - "x-attribsPrefix": Object { - "class": undefined, - }, - }, - "parent": [Circular], - "prev": Object { - "attribs": Object { - "class": "gio-modal-header", - }, - "children": Array [ - Object { - "attribs": Object { - "class": "gio-modal-title", - "id": "rcDialogTitle0", - }, - "children": Array [ - Object { - "attribs": Object { - "class": "gio-modal__title", - }, - "children": Array [ - Object { - "data": "步骤 1", - "next": null, - "parent": [Circular], - "prev": null, - "type": "text", - }, - ], - "name": "div", - "namespace": "http://www.w3.org/1999/xhtml", - "next": null, - "parent": [Circular], - "prev": null, - "type": "tag", - "x-attribsNamespace": Object { - "class": undefined, - }, - "x-attribsPrefix": Object { - "class": undefined, - }, - }, - ], - "name": "div", - "namespace": "http://www.w3.org/1999/xhtml", - "next": null, - "parent": [Circular], - "prev": null, - "type": "tag", - "x-attribsNamespace": Object { - "class": undefined, - "id": undefined, - }, - "x-attribsPrefix": Object { - "class": undefined, - "id": undefined, - }, - }, - ], - "name": "div", - "namespace": "http://www.w3.org/1999/xhtml", - "next": [Circular], - "parent": [Circular], - "prev": Object { - "attribs": Object { - "aria-label": "Close", - "class": "gio-modal-close", - "type": "button", - }, - "children": Array [ - Object { - "attribs": Object { - "class": "gio-icon gio-modal__close", - }, - "children": Array [ - Object { - "attribs": Object { - "class": "gio-icon-svg", - "fill": "currentColor", - "height": "1rem", - "viewBox": "0 0 14 14", - "width": "1rem", - }, - "children": Array [ - Object { - "attribs": Object {}, - "children": Array [ - Object { - "attribs": Object {}, - "children": Array [], - "name": "style", - "namespace": "http://www.w3.org/2000/svg", - "next": null, - "parent": [Circular], - "prev": null, - "type": "style", - "x-attribsNamespace": Object {}, - "x-attribsPrefix": Object {}, - }, - ], - "name": "defs", - "namespace": "http://www.w3.org/2000/svg", - "next": Object { - "attribs": Object { - "data-name": "\\\\u56FE\\\\u5C42 2", - "id": "close_svg__\\\\u56FE\\\\u5C42_2", - }, - "children": Array [ - Object { - "attribs": Object { - "data-name": "\\\\u56FE\\\\u5C42 1", - "id": "close_svg__\\\\u56FE\\\\u5C42_1-2", - }, - "children": Array [ - Object { - "attribs": Object { - "d": "M6.62 5.92a.54.54 0 00.76 0l3.87-3.87a.49.49 0 01.7.7L8.08 6.62a.54.54 0 000 .76L12 11.25a.49.49 0 01-.7.7L7.38 8.08a.54.54 0 00-.76 0L2.75 12a.49.49 0 01-.7-.7l3.87-3.92a.54.54 0 000-.76L2.05 2.75a.49.49 0 01.7-.7z", - "fill": "currentColor", - "fill-rule": "evenodd", - "id": "close_svg__close", - }, - "children": Array [], - "name": "path", - "namespace": "http://www.w3.org/2000/svg", - "next": null, - "parent": [Circular], - "prev": null, - "type": "tag", - "x-attribsNamespace": Object { - "d": undefined, - "fill": undefined, - "fill-rule": undefined, - "id": undefined, - }, - "x-attribsPrefix": Object { - "d": undefined, - "fill": undefined, - "fill-rule": undefined, - "id": undefined, - }, - }, - ], - "name": "g", - "namespace": "http://www.w3.org/2000/svg", - "next": null, - "parent": [Circular], - "prev": null, - "type": "tag", - "x-attribsNamespace": Object { - "data-name": undefined, - "id": undefined, - }, - "x-attribsPrefix": Object { - "data-name": undefined, - "id": undefined, - }, - }, - ], - "name": "g", - "namespace": "http://www.w3.org/2000/svg", - "next": null, - "parent": [Circular], - "prev": [Circular], - "type": "tag", - "x-attribsNamespace": Object { - "data-name": undefined, - "id": undefined, - }, - "x-attribsPrefix": Object { - "data-name": undefined, - "id": undefined, - }, - }, - "parent": [Circular], - "prev": null, - "type": "tag", - "x-attribsNamespace": Object {}, - "x-attribsPrefix": Object {}, - }, - Object { - "attribs": Object { - "data-name": "\\\\u56FE\\\\u5C42 2", - "id": "close_svg__\\\\u56FE\\\\u5C42_2", - }, - "children": Array [ - Object { - "attribs": Object { - "data-name": "\\\\u56FE\\\\u5C42 1", - "id": "close_svg__\\\\u56FE\\\\u5C42_1-2", - }, - "children": Array [ - Object { - "attribs": Object { - "d": "M6.62 5.92a.54.54 0 00.76 0l3.87-3.87a.49.49 0 01.7.7L8.08 6.62a.54.54 0 000 .76L12 11.25a.49.49 0 01-.7.7L7.38 8.08a.54.54 0 00-.76 0L2.75 12a.49.49 0 01-.7-.7l3.87-3.92a.54.54 0 000-.76L2.05 2.75a.49.49 0 01.7-.7z", - "fill": "currentColor", - "fill-rule": "evenodd", - "id": "close_svg__close", - }, - "children": Array [], - "name": "path", - "namespace": "http://www.w3.org/2000/svg", - "next": null, - "parent": [Circular], - "prev": null, - "type": "tag", - "x-attribsNamespace": Object { - "d": undefined, - "fill": undefined, - "fill-rule": undefined, - "id": undefined, - }, - "x-attribsPrefix": Object { - "d": undefined, - "fill": undefined, - "fill-rule": undefined, - "id": undefined, - }, - }, - ], - "name": "g", - "namespace": "http://www.w3.org/2000/svg", - "next": null, - "parent": [Circular], - "prev": null, - "type": "tag", - "x-attribsNamespace": Object { - "data-name": undefined, - "id": undefined, - }, - "x-attribsPrefix": Object { - "data-name": undefined, - "id": undefined, - }, - }, - ], - "name": "g", - "namespace": "http://www.w3.org/2000/svg", - "next": null, - "parent": [Circular], - "prev": Object { - "attribs": Object {}, - "children": Array [ - Object { - "attribs": Object {}, - "children": Array [], - "name": "style", - "namespace": "http://www.w3.org/2000/svg", - "next": null, - "parent": [Circular], - "prev": null, - "type": "style", - "x-attribsNamespace": Object {}, - "x-attribsPrefix": Object {}, - }, - ], - "name": "defs", - "namespace": "http://www.w3.org/2000/svg", - "next": [Circular], - "parent": [Circular], - "prev": null, - "type": "tag", - "x-attribsNamespace": Object {}, - "x-attribsPrefix": Object {}, - }, - "type": "tag", - "x-attribsNamespace": Object { - "data-name": undefined, - "id": undefined, - }, - "x-attribsPrefix": Object { - "data-name": undefined, - "id": undefined, - }, - }, - ], - "name": "svg", - "namespace": "http://www.w3.org/2000/svg", - "next": null, - "parent": [Circular], - "prev": null, - "type": "tag", - "x-attribsNamespace": Object { - "class": undefined, - "fill": undefined, - "height": undefined, - "viewBox": undefined, - "width": undefined, - }, - "x-attribsPrefix": Object { - "class": undefined, - "fill": undefined, - "height": undefined, - "viewBox": undefined, - "width": undefined, - }, - }, - ], - "name": "span", - "namespace": "http://www.w3.org/1999/xhtml", - "next": null, - "parent": [Circular], - "prev": null, - "type": "tag", - "x-attribsNamespace": Object { - "class": undefined, - }, - "x-attribsPrefix": Object { - "class": undefined, - }, - }, - ], - "name": "button", - "namespace": "http://www.w3.org/1999/xhtml", - "next": [Circular], - "parent": [Circular], - "prev": null, - "type": "tag", - "x-attribsNamespace": Object { - "aria-label": undefined, - "class": undefined, - "type": undefined, - }, - "x-attribsPrefix": Object { - "aria-label": undefined, - "class": undefined, - "type": undefined, - }, - }, - "type": "tag", - "x-attribsNamespace": Object { - "class": undefined, - }, - "x-attribsPrefix": Object { - "class": undefined, - }, - }, - "type": "tag", - "x-attribsNamespace": Object { - "class": undefined, - }, - "x-attribsPrefix": Object { - "class": undefined, - }, - }, - Object { - "attribs": Object { - "class": "gio-modal-footer", - }, - "children": Array [ - Object { - "attribs": Object { - "class": "gio-modal__footer", - }, - "children": Array [ - Object { - "attribs": Object { - "class": "gio-modal__footer-additional", - }, - "children": Array [], - "name": "div", - "namespace": "http://www.w3.org/1999/xhtml", - "next": Object { - "attribs": Object {}, - "children": Array [ - Object { - "attribs": Object { - "class": "gio-btn gio-modal__btn-close gio-btn-secondary", - "type": "button", - }, - "children": Array [ - Object { - "attribs": Object {}, - "children": Array [ - Object { - "data": "取 消", - "next": null, - "parent": [Circular], - "prev": null, - "type": "text", - }, - ], - "name": "span", - "namespace": "http://www.w3.org/1999/xhtml", - "next": null, - "parent": [Circular], - "prev": null, - "type": "tag", - "x-attribsNamespace": Object {}, - "x-attribsPrefix": Object {}, - }, - ], - "name": "button", - "namespace": "http://www.w3.org/1999/xhtml", - "next": Object { - "attribs": Object { - "class": "gio-btn gio-modal__btn-ok gio-btn-primary", - "type": "button", - }, - "children": Array [ - Object { - "attribs": Object {}, - "children": Array [ - Object { - "data": "下一步", - "next": null, - "parent": [Circular], - "prev": null, - "type": "text", - }, - ], - "name": "span", - "namespace": "http://www.w3.org/1999/xhtml", - "next": null, - "parent": [Circular], - "prev": null, - "type": "tag", - "x-attribsNamespace": Object {}, - "x-attribsPrefix": Object {}, - }, - ], - "name": "button", - "namespace": "http://www.w3.org/1999/xhtml", - "next": null, - "parent": [Circular], - "prev": [Circular], - "type": "tag", - "x-attribsNamespace": Object { - "class": undefined, - "type": undefined, - }, - "x-attribsPrefix": Object { - "class": undefined, - "type": undefined, - }, - }, - "parent": [Circular], - "prev": null, - "type": "tag", - "x-attribsNamespace": Object { - "class": undefined, - "type": undefined, - }, - "x-attribsPrefix": Object { - "class": undefined, - "type": undefined, - }, - }, - Object { - "attribs": Object { - "class": "gio-btn gio-modal__btn-ok gio-btn-primary", - "type": "button", - }, - "children": Array [ - Object { - "attribs": Object {}, - "children": Array [ - Object { - "data": "下一步", - "next": null, - "parent": [Circular], - "prev": null, - "type": "text", - }, - ], - "name": "span", - "namespace": "http://www.w3.org/1999/xhtml", - "next": null, - "parent": [Circular], - "prev": null, - "type": "tag", - "x-attribsNamespace": Object {}, - "x-attribsPrefix": Object {}, - }, - ], - "name": "button", - "namespace": "http://www.w3.org/1999/xhtml", - "next": null, - "parent": [Circular], - "prev": Object { - "attribs": Object { - "class": "gio-btn gio-modal__btn-close gio-btn-secondary", - "type": "button", - }, - "children": Array [ - Object { - "attribs": Object {}, - "children": Array [ - Object { - "data": "取 消", - "next": null, - "parent": [Circular], - "prev": null, - "type": "text", - }, - ], - "name": "span", - "namespace": "http://www.w3.org/1999/xhtml", - "next": null, - "parent": [Circular], - "prev": null, - "type": "tag", - "x-attribsNamespace": Object {}, - "x-attribsPrefix": Object {}, - }, - ], - "name": "button", - "namespace": "http://www.w3.org/1999/xhtml", - "next": [Circular], - "parent": [Circular], - "prev": null, - "type": "tag", - "x-attribsNamespace": Object { - "class": undefined, - "type": undefined, - }, - "x-attribsPrefix": Object { - "class": undefined, - "type": undefined, - }, - }, - "type": "tag", - "x-attribsNamespace": Object { - "class": undefined, - "type": undefined, - }, - "x-attribsPrefix": Object { - "class": undefined, - "type": undefined, - }, - }, - ], - "name": "div", - "namespace": "http://www.w3.org/1999/xhtml", - "next": null, - "parent": [Circular], - "prev": [Circular], - "type": "tag", - "x-attribsNamespace": Object {}, - "x-attribsPrefix": Object {}, - }, - "parent": [Circular], - "prev": null, - "type": "tag", - "x-attribsNamespace": Object { - "class": undefined, - }, - "x-attribsPrefix": Object { - "class": undefined, - }, - }, - Object { - "attribs": Object {}, - "children": Array [ - Object { - "attribs": Object { - "class": "gio-btn gio-modal__btn-close gio-btn-secondary", - "type": "button", - }, - "children": Array [ - Object { - "attribs": Object {}, - "children": Array [ - Object { - "data": "取 消", - "next": null, - "parent": [Circular], - "prev": null, - "type": "text", - }, - ], - "name": "span", - "namespace": "http://www.w3.org/1999/xhtml", - "next": null, - "parent": [Circular], - "prev": null, - "type": "tag", - "x-attribsNamespace": Object {}, - "x-attribsPrefix": Object {}, - }, - ], - "name": "button", - "namespace": "http://www.w3.org/1999/xhtml", - "next": Object { - "attribs": Object { - "class": "gio-btn gio-modal__btn-ok gio-btn-primary", - "type": "button", - }, - "children": Array [ - Object { - "attribs": Object {}, - "children": Array [ - Object { - "data": "下一步", - "next": null, - "parent": [Circular], - "prev": null, - "type": "text", - }, - ], - "name": "span", - "namespace": "http://www.w3.org/1999/xhtml", - "next": null, - "parent": [Circular], - "prev": null, - "type": "tag", - "x-attribsNamespace": Object {}, - "x-attribsPrefix": Object {}, - }, - ], - "name": "button", - "namespace": "http://www.w3.org/1999/xhtml", - "next": null, - "parent": [Circular], - "prev": [Circular], - "type": "tag", - "x-attribsNamespace": Object { - "class": undefined, - "type": undefined, - }, - "x-attribsPrefix": Object { - "class": undefined, - "type": undefined, - }, - }, - "parent": [Circular], - "prev": null, - "type": "tag", - "x-attribsNamespace": Object { - "class": undefined, - "type": undefined, - }, - "x-attribsPrefix": Object { - "class": undefined, - "type": undefined, - }, - }, - Object { - "attribs": Object { - "class": "gio-btn gio-modal__btn-ok gio-btn-primary", - "type": "button", - }, - "children": Array [ - Object { - "attribs": Object {}, - "children": Array [ - Object { - "data": "下一步", - "next": null, - "parent": [Circular], - "prev": null, - "type": "text", - }, - ], - "name": "span", - "namespace": "http://www.w3.org/1999/xhtml", - "next": null, - "parent": [Circular], - "prev": null, - "type": "tag", - "x-attribsNamespace": Object {}, - "x-attribsPrefix": Object {}, - }, - ], - "name": "button", - "namespace": "http://www.w3.org/1999/xhtml", - "next": null, - "parent": [Circular], - "prev": Object { - "attribs": Object { - "class": "gio-btn gio-modal__btn-close gio-btn-secondary", - "type": "button", - }, - "children": Array [ - Object { - "attribs": Object {}, - "children": Array [ - Object { - "data": "取 消", - "next": null, - "parent": [Circular], - "prev": null, - "type": "text", - }, - ], - "name": "span", - "namespace": "http://www.w3.org/1999/xhtml", - "next": null, - "parent": [Circular], - "prev": null, - "type": "tag", - "x-attribsNamespace": Object {}, - "x-attribsPrefix": Object {}, - }, - ], - "name": "button", - "namespace": "http://www.w3.org/1999/xhtml", - "next": [Circular], - "parent": [Circular], - "prev": null, - "type": "tag", - "x-attribsNamespace": Object { - "class": undefined, - "type": undefined, - }, - "x-attribsPrefix": Object { - "class": undefined, - "type": undefined, - }, - }, - "type": "tag", - "x-attribsNamespace": Object { - "class": undefined, - "type": undefined, - }, - "x-attribsPrefix": Object { - "class": undefined, - "type": undefined, - }, - }, - ], - "name": "div", - "namespace": "http://www.w3.org/1999/xhtml", - "next": null, - "parent": [Circular], - "prev": Object { - "attribs": Object { - "class": "gio-modal__footer-additional", - }, - "children": Array [], - "name": "div", - "namespace": "http://www.w3.org/1999/xhtml", - "next": [Circular], - "parent": [Circular], - "prev": null, - "type": "tag", - "x-attribsNamespace": Object { - "class": undefined, - }, - "x-attribsPrefix": Object { - "class": undefined, - }, - }, - "type": "tag", - "x-attribsNamespace": Object {}, - "x-attribsPrefix": Object {}, - }, - ], - "name": "div", - "namespace": "http://www.w3.org/1999/xhtml", - "next": null, - "parent": [Circular], - "prev": null, - "type": "tag", - "x-attribsNamespace": Object { - "class": undefined, - }, - "x-attribsPrefix": Object { - "class": undefined, - }, - }, - ], - "name": "div", - "namespace": "http://www.w3.org/1999/xhtml", - "next": null, - "parent": [Circular], - "prev": Object { - "attribs": Object { - "class": "gio-modal-body", - }, - "children": Array [ - Object { - "data": "Step One", - "next": null, - "parent": [Circular], - "prev": null, - "type": "text", - }, - ], - "name": "div", - "namespace": "http://www.w3.org/1999/xhtml", - "next": [Circular], - "parent": [Circular], - "prev": Object { - "attribs": Object { - "class": "gio-modal-header", - }, - "children": Array [ - Object { - "attribs": Object { - "class": "gio-modal-title", - "id": "rcDialogTitle0", - }, - "children": Array [ - Object { - "attribs": Object { - "class": "gio-modal__title", - }, - "children": Array [ - Object { - "data": "步骤 1", - "next": null, - "parent": [Circular], - "prev": null, - "type": "text", - }, - ], - "name": "div", - "namespace": "http://www.w3.org/1999/xhtml", - "next": null, - "parent": [Circular], - "prev": null, - "type": "tag", - "x-attribsNamespace": Object { - "class": undefined, - }, - "x-attribsPrefix": Object { - "class": undefined, - }, - }, - ], - "name": "div", - "namespace": "http://www.w3.org/1999/xhtml", - "next": null, - "parent": [Circular], - "prev": null, - "type": "tag", - "x-attribsNamespace": Object { - "class": undefined, - "id": undefined, - }, - "x-attribsPrefix": Object { - "class": undefined, - "id": undefined, - }, - }, - ], - "name": "div", - "namespace": "http://www.w3.org/1999/xhtml", - "next": [Circular], - "parent": [Circular], - "prev": Object { - "attribs": Object { - "aria-label": "Close", - "class": "gio-modal-close", - "type": "button", - }, - "children": Array [ - Object { - "attribs": Object { - "class": "gio-icon gio-modal__close", - }, - "children": Array [ - Object { - "attribs": Object { - "class": "gio-icon-svg", - "fill": "currentColor", - "height": "1rem", - "viewBox": "0 0 14 14", - "width": "1rem", - }, - "children": Array [ - Object { - "attribs": Object {}, - "children": Array [ - Object { - "attribs": Object {}, - "children": Array [], - "name": "style", - "namespace": "http://www.w3.org/2000/svg", - "next": null, - "parent": [Circular], - "prev": null, - "type": "style", - "x-attribsNamespace": Object {}, - "x-attribsPrefix": Object {}, - }, - ], - "name": "defs", - "namespace": "http://www.w3.org/2000/svg", - "next": Object { - "attribs": Object { - "data-name": "\\\\u56FE\\\\u5C42 2", - "id": "close_svg__\\\\u56FE\\\\u5C42_2", - }, - "children": Array [ - Object { - "attribs": Object { - "data-name": "\\\\u56FE\\\\u5C42 1", - "id": "close_svg__\\\\u56FE\\\\u5C42_1-2", - }, - "children": Array [ - Object { - "attribs": Object { - "d": "M6.62 5.92a.54.54 0 00.76 0l3.87-3.87a.49.49 0 01.7.7L8.08 6.62a.54.54 0 000 .76L12 11.25a.49.49 0 01-.7.7L7.38 8.08a.54.54 0 00-.76 0L2.75 12a.49.49 0 01-.7-.7l3.87-3.92a.54.54 0 000-.76L2.05 2.75a.49.49 0 01.7-.7z", - "fill": "currentColor", - "fill-rule": "evenodd", - "id": "close_svg__close", - }, - "children": Array [], - "name": "path", - "namespace": "http://www.w3.org/2000/svg", - "next": null, - "parent": [Circular], - "prev": null, - "type": "tag", - "x-attribsNamespace": Object { - "d": undefined, - "fill": undefined, - "fill-rule": undefined, - "id": undefined, - }, - "x-attribsPrefix": Object { - "d": undefined, - "fill": undefined, - "fill-rule": undefined, - "id": undefined, - }, - }, - ], - "name": "g", - "namespace": "http://www.w3.org/2000/svg", - "next": null, - "parent": [Circular], - "prev": null, - "type": "tag", - "x-attribsNamespace": Object { - "data-name": undefined, - "id": undefined, - }, - "x-attribsPrefix": Object { - "data-name": undefined, - "id": undefined, - }, - }, - ], - "name": "g", - "namespace": "http://www.w3.org/2000/svg", - "next": null, - "parent": [Circular], - "prev": [Circular], - "type": "tag", - "x-attribsNamespace": Object { - "data-name": undefined, - "id": undefined, - }, - "x-attribsPrefix": Object { - "data-name": undefined, - "id": undefined, - }, - }, - "parent": [Circular], - "prev": null, - "type": "tag", - "x-attribsNamespace": Object {}, - "x-attribsPrefix": Object {}, - }, - Object { - "attribs": Object { - "data-name": "\\\\u56FE\\\\u5C42 2", - "id": "close_svg__\\\\u56FE\\\\u5C42_2", - }, - "children": Array [ - Object { - "attribs": Object { - "data-name": "\\\\u56FE\\\\u5C42 1", - "id": "close_svg__\\\\u56FE\\\\u5C42_1-2", - }, - "children": Array [ - Object { - "attribs": Object { - "d": "M6.62 5.92a.54.54 0 00.76 0l3.87-3.87a.49.49 0 01.7.7L8.08 6.62a.54.54 0 000 .76L12 11.25a.49.49 0 01-.7.7L7.38 8.08a.54.54 0 00-.76 0L2.75 12a.49.49 0 01-.7-.7l3.87-3.92a.54.54 0 000-.76L2.05 2.75a.49.49 0 01.7-.7z", - "fill": "currentColor", - "fill-rule": "evenodd", - "id": "close_svg__close", - }, - "children": Array [], - "name": "path", - "namespace": "http://www.w3.org/2000/svg", - "next": null, - "parent": [Circular], - "prev": null, - "type": "tag", - "x-attribsNamespace": Object { - "d": undefined, - "fill": undefined, - "fill-rule": undefined, - "id": undefined, - }, - "x-attribsPrefix": Object { - "d": undefined, - "fill": undefined, - "fill-rule": undefined, - "id": undefined, - }, - }, - ], - "name": "g", - "namespace": "http://www.w3.org/2000/svg", - "next": null, - "parent": [Circular], - "prev": null, - "type": "tag", - "x-attribsNamespace": Object { - "data-name": undefined, - "id": undefined, - }, - "x-attribsPrefix": Object { - "data-name": undefined, - "id": undefined, - }, - }, - ], - "name": "g", - "namespace": "http://www.w3.org/2000/svg", - "next": null, - "parent": [Circular], - "prev": Object { - "attribs": Object {}, - "children": Array [ - Object { - "attribs": Object {}, - "children": Array [], - "name": "style", - "namespace": "http://www.w3.org/2000/svg", - "next": null, - "parent": [Circular], - "prev": null, - "type": "style", - "x-attribsNamespace": Object {}, - "x-attribsPrefix": Object {}, - }, - ], - "name": "defs", - "namespace": "http://www.w3.org/2000/svg", - "next": [Circular], - "parent": [Circular], - "prev": null, - "type": "tag", - "x-attribsNamespace": Object {}, - "x-attribsPrefix": Object {}, - }, - "type": "tag", - "x-attribsNamespace": Object { - "data-name": undefined, - "id": undefined, - }, - "x-attribsPrefix": Object { - "data-name": undefined, - "id": undefined, - }, - }, - ], - "name": "svg", - "namespace": "http://www.w3.org/2000/svg", - "next": null, - "parent": [Circular], - "prev": null, - "type": "tag", - "x-attribsNamespace": Object { - "class": undefined, - "fill": undefined, - "height": undefined, - "viewBox": undefined, - "width": undefined, - }, - "x-attribsPrefix": Object { - "class": undefined, - "fill": undefined, - "height": undefined, - "viewBox": undefined, - "width": undefined, - }, - }, - ], - "name": "span", - "namespace": "http://www.w3.org/1999/xhtml", - "next": null, - "parent": [Circular], - "prev": null, - "type": "tag", - "x-attribsNamespace": Object { - "class": undefined, - }, - "x-attribsPrefix": Object { - "class": undefined, - }, - }, - ], - "name": "button", - "namespace": "http://www.w3.org/1999/xhtml", - "next": [Circular], - "parent": [Circular], - "prev": null, - "type": "tag", - "x-attribsNamespace": Object { - "aria-label": undefined, - "class": undefined, - "type": undefined, - }, - "x-attribsPrefix": Object { - "aria-label": undefined, - "class": undefined, - "type": undefined, - }, - }, - "type": "tag", - "x-attribsNamespace": Object { - "class": undefined, - }, - "x-attribsPrefix": Object { - "class": undefined, - }, - }, - "type": "tag", - "x-attribsNamespace": Object { - "class": undefined, - }, - "x-attribsPrefix": Object { - "class": undefined, - }, - }, - "type": "tag", - "x-attribsNamespace": Object { - "class": undefined, - }, - "x-attribsPrefix": Object { - "class": undefined, - }, - }, - ], - "name": "div", - "namespace": "http://www.w3.org/1999/xhtml", - "next": Object { - "attribs": Object { - "aria-hidden": "true", - "style": "width: 0px; height: 0px; overflow: hidden; outline: none;", - "tabindex": "0", - }, - "children": Array [], - "name": "div", - "namespace": "http://www.w3.org/1999/xhtml", - "next": null, - "parent": [Circular], - "prev": [Circular], - "type": "tag", - "x-attribsNamespace": Object { - "aria-hidden": undefined, - "style": undefined, - "tabindex": undefined, - }, - "x-attribsPrefix": Object { - "aria-hidden": undefined, - "style": undefined, - "tabindex": undefined, - }, - }, - "parent": [Circular], - "prev": Object { - "attribs": Object { - "aria-hidden": "true", - "style": "width: 0px; height: 0px; overflow: hidden; outline: none;", - "tabindex": "0", - }, - "children": Array [], - "name": "div", - "namespace": "http://www.w3.org/1999/xhtml", - "next": [Circular], - "parent": [Circular], - "prev": null, - "type": "tag", - "x-attribsNamespace": Object { - "aria-hidden": undefined, - "style": undefined, - "tabindex": undefined, - }, - "x-attribsPrefix": Object { - "aria-hidden": undefined, - "style": undefined, - "tabindex": undefined, - }, - }, - "type": "tag", - "x-attribsNamespace": Object { - "class": undefined, - }, - "x-attribsPrefix": Object { - "class": undefined, - }, - }, - Object { - "attribs": Object { - "aria-hidden": "true", - "style": "width: 0px; height: 0px; overflow: hidden; outline: none;", - "tabindex": "0", - }, - "children": Array [], - "name": "div", - "namespace": "http://www.w3.org/1999/xhtml", - "next": null, - "parent": [Circular], - "prev": Object { - "attribs": Object { - "class": "gio-modal-content", - }, - "children": Array [ - Object { - "attribs": Object { - "aria-label": "Close", - "class": "gio-modal-close", - "type": "button", - }, - "children": Array [ - Object { - "attribs": Object { - "class": "gio-icon gio-modal__close", - }, - "children": Array [ - Object { - "attribs": Object { - "class": "gio-icon-svg", - "fill": "currentColor", - "height": "1rem", - "viewBox": "0 0 14 14", - "width": "1rem", - }, - "children": Array [ - Object { - "attribs": Object {}, - "children": Array [ - Object { - "attribs": Object {}, - "children": Array [], - "name": "style", - "namespace": "http://www.w3.org/2000/svg", - "next": null, - "parent": [Circular], - "prev": null, - "type": "style", - "x-attribsNamespace": Object {}, - "x-attribsPrefix": Object {}, - }, - ], - "name": "defs", - "namespace": "http://www.w3.org/2000/svg", - "next": Object { - "attribs": Object { - "data-name": "\\\\u56FE\\\\u5C42 2", - "id": "close_svg__\\\\u56FE\\\\u5C42_2", - }, - "children": Array [ - Object { - "attribs": Object { - "data-name": "\\\\u56FE\\\\u5C42 1", - "id": "close_svg__\\\\u56FE\\\\u5C42_1-2", - }, - "children": Array [ - Object { - "attribs": Object { - "d": "M6.62 5.92a.54.54 0 00.76 0l3.87-3.87a.49.49 0 01.7.7L8.08 6.62a.54.54 0 000 .76L12 11.25a.49.49 0 01-.7.7L7.38 8.08a.54.54 0 00-.76 0L2.75 12a.49.49 0 01-.7-.7l3.87-3.92a.54.54 0 000-.76L2.05 2.75a.49.49 0 01.7-.7z", - "fill": "currentColor", - "fill-rule": "evenodd", - "id": "close_svg__close", - }, - "children": Array [], - "name": "path", - "namespace": "http://www.w3.org/2000/svg", - "next": null, - "parent": [Circular], - "prev": null, - "type": "tag", - "x-attribsNamespace": Object { - "d": undefined, - "fill": undefined, - "fill-rule": undefined, - "id": undefined, - }, - "x-attribsPrefix": Object { - "d": undefined, - "fill": undefined, - "fill-rule": undefined, - "id": undefined, - }, - }, - ], - "name": "g", - "namespace": "http://www.w3.org/2000/svg", - "next": null, - "parent": [Circular], - "prev": null, - "type": "tag", - "x-attribsNamespace": Object { - "data-name": undefined, - "id": undefined, - }, - "x-attribsPrefix": Object { - "data-name": undefined, - "id": undefined, - }, - }, - ], - "name": "g", - "namespace": "http://www.w3.org/2000/svg", - "next": null, - "parent": [Circular], - "prev": [Circular], - "type": "tag", - "x-attribsNamespace": Object { - "data-name": undefined, - "id": undefined, - }, - "x-attribsPrefix": Object { - "data-name": undefined, - "id": undefined, - }, - }, - "parent": [Circular], - "prev": null, - "type": "tag", - "x-attribsNamespace": Object {}, - "x-attribsPrefix": Object {}, - }, - Object { - "attribs": Object { - "data-name": "\\\\u56FE\\\\u5C42 2", - "id": "close_svg__\\\\u56FE\\\\u5C42_2", - }, - "children": Array [ - Object { - "attribs": Object { - "data-name": "\\\\u56FE\\\\u5C42 1", - "id": "close_svg__\\\\u56FE\\\\u5C42_1-2", - }, - "children": Array [ - Object { - "attribs": Object { - "d": "M6.62 5.92a.54.54 0 00.76 0l3.87-3.87a.49.49 0 01.7.7L8.08 6.62a.54.54 0 000 .76L12 11.25a.49.49 0 01-.7.7L7.38 8.08a.54.54 0 00-.76 0L2.75 12a.49.49 0 01-.7-.7l3.87-3.92a.54.54 0 000-.76L2.05 2.75a.49.49 0 01.7-.7z", - "fill": "currentColor", - "fill-rule": "evenodd", - "id": "close_svg__close", - }, - "children": Array [], - "name": "path", - "namespace": "http://www.w3.org/2000/svg", - "next": null, - "parent": [Circular], - "prev": null, - "type": "tag", - "x-attribsNamespace": Object { - "d": undefined, - "fill": undefined, - "fill-rule": undefined, - "id": undefined, - }, - "x-attribsPrefix": Object { - "d": undefined, - "fill": undefined, - "fill-rule": undefined, - "id": undefined, - }, - }, - ], - "name": "g", - "namespace": "http://www.w3.org/2000/svg", - "next": null, - "parent": [Circular], - "prev": null, - "type": "tag", - "x-attribsNamespace": Object { - "data-name": undefined, - "id": undefined, - }, - "x-attribsPrefix": Object { - "data-name": undefined, - "id": undefined, - }, - }, - ], - "name": "g", - "namespace": "http://www.w3.org/2000/svg", - "next": null, - "parent": [Circular], - "prev": Object { - "attribs": Object {}, - "children": Array [ - Object { - "attribs": Object {}, - "children": Array [], - "name": "style", - "namespace": "http://www.w3.org/2000/svg", - "next": null, - "parent": [Circular], - "prev": null, - "type": "style", - "x-attribsNamespace": Object {}, - "x-attribsPrefix": Object {}, - }, - ], - "name": "defs", - "namespace": "http://www.w3.org/2000/svg", - "next": [Circular], - "parent": [Circular], - "prev": null, - "type": "tag", - "x-attribsNamespace": Object {}, - "x-attribsPrefix": Object {}, - }, - "type": "tag", - "x-attribsNamespace": Object { - "data-name": undefined, - "id": undefined, - }, - "x-attribsPrefix": Object { - "data-name": undefined, - "id": undefined, - }, - }, - ], - "name": "svg", - "namespace": "http://www.w3.org/2000/svg", - "next": null, - "parent": [Circular], - "prev": null, - "type": "tag", - "x-attribsNamespace": Object { - "class": undefined, - "fill": undefined, - "height": undefined, - "viewBox": undefined, - "width": undefined, - }, - "x-attribsPrefix": Object { - "class": undefined, - "fill": undefined, - "height": undefined, - "viewBox": undefined, - "width": undefined, - }, - }, - ], - "name": "span", - "namespace": "http://www.w3.org/1999/xhtml", - "next": null, - "parent": [Circular], - "prev": null, - "type": "tag", - "x-attribsNamespace": Object { - "class": undefined, - }, - "x-attribsPrefix": Object { - "class": undefined, - }, - }, - ], - "name": "button", - "namespace": "http://www.w3.org/1999/xhtml", - "next": Object { - "attribs": Object { - "class": "gio-modal-header", - }, - "children": Array [ - Object { - "attribs": Object { - "class": "gio-modal-title", - "id": "rcDialogTitle0", - }, - "children": Array [ - Object { - "attribs": Object { - "class": "gio-modal__title", - }, - "children": Array [ - Object { - "data": "步骤 1", - "next": null, - "parent": [Circular], - "prev": null, - "type": "text", - }, - ], - "name": "div", - "namespace": "http://www.w3.org/1999/xhtml", - "next": null, - "parent": [Circular], - "prev": null, - "type": "tag", - "x-attribsNamespace": Object { - "class": undefined, - }, - "x-attribsPrefix": Object { - "class": undefined, - }, - }, - ], - "name": "div", - "namespace": "http://www.w3.org/1999/xhtml", - "next": null, - "parent": [Circular], - "prev": null, - "type": "tag", - "x-attribsNamespace": Object { - "class": undefined, - "id": undefined, - }, - "x-attribsPrefix": Object { - "class": undefined, - "id": undefined, - }, - }, - ], - "name": "div", - "namespace": "http://www.w3.org/1999/xhtml", - "next": Object { - "attribs": Object { - "class": "gio-modal-body", - }, - "children": Array [ - Object { - "data": "Step One", - "next": null, - "parent": [Circular], - "prev": null, - "type": "text", - }, - ], - "name": "div", - "namespace": "http://www.w3.org/1999/xhtml", - "next": Object { - "attribs": Object { - "class": "gio-modal-footer", - }, - "children": Array [ - Object { - "attribs": Object { - "class": "gio-modal__footer", - }, - "children": Array [ - Object { - "attribs": Object { - "class": "gio-modal__footer-additional", - }, - "children": Array [], - "name": "div", - "namespace": "http://www.w3.org/1999/xhtml", - "next": Object { - "attribs": Object {}, - "children": Array [ - Object { - "attribs": Object { - "class": "gio-btn gio-modal__btn-close gio-btn-secondary", - "type": "button", - }, - "children": Array [ - Object { - "attribs": Object {}, - "children": Array [ - Object { - "data": "取 消", - "next": null, - "parent": [Circular], - "prev": null, - "type": "text", - }, - ], - "name": "span", - "namespace": "http://www.w3.org/1999/xhtml", - "next": null, - "parent": [Circular], - "prev": null, - "type": "tag", - "x-attribsNamespace": Object {}, - "x-attribsPrefix": Object {}, - }, - ], - "name": "button", - "namespace": "http://www.w3.org/1999/xhtml", - "next": Object { - "attribs": Object { - "class": "gio-btn gio-modal__btn-ok gio-btn-primary", - "type": "button", - }, - "children": Array [ - Object { - "attribs": Object {}, - "children": Array [ - Object { - "data": "下一步", - "next": null, - "parent": [Circular], - "prev": null, - "type": "text", - }, - ], - "name": "span", - "namespace": "http://www.w3.org/1999/xhtml", - "next": null, - "parent": [Circular], - "prev": null, - "type": "tag", - "x-attribsNamespace": Object {}, - "x-attribsPrefix": Object {}, - }, - ], - "name": "button", - "namespace": "http://www.w3.org/1999/xhtml", - "next": null, - "parent": [Circular], - "prev": [Circular], - "type": "tag", - "x-attribsNamespace": Object { - "class": undefined, - "type": undefined, - }, - "x-attribsPrefix": Object { - "class": undefined, - "type": undefined, - }, - }, - "parent": [Circular], - "prev": null, - "type": "tag", - "x-attribsNamespace": Object { - "class": undefined, - "type": undefined, - }, - "x-attribsPrefix": Object { - "class": undefined, - "type": undefined, - }, - }, - Object { - "attribs": Object { - "class": "gio-btn gio-modal__btn-ok gio-btn-primary", - "type": "button", - }, - "children": Array [ - Object { - "attribs": Object {}, - "children": Array [ - Object { - "data": "下一步", - "next": null, - "parent": [Circular], - "prev": null, - "type": "text", - }, - ], - "name": "span", - "namespace": "http://www.w3.org/1999/xhtml", - "next": null, - "parent": [Circular], - "prev": null, - "type": "tag", - "x-attribsNamespace": Object {}, - "x-attribsPrefix": Object {}, - }, - ], - "name": "button", - "namespace": "http://www.w3.org/1999/xhtml", - "next": null, - "parent": [Circular], - "prev": Object { - "attribs": Object { - "class": "gio-btn gio-modal__btn-close gio-btn-secondary", - "type": "button", - }, - "children": Array [ - Object { - "attribs": Object {}, - "children": Array [ - Object { - "data": "取 消", - "next": null, - "parent": [Circular], - "prev": null, - "type": "text", - }, - ], - "name": "span", - "namespace": "http://www.w3.org/1999/xhtml", - "next": null, - "parent": [Circular], - "prev": null, - "type": "tag", - "x-attribsNamespace": Object {}, - "x-attribsPrefix": Object {}, - }, - ], - "name": "button", - "namespace": "http://www.w3.org/1999/xhtml", - "next": [Circular], - "parent": [Circular], - "prev": null, - "type": "tag", - "x-attribsNamespace": Object { - "class": undefined, - "type": undefined, - }, - "x-attribsPrefix": Object { - "class": undefined, - "type": undefined, - }, - }, - "type": "tag", - "x-attribsNamespace": Object { - "class": undefined, - "type": undefined, - }, - "x-attribsPrefix": Object { - "class": undefined, - "type": undefined, - }, - }, - ], - "name": "div", - "namespace": "http://www.w3.org/1999/xhtml", - "next": null, - "parent": [Circular], - "prev": [Circular], - "type": "tag", - "x-attribsNamespace": Object {}, - "x-attribsPrefix": Object {}, - }, - "parent": [Circular], - "prev": null, - "type": "tag", - "x-attribsNamespace": Object { - "class": undefined, - }, - "x-attribsPrefix": Object { - "class": undefined, - }, - }, - Object { - "attribs": Object {}, - "children": Array [ - Object { - "attribs": Object { - "class": "gio-btn gio-modal__btn-close gio-btn-secondary", - "type": "button", - }, - "children": Array [ - Object { - "attribs": Object {}, - "children": Array [ - Object { - "data": "取 消", - "next": null, - "parent": [Circular], - "prev": null, - "type": "text", - }, - ], - "name": "span", - "namespace": "http://www.w3.org/1999/xhtml", - "next": null, - "parent": [Circular], - "prev": null, - "type": "tag", - "x-attribsNamespace": Object {}, - "x-attribsPrefix": Object {}, - }, - ], - "name": "button", - "namespace": "http://www.w3.org/1999/xhtml", - "next": Object { - "attribs": Object { - "class": "gio-btn gio-modal__btn-ok gio-btn-primary", - "type": "button", - }, - "children": Array [ - Object { - "attribs": Object {}, - "children": Array [ - Object { - "data": "下一步", - "next": null, - "parent": [Circular], - "prev": null, - "type": "text", - }, - ], - "name": "span", - "namespace": "http://www.w3.org/1999/xhtml", - "next": null, - "parent": [Circular], - "prev": null, - "type": "tag", - "x-attribsNamespace": Object {}, - "x-attribsPrefix": Object {}, - }, - ], - "name": "button", - "namespace": "http://www.w3.org/1999/xhtml", - "next": null, - "parent": [Circular], - "prev": [Circular], - "type": "tag", - "x-attribsNamespace": Object { - "class": undefined, - "type": undefined, - }, - "x-attribsPrefix": Object { - "class": undefined, - "type": undefined, - }, - }, - "parent": [Circular], - "prev": null, - "type": "tag", - "x-attribsNamespace": Object { - "class": undefined, - "type": undefined, - }, - "x-attribsPrefix": Object { - "class": undefined, - "type": undefined, - }, - }, - Object { - "attribs": Object { - "class": "gio-btn gio-modal__btn-ok gio-btn-primary", - "type": "button", - }, - "children": Array [ - Object { - "attribs": Object {}, - "children": Array [ - Object { - "data": "下一步", - "next": null, - "parent": [Circular], - "prev": null, - "type": "text", - }, - ], - "name": "span", - "namespace": "http://www.w3.org/1999/xhtml", - "next": null, - "parent": [Circular], - "prev": null, - "type": "tag", - "x-attribsNamespace": Object {}, - "x-attribsPrefix": Object {}, - }, - ], - "name": "button", - "namespace": "http://www.w3.org/1999/xhtml", - "next": null, - "parent": [Circular], - "prev": Object { - "attribs": Object { - "class": "gio-btn gio-modal__btn-close gio-btn-secondary", - "type": "button", - }, - "children": Array [ - Object { - "attribs": Object {}, - "children": Array [ - Object { - "data": "取 消", - "next": null, - "parent": [Circular], - "prev": null, - "type": "text", - }, - ], - "name": "span", - "namespace": "http://www.w3.org/1999/xhtml", - "next": null, - "parent": [Circular], - "prev": null, - "type": "tag", - "x-attribsNamespace": Object {}, - "x-attribsPrefix": Object {}, - }, - ], - "name": "button", - "namespace": "http://www.w3.org/1999/xhtml", - "next": [Circular], - "parent": [Circular], - "prev": null, - "type": "tag", - "x-attribsNamespace": Object { - "class": undefined, - "type": undefined, - }, - "x-attribsPrefix": Object { - "class": undefined, - "type": undefined, - }, - }, - "type": "tag", - "x-attribsNamespace": Object { - "class": undefined, - "type": undefined, - }, - "x-attribsPrefix": Object { - "class": undefined, - "type": undefined, - }, - }, - ], - "name": "div", - "namespace": "http://www.w3.org/1999/xhtml", - "next": null, - "parent": [Circular], - "prev": Object { - "attribs": Object { - "class": "gio-modal__footer-additional", - }, - "children": Array [], - "name": "div", - "namespace": "http://www.w3.org/1999/xhtml", - "next": [Circular], - "parent": [Circular], - "prev": null, - "type": "tag", - "x-attribsNamespace": Object { - "class": undefined, - }, - "x-attribsPrefix": Object { - "class": undefined, - }, - }, - "type": "tag", - "x-attribsNamespace": Object {}, - "x-attribsPrefix": Object {}, - }, - ], - "name": "div", - "namespace": "http://www.w3.org/1999/xhtml", - "next": null, - "parent": [Circular], - "prev": null, - "type": "tag", - "x-attribsNamespace": Object { - "class": undefined, - }, - "x-attribsPrefix": Object { - "class": undefined, - }, - }, - ], - "name": "div", - "namespace": "http://www.w3.org/1999/xhtml", - "next": null, - "parent": [Circular], - "prev": [Circular], - "type": "tag", - "x-attribsNamespace": Object { - "class": undefined, - }, - "x-attribsPrefix": Object { - "class": undefined, - }, - }, - "parent": [Circular], - "prev": [Circular], - "type": "tag", - "x-attribsNamespace": Object { - "class": undefined, - }, - "x-attribsPrefix": Object { - "class": undefined, - }, - }, - "parent": [Circular], - "prev": [Circular], - "type": "tag", - "x-attribsNamespace": Object { - "class": undefined, - }, - "x-attribsPrefix": Object { - "class": undefined, - }, - }, - "parent": [Circular], - "prev": null, - "type": "tag", - "x-attribsNamespace": Object { - "aria-label": undefined, - "class": undefined, - "type": undefined, - }, - "x-attribsPrefix": Object { - "aria-label": undefined, - "class": undefined, - "type": undefined, - }, - }, - Object { - "attribs": Object { - "class": "gio-modal-header", - }, - "children": Array [ - Object { - "attribs": Object { - "class": "gio-modal-title", - "id": "rcDialogTitle0", - }, - "children": Array [ - Object { - "attribs": Object { - "class": "gio-modal__title", - }, - "children": Array [ - Object { - "data": "步骤 1", - "next": null, - "parent": [Circular], - "prev": null, - "type": "text", - }, - ], - "name": "div", - "namespace": "http://www.w3.org/1999/xhtml", - "next": null, - "parent": [Circular], - "prev": null, - "type": "tag", - "x-attribsNamespace": Object { - "class": undefined, - }, - "x-attribsPrefix": Object { - "class": undefined, - }, - }, - ], - "name": "div", - "namespace": "http://www.w3.org/1999/xhtml", - "next": null, - "parent": [Circular], - "prev": null, - "type": "tag", - "x-attribsNamespace": Object { - "class": undefined, - "id": undefined, - }, - "x-attribsPrefix": Object { - "class": undefined, - "id": undefined, - }, - }, - ], - "name": "div", - "namespace": "http://www.w3.org/1999/xhtml", - "next": Object { - "attribs": Object { - "class": "gio-modal-body", - }, - "children": Array [ - Object { - "data": "Step One", - "next": null, - "parent": [Circular], - "prev": null, - "type": "text", - }, - ], - "name": "div", - "namespace": "http://www.w3.org/1999/xhtml", - "next": Object { - "attribs": Object { - "class": "gio-modal-footer", - }, - "children": Array [ - Object { - "attribs": Object { - "class": "gio-modal__footer", - }, - "children": Array [ - Object { - "attribs": Object { - "class": "gio-modal__footer-additional", - }, - "children": Array [], - "name": "div", - "namespace": "http://www.w3.org/1999/xhtml", - "next": Object { - "attribs": Object {}, - "children": Array [ - Object { - "attribs": Object { - "class": "gio-btn gio-modal__btn-close gio-btn-secondary", - "type": "button", - }, - "children": Array [ - Object { - "attribs": Object {}, - "children": Array [ - Object { - "data": "取 消", - "next": null, - "parent": [Circular], - "prev": null, - "type": "text", - }, - ], - "name": "span", - "namespace": "http://www.w3.org/1999/xhtml", - "next": null, - "parent": [Circular], - "prev": null, - "type": "tag", - "x-attribsNamespace": Object {}, - "x-attribsPrefix": Object {}, - }, - ], - "name": "button", - "namespace": "http://www.w3.org/1999/xhtml", - "next": Object { - "attribs": Object { - "class": "gio-btn gio-modal__btn-ok gio-btn-primary", - "type": "button", - }, - "children": Array [ - Object { - "attribs": Object {}, - "children": Array [ - Object { - "data": "下一步", - "next": null, - "parent": [Circular], - "prev": null, - "type": "text", - }, - ], - "name": "span", - "namespace": "http://www.w3.org/1999/xhtml", - "next": null, - "parent": [Circular], - "prev": null, - "type": "tag", - "x-attribsNamespace": Object {}, - "x-attribsPrefix": Object {}, - }, - ], - "name": "button", - "namespace": "http://www.w3.org/1999/xhtml", - "next": null, - "parent": [Circular], - "prev": [Circular], - "type": "tag", - "x-attribsNamespace": Object { - "class": undefined, - "type": undefined, - }, - "x-attribsPrefix": Object { - "class": undefined, - "type": undefined, - }, - }, - "parent": [Circular], - "prev": null, - "type": "tag", - "x-attribsNamespace": Object { - "class": undefined, - "type": undefined, - }, - "x-attribsPrefix": Object { - "class": undefined, - "type": undefined, - }, - }, - Object { - "attribs": Object { - "class": "gio-btn gio-modal__btn-ok gio-btn-primary", - "type": "button", - }, - "children": Array [ - Object { - "attribs": Object {}, - "children": Array [ - Object { - "data": "下一步", - "next": null, - "parent": [Circular], - "prev": null, - "type": "text", - }, - ], - "name": "span", - "namespace": "http://www.w3.org/1999/xhtml", - "next": null, - "parent": [Circular], - "prev": null, - "type": "tag", - "x-attribsNamespace": Object {}, - "x-attribsPrefix": Object {}, - }, - ], - "name": "button", - "namespace": "http://www.w3.org/1999/xhtml", - "next": null, - "parent": [Circular], - "prev": Object { - "attribs": Object { - "class": "gio-btn gio-modal__btn-close gio-btn-secondary", - "type": "button", - }, - "children": Array [ - Object { - "attribs": Object {}, - "children": Array [ - Object { - "data": "取 消", - "next": null, - "parent": [Circular], - "prev": null, - "type": "text", - }, - ], - "name": "span", - "namespace": "http://www.w3.org/1999/xhtml", - "next": null, - "parent": [Circular], - "prev": null, - "type": "tag", - "x-attribsNamespace": Object {}, - "x-attribsPrefix": Object {}, - }, - ], - "name": "button", - "namespace": "http://www.w3.org/1999/xhtml", - "next": [Circular], - "parent": [Circular], - "prev": null, - "type": "tag", - "x-attribsNamespace": Object { - "class": undefined, - "type": undefined, - }, - "x-attribsPrefix": Object { - "class": undefined, - "type": undefined, - }, - }, - "type": "tag", - "x-attribsNamespace": Object { - "class": undefined, - "type": undefined, - }, - "x-attribsPrefix": Object { - "class": undefined, - "type": undefined, - }, - }, - ], - "name": "div", - "namespace": "http://www.w3.org/1999/xhtml", - "next": null, - "parent": [Circular], - "prev": [Circular], - "type": "tag", - "x-attribsNamespace": Object {}, - "x-attribsPrefix": Object {}, - }, - "parent": [Circular], - "prev": null, - "type": "tag", - "x-attribsNamespace": Object { - "class": undefined, - }, - "x-attribsPrefix": Object { - "class": undefined, - }, - }, - Object { - "attribs": Object {}, - "children": Array [ - Object { - "attribs": Object { - "class": "gio-btn gio-modal__btn-close gio-btn-secondary", - "type": "button", - }, - "children": Array [ - Object { - "attribs": Object {}, - "children": Array [ - Object { - "data": "取 消", - "next": null, - "parent": [Circular], - "prev": null, - "type": "text", - }, - ], - "name": "span", - "namespace": "http://www.w3.org/1999/xhtml", - "next": null, - "parent": [Circular], - "prev": null, - "type": "tag", - "x-attribsNamespace": Object {}, - "x-attribsPrefix": Object {}, - }, - ], - "name": "button", - "namespace": "http://www.w3.org/1999/xhtml", - "next": Object { - "attribs": Object { - "class": "gio-btn gio-modal__btn-ok gio-btn-primary", - "type": "button", - }, - "children": Array [ - Object { - "attribs": Object {}, - "children": Array [ - Object { - "data": "下一步", - "next": null, - "parent": [Circular], - "prev": null, - "type": "text", - }, - ], - "name": "span", - "namespace": "http://www.w3.org/1999/xhtml", - "next": null, - "parent": [Circular], - "prev": null, - "type": "tag", - "x-attribsNamespace": Object {}, - "x-attribsPrefix": Object {}, - }, - ], - "name": "button", - "namespace": "http://www.w3.org/1999/xhtml", - "next": null, - "parent": [Circular], - "prev": [Circular], - "type": "tag", - "x-attribsNamespace": Object { - "class": undefined, - "type": undefined, - }, - "x-attribsPrefix": Object { - "class": undefined, - "type": undefined, - }, - }, - "parent": [Circular], - "prev": null, - "type": "tag", - "x-attribsNamespace": Object { - "class": undefined, - "type": undefined, - }, - "x-attribsPrefix": Object { - "class": undefined, - "type": undefined, - }, - }, - Object { - "attribs": Object { - "class": "gio-btn gio-modal__btn-ok gio-btn-primary", - "type": "button", - }, - "children": Array [ - Object { - "attribs": Object {}, - "children": Array [ - Object { - "data": "下一步", - "next": null, - "parent": [Circular], - "prev": null, - "type": "text", - }, - ], - "name": "span", - "namespace": "http://www.w3.org/1999/xhtml", - "next": null, - "parent": [Circular], - "prev": null, - "type": "tag", - "x-attribsNamespace": Object {}, - "x-attribsPrefix": Object {}, - }, - ], - "name": "button", - "namespace": "http://www.w3.org/1999/xhtml", - "next": null, - "parent": [Circular], - "prev": Object { - "attribs": Object { - "class": "gio-btn gio-modal__btn-close gio-btn-secondary", - "type": "button", - }, - "children": Array [ - Object { - "attribs": Object {}, - "children": Array [ - Object { - "data": "取 消", - "next": null, - "parent": [Circular], - "prev": null, - "type": "text", - }, - ], - "name": "span", - "namespace": "http://www.w3.org/1999/xhtml", - "next": null, - "parent": [Circular], - "prev": null, - "type": "tag", - "x-attribsNamespace": Object {}, - "x-attribsPrefix": Object {}, - }, - ], - "name": "button", - "namespace": "http://www.w3.org/1999/xhtml", - "next": [Circular], - "parent": [Circular], - "prev": null, - "type": "tag", - "x-attribsNamespace": Object { - "class": undefined, - "type": undefined, - }, - "x-attribsPrefix": Object { - "class": undefined, - "type": undefined, - }, - }, - "type": "tag", - "x-attribsNamespace": Object { - "class": undefined, - "type": undefined, - }, - "x-attribsPrefix": Object { - "class": undefined, - "type": undefined, - }, - }, - ], - "name": "div", - "namespace": "http://www.w3.org/1999/xhtml", - "next": null, - "parent": [Circular], - "prev": Object { - "attribs": Object { - "class": "gio-modal__footer-additional", - }, - "children": Array [], - "name": "div", - "namespace": "http://www.w3.org/1999/xhtml", - "next": [Circular], - "parent": [Circular], - "prev": null, - "type": "tag", - "x-attribsNamespace": Object { - "class": undefined, - }, - "x-attribsPrefix": Object { - "class": undefined, - }, - }, - "type": "tag", - "x-attribsNamespace": Object {}, - "x-attribsPrefix": Object {}, - }, - ], - "name": "div", - "namespace": "http://www.w3.org/1999/xhtml", - "next": null, - "parent": [Circular], - "prev": null, - "type": "tag", - "x-attribsNamespace": Object { - "class": undefined, - }, - "x-attribsPrefix": Object { - "class": undefined, - }, - }, - ], - "name": "div", - "namespace": "http://www.w3.org/1999/xhtml", - "next": null, - "parent": [Circular], - "prev": [Circular], - "type": "tag", - "x-attribsNamespace": Object { - "class": undefined, - }, - "x-attribsPrefix": Object { - "class": undefined, - }, - }, - "parent": [Circular], - "prev": [Circular], - "type": "tag", - "x-attribsNamespace": Object { - "class": undefined, - }, - "x-attribsPrefix": Object { - "class": undefined, - }, - }, - "parent": [Circular], - "prev": Object { - "attribs": Object { - "aria-label": "Close", - "class": "gio-modal-close", - "type": "button", - }, - "children": Array [ - Object { - "attribs": Object { - "class": "gio-icon gio-modal__close", - }, - "children": Array [ - Object { - "attribs": Object { - "class": "gio-icon-svg", - "fill": "currentColor", - "height": "1rem", - "viewBox": "0 0 14 14", - "width": "1rem", - }, - "children": Array [ - Object { - "attribs": Object {}, - "children": Array [ - Object { - "attribs": Object {}, - "children": Array [], - "name": "style", - "namespace": "http://www.w3.org/2000/svg", - "next": null, - "parent": [Circular], - "prev": null, - "type": "style", - "x-attribsNamespace": Object {}, - "x-attribsPrefix": Object {}, - }, - ], - "name": "defs", - "namespace": "http://www.w3.org/2000/svg", - "next": Object { - "attribs": Object { - "data-name": "\\\\u56FE\\\\u5C42 2", - "id": "close_svg__\\\\u56FE\\\\u5C42_2", - }, - "children": Array [ - Object { - "attribs": Object { - "data-name": "\\\\u56FE\\\\u5C42 1", - "id": "close_svg__\\\\u56FE\\\\u5C42_1-2", - }, - "children": Array [ - Object { - "attribs": Object { - "d": "M6.62 5.92a.54.54 0 00.76 0l3.87-3.87a.49.49 0 01.7.7L8.08 6.62a.54.54 0 000 .76L12 11.25a.49.49 0 01-.7.7L7.38 8.08a.54.54 0 00-.76 0L2.75 12a.49.49 0 01-.7-.7l3.87-3.92a.54.54 0 000-.76L2.05 2.75a.49.49 0 01.7-.7z", - "fill": "currentColor", - "fill-rule": "evenodd", - "id": "close_svg__close", - }, - "children": Array [], - "name": "path", - "namespace": "http://www.w3.org/2000/svg", - "next": null, - "parent": [Circular], - "prev": null, - "type": "tag", - "x-attribsNamespace": Object { - "d": undefined, - "fill": undefined, - "fill-rule": undefined, - "id": undefined, - }, - "x-attribsPrefix": Object { - "d": undefined, - "fill": undefined, - "fill-rule": undefined, - "id": undefined, - }, - }, - ], - "name": "g", - "namespace": "http://www.w3.org/2000/svg", - "next": null, - "parent": [Circular], - "prev": null, - "type": "tag", - "x-attribsNamespace": Object { - "data-name": undefined, - "id": undefined, - }, - "x-attribsPrefix": Object { - "data-name": undefined, - "id": undefined, - }, - }, - ], - "name": "g", - "namespace": "http://www.w3.org/2000/svg", - "next": null, - "parent": [Circular], - "prev": [Circular], - "type": "tag", - "x-attribsNamespace": Object { - "data-name": undefined, - "id": undefined, - }, - "x-attribsPrefix": Object { - "data-name": undefined, - "id": undefined, - }, - }, - "parent": [Circular], - "prev": null, - "type": "tag", - "x-attribsNamespace": Object {}, - "x-attribsPrefix": Object {}, - }, - Object { - "attribs": Object { - "data-name": "\\\\u56FE\\\\u5C42 2", - "id": "close_svg__\\\\u56FE\\\\u5C42_2", - }, - "children": Array [ - Object { - "attribs": Object { - "data-name": "\\\\u56FE\\\\u5C42 1", - "id": "close_svg__\\\\u56FE\\\\u5C42_1-2", - }, - "children": Array [ - Object { - "attribs": Object { - "d": "M6.62 5.92a.54.54 0 00.76 0l3.87-3.87a.49.49 0 01.7.7L8.08 6.62a.54.54 0 000 .76L12 11.25a.49.49 0 01-.7.7L7.38 8.08a.54.54 0 00-.76 0L2.75 12a.49.49 0 01-.7-.7l3.87-3.92a.54.54 0 000-.76L2.05 2.75a.49.49 0 01.7-.7z", - "fill": "currentColor", - "fill-rule": "evenodd", - "id": "close_svg__close", - }, - "children": Array [], - "name": "path", - "namespace": "http://www.w3.org/2000/svg", - "next": null, - "parent": [Circular], - "prev": null, - "type": "tag", - "x-attribsNamespace": Object { - "d": undefined, - "fill": undefined, - "fill-rule": undefined, - "id": undefined, - }, - "x-attribsPrefix": Object { - "d": undefined, - "fill": undefined, - "fill-rule": undefined, - "id": undefined, - }, - }, - ], - "name": "g", - "namespace": "http://www.w3.org/2000/svg", - "next": null, - "parent": [Circular], - "prev": null, - "type": "tag", - "x-attribsNamespace": Object { - "data-name": undefined, - "id": undefined, - }, - "x-attribsPrefix": Object { - "data-name": undefined, - "id": undefined, - }, - }, - ], - "name": "g", - "namespace": "http://www.w3.org/2000/svg", - "next": null, - "parent": [Circular], - "prev": Object { - "attribs": Object {}, - "children": Array [ - Object { - "attribs": Object {}, - "children": Array [], - "name": "style", - "namespace": "http://www.w3.org/2000/svg", - "next": null, - "parent": [Circular], - "prev": null, - "type": "style", - "x-attribsNamespace": Object {}, - "x-attribsPrefix": Object {}, - }, - ], - "name": "defs", - "namespace": "http://www.w3.org/2000/svg", - "next": [Circular], - "parent": [Circular], - "prev": null, - "type": "tag", - "x-attribsNamespace": Object {}, - "x-attribsPrefix": Object {}, - }, - "type": "tag", - "x-attribsNamespace": Object { - "data-name": undefined, - "id": undefined, - }, - "x-attribsPrefix": Object { - "data-name": undefined, - "id": undefined, - }, - }, - ], - "name": "svg", - "namespace": "http://www.w3.org/2000/svg", - "next": null, - "parent": [Circular], - "prev": null, - "type": "tag", - "x-attribsNamespace": Object { - "class": undefined, - "fill": undefined, - "height": undefined, - "viewBox": undefined, - "width": undefined, - }, - "x-attribsPrefix": Object { - "class": undefined, - "fill": undefined, - "height": undefined, - "viewBox": undefined, - "width": undefined, - }, - }, - ], - "name": "span", - "namespace": "http://www.w3.org/1999/xhtml", - "next": null, - "parent": [Circular], - "prev": null, - "type": "tag", - "x-attribsNamespace": Object { - "class": undefined, - }, - "x-attribsPrefix": Object { - "class": undefined, - }, - }, - ], - "name": "button", - "namespace": "http://www.w3.org/1999/xhtml", - "next": [Circular], - "parent": [Circular], - "prev": null, - "type": "tag", - "x-attribsNamespace": Object { - "aria-label": undefined, - "class": undefined, - "type": undefined, - }, - "x-attribsPrefix": Object { - "aria-label": undefined, - "class": undefined, - "type": undefined, - }, - }, - "type": "tag", - "x-attribsNamespace": Object { - "class": undefined, - }, - "x-attribsPrefix": Object { - "class": undefined, - }, - }, - Object { - "attribs": Object { - "class": "gio-modal-body", - }, - "children": Array [ - Object { - "data": "Step One", - "next": null, - "parent": [Circular], - "prev": null, - "type": "text", - }, - ], - "name": "div", - "namespace": "http://www.w3.org/1999/xhtml", - "next": Object { - "attribs": Object { - "class": "gio-modal-footer", - }, - "children": Array [ - Object { - "attribs": Object { - "class": "gio-modal__footer", - }, - "children": Array [ - Object { - "attribs": Object { - "class": "gio-modal__footer-additional", - }, - "children": Array [], - "name": "div", - "namespace": "http://www.w3.org/1999/xhtml", - "next": Object { - "attribs": Object {}, - "children": Array [ - Object { - "attribs": Object { - "class": "gio-btn gio-modal__btn-close gio-btn-secondary", - "type": "button", - }, - "children": Array [ - Object { - "attribs": Object {}, - "children": Array [ - Object { - "data": "取 消", - "next": null, - "parent": [Circular], - "prev": null, - "type": "text", - }, - ], - "name": "span", - "namespace": "http://www.w3.org/1999/xhtml", - "next": null, - "parent": [Circular], - "prev": null, - "type": "tag", - "x-attribsNamespace": Object {}, - "x-attribsPrefix": Object {}, - }, - ], - "name": "button", - "namespace": "http://www.w3.org/1999/xhtml", - "next": Object { - "attribs": Object { - "class": "gio-btn gio-modal__btn-ok gio-btn-primary", - "type": "button", - }, - "children": Array [ - Object { - "attribs": Object {}, - "children": Array [ - Object { - "data": "下一步", - "next": null, - "parent": [Circular], - "prev": null, - "type": "text", - }, - ], - "name": "span", - "namespace": "http://www.w3.org/1999/xhtml", - "next": null, - "parent": [Circular], - "prev": null, - "type": "tag", - "x-attribsNamespace": Object {}, - "x-attribsPrefix": Object {}, - }, - ], - "name": "button", - "namespace": "http://www.w3.org/1999/xhtml", - "next": null, - "parent": [Circular], - "prev": [Circular], - "type": "tag", - "x-attribsNamespace": Object { - "class": undefined, - "type": undefined, - }, - "x-attribsPrefix": Object { - "class": undefined, - "type": undefined, - }, - }, - "parent": [Circular], - "prev": null, - "type": "tag", - "x-attribsNamespace": Object { - "class": undefined, - "type": undefined, - }, - "x-attribsPrefix": Object { - "class": undefined, - "type": undefined, - }, - }, - Object { - "attribs": Object { - "class": "gio-btn gio-modal__btn-ok gio-btn-primary", - "type": "button", - }, - "children": Array [ - Object { - "attribs": Object {}, - "children": Array [ - Object { - "data": "下一步", - "next": null, - "parent": [Circular], - "prev": null, - "type": "text", - }, - ], - "name": "span", - "namespace": "http://www.w3.org/1999/xhtml", - "next": null, - "parent": [Circular], - "prev": null, - "type": "tag", - "x-attribsNamespace": Object {}, - "x-attribsPrefix": Object {}, - }, - ], - "name": "button", - "namespace": "http://www.w3.org/1999/xhtml", - "next": null, - "parent": [Circular], - "prev": Object { - "attribs": Object { - "class": "gio-btn gio-modal__btn-close gio-btn-secondary", - "type": "button", - }, - "children": Array [ - Object { - "attribs": Object {}, - "children": Array [ - Object { - "data": "取 消", - "next": null, - "parent": [Circular], - "prev": null, - "type": "text", - }, - ], - "name": "span", - "namespace": "http://www.w3.org/1999/xhtml", - "next": null, - "parent": [Circular], - "prev": null, - "type": "tag", - "x-attribsNamespace": Object {}, - "x-attribsPrefix": Object {}, - }, - ], - "name": "button", - "namespace": "http://www.w3.org/1999/xhtml", - "next": [Circular], - "parent": [Circular], - "prev": null, - "type": "tag", - "x-attribsNamespace": Object { - "class": undefined, - "type": undefined, - }, - "x-attribsPrefix": Object { - "class": undefined, - "type": undefined, - }, - }, - "type": "tag", - "x-attribsNamespace": Object { - "class": undefined, - "type": undefined, - }, - "x-attribsPrefix": Object { - "class": undefined, - "type": undefined, - }, - }, - ], - "name": "div", - "namespace": "http://www.w3.org/1999/xhtml", - "next": null, - "parent": [Circular], - "prev": [Circular], - "type": "tag", - "x-attribsNamespace": Object {}, - "x-attribsPrefix": Object {}, - }, - "parent": [Circular], - "prev": null, - "type": "tag", - "x-attribsNamespace": Object { - "class": undefined, - }, - "x-attribsPrefix": Object { - "class": undefined, - }, - }, - Object { - "attribs": Object {}, - "children": Array [ - Object { - "attribs": Object { - "class": "gio-btn gio-modal__btn-close gio-btn-secondary", - "type": "button", - }, - "children": Array [ - Object { - "attribs": Object {}, - "children": Array [ - Object { - "data": "取 消", - "next": null, - "parent": [Circular], - "prev": null, - "type": "text", - }, - ], - "name": "span", - "namespace": "http://www.w3.org/1999/xhtml", - "next": null, - "parent": [Circular], - "prev": null, - "type": "tag", - "x-attribsNamespace": Object {}, - "x-attribsPrefix": Object {}, - }, - ], - "name": "button", - "namespace": "http://www.w3.org/1999/xhtml", - "next": Object { - "attribs": Object { - "class": "gio-btn gio-modal__btn-ok gio-btn-primary", - "type": "button", - }, - "children": Array [ - Object { - "attribs": Object {}, - "children": Array [ - Object { - "data": "下一步", - "next": null, - "parent": [Circular], - "prev": null, - "type": "text", - }, - ], - "name": "span", - "namespace": "http://www.w3.org/1999/xhtml", - "next": null, - "parent": [Circular], - "prev": null, - "type": "tag", - "x-attribsNamespace": Object {}, - "x-attribsPrefix": Object {}, - }, - ], - "name": "button", - "namespace": "http://www.w3.org/1999/xhtml", - "next": null, - "parent": [Circular], - "prev": [Circular], - "type": "tag", - "x-attribsNamespace": Object { - "class": undefined, - "type": undefined, - }, - "x-attribsPrefix": Object { - "class": undefined, - "type": undefined, - }, - }, - "parent": [Circular], - "prev": null, - "type": "tag", - "x-attribsNamespace": Object { - "class": undefined, - "type": undefined, - }, - "x-attribsPrefix": Object { - "class": undefined, - "type": undefined, - }, - }, - Object { - "attribs": Object { - "class": "gio-btn gio-modal__btn-ok gio-btn-primary", - "type": "button", - }, - "children": Array [ - Object { - "attribs": Object {}, - "children": Array [ - Object { - "data": "下一步", - "next": null, - "parent": [Circular], - "prev": null, - "type": "text", - }, - ], - "name": "span", - "namespace": "http://www.w3.org/1999/xhtml", - "next": null, - "parent": [Circular], - "prev": null, - "type": "tag", - "x-attribsNamespace": Object {}, - "x-attribsPrefix": Object {}, - }, - ], - "name": "button", - "namespace": "http://www.w3.org/1999/xhtml", - "next": null, - "parent": [Circular], - "prev": Object { - "attribs": Object { - "class": "gio-btn gio-modal__btn-close gio-btn-secondary", - "type": "button", - }, - "children": Array [ - Object { - "attribs": Object {}, - "children": Array [ - Object { - "data": "取 消", - "next": null, - "parent": [Circular], - "prev": null, - "type": "text", - }, - ], - "name": "span", - "namespace": "http://www.w3.org/1999/xhtml", - "next": null, - "parent": [Circular], - "prev": null, - "type": "tag", - "x-attribsNamespace": Object {}, - "x-attribsPrefix": Object {}, - }, - ], - "name": "button", - "namespace": "http://www.w3.org/1999/xhtml", - "next": [Circular], - "parent": [Circular], - "prev": null, - "type": "tag", - "x-attribsNamespace": Object { - "class": undefined, - "type": undefined, - }, - "x-attribsPrefix": Object { - "class": undefined, - "type": undefined, - }, - }, - "type": "tag", - "x-attribsNamespace": Object { - "class": undefined, - "type": undefined, - }, - "x-attribsPrefix": Object { - "class": undefined, - "type": undefined, - }, - }, - ], - "name": "div", - "namespace": "http://www.w3.org/1999/xhtml", - "next": null, - "parent": [Circular], - "prev": Object { - "attribs": Object { - "class": "gio-modal__footer-additional", - }, - "children": Array [], - "name": "div", - "namespace": "http://www.w3.org/1999/xhtml", - "next": [Circular], - "parent": [Circular], - "prev": null, - "type": "tag", - "x-attribsNamespace": Object { - "class": undefined, - }, - "x-attribsPrefix": Object { - "class": undefined, - }, - }, - "type": "tag", - "x-attribsNamespace": Object {}, - "x-attribsPrefix": Object {}, - }, - ], - "name": "div", - "namespace": "http://www.w3.org/1999/xhtml", - "next": null, - "parent": [Circular], - "prev": null, - "type": "tag", - "x-attribsNamespace": Object { - "class": undefined, - }, - "x-attribsPrefix": Object { - "class": undefined, - }, - }, - ], - "name": "div", - "namespace": "http://www.w3.org/1999/xhtml", - "next": null, - "parent": [Circular], - "prev": [Circular], - "type": "tag", - "x-attribsNamespace": Object { - "class": undefined, - }, - "x-attribsPrefix": Object { - "class": undefined, - }, - }, - "parent": [Circular], - "prev": Object { - "attribs": Object { - "class": "gio-modal-header", - }, - "children": Array [ - Object { - "attribs": Object { - "class": "gio-modal-title", - "id": "rcDialogTitle0", - }, - "children": Array [ - Object { - "attribs": Object { - "class": "gio-modal__title", - }, - "children": Array [ - Object { - "data": "步骤 1", - "next": null, - "parent": [Circular], - "prev": null, - "type": "text", - }, - ], - "name": "div", - "namespace": "http://www.w3.org/1999/xhtml", - "next": null, - "parent": [Circular], - "prev": null, - "type": "tag", - "x-attribsNamespace": Object { - "class": undefined, - }, - "x-attribsPrefix": Object { - "class": undefined, - }, - }, - ], - "name": "div", - "namespace": "http://www.w3.org/1999/xhtml", - "next": null, - "parent": [Circular], - "prev": null, - "type": "tag", - "x-attribsNamespace": Object { - "class": undefined, - "id": undefined, - }, - "x-attribsPrefix": Object { - "class": undefined, - "id": undefined, - }, - }, - ], - "name": "div", - "namespace": "http://www.w3.org/1999/xhtml", - "next": [Circular], - "parent": [Circular], - "prev": Object { - "attribs": Object { - "aria-label": "Close", - "class": "gio-modal-close", - "type": "button", - }, - "children": Array [ - Object { - "attribs": Object { - "class": "gio-icon gio-modal__close", - }, - "children": Array [ - Object { - "attribs": Object { - "class": "gio-icon-svg", - "fill": "currentColor", - "height": "1rem", - "viewBox": "0 0 14 14", - "width": "1rem", - }, - "children": Array [ - Object { - "attribs": Object {}, - "children": Array [ - Object { - "attribs": Object {}, - "children": Array [], - "name": "style", - "namespace": "http://www.w3.org/2000/svg", - "next": null, - "parent": [Circular], - "prev": null, - "type": "style", - "x-attribsNamespace": Object {}, - "x-attribsPrefix": Object {}, - }, - ], - "name": "defs", - "namespace": "http://www.w3.org/2000/svg", - "next": Object { - "attribs": Object { - "data-name": "\\\\u56FE\\\\u5C42 2", - "id": "close_svg__\\\\u56FE\\\\u5C42_2", - }, - "children": Array [ - Object { - "attribs": Object { - "data-name": "\\\\u56FE\\\\u5C42 1", - "id": "close_svg__\\\\u56FE\\\\u5C42_1-2", - }, - "children": Array [ - Object { - "attribs": Object { - "d": "M6.62 5.92a.54.54 0 00.76 0l3.87-3.87a.49.49 0 01.7.7L8.08 6.62a.54.54 0 000 .76L12 11.25a.49.49 0 01-.7.7L7.38 8.08a.54.54 0 00-.76 0L2.75 12a.49.49 0 01-.7-.7l3.87-3.92a.54.54 0 000-.76L2.05 2.75a.49.49 0 01.7-.7z", - "fill": "currentColor", - "fill-rule": "evenodd", - "id": "close_svg__close", - }, - "children": Array [], - "name": "path", - "namespace": "http://www.w3.org/2000/svg", - "next": null, - "parent": [Circular], - "prev": null, - "type": "tag", - "x-attribsNamespace": Object { - "d": undefined, - "fill": undefined, - "fill-rule": undefined, - "id": undefined, - }, - "x-attribsPrefix": Object { - "d": undefined, - "fill": undefined, - "fill-rule": undefined, - "id": undefined, - }, - }, - ], - "name": "g", - "namespace": "http://www.w3.org/2000/svg", - "next": null, - "parent": [Circular], - "prev": null, - "type": "tag", - "x-attribsNamespace": Object { - "data-name": undefined, - "id": undefined, - }, - "x-attribsPrefix": Object { - "data-name": undefined, - "id": undefined, - }, - }, - ], - "name": "g", - "namespace": "http://www.w3.org/2000/svg", - "next": null, - "parent": [Circular], - "prev": [Circular], - "type": "tag", - "x-attribsNamespace": Object { - "data-name": undefined, - "id": undefined, - }, - "x-attribsPrefix": Object { - "data-name": undefined, - "id": undefined, - }, - }, - "parent": [Circular], - "prev": null, - "type": "tag", - "x-attribsNamespace": Object {}, - "x-attribsPrefix": Object {}, - }, - Object { - "attribs": Object { - "data-name": "\\\\u56FE\\\\u5C42 2", - "id": "close_svg__\\\\u56FE\\\\u5C42_2", - }, - "children": Array [ - Object { - "attribs": Object { - "data-name": "\\\\u56FE\\\\u5C42 1", - "id": "close_svg__\\\\u56FE\\\\u5C42_1-2", - }, - "children": Array [ - Object { - "attribs": Object { - "d": "M6.62 5.92a.54.54 0 00.76 0l3.87-3.87a.49.49 0 01.7.7L8.08 6.62a.54.54 0 000 .76L12 11.25a.49.49 0 01-.7.7L7.38 8.08a.54.54 0 00-.76 0L2.75 12a.49.49 0 01-.7-.7l3.87-3.92a.54.54 0 000-.76L2.05 2.75a.49.49 0 01.7-.7z", - "fill": "currentColor", - "fill-rule": "evenodd", - "id": "close_svg__close", - }, - "children": Array [], - "name": "path", - "namespace": "http://www.w3.org/2000/svg", - "next": null, - "parent": [Circular], - "prev": null, - "type": "tag", - "x-attribsNamespace": Object { - "d": undefined, - "fill": undefined, - "fill-rule": undefined, - "id": undefined, - }, - "x-attribsPrefix": Object { - "d": undefined, - "fill": undefined, - "fill-rule": undefined, - "id": undefined, - }, - }, - ], - "name": "g", - "namespace": "http://www.w3.org/2000/svg", - "next": null, - "parent": [Circular], - "prev": null, - "type": "tag", - "x-attribsNamespace": Object { - "data-name": undefined, - "id": undefined, - }, - "x-attribsPrefix": Object { - "data-name": undefined, - "id": undefined, - }, - }, - ], - "name": "g", - "namespace": "http://www.w3.org/2000/svg", - "next": null, - "parent": [Circular], - "prev": Object { - "attribs": Object {}, - "children": Array [ - Object { - "attribs": Object {}, - "children": Array [], - "name": "style", - "namespace": "http://www.w3.org/2000/svg", - "next": null, - "parent": [Circular], - "prev": null, - "type": "style", - "x-attribsNamespace": Object {}, - "x-attribsPrefix": Object {}, - }, - ], - "name": "defs", - "namespace": "http://www.w3.org/2000/svg", - "next": [Circular], - "parent": [Circular], - "prev": null, - "type": "tag", - "x-attribsNamespace": Object {}, - "x-attribsPrefix": Object {}, - }, - "type": "tag", - "x-attribsNamespace": Object { - "data-name": undefined, - "id": undefined, - }, - "x-attribsPrefix": Object { - "data-name": undefined, - "id": undefined, - }, - }, - ], - "name": "svg", - "namespace": "http://www.w3.org/2000/svg", - "next": null, - "parent": [Circular], - "prev": null, - "type": "tag", - "x-attribsNamespace": Object { - "class": undefined, - "fill": undefined, - "height": undefined, - "viewBox": undefined, - "width": undefined, - }, - "x-attribsPrefix": Object { - "class": undefined, - "fill": undefined, - "height": undefined, - "viewBox": undefined, - "width": undefined, - }, - }, - ], - "name": "span", - "namespace": "http://www.w3.org/1999/xhtml", - "next": null, - "parent": [Circular], - "prev": null, - "type": "tag", - "x-attribsNamespace": Object { - "class": undefined, - }, - "x-attribsPrefix": Object { - "class": undefined, - }, - }, - ], - "name": "button", - "namespace": "http://www.w3.org/1999/xhtml", - "next": [Circular], - "parent": [Circular], - "prev": null, - "type": "tag", - "x-attribsNamespace": Object { - "aria-label": undefined, - "class": undefined, - "type": undefined, - }, - "x-attribsPrefix": Object { - "aria-label": undefined, - "class": undefined, - "type": undefined, - }, - }, - "type": "tag", - "x-attribsNamespace": Object { - "class": undefined, - }, - "x-attribsPrefix": Object { - "class": undefined, - }, - }, - "type": "tag", - "x-attribsNamespace": Object { - "class": undefined, - }, - "x-attribsPrefix": Object { - "class": undefined, - }, - }, - Object { - "attribs": Object { - "class": "gio-modal-footer", - }, - "children": Array [ - Object { - "attribs": Object { - "class": "gio-modal__footer", - }, - "children": Array [ - Object { - "attribs": Object { - "class": "gio-modal__footer-additional", - }, - "children": Array [], - "name": "div", - "namespace": "http://www.w3.org/1999/xhtml", - "next": Object { - "attribs": Object {}, - "children": Array [ - Object { - "attribs": Object { - "class": "gio-btn gio-modal__btn-close gio-btn-secondary", - "type": "button", - }, - "children": Array [ - Object { - "attribs": Object {}, - "children": Array [ - Object { - "data": "取 消", - "next": null, - "parent": [Circular], - "prev": null, - "type": "text", - }, - ], - "name": "span", - "namespace": "http://www.w3.org/1999/xhtml", - "next": null, - "parent": [Circular], - "prev": null, - "type": "tag", - "x-attribsNamespace": Object {}, - "x-attribsPrefix": Object {}, - }, - ], - "name": "button", - "namespace": "http://www.w3.org/1999/xhtml", - "next": Object { - "attribs": Object { - "class": "gio-btn gio-modal__btn-ok gio-btn-primary", - "type": "button", - }, - "children": Array [ - Object { - "attribs": Object {}, - "children": Array [ - Object { - "data": "下一步", - "next": null, - "parent": [Circular], - "prev": null, - "type": "text", - }, - ], - "name": "span", - "namespace": "http://www.w3.org/1999/xhtml", - "next": null, - "parent": [Circular], - "prev": null, - "type": "tag", - "x-attribsNamespace": Object {}, - "x-attribsPrefix": Object {}, - }, - ], - "name": "button", - "namespace": "http://www.w3.org/1999/xhtml", - "next": null, - "parent": [Circular], - "prev": [Circular], - "type": "tag", - "x-attribsNamespace": Object { - "class": undefined, - "type": undefined, - }, - "x-attribsPrefix": Object { - "class": undefined, - "type": undefined, - }, - }, - "parent": [Circular], - "prev": null, - "type": "tag", - "x-attribsNamespace": Object { - "class": undefined, - "type": undefined, - }, - "x-attribsPrefix": Object { - "class": undefined, - "type": undefined, - }, - }, - Object { - "attribs": Object { - "class": "gio-btn gio-modal__btn-ok gio-btn-primary", - "type": "button", - }, - "children": Array [ - Object { - "attribs": Object {}, - "children": Array [ - Object { - "data": "下一步", - "next": null, - "parent": [Circular], - "prev": null, - "type": "text", - }, - ], - "name": "span", - "namespace": "http://www.w3.org/1999/xhtml", - "next": null, - "parent": [Circular], - "prev": null, - "type": "tag", - "x-attribsNamespace": Object {}, - "x-attribsPrefix": Object {}, - }, - ], - "name": "button", - "namespace": "http://www.w3.org/1999/xhtml", - "next": null, - "parent": [Circular], - "prev": Object { - "attribs": Object { - "class": "gio-btn gio-modal__btn-close gio-btn-secondary", - "type": "button", - }, - "children": Array [ - Object { - "attribs": Object {}, - "children": Array [ - Object { - "data": "取 消", - "next": null, - "parent": [Circular], - "prev": null, - "type": "text", - }, - ], - "name": "span", - "namespace": "http://www.w3.org/1999/xhtml", - "next": null, - "parent": [Circular], - "prev": null, - "type": "tag", - "x-attribsNamespace": Object {}, - "x-attribsPrefix": Object {}, - }, - ], - "name": "button", - "namespace": "http://www.w3.org/1999/xhtml", - "next": [Circular], - "parent": [Circular], - "prev": null, - "type": "tag", - "x-attribsNamespace": Object { - "class": undefined, - "type": undefined, - }, - "x-attribsPrefix": Object { - "class": undefined, - "type": undefined, - }, - }, - "type": "tag", - "x-attribsNamespace": Object { - "class": undefined, - "type": undefined, - }, - "x-attribsPrefix": Object { - "class": undefined, - "type": undefined, - }, - }, - ], - "name": "div", - "namespace": "http://www.w3.org/1999/xhtml", - "next": null, - "parent": [Circular], - "prev": [Circular], - "type": "tag", - "x-attribsNamespace": Object {}, - "x-attribsPrefix": Object {}, - }, - "parent": [Circular], - "prev": null, - "type": "tag", - "x-attribsNamespace": Object { - "class": undefined, - }, - "x-attribsPrefix": Object { - "class": undefined, - }, - }, - Object { - "attribs": Object {}, - "children": Array [ - Object { - "attribs": Object { - "class": "gio-btn gio-modal__btn-close gio-btn-secondary", - "type": "button", - }, - "children": Array [ - Object { - "attribs": Object {}, - "children": Array [ - Object { - "data": "取 消", - "next": null, - "parent": [Circular], - "prev": null, - "type": "text", - }, - ], - "name": "span", - "namespace": "http://www.w3.org/1999/xhtml", - "next": null, - "parent": [Circular], - "prev": null, - "type": "tag", - "x-attribsNamespace": Object {}, - "x-attribsPrefix": Object {}, - }, - ], - "name": "button", - "namespace": "http://www.w3.org/1999/xhtml", - "next": Object { - "attribs": Object { - "class": "gio-btn gio-modal__btn-ok gio-btn-primary", - "type": "button", - }, - "children": Array [ - Object { - "attribs": Object {}, - "children": Array [ - Object { - "data": "下一步", - "next": null, - "parent": [Circular], - "prev": null, - "type": "text", - }, - ], - "name": "span", - "namespace": "http://www.w3.org/1999/xhtml", - "next": null, - "parent": [Circular], - "prev": null, - "type": "tag", - "x-attribsNamespace": Object {}, - "x-attribsPrefix": Object {}, - }, - ], - "name": "button", - "namespace": "http://www.w3.org/1999/xhtml", - "next": null, - "parent": [Circular], - "prev": [Circular], - "type": "tag", - "x-attribsNamespace": Object { - "class": undefined, - "type": undefined, - }, - "x-attribsPrefix": Object { - "class": undefined, - "type": undefined, - }, - }, - "parent": [Circular], - "prev": null, - "type": "tag", - "x-attribsNamespace": Object { - "class": undefined, - "type": undefined, - }, - "x-attribsPrefix": Object { - "class": undefined, - "type": undefined, - }, - }, - Object { - "attribs": Object { - "class": "gio-btn gio-modal__btn-ok gio-btn-primary", - "type": "button", - }, - "children": Array [ - Object { - "attribs": Object {}, - "children": Array [ - Object { - "data": "下一步", - "next": null, - "parent": [Circular], - "prev": null, - "type": "text", - }, - ], - "name": "span", - "namespace": "http://www.w3.org/1999/xhtml", - "next": null, - "parent": [Circular], - "prev": null, - "type": "tag", - "x-attribsNamespace": Object {}, - "x-attribsPrefix": Object {}, - }, - ], - "name": "button", - "namespace": "http://www.w3.org/1999/xhtml", - "next": null, - "parent": [Circular], - "prev": Object { - "attribs": Object { - "class": "gio-btn gio-modal__btn-close gio-btn-secondary", - "type": "button", - }, - "children": Array [ - Object { - "attribs": Object {}, - "children": Array [ - Object { - "data": "取 消", - "next": null, - "parent": [Circular], - "prev": null, - "type": "text", - }, - ], - "name": "span", - "namespace": "http://www.w3.org/1999/xhtml", - "next": null, - "parent": [Circular], - "prev": null, - "type": "tag", - "x-attribsNamespace": Object {}, - "x-attribsPrefix": Object {}, - }, - ], - "name": "button", - "namespace": "http://www.w3.org/1999/xhtml", - "next": [Circular], - "parent": [Circular], - "prev": null, - "type": "tag", - "x-attribsNamespace": Object { - "class": undefined, - "type": undefined, - }, - "x-attribsPrefix": Object { - "class": undefined, - "type": undefined, - }, - }, - "type": "tag", - "x-attribsNamespace": Object { - "class": undefined, - "type": undefined, - }, - "x-attribsPrefix": Object { - "class": undefined, - "type": undefined, - }, - }, - ], - "name": "div", - "namespace": "http://www.w3.org/1999/xhtml", - "next": null, - "parent": [Circular], - "prev": Object { - "attribs": Object { - "class": "gio-modal__footer-additional", - }, - "children": Array [], - "name": "div", - "namespace": "http://www.w3.org/1999/xhtml", - "next": [Circular], - "parent": [Circular], - "prev": null, - "type": "tag", - "x-attribsNamespace": Object { - "class": undefined, - }, - "x-attribsPrefix": Object { - "class": undefined, - }, - }, - "type": "tag", - "x-attribsNamespace": Object {}, - "x-attribsPrefix": Object {}, - }, - ], - "name": "div", - "namespace": "http://www.w3.org/1999/xhtml", - "next": null, - "parent": [Circular], - "prev": null, - "type": "tag", - "x-attribsNamespace": Object { - "class": undefined, - }, - "x-attribsPrefix": Object { - "class": undefined, - }, - }, - ], - "name": "div", - "namespace": "http://www.w3.org/1999/xhtml", - "next": null, - "parent": [Circular], - "prev": Object { - "attribs": Object { - "class": "gio-modal-body", - }, - "children": Array [ - Object { - "data": "Step One", - "next": null, - "parent": [Circular], - "prev": null, - "type": "text", - }, - ], - "name": "div", - "namespace": "http://www.w3.org/1999/xhtml", - "next": [Circular], - "parent": [Circular], - "prev": Object { - "attribs": Object { - "class": "gio-modal-header", - }, - "children": Array [ - Object { - "attribs": Object { - "class": "gio-modal-title", - "id": "rcDialogTitle0", - }, - "children": Array [ - Object { - "attribs": Object { - "class": "gio-modal__title", - }, - "children": Array [ - Object { - "data": "步骤 1", - "next": null, - "parent": [Circular], - "prev": null, - "type": "text", - }, - ], - "name": "div", - "namespace": "http://www.w3.org/1999/xhtml", - "next": null, - "parent": [Circular], - "prev": null, - "type": "tag", - "x-attribsNamespace": Object { - "class": undefined, - }, - "x-attribsPrefix": Object { - "class": undefined, - }, - }, - ], - "name": "div", - "namespace": "http://www.w3.org/1999/xhtml", - "next": null, - "parent": [Circular], - "prev": null, - "type": "tag", - "x-attribsNamespace": Object { - "class": undefined, - "id": undefined, - }, - "x-attribsPrefix": Object { - "class": undefined, - "id": undefined, - }, - }, - ], - "name": "div", - "namespace": "http://www.w3.org/1999/xhtml", - "next": [Circular], - "parent": [Circular], - "prev": Object { - "attribs": Object { - "aria-label": "Close", - "class": "gio-modal-close", - "type": "button", - }, - "children": Array [ - Object { - "attribs": Object { - "class": "gio-icon gio-modal__close", - }, - "children": Array [ - Object { - "attribs": Object { - "class": "gio-icon-svg", - "fill": "currentColor", - "height": "1rem", - "viewBox": "0 0 14 14", - "width": "1rem", - }, - "children": Array [ - Object { - "attribs": Object {}, - "children": Array [ - Object { - "attribs": Object {}, - "children": Array [], - "name": "style", - "namespace": "http://www.w3.org/2000/svg", - "next": null, - "parent": [Circular], - "prev": null, - "type": "style", - "x-attribsNamespace": Object {}, - "x-attribsPrefix": Object {}, - }, - ], - "name": "defs", - "namespace": "http://www.w3.org/2000/svg", - "next": Object { - "attribs": Object { - "data-name": "\\\\u56FE\\\\u5C42 2", - "id": "close_svg__\\\\u56FE\\\\u5C42_2", - }, - "children": Array [ - Object { - "attribs": Object { - "data-name": "\\\\u56FE\\\\u5C42 1", - "id": "close_svg__\\\\u56FE\\\\u5C42_1-2", - }, - "children": Array [ - Object { - "attribs": Object { - "d": "M6.62 5.92a.54.54 0 00.76 0l3.87-3.87a.49.49 0 01.7.7L8.08 6.62a.54.54 0 000 .76L12 11.25a.49.49 0 01-.7.7L7.38 8.08a.54.54 0 00-.76 0L2.75 12a.49.49 0 01-.7-.7l3.87-3.92a.54.54 0 000-.76L2.05 2.75a.49.49 0 01.7-.7z", - "fill": "currentColor", - "fill-rule": "evenodd", - "id": "close_svg__close", - }, - "children": Array [], - "name": "path", - "namespace": "http://www.w3.org/2000/svg", - "next": null, - "parent": [Circular], - "prev": null, - "type": "tag", - "x-attribsNamespace": Object { - "d": undefined, - "fill": undefined, - "fill-rule": undefined, - "id": undefined, - }, - "x-attribsPrefix": Object { - "d": undefined, - "fill": undefined, - "fill-rule": undefined, - "id": undefined, - }, - }, - ], - "name": "g", - "namespace": "http://www.w3.org/2000/svg", - "next": null, - "parent": [Circular], - "prev": null, - "type": "tag", - "x-attribsNamespace": Object { - "data-name": undefined, - "id": undefined, - }, - "x-attribsPrefix": Object { - "data-name": undefined, - "id": undefined, - }, - }, - ], - "name": "g", - "namespace": "http://www.w3.org/2000/svg", - "next": null, - "parent": [Circular], - "prev": [Circular], - "type": "tag", - "x-attribsNamespace": Object { - "data-name": undefined, - "id": undefined, - }, - "x-attribsPrefix": Object { - "data-name": undefined, - "id": undefined, - }, - }, - "parent": [Circular], - "prev": null, - "type": "tag", - "x-attribsNamespace": Object {}, - "x-attribsPrefix": Object {}, - }, - Object { - "attribs": Object { - "data-name": "\\\\u56FE\\\\u5C42 2", - "id": "close_svg__\\\\u56FE\\\\u5C42_2", - }, - "children": Array [ - Object { - "attribs": Object { - "data-name": "\\\\u56FE\\\\u5C42 1", - "id": "close_svg__\\\\u56FE\\\\u5C42_1-2", - }, - "children": Array [ - Object { - "attribs": Object { - "d": "M6.62 5.92a.54.54 0 00.76 0l3.87-3.87a.49.49 0 01.7.7L8.08 6.62a.54.54 0 000 .76L12 11.25a.49.49 0 01-.7.7L7.38 8.08a.54.54 0 00-.76 0L2.75 12a.49.49 0 01-.7-.7l3.87-3.92a.54.54 0 000-.76L2.05 2.75a.49.49 0 01.7-.7z", - "fill": "currentColor", - "fill-rule": "evenodd", - "id": "close_svg__close", - }, - "children": Array [], - "name": "path", - "namespace": "http://www.w3.org/2000/svg", - "next": null, - "parent": [Circular], - "prev": null, - "type": "tag", - "x-attribsNamespace": Object { - "d": undefined, - "fill": undefined, - "fill-rule": undefined, - "id": undefined, - }, - "x-attribsPrefix": Object { - "d": undefined, - "fill": undefined, - "fill-rule": undefined, - "id": undefined, - }, - }, - ], - "name": "g", - "namespace": "http://www.w3.org/2000/svg", - "next": null, - "parent": [Circular], - "prev": null, - "type": "tag", - "x-attribsNamespace": Object { - "data-name": undefined, - "id": undefined, - }, - "x-attribsPrefix": Object { - "data-name": undefined, - "id": undefined, - }, - }, - ], - "name": "g", - "namespace": "http://www.w3.org/2000/svg", - "next": null, - "parent": [Circular], - "prev": Object { - "attribs": Object {}, - "children": Array [ - Object { - "attribs": Object {}, - "children": Array [], - "name": "style", - "namespace": "http://www.w3.org/2000/svg", - "next": null, - "parent": [Circular], - "prev": null, - "type": "style", - "x-attribsNamespace": Object {}, - "x-attribsPrefix": Object {}, - }, - ], - "name": "defs", - "namespace": "http://www.w3.org/2000/svg", - "next": [Circular], - "parent": [Circular], - "prev": null, - "type": "tag", - "x-attribsNamespace": Object {}, - "x-attribsPrefix": Object {}, - }, - "type": "tag", - "x-attribsNamespace": Object { - "data-name": undefined, - "id": undefined, - }, - "x-attribsPrefix": Object { - "data-name": undefined, - "id": undefined, - }, - }, - ], - "name": "svg", - "namespace": "http://www.w3.org/2000/svg", - "next": null, - "parent": [Circular], - "prev": null, - "type": "tag", - "x-attribsNamespace": Object { - "class": undefined, - "fill": undefined, - "height": undefined, - "viewBox": undefined, - "width": undefined, - }, - "x-attribsPrefix": Object { - "class": undefined, - "fill": undefined, - "height": undefined, - "viewBox": undefined, - "width": undefined, - }, - }, - ], - "name": "span", - "namespace": "http://www.w3.org/1999/xhtml", - "next": null, - "parent": [Circular], - "prev": null, - "type": "tag", - "x-attribsNamespace": Object { - "class": undefined, - }, - "x-attribsPrefix": Object { - "class": undefined, - }, - }, - ], - "name": "button", - "namespace": "http://www.w3.org/1999/xhtml", - "next": [Circular], - "parent": [Circular], - "prev": null, - "type": "tag", - "x-attribsNamespace": Object { - "aria-label": undefined, - "class": undefined, - "type": undefined, - }, - "x-attribsPrefix": Object { - "aria-label": undefined, - "class": undefined, - "type": undefined, - }, - }, - "type": "tag", - "x-attribsNamespace": Object { - "class": undefined, - }, - "x-attribsPrefix": Object { - "class": undefined, - }, - }, - "type": "tag", - "x-attribsNamespace": Object { - "class": undefined, - }, - "x-attribsPrefix": Object { - "class": undefined, - }, - }, - "type": "tag", - "x-attribsNamespace": Object { - "class": undefined, - }, - "x-attribsPrefix": Object { - "class": undefined, - }, - }, - ], - "name": "div", - "namespace": "http://www.w3.org/1999/xhtml", - "next": [Circular], - "parent": [Circular], - "prev": Object { - "attribs": Object { - "aria-hidden": "true", - "style": "width: 0px; height: 0px; overflow: hidden; outline: none;", - "tabindex": "0", - }, - "children": Array [], - "name": "div", - "namespace": "http://www.w3.org/1999/xhtml", - "next": [Circular], - "parent": [Circular], - "prev": null, - "type": "tag", - "x-attribsNamespace": Object { - "aria-hidden": undefined, - "style": undefined, - "tabindex": undefined, - }, - "x-attribsPrefix": Object { - "aria-hidden": undefined, - "style": undefined, - "tabindex": undefined, - }, - }, - "type": "tag", - "x-attribsNamespace": Object { - "class": undefined, - }, - "x-attribsPrefix": Object { - "class": undefined, - }, - }, - "type": "tag", - "x-attribsNamespace": Object { - "aria-hidden": undefined, - "style": undefined, - "tabindex": undefined, - }, - "x-attribsPrefix": Object { - "aria-hidden": undefined, - "style": undefined, - "tabindex": undefined, - }, - }, - ], - "name": "div", - "namespace": "http://www.w3.org/1999/xhtml", - "next": null, - "parent": [Circular], - "prev": null, - "type": "tag", - "x-attribsNamespace": Object { - "class": undefined, - "role": undefined, - }, - "x-attribsPrefix": Object { - "class": undefined, - "role": undefined, - }, - }, - ], - "name": "div", - "namespace": "http://www.w3.org/1999/xhtml", - "next": null, - "parent": [Circular], - "prev": Object { - "attribs": Object { - "class": "gio-modal-mask fade-appear", - }, - "children": Array [], - "name": "div", - "namespace": "http://www.w3.org/1999/xhtml", - "next": [Circular], - "parent": [Circular], - "prev": null, - "type": "tag", - "x-attribsNamespace": Object { - "class": undefined, - }, - "x-attribsPrefix": Object { - "class": undefined, - }, - }, - "type": "tag", - "x-attribsNamespace": Object { - "aria-labelledby": undefined, - "class": undefined, - "role": undefined, - "tabindex": undefined, - }, - "x-attribsPrefix": Object { - "aria-labelledby": undefined, - "class": undefined, - "role": undefined, - "tabindex": undefined, - }, - }, - ], - "name": "div", - "namespace": "http://www.w3.org/1999/xhtml", - "next": null, - "parent": null, - "prev": null, - "root": Object { - "attribs": Object {}, - "children": Array [ - [Circular], - ], - "name": "root", - "namespace": "http://www.w3.org/1999/xhtml", - "next": null, - "parent": null, - "prev": null, - "type": "root", - "x-attribsNamespace": Object {}, - "x-attribsPrefix": Object {}, - }, - "type": "tag", - "x-attribsNamespace": Object { - "class": undefined, - }, - "x-attribsPrefix": Object { - "class": undefined, - }, - }, - "_root": [Circular], - "length": 1, - "options": Object { - "decodeEntities": true, - "normalizeWhitespace": false, - "withDomLvl1": true, - "xml": false, - }, -} -`; - -exports[`StepModal snapshot match should match multi branches StepModal snapshot. 1`] = ` -initialize { - "0": Object { - "attribs": Object { - "class": "gio-modal-root", - }, - "children": Array [ - Object { - "attribs": Object { - "class": "gio-modal-mask fade-appear", - }, - "children": Array [], - "name": "div", - "namespace": "http://www.w3.org/1999/xhtml", - "next": Object { - "attribs": Object { - "aria-labelledby": "rcDialogTitle1", - "class": "gio-modal-wrap gio-modal__wrapper", - "role": "dialog", - "tabindex": "-1", - }, - "children": Array [ - Object { - "attribs": Object { - "class": "gio-modal gio-modal--small zoom-appear", - "role": "document", - }, - "children": Array [ - Object { - "attribs": Object { - "aria-hidden": "true", - "style": "width: 0px; height: 0px; overflow: hidden; outline: none;", - "tabindex": "0", - }, - "children": Array [], - "name": "div", - "namespace": "http://www.w3.org/1999/xhtml", - "next": Object { - "attribs": Object { - "class": "gio-modal-content", - }, - "children": Array [ - Object { - "attribs": Object { - "aria-label": "Close", - "class": "gio-modal-close", - "type": "button", - }, - "children": Array [ - Object { - "attribs": Object { - "class": "gio-icon gio-modal__close", - }, - "children": Array [ - Object { - "attribs": Object { - "class": "gio-icon-svg", - "fill": "currentColor", - "height": "1rem", - "viewBox": "0 0 14 14", - "width": "1rem", - }, - "children": Array [ - Object { - "attribs": Object {}, - "children": Array [ - Object { - "attribs": Object {}, - "children": Array [], - "name": "style", - "namespace": "http://www.w3.org/2000/svg", - "next": null, - "parent": [Circular], - "prev": null, - "type": "style", - "x-attribsNamespace": Object {}, - "x-attribsPrefix": Object {}, - }, - ], - "name": "defs", - "namespace": "http://www.w3.org/2000/svg", - "next": Object { - "attribs": Object { - "data-name": "\\\\u56FE\\\\u5C42 2", - "id": "close_svg__\\\\u56FE\\\\u5C42_2", - }, - "children": Array [ - Object { - "attribs": Object { - "data-name": "\\\\u56FE\\\\u5C42 1", - "id": "close_svg__\\\\u56FE\\\\u5C42_1-2", - }, - "children": Array [ - Object { - "attribs": Object { - "d": "M6.62 5.92a.54.54 0 00.76 0l3.87-3.87a.49.49 0 01.7.7L8.08 6.62a.54.54 0 000 .76L12 11.25a.49.49 0 01-.7.7L7.38 8.08a.54.54 0 00-.76 0L2.75 12a.49.49 0 01-.7-.7l3.87-3.92a.54.54 0 000-.76L2.05 2.75a.49.49 0 01.7-.7z", - "fill": "currentColor", - "fill-rule": "evenodd", - "id": "close_svg__close", - }, - "children": Array [], - "name": "path", - "namespace": "http://www.w3.org/2000/svg", - "next": null, - "parent": [Circular], - "prev": null, - "type": "tag", - "x-attribsNamespace": Object { - "d": undefined, - "fill": undefined, - "fill-rule": undefined, - "id": undefined, - }, - "x-attribsPrefix": Object { - "d": undefined, - "fill": undefined, - "fill-rule": undefined, - "id": undefined, - }, - }, - ], - "name": "g", - "namespace": "http://www.w3.org/2000/svg", - "next": null, - "parent": [Circular], - "prev": null, - "type": "tag", - "x-attribsNamespace": Object { - "data-name": undefined, - "id": undefined, - }, - "x-attribsPrefix": Object { - "data-name": undefined, - "id": undefined, - }, - }, - ], - "name": "g", - "namespace": "http://www.w3.org/2000/svg", - "next": null, - "parent": [Circular], - "prev": [Circular], - "type": "tag", - "x-attribsNamespace": Object { - "data-name": undefined, - "id": undefined, - }, - "x-attribsPrefix": Object { - "data-name": undefined, - "id": undefined, - }, - }, - "parent": [Circular], - "prev": null, - "type": "tag", - "x-attribsNamespace": Object {}, - "x-attribsPrefix": Object {}, - }, - Object { - "attribs": Object { - "data-name": "\\\\u56FE\\\\u5C42 2", - "id": "close_svg__\\\\u56FE\\\\u5C42_2", - }, - "children": Array [ - Object { - "attribs": Object { - "data-name": "\\\\u56FE\\\\u5C42 1", - "id": "close_svg__\\\\u56FE\\\\u5C42_1-2", - }, - "children": Array [ - Object { - "attribs": Object { - "d": "M6.62 5.92a.54.54 0 00.76 0l3.87-3.87a.49.49 0 01.7.7L8.08 6.62a.54.54 0 000 .76L12 11.25a.49.49 0 01-.7.7L7.38 8.08a.54.54 0 00-.76 0L2.75 12a.49.49 0 01-.7-.7l3.87-3.92a.54.54 0 000-.76L2.05 2.75a.49.49 0 01.7-.7z", - "fill": "currentColor", - "fill-rule": "evenodd", - "id": "close_svg__close", - }, - "children": Array [], - "name": "path", - "namespace": "http://www.w3.org/2000/svg", - "next": null, - "parent": [Circular], - "prev": null, - "type": "tag", - "x-attribsNamespace": Object { - "d": undefined, - "fill": undefined, - "fill-rule": undefined, - "id": undefined, - }, - "x-attribsPrefix": Object { - "d": undefined, - "fill": undefined, - "fill-rule": undefined, - "id": undefined, - }, - }, - ], - "name": "g", - "namespace": "http://www.w3.org/2000/svg", - "next": null, - "parent": [Circular], - "prev": null, - "type": "tag", - "x-attribsNamespace": Object { - "data-name": undefined, - "id": undefined, - }, - "x-attribsPrefix": Object { - "data-name": undefined, - "id": undefined, - }, - }, - ], - "name": "g", - "namespace": "http://www.w3.org/2000/svg", - "next": null, - "parent": [Circular], - "prev": Object { - "attribs": Object {}, - "children": Array [ - Object { - "attribs": Object {}, - "children": Array [], - "name": "style", - "namespace": "http://www.w3.org/2000/svg", - "next": null, - "parent": [Circular], - "prev": null, - "type": "style", - "x-attribsNamespace": Object {}, - "x-attribsPrefix": Object {}, - }, - ], - "name": "defs", - "namespace": "http://www.w3.org/2000/svg", - "next": [Circular], - "parent": [Circular], - "prev": null, - "type": "tag", - "x-attribsNamespace": Object {}, - "x-attribsPrefix": Object {}, - }, - "type": "tag", - "x-attribsNamespace": Object { - "data-name": undefined, - "id": undefined, - }, - "x-attribsPrefix": Object { - "data-name": undefined, - "id": undefined, - }, - }, - ], - "name": "svg", - "namespace": "http://www.w3.org/2000/svg", - "next": null, - "parent": [Circular], - "prev": null, - "type": "tag", - "x-attribsNamespace": Object { - "class": undefined, - "fill": undefined, - "height": undefined, - "viewBox": undefined, - "width": undefined, - }, - "x-attribsPrefix": Object { - "class": undefined, - "fill": undefined, - "height": undefined, - "viewBox": undefined, - "width": undefined, - }, - }, - ], - "name": "span", - "namespace": "http://www.w3.org/1999/xhtml", - "next": null, - "parent": [Circular], - "prev": null, - "type": "tag", - "x-attribsNamespace": Object { - "class": undefined, - }, - "x-attribsPrefix": Object { - "class": undefined, - }, - }, - ], - "name": "button", - "namespace": "http://www.w3.org/1999/xhtml", - "next": Object { - "attribs": Object { - "class": "gio-modal-header", - }, - "children": Array [ - Object { - "attribs": Object { - "class": "gio-modal-title", - "id": "rcDialogTitle1", - }, - "children": Array [ - Object { - "attribs": Object { - "class": "gio-modal__title", - }, - "children": Array [ - Object { - "data": "步骤 1", - "next": null, - "parent": [Circular], - "prev": null, - "type": "text", - }, - ], - "name": "div", - "namespace": "http://www.w3.org/1999/xhtml", - "next": null, - "parent": [Circular], - "prev": null, - "type": "tag", - "x-attribsNamespace": Object { - "class": undefined, - }, - "x-attribsPrefix": Object { - "class": undefined, - }, - }, - ], - "name": "div", - "namespace": "http://www.w3.org/1999/xhtml", - "next": null, - "parent": [Circular], - "prev": null, - "type": "tag", - "x-attribsNamespace": Object { - "class": undefined, - "id": undefined, - }, - "x-attribsPrefix": Object { - "class": undefined, - "id": undefined, - }, - }, - ], - "name": "div", - "namespace": "http://www.w3.org/1999/xhtml", - "next": Object { - "attribs": Object { - "class": "gio-modal-body", - }, - "children": Array [ - Object { - "attribs": Object {}, - "children": Array [ - Object { - "data": "Step One", - "next": Object { - "attribs": Object { - "class": "gio-btn gio-btn-text gio-btn-small", - "style": "margin-left: 5px;", - "type": "button", - }, - "children": Array [ - Object { - "attribs": Object {}, - "children": Array [ - Object { - "data": "go 2-1", - "next": null, - "parent": [Circular], - "prev": null, - "type": "text", - }, - ], - "name": "span", - "namespace": "http://www.w3.org/1999/xhtml", - "next": null, - "parent": [Circular], - "prev": null, - "type": "tag", - "x-attribsNamespace": Object {}, - "x-attribsPrefix": Object {}, - }, - ], - "name": "button", - "namespace": "http://www.w3.org/1999/xhtml", - "next": Object { - "attribs": Object { - "class": "gio-btn gio-btn-text gio-btn-small", - "style": "margin-left: 5px;", - "type": "button", - }, - "children": Array [ - Object { - "attribs": Object {}, - "children": Array [ - Object { - "data": "go 2-2", - "next": null, - "parent": [Circular], - "prev": null, - "type": "text", - }, - ], - "name": "span", - "namespace": "http://www.w3.org/1999/xhtml", - "next": null, - "parent": [Circular], - "prev": null, - "type": "tag", - "x-attribsNamespace": Object {}, - "x-attribsPrefix": Object {}, - }, - ], - "name": "button", - "namespace": "http://www.w3.org/1999/xhtml", - "next": null, - "parent": [Circular], - "prev": [Circular], - "type": "tag", - "x-attribsNamespace": Object { - "class": undefined, - "style": undefined, - "type": undefined, - }, - "x-attribsPrefix": Object { - "class": undefined, - "style": undefined, - "type": undefined, - }, - }, - "parent": [Circular], - "prev": [Circular], - "type": "tag", - "x-attribsNamespace": Object { - "class": undefined, - "style": undefined, - "type": undefined, - }, - "x-attribsPrefix": Object { - "class": undefined, - "style": undefined, - "type": undefined, - }, - }, - "parent": [Circular], - "prev": null, - "type": "text", - }, - Object { - "attribs": Object { - "class": "gio-btn gio-btn-text gio-btn-small", - "style": "margin-left: 5px;", - "type": "button", - }, - "children": Array [ - Object { - "attribs": Object {}, - "children": Array [ - Object { - "data": "go 2-1", - "next": null, - "parent": [Circular], - "prev": null, - "type": "text", - }, - ], - "name": "span", - "namespace": "http://www.w3.org/1999/xhtml", - "next": null, - "parent": [Circular], - "prev": null, - "type": "tag", - "x-attribsNamespace": Object {}, - "x-attribsPrefix": Object {}, - }, - ], - "name": "button", - "namespace": "http://www.w3.org/1999/xhtml", - "next": Object { - "attribs": Object { - "class": "gio-btn gio-btn-text gio-btn-small", - "style": "margin-left: 5px;", - "type": "button", - }, - "children": Array [ - Object { - "attribs": Object {}, - "children": Array [ - Object { - "data": "go 2-2", - "next": null, - "parent": [Circular], - "prev": null, - "type": "text", - }, - ], - "name": "span", - "namespace": "http://www.w3.org/1999/xhtml", - "next": null, - "parent": [Circular], - "prev": null, - "type": "tag", - "x-attribsNamespace": Object {}, - "x-attribsPrefix": Object {}, - }, - ], - "name": "button", - "namespace": "http://www.w3.org/1999/xhtml", - "next": null, - "parent": [Circular], - "prev": [Circular], - "type": "tag", - "x-attribsNamespace": Object { - "class": undefined, - "style": undefined, - "type": undefined, - }, - "x-attribsPrefix": Object { - "class": undefined, - "style": undefined, - "type": undefined, - }, - }, - "parent": [Circular], - "prev": Object { - "data": "Step One", - "next": [Circular], - "parent": [Circular], - "prev": null, - "type": "text", - }, - "type": "tag", - "x-attribsNamespace": Object { - "class": undefined, - "style": undefined, - "type": undefined, - }, - "x-attribsPrefix": Object { - "class": undefined, - "style": undefined, - "type": undefined, - }, - }, - Object { - "attribs": Object { - "class": "gio-btn gio-btn-text gio-btn-small", - "style": "margin-left: 5px;", - "type": "button", - }, - "children": Array [ - Object { - "attribs": Object {}, - "children": Array [ - Object { - "data": "go 2-2", - "next": null, - "parent": [Circular], - "prev": null, - "type": "text", - }, - ], - "name": "span", - "namespace": "http://www.w3.org/1999/xhtml", - "next": null, - "parent": [Circular], - "prev": null, - "type": "tag", - "x-attribsNamespace": Object {}, - "x-attribsPrefix": Object {}, - }, - ], - "name": "button", - "namespace": "http://www.w3.org/1999/xhtml", - "next": null, - "parent": [Circular], - "prev": Object { - "attribs": Object { - "class": "gio-btn gio-btn-text gio-btn-small", - "style": "margin-left: 5px;", - "type": "button", - }, - "children": Array [ - Object { - "attribs": Object {}, - "children": Array [ - Object { - "data": "go 2-1", - "next": null, - "parent": [Circular], - "prev": null, - "type": "text", - }, - ], - "name": "span", - "namespace": "http://www.w3.org/1999/xhtml", - "next": null, - "parent": [Circular], - "prev": null, - "type": "tag", - "x-attribsNamespace": Object {}, - "x-attribsPrefix": Object {}, - }, - ], - "name": "button", - "namespace": "http://www.w3.org/1999/xhtml", - "next": [Circular], - "parent": [Circular], - "prev": Object { - "data": "Step One", - "next": [Circular], - "parent": [Circular], - "prev": null, - "type": "text", - }, - "type": "tag", - "x-attribsNamespace": Object { - "class": undefined, - "style": undefined, - "type": undefined, - }, - "x-attribsPrefix": Object { - "class": undefined, - "style": undefined, - "type": undefined, - }, - }, - "type": "tag", - "x-attribsNamespace": Object { - "class": undefined, - "style": undefined, - "type": undefined, - }, - "x-attribsPrefix": Object { - "class": undefined, - "style": undefined, - "type": undefined, - }, - }, - ], - "name": "div", - "namespace": "http://www.w3.org/1999/xhtml", - "next": null, - "parent": [Circular], - "prev": null, - "type": "tag", - "x-attribsNamespace": Object {}, - "x-attribsPrefix": Object {}, - }, - ], - "name": "div", - "namespace": "http://www.w3.org/1999/xhtml", - "next": Object { - "attribs": Object { - "class": "gio-modal-footer", - }, - "children": Array [ - Object { - "attribs": Object { - "class": "gio-modal__footer", - }, - "children": Array [ - Object { - "attribs": Object { - "class": "gio-modal__footer-additional", - }, - "children": Array [], - "name": "div", - "namespace": "http://www.w3.org/1999/xhtml", - "next": Object { - "attribs": Object {}, - "children": Array [ - Object { - "attribs": Object { - "class": "gio-btn gio-modal__btn-close gio-btn-secondary", - "type": "button", - }, - "children": Array [ - Object { - "attribs": Object {}, - "children": Array [ - Object { - "data": "取 消", - "next": null, - "parent": [Circular], - "prev": null, - "type": "text", - }, - ], - "name": "span", - "namespace": "http://www.w3.org/1999/xhtml", - "next": null, - "parent": [Circular], - "prev": null, - "type": "tag", - "x-attribsNamespace": Object {}, - "x-attribsPrefix": Object {}, - }, - ], - "name": "button", - "namespace": "http://www.w3.org/1999/xhtml", - "next": Object { - "attribs": Object { - "class": "gio-btn gio-modal__btn-ok gio-btn-primary", - "type": "button", - }, - "children": Array [ - Object { - "attribs": Object {}, - "children": Array [ - Object { - "data": "下一步", - "next": null, - "parent": [Circular], - "prev": null, - "type": "text", - }, - ], - "name": "span", - "namespace": "http://www.w3.org/1999/xhtml", - "next": null, - "parent": [Circular], - "prev": null, - "type": "tag", - "x-attribsNamespace": Object {}, - "x-attribsPrefix": Object {}, - }, - ], - "name": "button", - "namespace": "http://www.w3.org/1999/xhtml", - "next": null, - "parent": [Circular], - "prev": [Circular], - "type": "tag", - "x-attribsNamespace": Object { - "class": undefined, - "type": undefined, - }, - "x-attribsPrefix": Object { - "class": undefined, - "type": undefined, - }, - }, - "parent": [Circular], - "prev": null, - "type": "tag", - "x-attribsNamespace": Object { - "class": undefined, - "type": undefined, - }, - "x-attribsPrefix": Object { - "class": undefined, - "type": undefined, - }, - }, - Object { - "attribs": Object { - "class": "gio-btn gio-modal__btn-ok gio-btn-primary", - "type": "button", - }, - "children": Array [ - Object { - "attribs": Object {}, - "children": Array [ - Object { - "data": "下一步", - "next": null, - "parent": [Circular], - "prev": null, - "type": "text", - }, - ], - "name": "span", - "namespace": "http://www.w3.org/1999/xhtml", - "next": null, - "parent": [Circular], - "prev": null, - "type": "tag", - "x-attribsNamespace": Object {}, - "x-attribsPrefix": Object {}, - }, - ], - "name": "button", - "namespace": "http://www.w3.org/1999/xhtml", - "next": null, - "parent": [Circular], - "prev": Object { - "attribs": Object { - "class": "gio-btn gio-modal__btn-close gio-btn-secondary", - "type": "button", - }, - "children": Array [ - Object { - "attribs": Object {}, - "children": Array [ - Object { - "data": "取 消", - "next": null, - "parent": [Circular], - "prev": null, - "type": "text", - }, - ], - "name": "span", - "namespace": "http://www.w3.org/1999/xhtml", - "next": null, - "parent": [Circular], - "prev": null, - "type": "tag", - "x-attribsNamespace": Object {}, - "x-attribsPrefix": Object {}, - }, - ], - "name": "button", - "namespace": "http://www.w3.org/1999/xhtml", - "next": [Circular], - "parent": [Circular], - "prev": null, - "type": "tag", - "x-attribsNamespace": Object { - "class": undefined, - "type": undefined, - }, - "x-attribsPrefix": Object { - "class": undefined, - "type": undefined, - }, - }, - "type": "tag", - "x-attribsNamespace": Object { - "class": undefined, - "type": undefined, - }, - "x-attribsPrefix": Object { - "class": undefined, - "type": undefined, - }, - }, - ], - "name": "div", - "namespace": "http://www.w3.org/1999/xhtml", - "next": null, - "parent": [Circular], - "prev": [Circular], - "type": "tag", - "x-attribsNamespace": Object {}, - "x-attribsPrefix": Object {}, - }, - "parent": [Circular], - "prev": null, - "type": "tag", - "x-attribsNamespace": Object { - "class": undefined, - }, - "x-attribsPrefix": Object { - "class": undefined, - }, - }, - Object { - "attribs": Object {}, - "children": Array [ - Object { - "attribs": Object { - "class": "gio-btn gio-modal__btn-close gio-btn-secondary", - "type": "button", - }, - "children": Array [ - Object { - "attribs": Object {}, - "children": Array [ - Object { - "data": "取 消", - "next": null, - "parent": [Circular], - "prev": null, - "type": "text", - }, - ], - "name": "span", - "namespace": "http://www.w3.org/1999/xhtml", - "next": null, - "parent": [Circular], - "prev": null, - "type": "tag", - "x-attribsNamespace": Object {}, - "x-attribsPrefix": Object {}, - }, - ], - "name": "button", - "namespace": "http://www.w3.org/1999/xhtml", - "next": Object { - "attribs": Object { - "class": "gio-btn gio-modal__btn-ok gio-btn-primary", - "type": "button", - }, - "children": Array [ - Object { - "attribs": Object {}, - "children": Array [ - Object { - "data": "下一步", - "next": null, - "parent": [Circular], - "prev": null, - "type": "text", - }, - ], - "name": "span", - "namespace": "http://www.w3.org/1999/xhtml", - "next": null, - "parent": [Circular], - "prev": null, - "type": "tag", - "x-attribsNamespace": Object {}, - "x-attribsPrefix": Object {}, - }, - ], - "name": "button", - "namespace": "http://www.w3.org/1999/xhtml", - "next": null, - "parent": [Circular], - "prev": [Circular], - "type": "tag", - "x-attribsNamespace": Object { - "class": undefined, - "type": undefined, - }, - "x-attribsPrefix": Object { - "class": undefined, - "type": undefined, - }, - }, - "parent": [Circular], - "prev": null, - "type": "tag", - "x-attribsNamespace": Object { - "class": undefined, - "type": undefined, - }, - "x-attribsPrefix": Object { - "class": undefined, - "type": undefined, - }, - }, - Object { - "attribs": Object { - "class": "gio-btn gio-modal__btn-ok gio-btn-primary", - "type": "button", - }, - "children": Array [ - Object { - "attribs": Object {}, - "children": Array [ - Object { - "data": "下一步", - "next": null, - "parent": [Circular], - "prev": null, - "type": "text", - }, - ], - "name": "span", - "namespace": "http://www.w3.org/1999/xhtml", - "next": null, - "parent": [Circular], - "prev": null, - "type": "tag", - "x-attribsNamespace": Object {}, - "x-attribsPrefix": Object {}, - }, - ], - "name": "button", - "namespace": "http://www.w3.org/1999/xhtml", - "next": null, - "parent": [Circular], - "prev": Object { - "attribs": Object { - "class": "gio-btn gio-modal__btn-close gio-btn-secondary", - "type": "button", - }, - "children": Array [ - Object { - "attribs": Object {}, - "children": Array [ - Object { - "data": "取 消", - "next": null, - "parent": [Circular], - "prev": null, - "type": "text", - }, - ], - "name": "span", - "namespace": "http://www.w3.org/1999/xhtml", - "next": null, - "parent": [Circular], - "prev": null, - "type": "tag", - "x-attribsNamespace": Object {}, - "x-attribsPrefix": Object {}, - }, - ], - "name": "button", - "namespace": "http://www.w3.org/1999/xhtml", - "next": [Circular], - "parent": [Circular], - "prev": null, - "type": "tag", - "x-attribsNamespace": Object { - "class": undefined, - "type": undefined, - }, - "x-attribsPrefix": Object { - "class": undefined, - "type": undefined, - }, - }, - "type": "tag", - "x-attribsNamespace": Object { - "class": undefined, - "type": undefined, - }, - "x-attribsPrefix": Object { - "class": undefined, - "type": undefined, - }, - }, - ], - "name": "div", - "namespace": "http://www.w3.org/1999/xhtml", - "next": null, - "parent": [Circular], - "prev": Object { - "attribs": Object { - "class": "gio-modal__footer-additional", - }, - "children": Array [], - "name": "div", - "namespace": "http://www.w3.org/1999/xhtml", - "next": [Circular], - "parent": [Circular], - "prev": null, - "type": "tag", - "x-attribsNamespace": Object { - "class": undefined, - }, - "x-attribsPrefix": Object { - "class": undefined, - }, - }, - "type": "tag", - "x-attribsNamespace": Object {}, - "x-attribsPrefix": Object {}, - }, - ], - "name": "div", - "namespace": "http://www.w3.org/1999/xhtml", - "next": null, - "parent": [Circular], - "prev": null, - "type": "tag", - "x-attribsNamespace": Object { - "class": undefined, - }, - "x-attribsPrefix": Object { - "class": undefined, - }, - }, - ], - "name": "div", - "namespace": "http://www.w3.org/1999/xhtml", - "next": null, - "parent": [Circular], - "prev": [Circular], - "type": "tag", - "x-attribsNamespace": Object { - "class": undefined, - }, - "x-attribsPrefix": Object { - "class": undefined, - }, - }, - "parent": [Circular], - "prev": [Circular], - "type": "tag", - "x-attribsNamespace": Object { - "class": undefined, - }, - "x-attribsPrefix": Object { - "class": undefined, - }, - }, - "parent": [Circular], - "prev": [Circular], - "type": "tag", - "x-attribsNamespace": Object { - "class": undefined, - }, - "x-attribsPrefix": Object { - "class": undefined, - }, - }, - "parent": [Circular], - "prev": null, - "type": "tag", - "x-attribsNamespace": Object { - "aria-label": undefined, - "class": undefined, - "type": undefined, - }, - "x-attribsPrefix": Object { - "aria-label": undefined, - "class": undefined, - "type": undefined, - }, - }, - Object { - "attribs": Object { - "class": "gio-modal-header", - }, - "children": Array [ - Object { - "attribs": Object { - "class": "gio-modal-title", - "id": "rcDialogTitle1", - }, - "children": Array [ - Object { - "attribs": Object { - "class": "gio-modal__title", - }, - "children": Array [ - Object { - "data": "步骤 1", - "next": null, - "parent": [Circular], - "prev": null, - "type": "text", - }, - ], - "name": "div", - "namespace": "http://www.w3.org/1999/xhtml", - "next": null, - "parent": [Circular], - "prev": null, - "type": "tag", - "x-attribsNamespace": Object { - "class": undefined, - }, - "x-attribsPrefix": Object { - "class": undefined, - }, - }, - ], - "name": "div", - "namespace": "http://www.w3.org/1999/xhtml", - "next": null, - "parent": [Circular], - "prev": null, - "type": "tag", - "x-attribsNamespace": Object { - "class": undefined, - "id": undefined, - }, - "x-attribsPrefix": Object { - "class": undefined, - "id": undefined, - }, - }, - ], - "name": "div", - "namespace": "http://www.w3.org/1999/xhtml", - "next": Object { - "attribs": Object { - "class": "gio-modal-body", - }, - "children": Array [ - Object { - "attribs": Object {}, - "children": Array [ - Object { - "data": "Step One", - "next": Object { - "attribs": Object { - "class": "gio-btn gio-btn-text gio-btn-small", - "style": "margin-left: 5px;", - "type": "button", - }, - "children": Array [ - Object { - "attribs": Object {}, - "children": Array [ - Object { - "data": "go 2-1", - "next": null, - "parent": [Circular], - "prev": null, - "type": "text", - }, - ], - "name": "span", - "namespace": "http://www.w3.org/1999/xhtml", - "next": null, - "parent": [Circular], - "prev": null, - "type": "tag", - "x-attribsNamespace": Object {}, - "x-attribsPrefix": Object {}, - }, - ], - "name": "button", - "namespace": "http://www.w3.org/1999/xhtml", - "next": Object { - "attribs": Object { - "class": "gio-btn gio-btn-text gio-btn-small", - "style": "margin-left: 5px;", - "type": "button", - }, - "children": Array [ - Object { - "attribs": Object {}, - "children": Array [ - Object { - "data": "go 2-2", - "next": null, - "parent": [Circular], - "prev": null, - "type": "text", - }, - ], - "name": "span", - "namespace": "http://www.w3.org/1999/xhtml", - "next": null, - "parent": [Circular], - "prev": null, - "type": "tag", - "x-attribsNamespace": Object {}, - "x-attribsPrefix": Object {}, - }, - ], - "name": "button", - "namespace": "http://www.w3.org/1999/xhtml", - "next": null, - "parent": [Circular], - "prev": [Circular], - "type": "tag", - "x-attribsNamespace": Object { - "class": undefined, - "style": undefined, - "type": undefined, - }, - "x-attribsPrefix": Object { - "class": undefined, - "style": undefined, - "type": undefined, - }, - }, - "parent": [Circular], - "prev": [Circular], - "type": "tag", - "x-attribsNamespace": Object { - "class": undefined, - "style": undefined, - "type": undefined, - }, - "x-attribsPrefix": Object { - "class": undefined, - "style": undefined, - "type": undefined, - }, - }, - "parent": [Circular], - "prev": null, - "type": "text", - }, - Object { - "attribs": Object { - "class": "gio-btn gio-btn-text gio-btn-small", - "style": "margin-left: 5px;", - "type": "button", - }, - "children": Array [ - Object { - "attribs": Object {}, - "children": Array [ - Object { - "data": "go 2-1", - "next": null, - "parent": [Circular], - "prev": null, - "type": "text", - }, - ], - "name": "span", - "namespace": "http://www.w3.org/1999/xhtml", - "next": null, - "parent": [Circular], - "prev": null, - "type": "tag", - "x-attribsNamespace": Object {}, - "x-attribsPrefix": Object {}, - }, - ], - "name": "button", - "namespace": "http://www.w3.org/1999/xhtml", - "next": Object { - "attribs": Object { - "class": "gio-btn gio-btn-text gio-btn-small", - "style": "margin-left: 5px;", - "type": "button", - }, - "children": Array [ - Object { - "attribs": Object {}, - "children": Array [ - Object { - "data": "go 2-2", - "next": null, - "parent": [Circular], - "prev": null, - "type": "text", - }, - ], - "name": "span", - "namespace": "http://www.w3.org/1999/xhtml", - "next": null, - "parent": [Circular], - "prev": null, - "type": "tag", - "x-attribsNamespace": Object {}, - "x-attribsPrefix": Object {}, - }, - ], - "name": "button", - "namespace": "http://www.w3.org/1999/xhtml", - "next": null, - "parent": [Circular], - "prev": [Circular], - "type": "tag", - "x-attribsNamespace": Object { - "class": undefined, - "style": undefined, - "type": undefined, - }, - "x-attribsPrefix": Object { - "class": undefined, - "style": undefined, - "type": undefined, - }, - }, - "parent": [Circular], - "prev": Object { - "data": "Step One", - "next": [Circular], - "parent": [Circular], - "prev": null, - "type": "text", - }, - "type": "tag", - "x-attribsNamespace": Object { - "class": undefined, - "style": undefined, - "type": undefined, - }, - "x-attribsPrefix": Object { - "class": undefined, - "style": undefined, - "type": undefined, - }, - }, - Object { - "attribs": Object { - "class": "gio-btn gio-btn-text gio-btn-small", - "style": "margin-left: 5px;", - "type": "button", - }, - "children": Array [ - Object { - "attribs": Object {}, - "children": Array [ - Object { - "data": "go 2-2", - "next": null, - "parent": [Circular], - "prev": null, - "type": "text", - }, - ], - "name": "span", - "namespace": "http://www.w3.org/1999/xhtml", - "next": null, - "parent": [Circular], - "prev": null, - "type": "tag", - "x-attribsNamespace": Object {}, - "x-attribsPrefix": Object {}, - }, - ], - "name": "button", - "namespace": "http://www.w3.org/1999/xhtml", - "next": null, - "parent": [Circular], - "prev": Object { - "attribs": Object { - "class": "gio-btn gio-btn-text gio-btn-small", - "style": "margin-left: 5px;", - "type": "button", - }, - "children": Array [ - Object { - "attribs": Object {}, - "children": Array [ - Object { - "data": "go 2-1", - "next": null, - "parent": [Circular], - "prev": null, - "type": "text", - }, - ], - "name": "span", - "namespace": "http://www.w3.org/1999/xhtml", - "next": null, - "parent": [Circular], - "prev": null, - "type": "tag", - "x-attribsNamespace": Object {}, - "x-attribsPrefix": Object {}, - }, - ], - "name": "button", - "namespace": "http://www.w3.org/1999/xhtml", - "next": [Circular], - "parent": [Circular], - "prev": Object { - "data": "Step One", - "next": [Circular], - "parent": [Circular], - "prev": null, - "type": "text", - }, - "type": "tag", - "x-attribsNamespace": Object { - "class": undefined, - "style": undefined, - "type": undefined, - }, - "x-attribsPrefix": Object { - "class": undefined, - "style": undefined, - "type": undefined, - }, - }, - "type": "tag", - "x-attribsNamespace": Object { - "class": undefined, - "style": undefined, - "type": undefined, - }, - "x-attribsPrefix": Object { - "class": undefined, - "style": undefined, - "type": undefined, - }, - }, - ], - "name": "div", - "namespace": "http://www.w3.org/1999/xhtml", - "next": null, - "parent": [Circular], - "prev": null, - "type": "tag", - "x-attribsNamespace": Object {}, - "x-attribsPrefix": Object {}, - }, - ], - "name": "div", - "namespace": "http://www.w3.org/1999/xhtml", - "next": Object { - "attribs": Object { - "class": "gio-modal-footer", - }, - "children": Array [ - Object { - "attribs": Object { - "class": "gio-modal__footer", - }, - "children": Array [ - Object { - "attribs": Object { - "class": "gio-modal__footer-additional", - }, - "children": Array [], - "name": "div", - "namespace": "http://www.w3.org/1999/xhtml", - "next": Object { - "attribs": Object {}, - "children": Array [ - Object { - "attribs": Object { - "class": "gio-btn gio-modal__btn-close gio-btn-secondary", - "type": "button", - }, - "children": Array [ - Object { - "attribs": Object {}, - "children": Array [ - Object { - "data": "取 消", - "next": null, - "parent": [Circular], - "prev": null, - "type": "text", - }, - ], - "name": "span", - "namespace": "http://www.w3.org/1999/xhtml", - "next": null, - "parent": [Circular], - "prev": null, - "type": "tag", - "x-attribsNamespace": Object {}, - "x-attribsPrefix": Object {}, - }, - ], - "name": "button", - "namespace": "http://www.w3.org/1999/xhtml", - "next": Object { - "attribs": Object { - "class": "gio-btn gio-modal__btn-ok gio-btn-primary", - "type": "button", - }, - "children": Array [ - Object { - "attribs": Object {}, - "children": Array [ - Object { - "data": "下一步", - "next": null, - "parent": [Circular], - "prev": null, - "type": "text", - }, - ], - "name": "span", - "namespace": "http://www.w3.org/1999/xhtml", - "next": null, - "parent": [Circular], - "prev": null, - "type": "tag", - "x-attribsNamespace": Object {}, - "x-attribsPrefix": Object {}, - }, - ], - "name": "button", - "namespace": "http://www.w3.org/1999/xhtml", - "next": null, - "parent": [Circular], - "prev": [Circular], - "type": "tag", - "x-attribsNamespace": Object { - "class": undefined, - "type": undefined, - }, - "x-attribsPrefix": Object { - "class": undefined, - "type": undefined, - }, - }, - "parent": [Circular], - "prev": null, - "type": "tag", - "x-attribsNamespace": Object { - "class": undefined, - "type": undefined, - }, - "x-attribsPrefix": Object { - "class": undefined, - "type": undefined, - }, - }, - Object { - "attribs": Object { - "class": "gio-btn gio-modal__btn-ok gio-btn-primary", - "type": "button", - }, - "children": Array [ - Object { - "attribs": Object {}, - "children": Array [ - Object { - "data": "下一步", - "next": null, - "parent": [Circular], - "prev": null, - "type": "text", - }, - ], - "name": "span", - "namespace": "http://www.w3.org/1999/xhtml", - "next": null, - "parent": [Circular], - "prev": null, - "type": "tag", - "x-attribsNamespace": Object {}, - "x-attribsPrefix": Object {}, - }, - ], - "name": "button", - "namespace": "http://www.w3.org/1999/xhtml", - "next": null, - "parent": [Circular], - "prev": Object { - "attribs": Object { - "class": "gio-btn gio-modal__btn-close gio-btn-secondary", - "type": "button", - }, - "children": Array [ - Object { - "attribs": Object {}, - "children": Array [ - Object { - "data": "取 消", - "next": null, - "parent": [Circular], - "prev": null, - "type": "text", - }, - ], - "name": "span", - "namespace": "http://www.w3.org/1999/xhtml", - "next": null, - "parent": [Circular], - "prev": null, - "type": "tag", - "x-attribsNamespace": Object {}, - "x-attribsPrefix": Object {}, - }, - ], - "name": "button", - "namespace": "http://www.w3.org/1999/xhtml", - "next": [Circular], - "parent": [Circular], - "prev": null, - "type": "tag", - "x-attribsNamespace": Object { - "class": undefined, - "type": undefined, - }, - "x-attribsPrefix": Object { - "class": undefined, - "type": undefined, - }, - }, - "type": "tag", - "x-attribsNamespace": Object { - "class": undefined, - "type": undefined, - }, - "x-attribsPrefix": Object { - "class": undefined, - "type": undefined, - }, - }, - ], - "name": "div", - "namespace": "http://www.w3.org/1999/xhtml", - "next": null, - "parent": [Circular], - "prev": [Circular], - "type": "tag", - "x-attribsNamespace": Object {}, - "x-attribsPrefix": Object {}, - }, - "parent": [Circular], - "prev": null, - "type": "tag", - "x-attribsNamespace": Object { - "class": undefined, - }, - "x-attribsPrefix": Object { - "class": undefined, - }, - }, - Object { - "attribs": Object {}, - "children": Array [ - Object { - "attribs": Object { - "class": "gio-btn gio-modal__btn-close gio-btn-secondary", - "type": "button", - }, - "children": Array [ - Object { - "attribs": Object {}, - "children": Array [ - Object { - "data": "取 消", - "next": null, - "parent": [Circular], - "prev": null, - "type": "text", - }, - ], - "name": "span", - "namespace": "http://www.w3.org/1999/xhtml", - "next": null, - "parent": [Circular], - "prev": null, - "type": "tag", - "x-attribsNamespace": Object {}, - "x-attribsPrefix": Object {}, - }, - ], - "name": "button", - "namespace": "http://www.w3.org/1999/xhtml", - "next": Object { - "attribs": Object { - "class": "gio-btn gio-modal__btn-ok gio-btn-primary", - "type": "button", - }, - "children": Array [ - Object { - "attribs": Object {}, - "children": Array [ - Object { - "data": "下一步", - "next": null, - "parent": [Circular], - "prev": null, - "type": "text", - }, - ], - "name": "span", - "namespace": "http://www.w3.org/1999/xhtml", - "next": null, - "parent": [Circular], - "prev": null, - "type": "tag", - "x-attribsNamespace": Object {}, - "x-attribsPrefix": Object {}, - }, - ], - "name": "button", - "namespace": "http://www.w3.org/1999/xhtml", - "next": null, - "parent": [Circular], - "prev": [Circular], - "type": "tag", - "x-attribsNamespace": Object { - "class": undefined, - "type": undefined, - }, - "x-attribsPrefix": Object { - "class": undefined, - "type": undefined, - }, - }, - "parent": [Circular], - "prev": null, - "type": "tag", - "x-attribsNamespace": Object { - "class": undefined, - "type": undefined, - }, - "x-attribsPrefix": Object { - "class": undefined, - "type": undefined, - }, - }, - Object { - "attribs": Object { - "class": "gio-btn gio-modal__btn-ok gio-btn-primary", - "type": "button", - }, - "children": Array [ - Object { - "attribs": Object {}, - "children": Array [ - Object { - "data": "下一步", - "next": null, - "parent": [Circular], - "prev": null, - "type": "text", - }, - ], - "name": "span", - "namespace": "http://www.w3.org/1999/xhtml", - "next": null, - "parent": [Circular], - "prev": null, - "type": "tag", - "x-attribsNamespace": Object {}, - "x-attribsPrefix": Object {}, - }, - ], - "name": "button", - "namespace": "http://www.w3.org/1999/xhtml", - "next": null, - "parent": [Circular], - "prev": Object { - "attribs": Object { - "class": "gio-btn gio-modal__btn-close gio-btn-secondary", - "type": "button", - }, - "children": Array [ - Object { - "attribs": Object {}, - "children": Array [ - Object { - "data": "取 消", - "next": null, - "parent": [Circular], - "prev": null, - "type": "text", - }, - ], - "name": "span", - "namespace": "http://www.w3.org/1999/xhtml", - "next": null, - "parent": [Circular], - "prev": null, - "type": "tag", - "x-attribsNamespace": Object {}, - "x-attribsPrefix": Object {}, - }, - ], - "name": "button", - "namespace": "http://www.w3.org/1999/xhtml", - "next": [Circular], - "parent": [Circular], - "prev": null, - "type": "tag", - "x-attribsNamespace": Object { - "class": undefined, - "type": undefined, - }, - "x-attribsPrefix": Object { - "class": undefined, - "type": undefined, - }, - }, - "type": "tag", - "x-attribsNamespace": Object { - "class": undefined, - "type": undefined, - }, - "x-attribsPrefix": Object { - "class": undefined, - "type": undefined, - }, - }, - ], - "name": "div", - "namespace": "http://www.w3.org/1999/xhtml", - "next": null, - "parent": [Circular], - "prev": Object { - "attribs": Object { - "class": "gio-modal__footer-additional", - }, - "children": Array [], - "name": "div", - "namespace": "http://www.w3.org/1999/xhtml", - "next": [Circular], - "parent": [Circular], - "prev": null, - "type": "tag", - "x-attribsNamespace": Object { - "class": undefined, - }, - "x-attribsPrefix": Object { - "class": undefined, - }, - }, - "type": "tag", - "x-attribsNamespace": Object {}, - "x-attribsPrefix": Object {}, - }, - ], - "name": "div", - "namespace": "http://www.w3.org/1999/xhtml", - "next": null, - "parent": [Circular], - "prev": null, - "type": "tag", - "x-attribsNamespace": Object { - "class": undefined, - }, - "x-attribsPrefix": Object { - "class": undefined, - }, - }, - ], - "name": "div", - "namespace": "http://www.w3.org/1999/xhtml", - "next": null, - "parent": [Circular], - "prev": [Circular], - "type": "tag", - "x-attribsNamespace": Object { - "class": undefined, - }, - "x-attribsPrefix": Object { - "class": undefined, - }, - }, - "parent": [Circular], - "prev": [Circular], - "type": "tag", - "x-attribsNamespace": Object { - "class": undefined, - }, - "x-attribsPrefix": Object { - "class": undefined, - }, - }, - "parent": [Circular], - "prev": Object { - "attribs": Object { - "aria-label": "Close", - "class": "gio-modal-close", - "type": "button", - }, - "children": Array [ - Object { - "attribs": Object { - "class": "gio-icon gio-modal__close", - }, - "children": Array [ - Object { - "attribs": Object { - "class": "gio-icon-svg", - "fill": "currentColor", - "height": "1rem", - "viewBox": "0 0 14 14", - "width": "1rem", - }, - "children": Array [ - Object { - "attribs": Object {}, - "children": Array [ - Object { - "attribs": Object {}, - "children": Array [], - "name": "style", - "namespace": "http://www.w3.org/2000/svg", - "next": null, - "parent": [Circular], - "prev": null, - "type": "style", - "x-attribsNamespace": Object {}, - "x-attribsPrefix": Object {}, - }, - ], - "name": "defs", - "namespace": "http://www.w3.org/2000/svg", - "next": Object { - "attribs": Object { - "data-name": "\\\\u56FE\\\\u5C42 2", - "id": "close_svg__\\\\u56FE\\\\u5C42_2", - }, - "children": Array [ - Object { - "attribs": Object { - "data-name": "\\\\u56FE\\\\u5C42 1", - "id": "close_svg__\\\\u56FE\\\\u5C42_1-2", - }, - "children": Array [ - Object { - "attribs": Object { - "d": "M6.62 5.92a.54.54 0 00.76 0l3.87-3.87a.49.49 0 01.7.7L8.08 6.62a.54.54 0 000 .76L12 11.25a.49.49 0 01-.7.7L7.38 8.08a.54.54 0 00-.76 0L2.75 12a.49.49 0 01-.7-.7l3.87-3.92a.54.54 0 000-.76L2.05 2.75a.49.49 0 01.7-.7z", - "fill": "currentColor", - "fill-rule": "evenodd", - "id": "close_svg__close", - }, - "children": Array [], - "name": "path", - "namespace": "http://www.w3.org/2000/svg", - "next": null, - "parent": [Circular], - "prev": null, - "type": "tag", - "x-attribsNamespace": Object { - "d": undefined, - "fill": undefined, - "fill-rule": undefined, - "id": undefined, - }, - "x-attribsPrefix": Object { - "d": undefined, - "fill": undefined, - "fill-rule": undefined, - "id": undefined, - }, - }, - ], - "name": "g", - "namespace": "http://www.w3.org/2000/svg", - "next": null, - "parent": [Circular], - "prev": null, - "type": "tag", - "x-attribsNamespace": Object { - "data-name": undefined, - "id": undefined, - }, - "x-attribsPrefix": Object { - "data-name": undefined, - "id": undefined, - }, - }, - ], - "name": "g", - "namespace": "http://www.w3.org/2000/svg", - "next": null, - "parent": [Circular], - "prev": [Circular], - "type": "tag", - "x-attribsNamespace": Object { - "data-name": undefined, - "id": undefined, - }, - "x-attribsPrefix": Object { - "data-name": undefined, - "id": undefined, - }, - }, - "parent": [Circular], - "prev": null, - "type": "tag", - "x-attribsNamespace": Object {}, - "x-attribsPrefix": Object {}, - }, - Object { - "attribs": Object { - "data-name": "\\\\u56FE\\\\u5C42 2", - "id": "close_svg__\\\\u56FE\\\\u5C42_2", - }, - "children": Array [ - Object { - "attribs": Object { - "data-name": "\\\\u56FE\\\\u5C42 1", - "id": "close_svg__\\\\u56FE\\\\u5C42_1-2", - }, - "children": Array [ - Object { - "attribs": Object { - "d": "M6.62 5.92a.54.54 0 00.76 0l3.87-3.87a.49.49 0 01.7.7L8.08 6.62a.54.54 0 000 .76L12 11.25a.49.49 0 01-.7.7L7.38 8.08a.54.54 0 00-.76 0L2.75 12a.49.49 0 01-.7-.7l3.87-3.92a.54.54 0 000-.76L2.05 2.75a.49.49 0 01.7-.7z", - "fill": "currentColor", - "fill-rule": "evenodd", - "id": "close_svg__close", - }, - "children": Array [], - "name": "path", - "namespace": "http://www.w3.org/2000/svg", - "next": null, - "parent": [Circular], - "prev": null, - "type": "tag", - "x-attribsNamespace": Object { - "d": undefined, - "fill": undefined, - "fill-rule": undefined, - "id": undefined, - }, - "x-attribsPrefix": Object { - "d": undefined, - "fill": undefined, - "fill-rule": undefined, - "id": undefined, - }, - }, - ], - "name": "g", - "namespace": "http://www.w3.org/2000/svg", - "next": null, - "parent": [Circular], - "prev": null, - "type": "tag", - "x-attribsNamespace": Object { - "data-name": undefined, - "id": undefined, - }, - "x-attribsPrefix": Object { - "data-name": undefined, - "id": undefined, - }, - }, - ], - "name": "g", - "namespace": "http://www.w3.org/2000/svg", - "next": null, - "parent": [Circular], - "prev": Object { - "attribs": Object {}, - "children": Array [ - Object { - "attribs": Object {}, - "children": Array [], - "name": "style", - "namespace": "http://www.w3.org/2000/svg", - "next": null, - "parent": [Circular], - "prev": null, - "type": "style", - "x-attribsNamespace": Object {}, - "x-attribsPrefix": Object {}, - }, - ], - "name": "defs", - "namespace": "http://www.w3.org/2000/svg", - "next": [Circular], - "parent": [Circular], - "prev": null, - "type": "tag", - "x-attribsNamespace": Object {}, - "x-attribsPrefix": Object {}, - }, - "type": "tag", - "x-attribsNamespace": Object { - "data-name": undefined, - "id": undefined, - }, - "x-attribsPrefix": Object { - "data-name": undefined, - "id": undefined, - }, - }, - ], - "name": "svg", - "namespace": "http://www.w3.org/2000/svg", - "next": null, - "parent": [Circular], - "prev": null, - "type": "tag", - "x-attribsNamespace": Object { - "class": undefined, - "fill": undefined, - "height": undefined, - "viewBox": undefined, - "width": undefined, - }, - "x-attribsPrefix": Object { - "class": undefined, - "fill": undefined, - "height": undefined, - "viewBox": undefined, - "width": undefined, - }, - }, - ], - "name": "span", - "namespace": "http://www.w3.org/1999/xhtml", - "next": null, - "parent": [Circular], - "prev": null, - "type": "tag", - "x-attribsNamespace": Object { - "class": undefined, - }, - "x-attribsPrefix": Object { - "class": undefined, - }, - }, - ], - "name": "button", - "namespace": "http://www.w3.org/1999/xhtml", - "next": [Circular], - "parent": [Circular], - "prev": null, - "type": "tag", - "x-attribsNamespace": Object { - "aria-label": undefined, - "class": undefined, - "type": undefined, - }, - "x-attribsPrefix": Object { - "aria-label": undefined, - "class": undefined, - "type": undefined, - }, - }, - "type": "tag", - "x-attribsNamespace": Object { - "class": undefined, - }, - "x-attribsPrefix": Object { - "class": undefined, - }, - }, - Object { - "attribs": Object { - "class": "gio-modal-body", - }, - "children": Array [ - Object { - "attribs": Object {}, - "children": Array [ - Object { - "data": "Step One", - "next": Object { - "attribs": Object { - "class": "gio-btn gio-btn-text gio-btn-small", - "style": "margin-left: 5px;", - "type": "button", - }, - "children": Array [ - Object { - "attribs": Object {}, - "children": Array [ - Object { - "data": "go 2-1", - "next": null, - "parent": [Circular], - "prev": null, - "type": "text", - }, - ], - "name": "span", - "namespace": "http://www.w3.org/1999/xhtml", - "next": null, - "parent": [Circular], - "prev": null, - "type": "tag", - "x-attribsNamespace": Object {}, - "x-attribsPrefix": Object {}, - }, - ], - "name": "button", - "namespace": "http://www.w3.org/1999/xhtml", - "next": Object { - "attribs": Object { - "class": "gio-btn gio-btn-text gio-btn-small", - "style": "margin-left: 5px;", - "type": "button", - }, - "children": Array [ - Object { - "attribs": Object {}, - "children": Array [ - Object { - "data": "go 2-2", - "next": null, - "parent": [Circular], - "prev": null, - "type": "text", - }, - ], - "name": "span", - "namespace": "http://www.w3.org/1999/xhtml", - "next": null, - "parent": [Circular], - "prev": null, - "type": "tag", - "x-attribsNamespace": Object {}, - "x-attribsPrefix": Object {}, - }, - ], - "name": "button", - "namespace": "http://www.w3.org/1999/xhtml", - "next": null, - "parent": [Circular], - "prev": [Circular], - "type": "tag", - "x-attribsNamespace": Object { - "class": undefined, - "style": undefined, - "type": undefined, - }, - "x-attribsPrefix": Object { - "class": undefined, - "style": undefined, - "type": undefined, - }, - }, - "parent": [Circular], - "prev": [Circular], - "type": "tag", - "x-attribsNamespace": Object { - "class": undefined, - "style": undefined, - "type": undefined, - }, - "x-attribsPrefix": Object { - "class": undefined, - "style": undefined, - "type": undefined, - }, - }, - "parent": [Circular], - "prev": null, - "type": "text", - }, - Object { - "attribs": Object { - "class": "gio-btn gio-btn-text gio-btn-small", - "style": "margin-left: 5px;", - "type": "button", - }, - "children": Array [ - Object { - "attribs": Object {}, - "children": Array [ - Object { - "data": "go 2-1", - "next": null, - "parent": [Circular], - "prev": null, - "type": "text", - }, - ], - "name": "span", - "namespace": "http://www.w3.org/1999/xhtml", - "next": null, - "parent": [Circular], - "prev": null, - "type": "tag", - "x-attribsNamespace": Object {}, - "x-attribsPrefix": Object {}, - }, - ], - "name": "button", - "namespace": "http://www.w3.org/1999/xhtml", - "next": Object { - "attribs": Object { - "class": "gio-btn gio-btn-text gio-btn-small", - "style": "margin-left: 5px;", - "type": "button", - }, - "children": Array [ - Object { - "attribs": Object {}, - "children": Array [ - Object { - "data": "go 2-2", - "next": null, - "parent": [Circular], - "prev": null, - "type": "text", - }, - ], - "name": "span", - "namespace": "http://www.w3.org/1999/xhtml", - "next": null, - "parent": [Circular], - "prev": null, - "type": "tag", - "x-attribsNamespace": Object {}, - "x-attribsPrefix": Object {}, - }, - ], - "name": "button", - "namespace": "http://www.w3.org/1999/xhtml", - "next": null, - "parent": [Circular], - "prev": [Circular], - "type": "tag", - "x-attribsNamespace": Object { - "class": undefined, - "style": undefined, - "type": undefined, - }, - "x-attribsPrefix": Object { - "class": undefined, - "style": undefined, - "type": undefined, - }, - }, - "parent": [Circular], - "prev": Object { - "data": "Step One", - "next": [Circular], - "parent": [Circular], - "prev": null, - "type": "text", - }, - "type": "tag", - "x-attribsNamespace": Object { - "class": undefined, - "style": undefined, - "type": undefined, - }, - "x-attribsPrefix": Object { - "class": undefined, - "style": undefined, - "type": undefined, - }, - }, - Object { - "attribs": Object { - "class": "gio-btn gio-btn-text gio-btn-small", - "style": "margin-left: 5px;", - "type": "button", - }, - "children": Array [ - Object { - "attribs": Object {}, - "children": Array [ - Object { - "data": "go 2-2", - "next": null, - "parent": [Circular], - "prev": null, - "type": "text", - }, - ], - "name": "span", - "namespace": "http://www.w3.org/1999/xhtml", - "next": null, - "parent": [Circular], - "prev": null, - "type": "tag", - "x-attribsNamespace": Object {}, - "x-attribsPrefix": Object {}, - }, - ], - "name": "button", - "namespace": "http://www.w3.org/1999/xhtml", - "next": null, - "parent": [Circular], - "prev": Object { - "attribs": Object { - "class": "gio-btn gio-btn-text gio-btn-small", - "style": "margin-left: 5px;", - "type": "button", - }, - "children": Array [ - Object { - "attribs": Object {}, - "children": Array [ - Object { - "data": "go 2-1", - "next": null, - "parent": [Circular], - "prev": null, - "type": "text", - }, - ], - "name": "span", - "namespace": "http://www.w3.org/1999/xhtml", - "next": null, - "parent": [Circular], - "prev": null, - "type": "tag", - "x-attribsNamespace": Object {}, - "x-attribsPrefix": Object {}, - }, - ], - "name": "button", - "namespace": "http://www.w3.org/1999/xhtml", - "next": [Circular], - "parent": [Circular], - "prev": Object { - "data": "Step One", - "next": [Circular], - "parent": [Circular], - "prev": null, - "type": "text", - }, - "type": "tag", - "x-attribsNamespace": Object { - "class": undefined, - "style": undefined, - "type": undefined, - }, - "x-attribsPrefix": Object { - "class": undefined, - "style": undefined, - "type": undefined, - }, - }, - "type": "tag", - "x-attribsNamespace": Object { - "class": undefined, - "style": undefined, - "type": undefined, - }, - "x-attribsPrefix": Object { - "class": undefined, - "style": undefined, - "type": undefined, - }, - }, - ], - "name": "div", - "namespace": "http://www.w3.org/1999/xhtml", - "next": null, - "parent": [Circular], - "prev": null, - "type": "tag", - "x-attribsNamespace": Object {}, - "x-attribsPrefix": Object {}, - }, - ], - "name": "div", - "namespace": "http://www.w3.org/1999/xhtml", - "next": Object { - "attribs": Object { - "class": "gio-modal-footer", - }, - "children": Array [ - Object { - "attribs": Object { - "class": "gio-modal__footer", - }, - "children": Array [ - Object { - "attribs": Object { - "class": "gio-modal__footer-additional", - }, - "children": Array [], - "name": "div", - "namespace": "http://www.w3.org/1999/xhtml", - "next": Object { - "attribs": Object {}, - "children": Array [ - Object { - "attribs": Object { - "class": "gio-btn gio-modal__btn-close gio-btn-secondary", - "type": "button", - }, - "children": Array [ - Object { - "attribs": Object {}, - "children": Array [ - Object { - "data": "取 消", - "next": null, - "parent": [Circular], - "prev": null, - "type": "text", - }, - ], - "name": "span", - "namespace": "http://www.w3.org/1999/xhtml", - "next": null, - "parent": [Circular], - "prev": null, - "type": "tag", - "x-attribsNamespace": Object {}, - "x-attribsPrefix": Object {}, - }, - ], - "name": "button", - "namespace": "http://www.w3.org/1999/xhtml", - "next": Object { - "attribs": Object { - "class": "gio-btn gio-modal__btn-ok gio-btn-primary", - "type": "button", - }, - "children": Array [ - Object { - "attribs": Object {}, - "children": Array [ - Object { - "data": "下一步", - "next": null, - "parent": [Circular], - "prev": null, - "type": "text", - }, - ], - "name": "span", - "namespace": "http://www.w3.org/1999/xhtml", - "next": null, - "parent": [Circular], - "prev": null, - "type": "tag", - "x-attribsNamespace": Object {}, - "x-attribsPrefix": Object {}, - }, - ], - "name": "button", - "namespace": "http://www.w3.org/1999/xhtml", - "next": null, - "parent": [Circular], - "prev": [Circular], - "type": "tag", - "x-attribsNamespace": Object { - "class": undefined, - "type": undefined, - }, - "x-attribsPrefix": Object { - "class": undefined, - "type": undefined, - }, - }, - "parent": [Circular], - "prev": null, - "type": "tag", - "x-attribsNamespace": Object { - "class": undefined, - "type": undefined, - }, - "x-attribsPrefix": Object { - "class": undefined, - "type": undefined, - }, - }, - Object { - "attribs": Object { - "class": "gio-btn gio-modal__btn-ok gio-btn-primary", - "type": "button", - }, - "children": Array [ - Object { - "attribs": Object {}, - "children": Array [ - Object { - "data": "下一步", - "next": null, - "parent": [Circular], - "prev": null, - "type": "text", - }, - ], - "name": "span", - "namespace": "http://www.w3.org/1999/xhtml", - "next": null, - "parent": [Circular], - "prev": null, - "type": "tag", - "x-attribsNamespace": Object {}, - "x-attribsPrefix": Object {}, - }, - ], - "name": "button", - "namespace": "http://www.w3.org/1999/xhtml", - "next": null, - "parent": [Circular], - "prev": Object { - "attribs": Object { - "class": "gio-btn gio-modal__btn-close gio-btn-secondary", - "type": "button", - }, - "children": Array [ - Object { - "attribs": Object {}, - "children": Array [ - Object { - "data": "取 消", - "next": null, - "parent": [Circular], - "prev": null, - "type": "text", - }, - ], - "name": "span", - "namespace": "http://www.w3.org/1999/xhtml", - "next": null, - "parent": [Circular], - "prev": null, - "type": "tag", - "x-attribsNamespace": Object {}, - "x-attribsPrefix": Object {}, - }, - ], - "name": "button", - "namespace": "http://www.w3.org/1999/xhtml", - "next": [Circular], - "parent": [Circular], - "prev": null, - "type": "tag", - "x-attribsNamespace": Object { - "class": undefined, - "type": undefined, - }, - "x-attribsPrefix": Object { - "class": undefined, - "type": undefined, - }, - }, - "type": "tag", - "x-attribsNamespace": Object { - "class": undefined, - "type": undefined, - }, - "x-attribsPrefix": Object { - "class": undefined, - "type": undefined, - }, - }, - ], - "name": "div", - "namespace": "http://www.w3.org/1999/xhtml", - "next": null, - "parent": [Circular], - "prev": [Circular], - "type": "tag", - "x-attribsNamespace": Object {}, - "x-attribsPrefix": Object {}, - }, - "parent": [Circular], - "prev": null, - "type": "tag", - "x-attribsNamespace": Object { - "class": undefined, - }, - "x-attribsPrefix": Object { - "class": undefined, - }, - }, - Object { - "attribs": Object {}, - "children": Array [ - Object { - "attribs": Object { - "class": "gio-btn gio-modal__btn-close gio-btn-secondary", - "type": "button", - }, - "children": Array [ - Object { - "attribs": Object {}, - "children": Array [ - Object { - "data": "取 消", - "next": null, - "parent": [Circular], - "prev": null, - "type": "text", - }, - ], - "name": "span", - "namespace": "http://www.w3.org/1999/xhtml", - "next": null, - "parent": [Circular], - "prev": null, - "type": "tag", - "x-attribsNamespace": Object {}, - "x-attribsPrefix": Object {}, - }, - ], - "name": "button", - "namespace": "http://www.w3.org/1999/xhtml", - "next": Object { - "attribs": Object { - "class": "gio-btn gio-modal__btn-ok gio-btn-primary", - "type": "button", - }, - "children": Array [ - Object { - "attribs": Object {}, - "children": Array [ - Object { - "data": "下一步", - "next": null, - "parent": [Circular], - "prev": null, - "type": "text", - }, - ], - "name": "span", - "namespace": "http://www.w3.org/1999/xhtml", - "next": null, - "parent": [Circular], - "prev": null, - "type": "tag", - "x-attribsNamespace": Object {}, - "x-attribsPrefix": Object {}, - }, - ], - "name": "button", - "namespace": "http://www.w3.org/1999/xhtml", - "next": null, - "parent": [Circular], - "prev": [Circular], - "type": "tag", - "x-attribsNamespace": Object { - "class": undefined, - "type": undefined, - }, - "x-attribsPrefix": Object { - "class": undefined, - "type": undefined, - }, - }, - "parent": [Circular], - "prev": null, - "type": "tag", - "x-attribsNamespace": Object { - "class": undefined, - "type": undefined, - }, - "x-attribsPrefix": Object { - "class": undefined, - "type": undefined, - }, - }, - Object { - "attribs": Object { - "class": "gio-btn gio-modal__btn-ok gio-btn-primary", - "type": "button", - }, - "children": Array [ - Object { - "attribs": Object {}, - "children": Array [ - Object { - "data": "下一步", - "next": null, - "parent": [Circular], - "prev": null, - "type": "text", - }, - ], - "name": "span", - "namespace": "http://www.w3.org/1999/xhtml", - "next": null, - "parent": [Circular], - "prev": null, - "type": "tag", - "x-attribsNamespace": Object {}, - "x-attribsPrefix": Object {}, - }, - ], - "name": "button", - "namespace": "http://www.w3.org/1999/xhtml", - "next": null, - "parent": [Circular], - "prev": Object { - "attribs": Object { - "class": "gio-btn gio-modal__btn-close gio-btn-secondary", - "type": "button", - }, - "children": Array [ - Object { - "attribs": Object {}, - "children": Array [ - Object { - "data": "取 消", - "next": null, - "parent": [Circular], - "prev": null, - "type": "text", - }, - ], - "name": "span", - "namespace": "http://www.w3.org/1999/xhtml", - "next": null, - "parent": [Circular], - "prev": null, - "type": "tag", - "x-attribsNamespace": Object {}, - "x-attribsPrefix": Object {}, - }, - ], - "name": "button", - "namespace": "http://www.w3.org/1999/xhtml", - "next": [Circular], - "parent": [Circular], - "prev": null, - "type": "tag", - "x-attribsNamespace": Object { - "class": undefined, - "type": undefined, - }, - "x-attribsPrefix": Object { - "class": undefined, - "type": undefined, - }, - }, - "type": "tag", - "x-attribsNamespace": Object { - "class": undefined, - "type": undefined, - }, - "x-attribsPrefix": Object { - "class": undefined, - "type": undefined, - }, - }, - ], - "name": "div", - "namespace": "http://www.w3.org/1999/xhtml", - "next": null, - "parent": [Circular], - "prev": Object { - "attribs": Object { - "class": "gio-modal__footer-additional", - }, - "children": Array [], - "name": "div", - "namespace": "http://www.w3.org/1999/xhtml", - "next": [Circular], - "parent": [Circular], - "prev": null, - "type": "tag", - "x-attribsNamespace": Object { - "class": undefined, - }, - "x-attribsPrefix": Object { - "class": undefined, - }, - }, - "type": "tag", - "x-attribsNamespace": Object {}, - "x-attribsPrefix": Object {}, - }, - ], - "name": "div", - "namespace": "http://www.w3.org/1999/xhtml", - "next": null, - "parent": [Circular], - "prev": null, - "type": "tag", - "x-attribsNamespace": Object { - "class": undefined, - }, - "x-attribsPrefix": Object { - "class": undefined, - }, - }, - ], - "name": "div", - "namespace": "http://www.w3.org/1999/xhtml", - "next": null, - "parent": [Circular], - "prev": [Circular], - "type": "tag", - "x-attribsNamespace": Object { - "class": undefined, - }, - "x-attribsPrefix": Object { - "class": undefined, - }, - }, - "parent": [Circular], - "prev": Object { - "attribs": Object { - "class": "gio-modal-header", - }, - "children": Array [ - Object { - "attribs": Object { - "class": "gio-modal-title", - "id": "rcDialogTitle1", - }, - "children": Array [ - Object { - "attribs": Object { - "class": "gio-modal__title", - }, - "children": Array [ - Object { - "data": "步骤 1", - "next": null, - "parent": [Circular], - "prev": null, - "type": "text", - }, - ], - "name": "div", - "namespace": "http://www.w3.org/1999/xhtml", - "next": null, - "parent": [Circular], - "prev": null, - "type": "tag", - "x-attribsNamespace": Object { - "class": undefined, - }, - "x-attribsPrefix": Object { - "class": undefined, - }, - }, - ], - "name": "div", - "namespace": "http://www.w3.org/1999/xhtml", - "next": null, - "parent": [Circular], - "prev": null, - "type": "tag", - "x-attribsNamespace": Object { - "class": undefined, - "id": undefined, - }, - "x-attribsPrefix": Object { - "class": undefined, - "id": undefined, - }, - }, - ], - "name": "div", - "namespace": "http://www.w3.org/1999/xhtml", - "next": [Circular], - "parent": [Circular], - "prev": Object { - "attribs": Object { - "aria-label": "Close", - "class": "gio-modal-close", - "type": "button", - }, - "children": Array [ - Object { - "attribs": Object { - "class": "gio-icon gio-modal__close", - }, - "children": Array [ - Object { - "attribs": Object { - "class": "gio-icon-svg", - "fill": "currentColor", - "height": "1rem", - "viewBox": "0 0 14 14", - "width": "1rem", - }, - "children": Array [ - Object { - "attribs": Object {}, - "children": Array [ - Object { - "attribs": Object {}, - "children": Array [], - "name": "style", - "namespace": "http://www.w3.org/2000/svg", - "next": null, - "parent": [Circular], - "prev": null, - "type": "style", - "x-attribsNamespace": Object {}, - "x-attribsPrefix": Object {}, - }, - ], - "name": "defs", - "namespace": "http://www.w3.org/2000/svg", - "next": Object { - "attribs": Object { - "data-name": "\\\\u56FE\\\\u5C42 2", - "id": "close_svg__\\\\u56FE\\\\u5C42_2", - }, - "children": Array [ - Object { - "attribs": Object { - "data-name": "\\\\u56FE\\\\u5C42 1", - "id": "close_svg__\\\\u56FE\\\\u5C42_1-2", - }, - "children": Array [ - Object { - "attribs": Object { - "d": "M6.62 5.92a.54.54 0 00.76 0l3.87-3.87a.49.49 0 01.7.7L8.08 6.62a.54.54 0 000 .76L12 11.25a.49.49 0 01-.7.7L7.38 8.08a.54.54 0 00-.76 0L2.75 12a.49.49 0 01-.7-.7l3.87-3.92a.54.54 0 000-.76L2.05 2.75a.49.49 0 01.7-.7z", - "fill": "currentColor", - "fill-rule": "evenodd", - "id": "close_svg__close", - }, - "children": Array [], - "name": "path", - "namespace": "http://www.w3.org/2000/svg", - "next": null, - "parent": [Circular], - "prev": null, - "type": "tag", - "x-attribsNamespace": Object { - "d": undefined, - "fill": undefined, - "fill-rule": undefined, - "id": undefined, - }, - "x-attribsPrefix": Object { - "d": undefined, - "fill": undefined, - "fill-rule": undefined, - "id": undefined, - }, - }, - ], - "name": "g", - "namespace": "http://www.w3.org/2000/svg", - "next": null, - "parent": [Circular], - "prev": null, - "type": "tag", - "x-attribsNamespace": Object { - "data-name": undefined, - "id": undefined, - }, - "x-attribsPrefix": Object { - "data-name": undefined, - "id": undefined, - }, - }, - ], - "name": "g", - "namespace": "http://www.w3.org/2000/svg", - "next": null, - "parent": [Circular], - "prev": [Circular], - "type": "tag", - "x-attribsNamespace": Object { - "data-name": undefined, - "id": undefined, - }, - "x-attribsPrefix": Object { - "data-name": undefined, - "id": undefined, - }, - }, - "parent": [Circular], - "prev": null, - "type": "tag", - "x-attribsNamespace": Object {}, - "x-attribsPrefix": Object {}, - }, - Object { - "attribs": Object { - "data-name": "\\\\u56FE\\\\u5C42 2", - "id": "close_svg__\\\\u56FE\\\\u5C42_2", - }, - "children": Array [ - Object { - "attribs": Object { - "data-name": "\\\\u56FE\\\\u5C42 1", - "id": "close_svg__\\\\u56FE\\\\u5C42_1-2", - }, - "children": Array [ - Object { - "attribs": Object { - "d": "M6.62 5.92a.54.54 0 00.76 0l3.87-3.87a.49.49 0 01.7.7L8.08 6.62a.54.54 0 000 .76L12 11.25a.49.49 0 01-.7.7L7.38 8.08a.54.54 0 00-.76 0L2.75 12a.49.49 0 01-.7-.7l3.87-3.92a.54.54 0 000-.76L2.05 2.75a.49.49 0 01.7-.7z", - "fill": "currentColor", - "fill-rule": "evenodd", - "id": "close_svg__close", - }, - "children": Array [], - "name": "path", - "namespace": "http://www.w3.org/2000/svg", - "next": null, - "parent": [Circular], - "prev": null, - "type": "tag", - "x-attribsNamespace": Object { - "d": undefined, - "fill": undefined, - "fill-rule": undefined, - "id": undefined, - }, - "x-attribsPrefix": Object { - "d": undefined, - "fill": undefined, - "fill-rule": undefined, - "id": undefined, - }, - }, - ], - "name": "g", - "namespace": "http://www.w3.org/2000/svg", - "next": null, - "parent": [Circular], - "prev": null, - "type": "tag", - "x-attribsNamespace": Object { - "data-name": undefined, - "id": undefined, - }, - "x-attribsPrefix": Object { - "data-name": undefined, - "id": undefined, - }, - }, - ], - "name": "g", - "namespace": "http://www.w3.org/2000/svg", - "next": null, - "parent": [Circular], - "prev": Object { - "attribs": Object {}, - "children": Array [ - Object { - "attribs": Object {}, - "children": Array [], - "name": "style", - "namespace": "http://www.w3.org/2000/svg", - "next": null, - "parent": [Circular], - "prev": null, - "type": "style", - "x-attribsNamespace": Object {}, - "x-attribsPrefix": Object {}, - }, - ], - "name": "defs", - "namespace": "http://www.w3.org/2000/svg", - "next": [Circular], - "parent": [Circular], - "prev": null, - "type": "tag", - "x-attribsNamespace": Object {}, - "x-attribsPrefix": Object {}, - }, - "type": "tag", - "x-attribsNamespace": Object { - "data-name": undefined, - "id": undefined, - }, - "x-attribsPrefix": Object { - "data-name": undefined, - "id": undefined, - }, - }, - ], - "name": "svg", - "namespace": "http://www.w3.org/2000/svg", - "next": null, - "parent": [Circular], - "prev": null, - "type": "tag", - "x-attribsNamespace": Object { - "class": undefined, - "fill": undefined, - "height": undefined, - "viewBox": undefined, - "width": undefined, - }, - "x-attribsPrefix": Object { - "class": undefined, - "fill": undefined, - "height": undefined, - "viewBox": undefined, - "width": undefined, - }, - }, - ], - "name": "span", - "namespace": "http://www.w3.org/1999/xhtml", - "next": null, - "parent": [Circular], - "prev": null, - "type": "tag", - "x-attribsNamespace": Object { - "class": undefined, - }, - "x-attribsPrefix": Object { - "class": undefined, - }, - }, - ], - "name": "button", - "namespace": "http://www.w3.org/1999/xhtml", - "next": [Circular], - "parent": [Circular], - "prev": null, - "type": "tag", - "x-attribsNamespace": Object { - "aria-label": undefined, - "class": undefined, - "type": undefined, - }, - "x-attribsPrefix": Object { - "aria-label": undefined, - "class": undefined, - "type": undefined, - }, - }, - "type": "tag", - "x-attribsNamespace": Object { - "class": undefined, - }, - "x-attribsPrefix": Object { - "class": undefined, - }, - }, - "type": "tag", - "x-attribsNamespace": Object { - "class": undefined, - }, - "x-attribsPrefix": Object { - "class": undefined, - }, - }, - Object { - "attribs": Object { - "class": "gio-modal-footer", - }, - "children": Array [ - Object { - "attribs": Object { - "class": "gio-modal__footer", - }, - "children": Array [ - Object { - "attribs": Object { - "class": "gio-modal__footer-additional", - }, - "children": Array [], - "name": "div", - "namespace": "http://www.w3.org/1999/xhtml", - "next": Object { - "attribs": Object {}, - "children": Array [ - Object { - "attribs": Object { - "class": "gio-btn gio-modal__btn-close gio-btn-secondary", - "type": "button", - }, - "children": Array [ - Object { - "attribs": Object {}, - "children": Array [ - Object { - "data": "取 消", - "next": null, - "parent": [Circular], - "prev": null, - "type": "text", - }, - ], - "name": "span", - "namespace": "http://www.w3.org/1999/xhtml", - "next": null, - "parent": [Circular], - "prev": null, - "type": "tag", - "x-attribsNamespace": Object {}, - "x-attribsPrefix": Object {}, - }, - ], - "name": "button", - "namespace": "http://www.w3.org/1999/xhtml", - "next": Object { - "attribs": Object { - "class": "gio-btn gio-modal__btn-ok gio-btn-primary", - "type": "button", - }, - "children": Array [ - Object { - "attribs": Object {}, - "children": Array [ - Object { - "data": "下一步", - "next": null, - "parent": [Circular], - "prev": null, - "type": "text", - }, - ], - "name": "span", - "namespace": "http://www.w3.org/1999/xhtml", - "next": null, - "parent": [Circular], - "prev": null, - "type": "tag", - "x-attribsNamespace": Object {}, - "x-attribsPrefix": Object {}, - }, - ], - "name": "button", - "namespace": "http://www.w3.org/1999/xhtml", - "next": null, - "parent": [Circular], - "prev": [Circular], - "type": "tag", - "x-attribsNamespace": Object { - "class": undefined, - "type": undefined, - }, - "x-attribsPrefix": Object { - "class": undefined, - "type": undefined, - }, - }, - "parent": [Circular], - "prev": null, - "type": "tag", - "x-attribsNamespace": Object { - "class": undefined, - "type": undefined, - }, - "x-attribsPrefix": Object { - "class": undefined, - "type": undefined, - }, - }, - Object { - "attribs": Object { - "class": "gio-btn gio-modal__btn-ok gio-btn-primary", - "type": "button", - }, - "children": Array [ - Object { - "attribs": Object {}, - "children": Array [ - Object { - "data": "下一步", - "next": null, - "parent": [Circular], - "prev": null, - "type": "text", - }, - ], - "name": "span", - "namespace": "http://www.w3.org/1999/xhtml", - "next": null, - "parent": [Circular], - "prev": null, - "type": "tag", - "x-attribsNamespace": Object {}, - "x-attribsPrefix": Object {}, - }, - ], - "name": "button", - "namespace": "http://www.w3.org/1999/xhtml", - "next": null, - "parent": [Circular], - "prev": Object { - "attribs": Object { - "class": "gio-btn gio-modal__btn-close gio-btn-secondary", - "type": "button", - }, - "children": Array [ - Object { - "attribs": Object {}, - "children": Array [ - Object { - "data": "取 消", - "next": null, - "parent": [Circular], - "prev": null, - "type": "text", - }, - ], - "name": "span", - "namespace": "http://www.w3.org/1999/xhtml", - "next": null, - "parent": [Circular], - "prev": null, - "type": "tag", - "x-attribsNamespace": Object {}, - "x-attribsPrefix": Object {}, - }, - ], - "name": "button", - "namespace": "http://www.w3.org/1999/xhtml", - "next": [Circular], - "parent": [Circular], - "prev": null, - "type": "tag", - "x-attribsNamespace": Object { - "class": undefined, - "type": undefined, - }, - "x-attribsPrefix": Object { - "class": undefined, - "type": undefined, - }, - }, - "type": "tag", - "x-attribsNamespace": Object { - "class": undefined, - "type": undefined, - }, - "x-attribsPrefix": Object { - "class": undefined, - "type": undefined, - }, - }, - ], - "name": "div", - "namespace": "http://www.w3.org/1999/xhtml", - "next": null, - "parent": [Circular], - "prev": [Circular], - "type": "tag", - "x-attribsNamespace": Object {}, - "x-attribsPrefix": Object {}, - }, - "parent": [Circular], - "prev": null, - "type": "tag", - "x-attribsNamespace": Object { - "class": undefined, - }, - "x-attribsPrefix": Object { - "class": undefined, - }, - }, - Object { - "attribs": Object {}, - "children": Array [ - Object { - "attribs": Object { - "class": "gio-btn gio-modal__btn-close gio-btn-secondary", - "type": "button", - }, - "children": Array [ - Object { - "attribs": Object {}, - "children": Array [ - Object { - "data": "取 消", - "next": null, - "parent": [Circular], - "prev": null, - "type": "text", - }, - ], - "name": "span", - "namespace": "http://www.w3.org/1999/xhtml", - "next": null, - "parent": [Circular], - "prev": null, - "type": "tag", - "x-attribsNamespace": Object {}, - "x-attribsPrefix": Object {}, - }, - ], - "name": "button", - "namespace": "http://www.w3.org/1999/xhtml", - "next": Object { - "attribs": Object { - "class": "gio-btn gio-modal__btn-ok gio-btn-primary", - "type": "button", - }, - "children": Array [ - Object { - "attribs": Object {}, - "children": Array [ - Object { - "data": "下一步", - "next": null, - "parent": [Circular], - "prev": null, - "type": "text", - }, - ], - "name": "span", - "namespace": "http://www.w3.org/1999/xhtml", - "next": null, - "parent": [Circular], - "prev": null, - "type": "tag", - "x-attribsNamespace": Object {}, - "x-attribsPrefix": Object {}, - }, - ], - "name": "button", - "namespace": "http://www.w3.org/1999/xhtml", - "next": null, - "parent": [Circular], - "prev": [Circular], - "type": "tag", - "x-attribsNamespace": Object { - "class": undefined, - "type": undefined, - }, - "x-attribsPrefix": Object { - "class": undefined, - "type": undefined, - }, - }, - "parent": [Circular], - "prev": null, - "type": "tag", - "x-attribsNamespace": Object { - "class": undefined, - "type": undefined, - }, - "x-attribsPrefix": Object { - "class": undefined, - "type": undefined, - }, - }, - Object { - "attribs": Object { - "class": "gio-btn gio-modal__btn-ok gio-btn-primary", - "type": "button", - }, - "children": Array [ - Object { - "attribs": Object {}, - "children": Array [ - Object { - "data": "下一步", - "next": null, - "parent": [Circular], - "prev": null, - "type": "text", - }, - ], - "name": "span", - "namespace": "http://www.w3.org/1999/xhtml", - "next": null, - "parent": [Circular], - "prev": null, - "type": "tag", - "x-attribsNamespace": Object {}, - "x-attribsPrefix": Object {}, - }, - ], - "name": "button", - "namespace": "http://www.w3.org/1999/xhtml", - "next": null, - "parent": [Circular], - "prev": Object { - "attribs": Object { - "class": "gio-btn gio-modal__btn-close gio-btn-secondary", - "type": "button", - }, - "children": Array [ - Object { - "attribs": Object {}, - "children": Array [ - Object { - "data": "取 消", - "next": null, - "parent": [Circular], - "prev": null, - "type": "text", - }, - ], - "name": "span", - "namespace": "http://www.w3.org/1999/xhtml", - "next": null, - "parent": [Circular], - "prev": null, - "type": "tag", - "x-attribsNamespace": Object {}, - "x-attribsPrefix": Object {}, - }, - ], - "name": "button", - "namespace": "http://www.w3.org/1999/xhtml", - "next": [Circular], - "parent": [Circular], - "prev": null, - "type": "tag", - "x-attribsNamespace": Object { - "class": undefined, - "type": undefined, - }, - "x-attribsPrefix": Object { - "class": undefined, - "type": undefined, - }, - }, - "type": "tag", - "x-attribsNamespace": Object { - "class": undefined, - "type": undefined, - }, - "x-attribsPrefix": Object { - "class": undefined, - "type": undefined, - }, - }, - ], - "name": "div", - "namespace": "http://www.w3.org/1999/xhtml", - "next": null, - "parent": [Circular], - "prev": Object { - "attribs": Object { - "class": "gio-modal__footer-additional", - }, - "children": Array [], - "name": "div", - "namespace": "http://www.w3.org/1999/xhtml", - "next": [Circular], - "parent": [Circular], - "prev": null, - "type": "tag", - "x-attribsNamespace": Object { - "class": undefined, - }, - "x-attribsPrefix": Object { - "class": undefined, - }, - }, - "type": "tag", - "x-attribsNamespace": Object {}, - "x-attribsPrefix": Object {}, - }, - ], - "name": "div", - "namespace": "http://www.w3.org/1999/xhtml", - "next": null, - "parent": [Circular], - "prev": null, - "type": "tag", - "x-attribsNamespace": Object { - "class": undefined, - }, - "x-attribsPrefix": Object { - "class": undefined, - }, - }, - ], - "name": "div", - "namespace": "http://www.w3.org/1999/xhtml", - "next": null, - "parent": [Circular], - "prev": Object { - "attribs": Object { - "class": "gio-modal-body", - }, - "children": Array [ - Object { - "attribs": Object {}, - "children": Array [ - Object { - "data": "Step One", - "next": Object { - "attribs": Object { - "class": "gio-btn gio-btn-text gio-btn-small", - "style": "margin-left: 5px;", - "type": "button", - }, - "children": Array [ - Object { - "attribs": Object {}, - "children": Array [ - Object { - "data": "go 2-1", - "next": null, - "parent": [Circular], - "prev": null, - "type": "text", - }, - ], - "name": "span", - "namespace": "http://www.w3.org/1999/xhtml", - "next": null, - "parent": [Circular], - "prev": null, - "type": "tag", - "x-attribsNamespace": Object {}, - "x-attribsPrefix": Object {}, - }, - ], - "name": "button", - "namespace": "http://www.w3.org/1999/xhtml", - "next": Object { - "attribs": Object { - "class": "gio-btn gio-btn-text gio-btn-small", - "style": "margin-left: 5px;", - "type": "button", - }, - "children": Array [ - Object { - "attribs": Object {}, - "children": Array [ - Object { - "data": "go 2-2", - "next": null, - "parent": [Circular], - "prev": null, - "type": "text", - }, - ], - "name": "span", - "namespace": "http://www.w3.org/1999/xhtml", - "next": null, - "parent": [Circular], - "prev": null, - "type": "tag", - "x-attribsNamespace": Object {}, - "x-attribsPrefix": Object {}, - }, - ], - "name": "button", - "namespace": "http://www.w3.org/1999/xhtml", - "next": null, - "parent": [Circular], - "prev": [Circular], - "type": "tag", - "x-attribsNamespace": Object { - "class": undefined, - "style": undefined, - "type": undefined, - }, - "x-attribsPrefix": Object { - "class": undefined, - "style": undefined, - "type": undefined, - }, - }, - "parent": [Circular], - "prev": [Circular], - "type": "tag", - "x-attribsNamespace": Object { - "class": undefined, - "style": undefined, - "type": undefined, - }, - "x-attribsPrefix": Object { - "class": undefined, - "style": undefined, - "type": undefined, - }, - }, - "parent": [Circular], - "prev": null, - "type": "text", - }, - Object { - "attribs": Object { - "class": "gio-btn gio-btn-text gio-btn-small", - "style": "margin-left: 5px;", - "type": "button", - }, - "children": Array [ - Object { - "attribs": Object {}, - "children": Array [ - Object { - "data": "go 2-1", - "next": null, - "parent": [Circular], - "prev": null, - "type": "text", - }, - ], - "name": "span", - "namespace": "http://www.w3.org/1999/xhtml", - "next": null, - "parent": [Circular], - "prev": null, - "type": "tag", - "x-attribsNamespace": Object {}, - "x-attribsPrefix": Object {}, - }, - ], - "name": "button", - "namespace": "http://www.w3.org/1999/xhtml", - "next": Object { - "attribs": Object { - "class": "gio-btn gio-btn-text gio-btn-small", - "style": "margin-left: 5px;", - "type": "button", - }, - "children": Array [ - Object { - "attribs": Object {}, - "children": Array [ - Object { - "data": "go 2-2", - "next": null, - "parent": [Circular], - "prev": null, - "type": "text", - }, - ], - "name": "span", - "namespace": "http://www.w3.org/1999/xhtml", - "next": null, - "parent": [Circular], - "prev": null, - "type": "tag", - "x-attribsNamespace": Object {}, - "x-attribsPrefix": Object {}, - }, - ], - "name": "button", - "namespace": "http://www.w3.org/1999/xhtml", - "next": null, - "parent": [Circular], - "prev": [Circular], - "type": "tag", - "x-attribsNamespace": Object { - "class": undefined, - "style": undefined, - "type": undefined, - }, - "x-attribsPrefix": Object { - "class": undefined, - "style": undefined, - "type": undefined, - }, - }, - "parent": [Circular], - "prev": Object { - "data": "Step One", - "next": [Circular], - "parent": [Circular], - "prev": null, - "type": "text", - }, - "type": "tag", - "x-attribsNamespace": Object { - "class": undefined, - "style": undefined, - "type": undefined, - }, - "x-attribsPrefix": Object { - "class": undefined, - "style": undefined, - "type": undefined, - }, - }, - Object { - "attribs": Object { - "class": "gio-btn gio-btn-text gio-btn-small", - "style": "margin-left: 5px;", - "type": "button", - }, - "children": Array [ - Object { - "attribs": Object {}, - "children": Array [ - Object { - "data": "go 2-2", - "next": null, - "parent": [Circular], - "prev": null, - "type": "text", - }, - ], - "name": "span", - "namespace": "http://www.w3.org/1999/xhtml", - "next": null, - "parent": [Circular], - "prev": null, - "type": "tag", - "x-attribsNamespace": Object {}, - "x-attribsPrefix": Object {}, - }, - ], - "name": "button", - "namespace": "http://www.w3.org/1999/xhtml", - "next": null, - "parent": [Circular], - "prev": Object { - "attribs": Object { - "class": "gio-btn gio-btn-text gio-btn-small", - "style": "margin-left: 5px;", - "type": "button", - }, - "children": Array [ - Object { - "attribs": Object {}, - "children": Array [ - Object { - "data": "go 2-1", - "next": null, - "parent": [Circular], - "prev": null, - "type": "text", - }, - ], - "name": "span", - "namespace": "http://www.w3.org/1999/xhtml", - "next": null, - "parent": [Circular], - "prev": null, - "type": "tag", - "x-attribsNamespace": Object {}, - "x-attribsPrefix": Object {}, - }, - ], - "name": "button", - "namespace": "http://www.w3.org/1999/xhtml", - "next": [Circular], - "parent": [Circular], - "prev": Object { - "data": "Step One", - "next": [Circular], - "parent": [Circular], - "prev": null, - "type": "text", - }, - "type": "tag", - "x-attribsNamespace": Object { - "class": undefined, - "style": undefined, - "type": undefined, - }, - "x-attribsPrefix": Object { - "class": undefined, - "style": undefined, - "type": undefined, - }, - }, - "type": "tag", - "x-attribsNamespace": Object { - "class": undefined, - "style": undefined, - "type": undefined, - }, - "x-attribsPrefix": Object { - "class": undefined, - "style": undefined, - "type": undefined, - }, - }, - ], - "name": "div", - "namespace": "http://www.w3.org/1999/xhtml", - "next": null, - "parent": [Circular], - "prev": null, - "type": "tag", - "x-attribsNamespace": Object {}, - "x-attribsPrefix": Object {}, - }, - ], - "name": "div", - "namespace": "http://www.w3.org/1999/xhtml", - "next": [Circular], - "parent": [Circular], - "prev": Object { - "attribs": Object { - "class": "gio-modal-header", - }, - "children": Array [ - Object { - "attribs": Object { - "class": "gio-modal-title", - "id": "rcDialogTitle1", - }, - "children": Array [ - Object { - "attribs": Object { - "class": "gio-modal__title", - }, - "children": Array [ - Object { - "data": "步骤 1", - "next": null, - "parent": [Circular], - "prev": null, - "type": "text", - }, - ], - "name": "div", - "namespace": "http://www.w3.org/1999/xhtml", - "next": null, - "parent": [Circular], - "prev": null, - "type": "tag", - "x-attribsNamespace": Object { - "class": undefined, - }, - "x-attribsPrefix": Object { - "class": undefined, - }, - }, - ], - "name": "div", - "namespace": "http://www.w3.org/1999/xhtml", - "next": null, - "parent": [Circular], - "prev": null, - "type": "tag", - "x-attribsNamespace": Object { - "class": undefined, - "id": undefined, - }, - "x-attribsPrefix": Object { - "class": undefined, - "id": undefined, - }, - }, - ], - "name": "div", - "namespace": "http://www.w3.org/1999/xhtml", - "next": [Circular], - "parent": [Circular], - "prev": Object { - "attribs": Object { - "aria-label": "Close", - "class": "gio-modal-close", - "type": "button", - }, - "children": Array [ - Object { - "attribs": Object { - "class": "gio-icon gio-modal__close", - }, - "children": Array [ - Object { - "attribs": Object { - "class": "gio-icon-svg", - "fill": "currentColor", - "height": "1rem", - "viewBox": "0 0 14 14", - "width": "1rem", - }, - "children": Array [ - Object { - "attribs": Object {}, - "children": Array [ - Object { - "attribs": Object {}, - "children": Array [], - "name": "style", - "namespace": "http://www.w3.org/2000/svg", - "next": null, - "parent": [Circular], - "prev": null, - "type": "style", - "x-attribsNamespace": Object {}, - "x-attribsPrefix": Object {}, - }, - ], - "name": "defs", - "namespace": "http://www.w3.org/2000/svg", - "next": Object { - "attribs": Object { - "data-name": "\\\\u56FE\\\\u5C42 2", - "id": "close_svg__\\\\u56FE\\\\u5C42_2", - }, - "children": Array [ - Object { - "attribs": Object { - "data-name": "\\\\u56FE\\\\u5C42 1", - "id": "close_svg__\\\\u56FE\\\\u5C42_1-2", - }, - "children": Array [ - Object { - "attribs": Object { - "d": "M6.62 5.92a.54.54 0 00.76 0l3.87-3.87a.49.49 0 01.7.7L8.08 6.62a.54.54 0 000 .76L12 11.25a.49.49 0 01-.7.7L7.38 8.08a.54.54 0 00-.76 0L2.75 12a.49.49 0 01-.7-.7l3.87-3.92a.54.54 0 000-.76L2.05 2.75a.49.49 0 01.7-.7z", - "fill": "currentColor", - "fill-rule": "evenodd", - "id": "close_svg__close", - }, - "children": Array [], - "name": "path", - "namespace": "http://www.w3.org/2000/svg", - "next": null, - "parent": [Circular], - "prev": null, - "type": "tag", - "x-attribsNamespace": Object { - "d": undefined, - "fill": undefined, - "fill-rule": undefined, - "id": undefined, - }, - "x-attribsPrefix": Object { - "d": undefined, - "fill": undefined, - "fill-rule": undefined, - "id": undefined, - }, - }, - ], - "name": "g", - "namespace": "http://www.w3.org/2000/svg", - "next": null, - "parent": [Circular], - "prev": null, - "type": "tag", - "x-attribsNamespace": Object { - "data-name": undefined, - "id": undefined, - }, - "x-attribsPrefix": Object { - "data-name": undefined, - "id": undefined, - }, - }, - ], - "name": "g", - "namespace": "http://www.w3.org/2000/svg", - "next": null, - "parent": [Circular], - "prev": [Circular], - "type": "tag", - "x-attribsNamespace": Object { - "data-name": undefined, - "id": undefined, - }, - "x-attribsPrefix": Object { - "data-name": undefined, - "id": undefined, - }, - }, - "parent": [Circular], - "prev": null, - "type": "tag", - "x-attribsNamespace": Object {}, - "x-attribsPrefix": Object {}, - }, - Object { - "attribs": Object { - "data-name": "\\\\u56FE\\\\u5C42 2", - "id": "close_svg__\\\\u56FE\\\\u5C42_2", - }, - "children": Array [ - Object { - "attribs": Object { - "data-name": "\\\\u56FE\\\\u5C42 1", - "id": "close_svg__\\\\u56FE\\\\u5C42_1-2", - }, - "children": Array [ - Object { - "attribs": Object { - "d": "M6.62 5.92a.54.54 0 00.76 0l3.87-3.87a.49.49 0 01.7.7L8.08 6.62a.54.54 0 000 .76L12 11.25a.49.49 0 01-.7.7L7.38 8.08a.54.54 0 00-.76 0L2.75 12a.49.49 0 01-.7-.7l3.87-3.92a.54.54 0 000-.76L2.05 2.75a.49.49 0 01.7-.7z", - "fill": "currentColor", - "fill-rule": "evenodd", - "id": "close_svg__close", - }, - "children": Array [], - "name": "path", - "namespace": "http://www.w3.org/2000/svg", - "next": null, - "parent": [Circular], - "prev": null, - "type": "tag", - "x-attribsNamespace": Object { - "d": undefined, - "fill": undefined, - "fill-rule": undefined, - "id": undefined, - }, - "x-attribsPrefix": Object { - "d": undefined, - "fill": undefined, - "fill-rule": undefined, - "id": undefined, - }, - }, - ], - "name": "g", - "namespace": "http://www.w3.org/2000/svg", - "next": null, - "parent": [Circular], - "prev": null, - "type": "tag", - "x-attribsNamespace": Object { - "data-name": undefined, - "id": undefined, - }, - "x-attribsPrefix": Object { - "data-name": undefined, - "id": undefined, - }, - }, - ], - "name": "g", - "namespace": "http://www.w3.org/2000/svg", - "next": null, - "parent": [Circular], - "prev": Object { - "attribs": Object {}, - "children": Array [ - Object { - "attribs": Object {}, - "children": Array [], - "name": "style", - "namespace": "http://www.w3.org/2000/svg", - "next": null, - "parent": [Circular], - "prev": null, - "type": "style", - "x-attribsNamespace": Object {}, - "x-attribsPrefix": Object {}, - }, - ], - "name": "defs", - "namespace": "http://www.w3.org/2000/svg", - "next": [Circular], - "parent": [Circular], - "prev": null, - "type": "tag", - "x-attribsNamespace": Object {}, - "x-attribsPrefix": Object {}, - }, - "type": "tag", - "x-attribsNamespace": Object { - "data-name": undefined, - "id": undefined, - }, - "x-attribsPrefix": Object { - "data-name": undefined, - "id": undefined, - }, - }, - ], - "name": "svg", - "namespace": "http://www.w3.org/2000/svg", - "next": null, - "parent": [Circular], - "prev": null, - "type": "tag", - "x-attribsNamespace": Object { - "class": undefined, - "fill": undefined, - "height": undefined, - "viewBox": undefined, - "width": undefined, - }, - "x-attribsPrefix": Object { - "class": undefined, - "fill": undefined, - "height": undefined, - "viewBox": undefined, - "width": undefined, - }, - }, - ], - "name": "span", - "namespace": "http://www.w3.org/1999/xhtml", - "next": null, - "parent": [Circular], - "prev": null, - "type": "tag", - "x-attribsNamespace": Object { - "class": undefined, - }, - "x-attribsPrefix": Object { - "class": undefined, - }, - }, - ], - "name": "button", - "namespace": "http://www.w3.org/1999/xhtml", - "next": [Circular], - "parent": [Circular], - "prev": null, - "type": "tag", - "x-attribsNamespace": Object { - "aria-label": undefined, - "class": undefined, - "type": undefined, - }, - "x-attribsPrefix": Object { - "aria-label": undefined, - "class": undefined, - "type": undefined, - }, - }, - "type": "tag", - "x-attribsNamespace": Object { - "class": undefined, - }, - "x-attribsPrefix": Object { - "class": undefined, - }, - }, - "type": "tag", - "x-attribsNamespace": Object { - "class": undefined, - }, - "x-attribsPrefix": Object { - "class": undefined, - }, - }, - "type": "tag", - "x-attribsNamespace": Object { - "class": undefined, - }, - "x-attribsPrefix": Object { - "class": undefined, - }, - }, - ], - "name": "div", - "namespace": "http://www.w3.org/1999/xhtml", - "next": Object { - "attribs": Object { - "aria-hidden": "true", - "style": "width: 0px; height: 0px; overflow: hidden; outline: none;", - "tabindex": "0", - }, - "children": Array [], - "name": "div", - "namespace": "http://www.w3.org/1999/xhtml", - "next": null, - "parent": [Circular], - "prev": [Circular], - "type": "tag", - "x-attribsNamespace": Object { - "aria-hidden": undefined, - "style": undefined, - "tabindex": undefined, - }, - "x-attribsPrefix": Object { - "aria-hidden": undefined, - "style": undefined, - "tabindex": undefined, - }, - }, - "parent": [Circular], - "prev": [Circular], - "type": "tag", - "x-attribsNamespace": Object { - "class": undefined, - }, - "x-attribsPrefix": Object { - "class": undefined, - }, - }, - "parent": [Circular], - "prev": null, - "type": "tag", - "x-attribsNamespace": Object { - "aria-hidden": undefined, - "style": undefined, - "tabindex": undefined, - }, - "x-attribsPrefix": Object { - "aria-hidden": undefined, - "style": undefined, - "tabindex": undefined, - }, - }, - Object { - "attribs": Object { - "class": "gio-modal-content", - }, - "children": Array [ - Object { - "attribs": Object { - "aria-label": "Close", - "class": "gio-modal-close", - "type": "button", - }, - "children": Array [ - Object { - "attribs": Object { - "class": "gio-icon gio-modal__close", - }, - "children": Array [ - Object { - "attribs": Object { - "class": "gio-icon-svg", - "fill": "currentColor", - "height": "1rem", - "viewBox": "0 0 14 14", - "width": "1rem", - }, - "children": Array [ - Object { - "attribs": Object {}, - "children": Array [ - Object { - "attribs": Object {}, - "children": Array [], - "name": "style", - "namespace": "http://www.w3.org/2000/svg", - "next": null, - "parent": [Circular], - "prev": null, - "type": "style", - "x-attribsNamespace": Object {}, - "x-attribsPrefix": Object {}, - }, - ], - "name": "defs", - "namespace": "http://www.w3.org/2000/svg", - "next": Object { - "attribs": Object { - "data-name": "\\\\u56FE\\\\u5C42 2", - "id": "close_svg__\\\\u56FE\\\\u5C42_2", - }, - "children": Array [ - Object { - "attribs": Object { - "data-name": "\\\\u56FE\\\\u5C42 1", - "id": "close_svg__\\\\u56FE\\\\u5C42_1-2", - }, - "children": Array [ - Object { - "attribs": Object { - "d": "M6.62 5.92a.54.54 0 00.76 0l3.87-3.87a.49.49 0 01.7.7L8.08 6.62a.54.54 0 000 .76L12 11.25a.49.49 0 01-.7.7L7.38 8.08a.54.54 0 00-.76 0L2.75 12a.49.49 0 01-.7-.7l3.87-3.92a.54.54 0 000-.76L2.05 2.75a.49.49 0 01.7-.7z", - "fill": "currentColor", - "fill-rule": "evenodd", - "id": "close_svg__close", - }, - "children": Array [], - "name": "path", - "namespace": "http://www.w3.org/2000/svg", - "next": null, - "parent": [Circular], - "prev": null, - "type": "tag", - "x-attribsNamespace": Object { - "d": undefined, - "fill": undefined, - "fill-rule": undefined, - "id": undefined, - }, - "x-attribsPrefix": Object { - "d": undefined, - "fill": undefined, - "fill-rule": undefined, - "id": undefined, - }, - }, - ], - "name": "g", - "namespace": "http://www.w3.org/2000/svg", - "next": null, - "parent": [Circular], - "prev": null, - "type": "tag", - "x-attribsNamespace": Object { - "data-name": undefined, - "id": undefined, - }, - "x-attribsPrefix": Object { - "data-name": undefined, - "id": undefined, - }, - }, - ], - "name": "g", - "namespace": "http://www.w3.org/2000/svg", - "next": null, - "parent": [Circular], - "prev": [Circular], - "type": "tag", - "x-attribsNamespace": Object { - "data-name": undefined, - "id": undefined, - }, - "x-attribsPrefix": Object { - "data-name": undefined, - "id": undefined, - }, - }, - "parent": [Circular], - "prev": null, - "type": "tag", - "x-attribsNamespace": Object {}, - "x-attribsPrefix": Object {}, - }, - Object { - "attribs": Object { - "data-name": "\\\\u56FE\\\\u5C42 2", - "id": "close_svg__\\\\u56FE\\\\u5C42_2", - }, - "children": Array [ - Object { - "attribs": Object { - "data-name": "\\\\u56FE\\\\u5C42 1", - "id": "close_svg__\\\\u56FE\\\\u5C42_1-2", - }, - "children": Array [ - Object { - "attribs": Object { - "d": "M6.62 5.92a.54.54 0 00.76 0l3.87-3.87a.49.49 0 01.7.7L8.08 6.62a.54.54 0 000 .76L12 11.25a.49.49 0 01-.7.7L7.38 8.08a.54.54 0 00-.76 0L2.75 12a.49.49 0 01-.7-.7l3.87-3.92a.54.54 0 000-.76L2.05 2.75a.49.49 0 01.7-.7z", - "fill": "currentColor", - "fill-rule": "evenodd", - "id": "close_svg__close", - }, - "children": Array [], - "name": "path", - "namespace": "http://www.w3.org/2000/svg", - "next": null, - "parent": [Circular], - "prev": null, - "type": "tag", - "x-attribsNamespace": Object { - "d": undefined, - "fill": undefined, - "fill-rule": undefined, - "id": undefined, - }, - "x-attribsPrefix": Object { - "d": undefined, - "fill": undefined, - "fill-rule": undefined, - "id": undefined, - }, - }, - ], - "name": "g", - "namespace": "http://www.w3.org/2000/svg", - "next": null, - "parent": [Circular], - "prev": null, - "type": "tag", - "x-attribsNamespace": Object { - "data-name": undefined, - "id": undefined, - }, - "x-attribsPrefix": Object { - "data-name": undefined, - "id": undefined, - }, - }, - ], - "name": "g", - "namespace": "http://www.w3.org/2000/svg", - "next": null, - "parent": [Circular], - "prev": Object { - "attribs": Object {}, - "children": Array [ - Object { - "attribs": Object {}, - "children": Array [], - "name": "style", - "namespace": "http://www.w3.org/2000/svg", - "next": null, - "parent": [Circular], - "prev": null, - "type": "style", - "x-attribsNamespace": Object {}, - "x-attribsPrefix": Object {}, - }, - ], - "name": "defs", - "namespace": "http://www.w3.org/2000/svg", - "next": [Circular], - "parent": [Circular], - "prev": null, - "type": "tag", - "x-attribsNamespace": Object {}, - "x-attribsPrefix": Object {}, - }, - "type": "tag", - "x-attribsNamespace": Object { - "data-name": undefined, - "id": undefined, - }, - "x-attribsPrefix": Object { - "data-name": undefined, - "id": undefined, - }, - }, - ], - "name": "svg", - "namespace": "http://www.w3.org/2000/svg", - "next": null, - "parent": [Circular], - "prev": null, - "type": "tag", - "x-attribsNamespace": Object { - "class": undefined, - "fill": undefined, - "height": undefined, - "viewBox": undefined, - "width": undefined, - }, - "x-attribsPrefix": Object { - "class": undefined, - "fill": undefined, - "height": undefined, - "viewBox": undefined, - "width": undefined, - }, - }, - ], - "name": "span", - "namespace": "http://www.w3.org/1999/xhtml", - "next": null, - "parent": [Circular], - "prev": null, - "type": "tag", - "x-attribsNamespace": Object { - "class": undefined, - }, - "x-attribsPrefix": Object { - "class": undefined, - }, - }, - ], - "name": "button", - "namespace": "http://www.w3.org/1999/xhtml", - "next": Object { - "attribs": Object { - "class": "gio-modal-header", - }, - "children": Array [ - Object { - "attribs": Object { - "class": "gio-modal-title", - "id": "rcDialogTitle1", - }, - "children": Array [ - Object { - "attribs": Object { - "class": "gio-modal__title", - }, - "children": Array [ - Object { - "data": "步骤 1", - "next": null, - "parent": [Circular], - "prev": null, - "type": "text", - }, - ], - "name": "div", - "namespace": "http://www.w3.org/1999/xhtml", - "next": null, - "parent": [Circular], - "prev": null, - "type": "tag", - "x-attribsNamespace": Object { - "class": undefined, - }, - "x-attribsPrefix": Object { - "class": undefined, - }, - }, - ], - "name": "div", - "namespace": "http://www.w3.org/1999/xhtml", - "next": null, - "parent": [Circular], - "prev": null, - "type": "tag", - "x-attribsNamespace": Object { - "class": undefined, - "id": undefined, - }, - "x-attribsPrefix": Object { - "class": undefined, - "id": undefined, - }, - }, - ], - "name": "div", - "namespace": "http://www.w3.org/1999/xhtml", - "next": Object { - "attribs": Object { - "class": "gio-modal-body", - }, - "children": Array [ - Object { - "attribs": Object {}, - "children": Array [ - Object { - "data": "Step One", - "next": Object { - "attribs": Object { - "class": "gio-btn gio-btn-text gio-btn-small", - "style": "margin-left: 5px;", - "type": "button", - }, - "children": Array [ - Object { - "attribs": Object {}, - "children": Array [ - Object { - "data": "go 2-1", - "next": null, - "parent": [Circular], - "prev": null, - "type": "text", - }, - ], - "name": "span", - "namespace": "http://www.w3.org/1999/xhtml", - "next": null, - "parent": [Circular], - "prev": null, - "type": "tag", - "x-attribsNamespace": Object {}, - "x-attribsPrefix": Object {}, - }, - ], - "name": "button", - "namespace": "http://www.w3.org/1999/xhtml", - "next": Object { - "attribs": Object { - "class": "gio-btn gio-btn-text gio-btn-small", - "style": "margin-left: 5px;", - "type": "button", - }, - "children": Array [ - Object { - "attribs": Object {}, - "children": Array [ - Object { - "data": "go 2-2", - "next": null, - "parent": [Circular], - "prev": null, - "type": "text", - }, - ], - "name": "span", - "namespace": "http://www.w3.org/1999/xhtml", - "next": null, - "parent": [Circular], - "prev": null, - "type": "tag", - "x-attribsNamespace": Object {}, - "x-attribsPrefix": Object {}, - }, - ], - "name": "button", - "namespace": "http://www.w3.org/1999/xhtml", - "next": null, - "parent": [Circular], - "prev": [Circular], - "type": "tag", - "x-attribsNamespace": Object { - "class": undefined, - "style": undefined, - "type": undefined, - }, - "x-attribsPrefix": Object { - "class": undefined, - "style": undefined, - "type": undefined, - }, - }, - "parent": [Circular], - "prev": [Circular], - "type": "tag", - "x-attribsNamespace": Object { - "class": undefined, - "style": undefined, - "type": undefined, - }, - "x-attribsPrefix": Object { - "class": undefined, - "style": undefined, - "type": undefined, - }, - }, - "parent": [Circular], - "prev": null, - "type": "text", - }, - Object { - "attribs": Object { - "class": "gio-btn gio-btn-text gio-btn-small", - "style": "margin-left: 5px;", - "type": "button", - }, - "children": Array [ - Object { - "attribs": Object {}, - "children": Array [ - Object { - "data": "go 2-1", - "next": null, - "parent": [Circular], - "prev": null, - "type": "text", - }, - ], - "name": "span", - "namespace": "http://www.w3.org/1999/xhtml", - "next": null, - "parent": [Circular], - "prev": null, - "type": "tag", - "x-attribsNamespace": Object {}, - "x-attribsPrefix": Object {}, - }, - ], - "name": "button", - "namespace": "http://www.w3.org/1999/xhtml", - "next": Object { - "attribs": Object { - "class": "gio-btn gio-btn-text gio-btn-small", - "style": "margin-left: 5px;", - "type": "button", - }, - "children": Array [ - Object { - "attribs": Object {}, - "children": Array [ - Object { - "data": "go 2-2", - "next": null, - "parent": [Circular], - "prev": null, - "type": "text", - }, - ], - "name": "span", - "namespace": "http://www.w3.org/1999/xhtml", - "next": null, - "parent": [Circular], - "prev": null, - "type": "tag", - "x-attribsNamespace": Object {}, - "x-attribsPrefix": Object {}, - }, - ], - "name": "button", - "namespace": "http://www.w3.org/1999/xhtml", - "next": null, - "parent": [Circular], - "prev": [Circular], - "type": "tag", - "x-attribsNamespace": Object { - "class": undefined, - "style": undefined, - "type": undefined, - }, - "x-attribsPrefix": Object { - "class": undefined, - "style": undefined, - "type": undefined, - }, - }, - "parent": [Circular], - "prev": Object { - "data": "Step One", - "next": [Circular], - "parent": [Circular], - "prev": null, - "type": "text", - }, - "type": "tag", - "x-attribsNamespace": Object { - "class": undefined, - "style": undefined, - "type": undefined, - }, - "x-attribsPrefix": Object { - "class": undefined, - "style": undefined, - "type": undefined, - }, - }, - Object { - "attribs": Object { - "class": "gio-btn gio-btn-text gio-btn-small", - "style": "margin-left: 5px;", - "type": "button", - }, - "children": Array [ - Object { - "attribs": Object {}, - "children": Array [ - Object { - "data": "go 2-2", - "next": null, - "parent": [Circular], - "prev": null, - "type": "text", - }, - ], - "name": "span", - "namespace": "http://www.w3.org/1999/xhtml", - "next": null, - "parent": [Circular], - "prev": null, - "type": "tag", - "x-attribsNamespace": Object {}, - "x-attribsPrefix": Object {}, - }, - ], - "name": "button", - "namespace": "http://www.w3.org/1999/xhtml", - "next": null, - "parent": [Circular], - "prev": Object { - "attribs": Object { - "class": "gio-btn gio-btn-text gio-btn-small", - "style": "margin-left: 5px;", - "type": "button", - }, - "children": Array [ - Object { - "attribs": Object {}, - "children": Array [ - Object { - "data": "go 2-1", - "next": null, - "parent": [Circular], - "prev": null, - "type": "text", - }, - ], - "name": "span", - "namespace": "http://www.w3.org/1999/xhtml", - "next": null, - "parent": [Circular], - "prev": null, - "type": "tag", - "x-attribsNamespace": Object {}, - "x-attribsPrefix": Object {}, - }, - ], - "name": "button", - "namespace": "http://www.w3.org/1999/xhtml", - "next": [Circular], - "parent": [Circular], - "prev": Object { - "data": "Step One", - "next": [Circular], - "parent": [Circular], - "prev": null, - "type": "text", - }, - "type": "tag", - "x-attribsNamespace": Object { - "class": undefined, - "style": undefined, - "type": undefined, - }, - "x-attribsPrefix": Object { - "class": undefined, - "style": undefined, - "type": undefined, - }, - }, - "type": "tag", - "x-attribsNamespace": Object { - "class": undefined, - "style": undefined, - "type": undefined, - }, - "x-attribsPrefix": Object { - "class": undefined, - "style": undefined, - "type": undefined, - }, - }, - ], - "name": "div", - "namespace": "http://www.w3.org/1999/xhtml", - "next": null, - "parent": [Circular], - "prev": null, - "type": "tag", - "x-attribsNamespace": Object {}, - "x-attribsPrefix": Object {}, - }, - ], - "name": "div", - "namespace": "http://www.w3.org/1999/xhtml", - "next": Object { - "attribs": Object { - "class": "gio-modal-footer", - }, - "children": Array [ - Object { - "attribs": Object { - "class": "gio-modal__footer", - }, - "children": Array [ - Object { - "attribs": Object { - "class": "gio-modal__footer-additional", - }, - "children": Array [], - "name": "div", - "namespace": "http://www.w3.org/1999/xhtml", - "next": Object { - "attribs": Object {}, - "children": Array [ - Object { - "attribs": Object { - "class": "gio-btn gio-modal__btn-close gio-btn-secondary", - "type": "button", - }, - "children": Array [ - Object { - "attribs": Object {}, - "children": Array [ - Object { - "data": "取 消", - "next": null, - "parent": [Circular], - "prev": null, - "type": "text", - }, - ], - "name": "span", - "namespace": "http://www.w3.org/1999/xhtml", - "next": null, - "parent": [Circular], - "prev": null, - "type": "tag", - "x-attribsNamespace": Object {}, - "x-attribsPrefix": Object {}, - }, - ], - "name": "button", - "namespace": "http://www.w3.org/1999/xhtml", - "next": Object { - "attribs": Object { - "class": "gio-btn gio-modal__btn-ok gio-btn-primary", - "type": "button", - }, - "children": Array [ - Object { - "attribs": Object {}, - "children": Array [ - Object { - "data": "下一步", - "next": null, - "parent": [Circular], - "prev": null, - "type": "text", - }, - ], - "name": "span", - "namespace": "http://www.w3.org/1999/xhtml", - "next": null, - "parent": [Circular], - "prev": null, - "type": "tag", - "x-attribsNamespace": Object {}, - "x-attribsPrefix": Object {}, - }, - ], - "name": "button", - "namespace": "http://www.w3.org/1999/xhtml", - "next": null, - "parent": [Circular], - "prev": [Circular], - "type": "tag", - "x-attribsNamespace": Object { - "class": undefined, - "type": undefined, - }, - "x-attribsPrefix": Object { - "class": undefined, - "type": undefined, - }, - }, - "parent": [Circular], - "prev": null, - "type": "tag", - "x-attribsNamespace": Object { - "class": undefined, - "type": undefined, - }, - "x-attribsPrefix": Object { - "class": undefined, - "type": undefined, - }, - }, - Object { - "attribs": Object { - "class": "gio-btn gio-modal__btn-ok gio-btn-primary", - "type": "button", - }, - "children": Array [ - Object { - "attribs": Object {}, - "children": Array [ - Object { - "data": "下一步", - "next": null, - "parent": [Circular], - "prev": null, - "type": "text", - }, - ], - "name": "span", - "namespace": "http://www.w3.org/1999/xhtml", - "next": null, - "parent": [Circular], - "prev": null, - "type": "tag", - "x-attribsNamespace": Object {}, - "x-attribsPrefix": Object {}, - }, - ], - "name": "button", - "namespace": "http://www.w3.org/1999/xhtml", - "next": null, - "parent": [Circular], - "prev": Object { - "attribs": Object { - "class": "gio-btn gio-modal__btn-close gio-btn-secondary", - "type": "button", - }, - "children": Array [ - Object { - "attribs": Object {}, - "children": Array [ - Object { - "data": "取 消", - "next": null, - "parent": [Circular], - "prev": null, - "type": "text", - }, - ], - "name": "span", - "namespace": "http://www.w3.org/1999/xhtml", - "next": null, - "parent": [Circular], - "prev": null, - "type": "tag", - "x-attribsNamespace": Object {}, - "x-attribsPrefix": Object {}, - }, - ], - "name": "button", - "namespace": "http://www.w3.org/1999/xhtml", - "next": [Circular], - "parent": [Circular], - "prev": null, - "type": "tag", - "x-attribsNamespace": Object { - "class": undefined, - "type": undefined, - }, - "x-attribsPrefix": Object { - "class": undefined, - "type": undefined, - }, - }, - "type": "tag", - "x-attribsNamespace": Object { - "class": undefined, - "type": undefined, - }, - "x-attribsPrefix": Object { - "class": undefined, - "type": undefined, - }, - }, - ], - "name": "div", - "namespace": "http://www.w3.org/1999/xhtml", - "next": null, - "parent": [Circular], - "prev": [Circular], - "type": "tag", - "x-attribsNamespace": Object {}, - "x-attribsPrefix": Object {}, - }, - "parent": [Circular], - "prev": null, - "type": "tag", - "x-attribsNamespace": Object { - "class": undefined, - }, - "x-attribsPrefix": Object { - "class": undefined, - }, - }, - Object { - "attribs": Object {}, - "children": Array [ - Object { - "attribs": Object { - "class": "gio-btn gio-modal__btn-close gio-btn-secondary", - "type": "button", - }, - "children": Array [ - Object { - "attribs": Object {}, - "children": Array [ - Object { - "data": "取 消", - "next": null, - "parent": [Circular], - "prev": null, - "type": "text", - }, - ], - "name": "span", - "namespace": "http://www.w3.org/1999/xhtml", - "next": null, - "parent": [Circular], - "prev": null, - "type": "tag", - "x-attribsNamespace": Object {}, - "x-attribsPrefix": Object {}, - }, - ], - "name": "button", - "namespace": "http://www.w3.org/1999/xhtml", - "next": Object { - "attribs": Object { - "class": "gio-btn gio-modal__btn-ok gio-btn-primary", - "type": "button", - }, - "children": Array [ - Object { - "attribs": Object {}, - "children": Array [ - Object { - "data": "下一步", - "next": null, - "parent": [Circular], - "prev": null, - "type": "text", - }, - ], - "name": "span", - "namespace": "http://www.w3.org/1999/xhtml", - "next": null, - "parent": [Circular], - "prev": null, - "type": "tag", - "x-attribsNamespace": Object {}, - "x-attribsPrefix": Object {}, - }, - ], - "name": "button", - "namespace": "http://www.w3.org/1999/xhtml", - "next": null, - "parent": [Circular], - "prev": [Circular], - "type": "tag", - "x-attribsNamespace": Object { - "class": undefined, - "type": undefined, - }, - "x-attribsPrefix": Object { - "class": undefined, - "type": undefined, - }, - }, - "parent": [Circular], - "prev": null, - "type": "tag", - "x-attribsNamespace": Object { - "class": undefined, - "type": undefined, - }, - "x-attribsPrefix": Object { - "class": undefined, - "type": undefined, - }, - }, - Object { - "attribs": Object { - "class": "gio-btn gio-modal__btn-ok gio-btn-primary", - "type": "button", - }, - "children": Array [ - Object { - "attribs": Object {}, - "children": Array [ - Object { - "data": "下一步", - "next": null, - "parent": [Circular], - "prev": null, - "type": "text", - }, - ], - "name": "span", - "namespace": "http://www.w3.org/1999/xhtml", - "next": null, - "parent": [Circular], - "prev": null, - "type": "tag", - "x-attribsNamespace": Object {}, - "x-attribsPrefix": Object {}, - }, - ], - "name": "button", - "namespace": "http://www.w3.org/1999/xhtml", - "next": null, - "parent": [Circular], - "prev": Object { - "attribs": Object { - "class": "gio-btn gio-modal__btn-close gio-btn-secondary", - "type": "button", - }, - "children": Array [ - Object { - "attribs": Object {}, - "children": Array [ - Object { - "data": "取 消", - "next": null, - "parent": [Circular], - "prev": null, - "type": "text", - }, - ], - "name": "span", - "namespace": "http://www.w3.org/1999/xhtml", - "next": null, - "parent": [Circular], - "prev": null, - "type": "tag", - "x-attribsNamespace": Object {}, - "x-attribsPrefix": Object {}, - }, - ], - "name": "button", - "namespace": "http://www.w3.org/1999/xhtml", - "next": [Circular], - "parent": [Circular], - "prev": null, - "type": "tag", - "x-attribsNamespace": Object { - "class": undefined, - "type": undefined, - }, - "x-attribsPrefix": Object { - "class": undefined, - "type": undefined, - }, - }, - "type": "tag", - "x-attribsNamespace": Object { - "class": undefined, - "type": undefined, - }, - "x-attribsPrefix": Object { - "class": undefined, - "type": undefined, - }, - }, - ], - "name": "div", - "namespace": "http://www.w3.org/1999/xhtml", - "next": null, - "parent": [Circular], - "prev": Object { - "attribs": Object { - "class": "gio-modal__footer-additional", - }, - "children": Array [], - "name": "div", - "namespace": "http://www.w3.org/1999/xhtml", - "next": [Circular], - "parent": [Circular], - "prev": null, - "type": "tag", - "x-attribsNamespace": Object { - "class": undefined, - }, - "x-attribsPrefix": Object { - "class": undefined, - }, - }, - "type": "tag", - "x-attribsNamespace": Object {}, - "x-attribsPrefix": Object {}, - }, - ], - "name": "div", - "namespace": "http://www.w3.org/1999/xhtml", - "next": null, - "parent": [Circular], - "prev": null, - "type": "tag", - "x-attribsNamespace": Object { - "class": undefined, - }, - "x-attribsPrefix": Object { - "class": undefined, - }, - }, - ], - "name": "div", - "namespace": "http://www.w3.org/1999/xhtml", - "next": null, - "parent": [Circular], - "prev": [Circular], - "type": "tag", - "x-attribsNamespace": Object { - "class": undefined, - }, - "x-attribsPrefix": Object { - "class": undefined, - }, - }, - "parent": [Circular], - "prev": [Circular], - "type": "tag", - "x-attribsNamespace": Object { - "class": undefined, - }, - "x-attribsPrefix": Object { - "class": undefined, - }, - }, - "parent": [Circular], - "prev": [Circular], - "type": "tag", - "x-attribsNamespace": Object { - "class": undefined, - }, - "x-attribsPrefix": Object { - "class": undefined, - }, - }, - "parent": [Circular], - "prev": null, - "type": "tag", - "x-attribsNamespace": Object { - "aria-label": undefined, - "class": undefined, - "type": undefined, - }, - "x-attribsPrefix": Object { - "aria-label": undefined, - "class": undefined, - "type": undefined, - }, - }, - Object { - "attribs": Object { - "class": "gio-modal-header", - }, - "children": Array [ - Object { - "attribs": Object { - "class": "gio-modal-title", - "id": "rcDialogTitle1", - }, - "children": Array [ - Object { - "attribs": Object { - "class": "gio-modal__title", - }, - "children": Array [ - Object { - "data": "步骤 1", - "next": null, - "parent": [Circular], - "prev": null, - "type": "text", - }, - ], - "name": "div", - "namespace": "http://www.w3.org/1999/xhtml", - "next": null, - "parent": [Circular], - "prev": null, - "type": "tag", - "x-attribsNamespace": Object { - "class": undefined, - }, - "x-attribsPrefix": Object { - "class": undefined, - }, - }, - ], - "name": "div", - "namespace": "http://www.w3.org/1999/xhtml", - "next": null, - "parent": [Circular], - "prev": null, - "type": "tag", - "x-attribsNamespace": Object { - "class": undefined, - "id": undefined, - }, - "x-attribsPrefix": Object { - "class": undefined, - "id": undefined, - }, - }, - ], - "name": "div", - "namespace": "http://www.w3.org/1999/xhtml", - "next": Object { - "attribs": Object { - "class": "gio-modal-body", - }, - "children": Array [ - Object { - "attribs": Object {}, - "children": Array [ - Object { - "data": "Step One", - "next": Object { - "attribs": Object { - "class": "gio-btn gio-btn-text gio-btn-small", - "style": "margin-left: 5px;", - "type": "button", - }, - "children": Array [ - Object { - "attribs": Object {}, - "children": Array [ - Object { - "data": "go 2-1", - "next": null, - "parent": [Circular], - "prev": null, - "type": "text", - }, - ], - "name": "span", - "namespace": "http://www.w3.org/1999/xhtml", - "next": null, - "parent": [Circular], - "prev": null, - "type": "tag", - "x-attribsNamespace": Object {}, - "x-attribsPrefix": Object {}, - }, - ], - "name": "button", - "namespace": "http://www.w3.org/1999/xhtml", - "next": Object { - "attribs": Object { - "class": "gio-btn gio-btn-text gio-btn-small", - "style": "margin-left: 5px;", - "type": "button", - }, - "children": Array [ - Object { - "attribs": Object {}, - "children": Array [ - Object { - "data": "go 2-2", - "next": null, - "parent": [Circular], - "prev": null, - "type": "text", - }, - ], - "name": "span", - "namespace": "http://www.w3.org/1999/xhtml", - "next": null, - "parent": [Circular], - "prev": null, - "type": "tag", - "x-attribsNamespace": Object {}, - "x-attribsPrefix": Object {}, - }, - ], - "name": "button", - "namespace": "http://www.w3.org/1999/xhtml", - "next": null, - "parent": [Circular], - "prev": [Circular], - "type": "tag", - "x-attribsNamespace": Object { - "class": undefined, - "style": undefined, - "type": undefined, - }, - "x-attribsPrefix": Object { - "class": undefined, - "style": undefined, - "type": undefined, - }, - }, - "parent": [Circular], - "prev": [Circular], - "type": "tag", - "x-attribsNamespace": Object { - "class": undefined, - "style": undefined, - "type": undefined, - }, - "x-attribsPrefix": Object { - "class": undefined, - "style": undefined, - "type": undefined, - }, - }, - "parent": [Circular], - "prev": null, - "type": "text", - }, - Object { - "attribs": Object { - "class": "gio-btn gio-btn-text gio-btn-small", - "style": "margin-left: 5px;", - "type": "button", - }, - "children": Array [ - Object { - "attribs": Object {}, - "children": Array [ - Object { - "data": "go 2-1", - "next": null, - "parent": [Circular], - "prev": null, - "type": "text", - }, - ], - "name": "span", - "namespace": "http://www.w3.org/1999/xhtml", - "next": null, - "parent": [Circular], - "prev": null, - "type": "tag", - "x-attribsNamespace": Object {}, - "x-attribsPrefix": Object {}, - }, - ], - "name": "button", - "namespace": "http://www.w3.org/1999/xhtml", - "next": Object { - "attribs": Object { - "class": "gio-btn gio-btn-text gio-btn-small", - "style": "margin-left: 5px;", - "type": "button", - }, - "children": Array [ - Object { - "attribs": Object {}, - "children": Array [ - Object { - "data": "go 2-2", - "next": null, - "parent": [Circular], - "prev": null, - "type": "text", - }, - ], - "name": "span", - "namespace": "http://www.w3.org/1999/xhtml", - "next": null, - "parent": [Circular], - "prev": null, - "type": "tag", - "x-attribsNamespace": Object {}, - "x-attribsPrefix": Object {}, - }, - ], - "name": "button", - "namespace": "http://www.w3.org/1999/xhtml", - "next": null, - "parent": [Circular], - "prev": [Circular], - "type": "tag", - "x-attribsNamespace": Object { - "class": undefined, - "style": undefined, - "type": undefined, - }, - "x-attribsPrefix": Object { - "class": undefined, - "style": undefined, - "type": undefined, - }, - }, - "parent": [Circular], - "prev": Object { - "data": "Step One", - "next": [Circular], - "parent": [Circular], - "prev": null, - "type": "text", - }, - "type": "tag", - "x-attribsNamespace": Object { - "class": undefined, - "style": undefined, - "type": undefined, - }, - "x-attribsPrefix": Object { - "class": undefined, - "style": undefined, - "type": undefined, - }, - }, - Object { - "attribs": Object { - "class": "gio-btn gio-btn-text gio-btn-small", - "style": "margin-left: 5px;", - "type": "button", - }, - "children": Array [ - Object { - "attribs": Object {}, - "children": Array [ - Object { - "data": "go 2-2", - "next": null, - "parent": [Circular], - "prev": null, - "type": "text", - }, - ], - "name": "span", - "namespace": "http://www.w3.org/1999/xhtml", - "next": null, - "parent": [Circular], - "prev": null, - "type": "tag", - "x-attribsNamespace": Object {}, - "x-attribsPrefix": Object {}, - }, - ], - "name": "button", - "namespace": "http://www.w3.org/1999/xhtml", - "next": null, - "parent": [Circular], - "prev": Object { - "attribs": Object { - "class": "gio-btn gio-btn-text gio-btn-small", - "style": "margin-left: 5px;", - "type": "button", - }, - "children": Array [ - Object { - "attribs": Object {}, - "children": Array [ - Object { - "data": "go 2-1", - "next": null, - "parent": [Circular], - "prev": null, - "type": "text", - }, - ], - "name": "span", - "namespace": "http://www.w3.org/1999/xhtml", - "next": null, - "parent": [Circular], - "prev": null, - "type": "tag", - "x-attribsNamespace": Object {}, - "x-attribsPrefix": Object {}, - }, - ], - "name": "button", - "namespace": "http://www.w3.org/1999/xhtml", - "next": [Circular], - "parent": [Circular], - "prev": Object { - "data": "Step One", - "next": [Circular], - "parent": [Circular], - "prev": null, - "type": "text", - }, - "type": "tag", - "x-attribsNamespace": Object { - "class": undefined, - "style": undefined, - "type": undefined, - }, - "x-attribsPrefix": Object { - "class": undefined, - "style": undefined, - "type": undefined, - }, - }, - "type": "tag", - "x-attribsNamespace": Object { - "class": undefined, - "style": undefined, - "type": undefined, - }, - "x-attribsPrefix": Object { - "class": undefined, - "style": undefined, - "type": undefined, - }, - }, - ], - "name": "div", - "namespace": "http://www.w3.org/1999/xhtml", - "next": null, - "parent": [Circular], - "prev": null, - "type": "tag", - "x-attribsNamespace": Object {}, - "x-attribsPrefix": Object {}, - }, - ], - "name": "div", - "namespace": "http://www.w3.org/1999/xhtml", - "next": Object { - "attribs": Object { - "class": "gio-modal-footer", - }, - "children": Array [ - Object { - "attribs": Object { - "class": "gio-modal__footer", - }, - "children": Array [ - Object { - "attribs": Object { - "class": "gio-modal__footer-additional", - }, - "children": Array [], - "name": "div", - "namespace": "http://www.w3.org/1999/xhtml", - "next": Object { - "attribs": Object {}, - "children": Array [ - Object { - "attribs": Object { - "class": "gio-btn gio-modal__btn-close gio-btn-secondary", - "type": "button", - }, - "children": Array [ - Object { - "attribs": Object {}, - "children": Array [ - Object { - "data": "取 消", - "next": null, - "parent": [Circular], - "prev": null, - "type": "text", - }, - ], - "name": "span", - "namespace": "http://www.w3.org/1999/xhtml", - "next": null, - "parent": [Circular], - "prev": null, - "type": "tag", - "x-attribsNamespace": Object {}, - "x-attribsPrefix": Object {}, - }, - ], - "name": "button", - "namespace": "http://www.w3.org/1999/xhtml", - "next": Object { - "attribs": Object { - "class": "gio-btn gio-modal__btn-ok gio-btn-primary", - "type": "button", - }, - "children": Array [ - Object { - "attribs": Object {}, - "children": Array [ - Object { - "data": "下一步", - "next": null, - "parent": [Circular], - "prev": null, - "type": "text", - }, - ], - "name": "span", - "namespace": "http://www.w3.org/1999/xhtml", - "next": null, - "parent": [Circular], - "prev": null, - "type": "tag", - "x-attribsNamespace": Object {}, - "x-attribsPrefix": Object {}, - }, - ], - "name": "button", - "namespace": "http://www.w3.org/1999/xhtml", - "next": null, - "parent": [Circular], - "prev": [Circular], - "type": "tag", - "x-attribsNamespace": Object { - "class": undefined, - "type": undefined, - }, - "x-attribsPrefix": Object { - "class": undefined, - "type": undefined, - }, - }, - "parent": [Circular], - "prev": null, - "type": "tag", - "x-attribsNamespace": Object { - "class": undefined, - "type": undefined, - }, - "x-attribsPrefix": Object { - "class": undefined, - "type": undefined, - }, - }, - Object { - "attribs": Object { - "class": "gio-btn gio-modal__btn-ok gio-btn-primary", - "type": "button", - }, - "children": Array [ - Object { - "attribs": Object {}, - "children": Array [ - Object { - "data": "下一步", - "next": null, - "parent": [Circular], - "prev": null, - "type": "text", - }, - ], - "name": "span", - "namespace": "http://www.w3.org/1999/xhtml", - "next": null, - "parent": [Circular], - "prev": null, - "type": "tag", - "x-attribsNamespace": Object {}, - "x-attribsPrefix": Object {}, - }, - ], - "name": "button", - "namespace": "http://www.w3.org/1999/xhtml", - "next": null, - "parent": [Circular], - "prev": Object { - "attribs": Object { - "class": "gio-btn gio-modal__btn-close gio-btn-secondary", - "type": "button", - }, - "children": Array [ - Object { - "attribs": Object {}, - "children": Array [ - Object { - "data": "取 消", - "next": null, - "parent": [Circular], - "prev": null, - "type": "text", - }, - ], - "name": "span", - "namespace": "http://www.w3.org/1999/xhtml", - "next": null, - "parent": [Circular], - "prev": null, - "type": "tag", - "x-attribsNamespace": Object {}, - "x-attribsPrefix": Object {}, - }, - ], - "name": "button", - "namespace": "http://www.w3.org/1999/xhtml", - "next": [Circular], - "parent": [Circular], - "prev": null, - "type": "tag", - "x-attribsNamespace": Object { - "class": undefined, - "type": undefined, - }, - "x-attribsPrefix": Object { - "class": undefined, - "type": undefined, - }, - }, - "type": "tag", - "x-attribsNamespace": Object { - "class": undefined, - "type": undefined, - }, - "x-attribsPrefix": Object { - "class": undefined, - "type": undefined, - }, - }, - ], - "name": "div", - "namespace": "http://www.w3.org/1999/xhtml", - "next": null, - "parent": [Circular], - "prev": [Circular], - "type": "tag", - "x-attribsNamespace": Object {}, - "x-attribsPrefix": Object {}, - }, - "parent": [Circular], - "prev": null, - "type": "tag", - "x-attribsNamespace": Object { - "class": undefined, - }, - "x-attribsPrefix": Object { - "class": undefined, - }, - }, - Object { - "attribs": Object {}, - "children": Array [ - Object { - "attribs": Object { - "class": "gio-btn gio-modal__btn-close gio-btn-secondary", - "type": "button", - }, - "children": Array [ - Object { - "attribs": Object {}, - "children": Array [ - Object { - "data": "取 消", - "next": null, - "parent": [Circular], - "prev": null, - "type": "text", - }, - ], - "name": "span", - "namespace": "http://www.w3.org/1999/xhtml", - "next": null, - "parent": [Circular], - "prev": null, - "type": "tag", - "x-attribsNamespace": Object {}, - "x-attribsPrefix": Object {}, - }, - ], - "name": "button", - "namespace": "http://www.w3.org/1999/xhtml", - "next": Object { - "attribs": Object { - "class": "gio-btn gio-modal__btn-ok gio-btn-primary", - "type": "button", - }, - "children": Array [ - Object { - "attribs": Object {}, - "children": Array [ - Object { - "data": "下一步", - "next": null, - "parent": [Circular], - "prev": null, - "type": "text", - }, - ], - "name": "span", - "namespace": "http://www.w3.org/1999/xhtml", - "next": null, - "parent": [Circular], - "prev": null, - "type": "tag", - "x-attribsNamespace": Object {}, - "x-attribsPrefix": Object {}, - }, - ], - "name": "button", - "namespace": "http://www.w3.org/1999/xhtml", - "next": null, - "parent": [Circular], - "prev": [Circular], - "type": "tag", - "x-attribsNamespace": Object { - "class": undefined, - "type": undefined, - }, - "x-attribsPrefix": Object { - "class": undefined, - "type": undefined, - }, - }, - "parent": [Circular], - "prev": null, - "type": "tag", - "x-attribsNamespace": Object { - "class": undefined, - "type": undefined, - }, - "x-attribsPrefix": Object { - "class": undefined, - "type": undefined, - }, - }, - Object { - "attribs": Object { - "class": "gio-btn gio-modal__btn-ok gio-btn-primary", - "type": "button", - }, - "children": Array [ - Object { - "attribs": Object {}, - "children": Array [ - Object { - "data": "下一步", - "next": null, - "parent": [Circular], - "prev": null, - "type": "text", - }, - ], - "name": "span", - "namespace": "http://www.w3.org/1999/xhtml", - "next": null, - "parent": [Circular], - "prev": null, - "type": "tag", - "x-attribsNamespace": Object {}, - "x-attribsPrefix": Object {}, - }, - ], - "name": "button", - "namespace": "http://www.w3.org/1999/xhtml", - "next": null, - "parent": [Circular], - "prev": Object { - "attribs": Object { - "class": "gio-btn gio-modal__btn-close gio-btn-secondary", - "type": "button", - }, - "children": Array [ - Object { - "attribs": Object {}, - "children": Array [ - Object { - "data": "取 消", - "next": null, - "parent": [Circular], - "prev": null, - "type": "text", - }, - ], - "name": "span", - "namespace": "http://www.w3.org/1999/xhtml", - "next": null, - "parent": [Circular], - "prev": null, - "type": "tag", - "x-attribsNamespace": Object {}, - "x-attribsPrefix": Object {}, - }, - ], - "name": "button", - "namespace": "http://www.w3.org/1999/xhtml", - "next": [Circular], - "parent": [Circular], - "prev": null, - "type": "tag", - "x-attribsNamespace": Object { - "class": undefined, - "type": undefined, - }, - "x-attribsPrefix": Object { - "class": undefined, - "type": undefined, - }, - }, - "type": "tag", - "x-attribsNamespace": Object { - "class": undefined, - "type": undefined, - }, - "x-attribsPrefix": Object { - "class": undefined, - "type": undefined, - }, - }, - ], - "name": "div", - "namespace": "http://www.w3.org/1999/xhtml", - "next": null, - "parent": [Circular], - "prev": Object { - "attribs": Object { - "class": "gio-modal__footer-additional", - }, - "children": Array [], - "name": "div", - "namespace": "http://www.w3.org/1999/xhtml", - "next": [Circular], - "parent": [Circular], - "prev": null, - "type": "tag", - "x-attribsNamespace": Object { - "class": undefined, - }, - "x-attribsPrefix": Object { - "class": undefined, - }, - }, - "type": "tag", - "x-attribsNamespace": Object {}, - "x-attribsPrefix": Object {}, - }, - ], - "name": "div", - "namespace": "http://www.w3.org/1999/xhtml", - "next": null, - "parent": [Circular], - "prev": null, - "type": "tag", - "x-attribsNamespace": Object { - "class": undefined, - }, - "x-attribsPrefix": Object { - "class": undefined, - }, - }, - ], - "name": "div", - "namespace": "http://www.w3.org/1999/xhtml", - "next": null, - "parent": [Circular], - "prev": [Circular], - "type": "tag", - "x-attribsNamespace": Object { - "class": undefined, - }, - "x-attribsPrefix": Object { - "class": undefined, - }, - }, - "parent": [Circular], - "prev": [Circular], - "type": "tag", - "x-attribsNamespace": Object { - "class": undefined, - }, - "x-attribsPrefix": Object { - "class": undefined, - }, - }, - "parent": [Circular], - "prev": Object { - "attribs": Object { - "aria-label": "Close", - "class": "gio-modal-close", - "type": "button", - }, - "children": Array [ - Object { - "attribs": Object { - "class": "gio-icon gio-modal__close", - }, - "children": Array [ - Object { - "attribs": Object { - "class": "gio-icon-svg", - "fill": "currentColor", - "height": "1rem", - "viewBox": "0 0 14 14", - "width": "1rem", - }, - "children": Array [ - Object { - "attribs": Object {}, - "children": Array [ - Object { - "attribs": Object {}, - "children": Array [], - "name": "style", - "namespace": "http://www.w3.org/2000/svg", - "next": null, - "parent": [Circular], - "prev": null, - "type": "style", - "x-attribsNamespace": Object {}, - "x-attribsPrefix": Object {}, - }, - ], - "name": "defs", - "namespace": "http://www.w3.org/2000/svg", - "next": Object { - "attribs": Object { - "data-name": "\\\\u56FE\\\\u5C42 2", - "id": "close_svg__\\\\u56FE\\\\u5C42_2", - }, - "children": Array [ - Object { - "attribs": Object { - "data-name": "\\\\u56FE\\\\u5C42 1", - "id": "close_svg__\\\\u56FE\\\\u5C42_1-2", - }, - "children": Array [ - Object { - "attribs": Object { - "d": "M6.62 5.92a.54.54 0 00.76 0l3.87-3.87a.49.49 0 01.7.7L8.08 6.62a.54.54 0 000 .76L12 11.25a.49.49 0 01-.7.7L7.38 8.08a.54.54 0 00-.76 0L2.75 12a.49.49 0 01-.7-.7l3.87-3.92a.54.54 0 000-.76L2.05 2.75a.49.49 0 01.7-.7z", - "fill": "currentColor", - "fill-rule": "evenodd", - "id": "close_svg__close", - }, - "children": Array [], - "name": "path", - "namespace": "http://www.w3.org/2000/svg", - "next": null, - "parent": [Circular], - "prev": null, - "type": "tag", - "x-attribsNamespace": Object { - "d": undefined, - "fill": undefined, - "fill-rule": undefined, - "id": undefined, - }, - "x-attribsPrefix": Object { - "d": undefined, - "fill": undefined, - "fill-rule": undefined, - "id": undefined, - }, - }, - ], - "name": "g", - "namespace": "http://www.w3.org/2000/svg", - "next": null, - "parent": [Circular], - "prev": null, - "type": "tag", - "x-attribsNamespace": Object { - "data-name": undefined, - "id": undefined, - }, - "x-attribsPrefix": Object { - "data-name": undefined, - "id": undefined, - }, - }, - ], - "name": "g", - "namespace": "http://www.w3.org/2000/svg", - "next": null, - "parent": [Circular], - "prev": [Circular], - "type": "tag", - "x-attribsNamespace": Object { - "data-name": undefined, - "id": undefined, - }, - "x-attribsPrefix": Object { - "data-name": undefined, - "id": undefined, - }, - }, - "parent": [Circular], - "prev": null, - "type": "tag", - "x-attribsNamespace": Object {}, - "x-attribsPrefix": Object {}, - }, - Object { - "attribs": Object { - "data-name": "\\\\u56FE\\\\u5C42 2", - "id": "close_svg__\\\\u56FE\\\\u5C42_2", - }, - "children": Array [ - Object { - "attribs": Object { - "data-name": "\\\\u56FE\\\\u5C42 1", - "id": "close_svg__\\\\u56FE\\\\u5C42_1-2", - }, - "children": Array [ - Object { - "attribs": Object { - "d": "M6.62 5.92a.54.54 0 00.76 0l3.87-3.87a.49.49 0 01.7.7L8.08 6.62a.54.54 0 000 .76L12 11.25a.49.49 0 01-.7.7L7.38 8.08a.54.54 0 00-.76 0L2.75 12a.49.49 0 01-.7-.7l3.87-3.92a.54.54 0 000-.76L2.05 2.75a.49.49 0 01.7-.7z", - "fill": "currentColor", - "fill-rule": "evenodd", - "id": "close_svg__close", - }, - "children": Array [], - "name": "path", - "namespace": "http://www.w3.org/2000/svg", - "next": null, - "parent": [Circular], - "prev": null, - "type": "tag", - "x-attribsNamespace": Object { - "d": undefined, - "fill": undefined, - "fill-rule": undefined, - "id": undefined, - }, - "x-attribsPrefix": Object { - "d": undefined, - "fill": undefined, - "fill-rule": undefined, - "id": undefined, - }, - }, - ], - "name": "g", - "namespace": "http://www.w3.org/2000/svg", - "next": null, - "parent": [Circular], - "prev": null, - "type": "tag", - "x-attribsNamespace": Object { - "data-name": undefined, - "id": undefined, - }, - "x-attribsPrefix": Object { - "data-name": undefined, - "id": undefined, - }, - }, - ], - "name": "g", - "namespace": "http://www.w3.org/2000/svg", - "next": null, - "parent": [Circular], - "prev": Object { - "attribs": Object {}, - "children": Array [ - Object { - "attribs": Object {}, - "children": Array [], - "name": "style", - "namespace": "http://www.w3.org/2000/svg", - "next": null, - "parent": [Circular], - "prev": null, - "type": "style", - "x-attribsNamespace": Object {}, - "x-attribsPrefix": Object {}, - }, - ], - "name": "defs", - "namespace": "http://www.w3.org/2000/svg", - "next": [Circular], - "parent": [Circular], - "prev": null, - "type": "tag", - "x-attribsNamespace": Object {}, - "x-attribsPrefix": Object {}, - }, - "type": "tag", - "x-attribsNamespace": Object { - "data-name": undefined, - "id": undefined, - }, - "x-attribsPrefix": Object { - "data-name": undefined, - "id": undefined, - }, - }, - ], - "name": "svg", - "namespace": "http://www.w3.org/2000/svg", - "next": null, - "parent": [Circular], - "prev": null, - "type": "tag", - "x-attribsNamespace": Object { - "class": undefined, - "fill": undefined, - "height": undefined, - "viewBox": undefined, - "width": undefined, - }, - "x-attribsPrefix": Object { - "class": undefined, - "fill": undefined, - "height": undefined, - "viewBox": undefined, - "width": undefined, - }, - }, - ], - "name": "span", - "namespace": "http://www.w3.org/1999/xhtml", - "next": null, - "parent": [Circular], - "prev": null, - "type": "tag", - "x-attribsNamespace": Object { - "class": undefined, - }, - "x-attribsPrefix": Object { - "class": undefined, - }, - }, - ], - "name": "button", - "namespace": "http://www.w3.org/1999/xhtml", - "next": [Circular], - "parent": [Circular], - "prev": null, - "type": "tag", - "x-attribsNamespace": Object { - "aria-label": undefined, - "class": undefined, - "type": undefined, - }, - "x-attribsPrefix": Object { - "aria-label": undefined, - "class": undefined, - "type": undefined, - }, - }, - "type": "tag", - "x-attribsNamespace": Object { - "class": undefined, - }, - "x-attribsPrefix": Object { - "class": undefined, - }, - }, - Object { - "attribs": Object { - "class": "gio-modal-body", - }, - "children": Array [ - Object { - "attribs": Object {}, - "children": Array [ - Object { - "data": "Step One", - "next": Object { - "attribs": Object { - "class": "gio-btn gio-btn-text gio-btn-small", - "style": "margin-left: 5px;", - "type": "button", - }, - "children": Array [ - Object { - "attribs": Object {}, - "children": Array [ - Object { - "data": "go 2-1", - "next": null, - "parent": [Circular], - "prev": null, - "type": "text", - }, - ], - "name": "span", - "namespace": "http://www.w3.org/1999/xhtml", - "next": null, - "parent": [Circular], - "prev": null, - "type": "tag", - "x-attribsNamespace": Object {}, - "x-attribsPrefix": Object {}, - }, - ], - "name": "button", - "namespace": "http://www.w3.org/1999/xhtml", - "next": Object { - "attribs": Object { - "class": "gio-btn gio-btn-text gio-btn-small", - "style": "margin-left: 5px;", - "type": "button", - }, - "children": Array [ - Object { - "attribs": Object {}, - "children": Array [ - Object { - "data": "go 2-2", - "next": null, - "parent": [Circular], - "prev": null, - "type": "text", - }, - ], - "name": "span", - "namespace": "http://www.w3.org/1999/xhtml", - "next": null, - "parent": [Circular], - "prev": null, - "type": "tag", - "x-attribsNamespace": Object {}, - "x-attribsPrefix": Object {}, - }, - ], - "name": "button", - "namespace": "http://www.w3.org/1999/xhtml", - "next": null, - "parent": [Circular], - "prev": [Circular], - "type": "tag", - "x-attribsNamespace": Object { - "class": undefined, - "style": undefined, - "type": undefined, - }, - "x-attribsPrefix": Object { - "class": undefined, - "style": undefined, - "type": undefined, - }, - }, - "parent": [Circular], - "prev": [Circular], - "type": "tag", - "x-attribsNamespace": Object { - "class": undefined, - "style": undefined, - "type": undefined, - }, - "x-attribsPrefix": Object { - "class": undefined, - "style": undefined, - "type": undefined, - }, - }, - "parent": [Circular], - "prev": null, - "type": "text", - }, - Object { - "attribs": Object { - "class": "gio-btn gio-btn-text gio-btn-small", - "style": "margin-left: 5px;", - "type": "button", - }, - "children": Array [ - Object { - "attribs": Object {}, - "children": Array [ - Object { - "data": "go 2-1", - "next": null, - "parent": [Circular], - "prev": null, - "type": "text", - }, - ], - "name": "span", - "namespace": "http://www.w3.org/1999/xhtml", - "next": null, - "parent": [Circular], - "prev": null, - "type": "tag", - "x-attribsNamespace": Object {}, - "x-attribsPrefix": Object {}, - }, - ], - "name": "button", - "namespace": "http://www.w3.org/1999/xhtml", - "next": Object { - "attribs": Object { - "class": "gio-btn gio-btn-text gio-btn-small", - "style": "margin-left: 5px;", - "type": "button", - }, - "children": Array [ - Object { - "attribs": Object {}, - "children": Array [ - Object { - "data": "go 2-2", - "next": null, - "parent": [Circular], - "prev": null, - "type": "text", - }, - ], - "name": "span", - "namespace": "http://www.w3.org/1999/xhtml", - "next": null, - "parent": [Circular], - "prev": null, - "type": "tag", - "x-attribsNamespace": Object {}, - "x-attribsPrefix": Object {}, - }, - ], - "name": "button", - "namespace": "http://www.w3.org/1999/xhtml", - "next": null, - "parent": [Circular], - "prev": [Circular], - "type": "tag", - "x-attribsNamespace": Object { - "class": undefined, - "style": undefined, - "type": undefined, - }, - "x-attribsPrefix": Object { - "class": undefined, - "style": undefined, - "type": undefined, - }, - }, - "parent": [Circular], - "prev": Object { - "data": "Step One", - "next": [Circular], - "parent": [Circular], - "prev": null, - "type": "text", - }, - "type": "tag", - "x-attribsNamespace": Object { - "class": undefined, - "style": undefined, - "type": undefined, - }, - "x-attribsPrefix": Object { - "class": undefined, - "style": undefined, - "type": undefined, - }, - }, - Object { - "attribs": Object { - "class": "gio-btn gio-btn-text gio-btn-small", - "style": "margin-left: 5px;", - "type": "button", - }, - "children": Array [ - Object { - "attribs": Object {}, - "children": Array [ - Object { - "data": "go 2-2", - "next": null, - "parent": [Circular], - "prev": null, - "type": "text", - }, - ], - "name": "span", - "namespace": "http://www.w3.org/1999/xhtml", - "next": null, - "parent": [Circular], - "prev": null, - "type": "tag", - "x-attribsNamespace": Object {}, - "x-attribsPrefix": Object {}, - }, - ], - "name": "button", - "namespace": "http://www.w3.org/1999/xhtml", - "next": null, - "parent": [Circular], - "prev": Object { - "attribs": Object { - "class": "gio-btn gio-btn-text gio-btn-small", - "style": "margin-left: 5px;", - "type": "button", - }, - "children": Array [ - Object { - "attribs": Object {}, - "children": Array [ - Object { - "data": "go 2-1", - "next": null, - "parent": [Circular], - "prev": null, - "type": "text", - }, - ], - "name": "span", - "namespace": "http://www.w3.org/1999/xhtml", - "next": null, - "parent": [Circular], - "prev": null, - "type": "tag", - "x-attribsNamespace": Object {}, - "x-attribsPrefix": Object {}, - }, - ], - "name": "button", - "namespace": "http://www.w3.org/1999/xhtml", - "next": [Circular], - "parent": [Circular], - "prev": Object { - "data": "Step One", - "next": [Circular], - "parent": [Circular], - "prev": null, - "type": "text", - }, - "type": "tag", - "x-attribsNamespace": Object { - "class": undefined, - "style": undefined, - "type": undefined, - }, - "x-attribsPrefix": Object { - "class": undefined, - "style": undefined, - "type": undefined, - }, - }, - "type": "tag", - "x-attribsNamespace": Object { - "class": undefined, - "style": undefined, - "type": undefined, - }, - "x-attribsPrefix": Object { - "class": undefined, - "style": undefined, - "type": undefined, - }, - }, - ], - "name": "div", - "namespace": "http://www.w3.org/1999/xhtml", - "next": null, - "parent": [Circular], - "prev": null, - "type": "tag", - "x-attribsNamespace": Object {}, - "x-attribsPrefix": Object {}, - }, - ], - "name": "div", - "namespace": "http://www.w3.org/1999/xhtml", - "next": Object { - "attribs": Object { - "class": "gio-modal-footer", - }, - "children": Array [ - Object { - "attribs": Object { - "class": "gio-modal__footer", - }, - "children": Array [ - Object { - "attribs": Object { - "class": "gio-modal__footer-additional", - }, - "children": Array [], - "name": "div", - "namespace": "http://www.w3.org/1999/xhtml", - "next": Object { - "attribs": Object {}, - "children": Array [ - Object { - "attribs": Object { - "class": "gio-btn gio-modal__btn-close gio-btn-secondary", - "type": "button", - }, - "children": Array [ - Object { - "attribs": Object {}, - "children": Array [ - Object { - "data": "取 消", - "next": null, - "parent": [Circular], - "prev": null, - "type": "text", - }, - ], - "name": "span", - "namespace": "http://www.w3.org/1999/xhtml", - "next": null, - "parent": [Circular], - "prev": null, - "type": "tag", - "x-attribsNamespace": Object {}, - "x-attribsPrefix": Object {}, - }, - ], - "name": "button", - "namespace": "http://www.w3.org/1999/xhtml", - "next": Object { - "attribs": Object { - "class": "gio-btn gio-modal__btn-ok gio-btn-primary", - "type": "button", - }, - "children": Array [ - Object { - "attribs": Object {}, - "children": Array [ - Object { - "data": "下一步", - "next": null, - "parent": [Circular], - "prev": null, - "type": "text", - }, - ], - "name": "span", - "namespace": "http://www.w3.org/1999/xhtml", - "next": null, - "parent": [Circular], - "prev": null, - "type": "tag", - "x-attribsNamespace": Object {}, - "x-attribsPrefix": Object {}, - }, - ], - "name": "button", - "namespace": "http://www.w3.org/1999/xhtml", - "next": null, - "parent": [Circular], - "prev": [Circular], - "type": "tag", - "x-attribsNamespace": Object { - "class": undefined, - "type": undefined, - }, - "x-attribsPrefix": Object { - "class": undefined, - "type": undefined, - }, - }, - "parent": [Circular], - "prev": null, - "type": "tag", - "x-attribsNamespace": Object { - "class": undefined, - "type": undefined, - }, - "x-attribsPrefix": Object { - "class": undefined, - "type": undefined, - }, - }, - Object { - "attribs": Object { - "class": "gio-btn gio-modal__btn-ok gio-btn-primary", - "type": "button", - }, - "children": Array [ - Object { - "attribs": Object {}, - "children": Array [ - Object { - "data": "下一步", - "next": null, - "parent": [Circular], - "prev": null, - "type": "text", - }, - ], - "name": "span", - "namespace": "http://www.w3.org/1999/xhtml", - "next": null, - "parent": [Circular], - "prev": null, - "type": "tag", - "x-attribsNamespace": Object {}, - "x-attribsPrefix": Object {}, - }, - ], - "name": "button", - "namespace": "http://www.w3.org/1999/xhtml", - "next": null, - "parent": [Circular], - "prev": Object { - "attribs": Object { - "class": "gio-btn gio-modal__btn-close gio-btn-secondary", - "type": "button", - }, - "children": Array [ - Object { - "attribs": Object {}, - "children": Array [ - Object { - "data": "取 消", - "next": null, - "parent": [Circular], - "prev": null, - "type": "text", - }, - ], - "name": "span", - "namespace": "http://www.w3.org/1999/xhtml", - "next": null, - "parent": [Circular], - "prev": null, - "type": "tag", - "x-attribsNamespace": Object {}, - "x-attribsPrefix": Object {}, - }, - ], - "name": "button", - "namespace": "http://www.w3.org/1999/xhtml", - "next": [Circular], - "parent": [Circular], - "prev": null, - "type": "tag", - "x-attribsNamespace": Object { - "class": undefined, - "type": undefined, - }, - "x-attribsPrefix": Object { - "class": undefined, - "type": undefined, - }, - }, - "type": "tag", - "x-attribsNamespace": Object { - "class": undefined, - "type": undefined, - }, - "x-attribsPrefix": Object { - "class": undefined, - "type": undefined, - }, - }, - ], - "name": "div", - "namespace": "http://www.w3.org/1999/xhtml", - "next": null, - "parent": [Circular], - "prev": [Circular], - "type": "tag", - "x-attribsNamespace": Object {}, - "x-attribsPrefix": Object {}, - }, - "parent": [Circular], - "prev": null, - "type": "tag", - "x-attribsNamespace": Object { - "class": undefined, - }, - "x-attribsPrefix": Object { - "class": undefined, - }, - }, - Object { - "attribs": Object {}, - "children": Array [ - Object { - "attribs": Object { - "class": "gio-btn gio-modal__btn-close gio-btn-secondary", - "type": "button", - }, - "children": Array [ - Object { - "attribs": Object {}, - "children": Array [ - Object { - "data": "取 消", - "next": null, - "parent": [Circular], - "prev": null, - "type": "text", - }, - ], - "name": "span", - "namespace": "http://www.w3.org/1999/xhtml", - "next": null, - "parent": [Circular], - "prev": null, - "type": "tag", - "x-attribsNamespace": Object {}, - "x-attribsPrefix": Object {}, - }, - ], - "name": "button", - "namespace": "http://www.w3.org/1999/xhtml", - "next": Object { - "attribs": Object { - "class": "gio-btn gio-modal__btn-ok gio-btn-primary", - "type": "button", - }, - "children": Array [ - Object { - "attribs": Object {}, - "children": Array [ - Object { - "data": "下一步", - "next": null, - "parent": [Circular], - "prev": null, - "type": "text", - }, - ], - "name": "span", - "namespace": "http://www.w3.org/1999/xhtml", - "next": null, - "parent": [Circular], - "prev": null, - "type": "tag", - "x-attribsNamespace": Object {}, - "x-attribsPrefix": Object {}, - }, - ], - "name": "button", - "namespace": "http://www.w3.org/1999/xhtml", - "next": null, - "parent": [Circular], - "prev": [Circular], - "type": "tag", - "x-attribsNamespace": Object { - "class": undefined, - "type": undefined, - }, - "x-attribsPrefix": Object { - "class": undefined, - "type": undefined, - }, - }, - "parent": [Circular], - "prev": null, - "type": "tag", - "x-attribsNamespace": Object { - "class": undefined, - "type": undefined, - }, - "x-attribsPrefix": Object { - "class": undefined, - "type": undefined, - }, - }, - Object { - "attribs": Object { - "class": "gio-btn gio-modal__btn-ok gio-btn-primary", - "type": "button", - }, - "children": Array [ - Object { - "attribs": Object {}, - "children": Array [ - Object { - "data": "下一步", - "next": null, - "parent": [Circular], - "prev": null, - "type": "text", - }, - ], - "name": "span", - "namespace": "http://www.w3.org/1999/xhtml", - "next": null, - "parent": [Circular], - "prev": null, - "type": "tag", - "x-attribsNamespace": Object {}, - "x-attribsPrefix": Object {}, - }, - ], - "name": "button", - "namespace": "http://www.w3.org/1999/xhtml", - "next": null, - "parent": [Circular], - "prev": Object { - "attribs": Object { - "class": "gio-btn gio-modal__btn-close gio-btn-secondary", - "type": "button", - }, - "children": Array [ - Object { - "attribs": Object {}, - "children": Array [ - Object { - "data": "取 消", - "next": null, - "parent": [Circular], - "prev": null, - "type": "text", - }, - ], - "name": "span", - "namespace": "http://www.w3.org/1999/xhtml", - "next": null, - "parent": [Circular], - "prev": null, - "type": "tag", - "x-attribsNamespace": Object {}, - "x-attribsPrefix": Object {}, - }, - ], - "name": "button", - "namespace": "http://www.w3.org/1999/xhtml", - "next": [Circular], - "parent": [Circular], - "prev": null, - "type": "tag", - "x-attribsNamespace": Object { - "class": undefined, - "type": undefined, - }, - "x-attribsPrefix": Object { - "class": undefined, - "type": undefined, - }, - }, - "type": "tag", - "x-attribsNamespace": Object { - "class": undefined, - "type": undefined, - }, - "x-attribsPrefix": Object { - "class": undefined, - "type": undefined, - }, - }, - ], - "name": "div", - "namespace": "http://www.w3.org/1999/xhtml", - "next": null, - "parent": [Circular], - "prev": Object { - "attribs": Object { - "class": "gio-modal__footer-additional", - }, - "children": Array [], - "name": "div", - "namespace": "http://www.w3.org/1999/xhtml", - "next": [Circular], - "parent": [Circular], - "prev": null, - "type": "tag", - "x-attribsNamespace": Object { - "class": undefined, - }, - "x-attribsPrefix": Object { - "class": undefined, - }, - }, - "type": "tag", - "x-attribsNamespace": Object {}, - "x-attribsPrefix": Object {}, - }, - ], - "name": "div", - "namespace": "http://www.w3.org/1999/xhtml", - "next": null, - "parent": [Circular], - "prev": null, - "type": "tag", - "x-attribsNamespace": Object { - "class": undefined, - }, - "x-attribsPrefix": Object { - "class": undefined, - }, - }, - ], - "name": "div", - "namespace": "http://www.w3.org/1999/xhtml", - "next": null, - "parent": [Circular], - "prev": [Circular], - "type": "tag", - "x-attribsNamespace": Object { - "class": undefined, - }, - "x-attribsPrefix": Object { - "class": undefined, - }, - }, - "parent": [Circular], - "prev": Object { - "attribs": Object { - "class": "gio-modal-header", - }, - "children": Array [ - Object { - "attribs": Object { - "class": "gio-modal-title", - "id": "rcDialogTitle1", - }, - "children": Array [ - Object { - "attribs": Object { - "class": "gio-modal__title", - }, - "children": Array [ - Object { - "data": "步骤 1", - "next": null, - "parent": [Circular], - "prev": null, - "type": "text", - }, - ], - "name": "div", - "namespace": "http://www.w3.org/1999/xhtml", - "next": null, - "parent": [Circular], - "prev": null, - "type": "tag", - "x-attribsNamespace": Object { - "class": undefined, - }, - "x-attribsPrefix": Object { - "class": undefined, - }, - }, - ], - "name": "div", - "namespace": "http://www.w3.org/1999/xhtml", - "next": null, - "parent": [Circular], - "prev": null, - "type": "tag", - "x-attribsNamespace": Object { - "class": undefined, - "id": undefined, - }, - "x-attribsPrefix": Object { - "class": undefined, - "id": undefined, - }, - }, - ], - "name": "div", - "namespace": "http://www.w3.org/1999/xhtml", - "next": [Circular], - "parent": [Circular], - "prev": Object { - "attribs": Object { - "aria-label": "Close", - "class": "gio-modal-close", - "type": "button", - }, - "children": Array [ - Object { - "attribs": Object { - "class": "gio-icon gio-modal__close", - }, - "children": Array [ - Object { - "attribs": Object { - "class": "gio-icon-svg", - "fill": "currentColor", - "height": "1rem", - "viewBox": "0 0 14 14", - "width": "1rem", - }, - "children": Array [ - Object { - "attribs": Object {}, - "children": Array [ - Object { - "attribs": Object {}, - "children": Array [], - "name": "style", - "namespace": "http://www.w3.org/2000/svg", - "next": null, - "parent": [Circular], - "prev": null, - "type": "style", - "x-attribsNamespace": Object {}, - "x-attribsPrefix": Object {}, - }, - ], - "name": "defs", - "namespace": "http://www.w3.org/2000/svg", - "next": Object { - "attribs": Object { - "data-name": "\\\\u56FE\\\\u5C42 2", - "id": "close_svg__\\\\u56FE\\\\u5C42_2", - }, - "children": Array [ - Object { - "attribs": Object { - "data-name": "\\\\u56FE\\\\u5C42 1", - "id": "close_svg__\\\\u56FE\\\\u5C42_1-2", - }, - "children": Array [ - Object { - "attribs": Object { - "d": "M6.62 5.92a.54.54 0 00.76 0l3.87-3.87a.49.49 0 01.7.7L8.08 6.62a.54.54 0 000 .76L12 11.25a.49.49 0 01-.7.7L7.38 8.08a.54.54 0 00-.76 0L2.75 12a.49.49 0 01-.7-.7l3.87-3.92a.54.54 0 000-.76L2.05 2.75a.49.49 0 01.7-.7z", - "fill": "currentColor", - "fill-rule": "evenodd", - "id": "close_svg__close", - }, - "children": Array [], - "name": "path", - "namespace": "http://www.w3.org/2000/svg", - "next": null, - "parent": [Circular], - "prev": null, - "type": "tag", - "x-attribsNamespace": Object { - "d": undefined, - "fill": undefined, - "fill-rule": undefined, - "id": undefined, - }, - "x-attribsPrefix": Object { - "d": undefined, - "fill": undefined, - "fill-rule": undefined, - "id": undefined, - }, - }, - ], - "name": "g", - "namespace": "http://www.w3.org/2000/svg", - "next": null, - "parent": [Circular], - "prev": null, - "type": "tag", - "x-attribsNamespace": Object { - "data-name": undefined, - "id": undefined, - }, - "x-attribsPrefix": Object { - "data-name": undefined, - "id": undefined, - }, - }, - ], - "name": "g", - "namespace": "http://www.w3.org/2000/svg", - "next": null, - "parent": [Circular], - "prev": [Circular], - "type": "tag", - "x-attribsNamespace": Object { - "data-name": undefined, - "id": undefined, - }, - "x-attribsPrefix": Object { - "data-name": undefined, - "id": undefined, - }, - }, - "parent": [Circular], - "prev": null, - "type": "tag", - "x-attribsNamespace": Object {}, - "x-attribsPrefix": Object {}, - }, - Object { - "attribs": Object { - "data-name": "\\\\u56FE\\\\u5C42 2", - "id": "close_svg__\\\\u56FE\\\\u5C42_2", - }, - "children": Array [ - Object { - "attribs": Object { - "data-name": "\\\\u56FE\\\\u5C42 1", - "id": "close_svg__\\\\u56FE\\\\u5C42_1-2", - }, - "children": Array [ - Object { - "attribs": Object { - "d": "M6.62 5.92a.54.54 0 00.76 0l3.87-3.87a.49.49 0 01.7.7L8.08 6.62a.54.54 0 000 .76L12 11.25a.49.49 0 01-.7.7L7.38 8.08a.54.54 0 00-.76 0L2.75 12a.49.49 0 01-.7-.7l3.87-3.92a.54.54 0 000-.76L2.05 2.75a.49.49 0 01.7-.7z", - "fill": "currentColor", - "fill-rule": "evenodd", - "id": "close_svg__close", - }, - "children": Array [], - "name": "path", - "namespace": "http://www.w3.org/2000/svg", - "next": null, - "parent": [Circular], - "prev": null, - "type": "tag", - "x-attribsNamespace": Object { - "d": undefined, - "fill": undefined, - "fill-rule": undefined, - "id": undefined, - }, - "x-attribsPrefix": Object { - "d": undefined, - "fill": undefined, - "fill-rule": undefined, - "id": undefined, - }, - }, - ], - "name": "g", - "namespace": "http://www.w3.org/2000/svg", - "next": null, - "parent": [Circular], - "prev": null, - "type": "tag", - "x-attribsNamespace": Object { - "data-name": undefined, - "id": undefined, - }, - "x-attribsPrefix": Object { - "data-name": undefined, - "id": undefined, - }, - }, - ], - "name": "g", - "namespace": "http://www.w3.org/2000/svg", - "next": null, - "parent": [Circular], - "prev": Object { - "attribs": Object {}, - "children": Array [ - Object { - "attribs": Object {}, - "children": Array [], - "name": "style", - "namespace": "http://www.w3.org/2000/svg", - "next": null, - "parent": [Circular], - "prev": null, - "type": "style", - "x-attribsNamespace": Object {}, - "x-attribsPrefix": Object {}, - }, - ], - "name": "defs", - "namespace": "http://www.w3.org/2000/svg", - "next": [Circular], - "parent": [Circular], - "prev": null, - "type": "tag", - "x-attribsNamespace": Object {}, - "x-attribsPrefix": Object {}, - }, - "type": "tag", - "x-attribsNamespace": Object { - "data-name": undefined, - "id": undefined, - }, - "x-attribsPrefix": Object { - "data-name": undefined, - "id": undefined, - }, - }, - ], - "name": "svg", - "namespace": "http://www.w3.org/2000/svg", - "next": null, - "parent": [Circular], - "prev": null, - "type": "tag", - "x-attribsNamespace": Object { - "class": undefined, - "fill": undefined, - "height": undefined, - "viewBox": undefined, - "width": undefined, - }, - "x-attribsPrefix": Object { - "class": undefined, - "fill": undefined, - "height": undefined, - "viewBox": undefined, - "width": undefined, - }, - }, - ], - "name": "span", - "namespace": "http://www.w3.org/1999/xhtml", - "next": null, - "parent": [Circular], - "prev": null, - "type": "tag", - "x-attribsNamespace": Object { - "class": undefined, - }, - "x-attribsPrefix": Object { - "class": undefined, - }, - }, - ], - "name": "button", - "namespace": "http://www.w3.org/1999/xhtml", - "next": [Circular], - "parent": [Circular], - "prev": null, - "type": "tag", - "x-attribsNamespace": Object { - "aria-label": undefined, - "class": undefined, - "type": undefined, - }, - "x-attribsPrefix": Object { - "aria-label": undefined, - "class": undefined, - "type": undefined, - }, - }, - "type": "tag", - "x-attribsNamespace": Object { - "class": undefined, - }, - "x-attribsPrefix": Object { - "class": undefined, - }, - }, - "type": "tag", - "x-attribsNamespace": Object { - "class": undefined, - }, - "x-attribsPrefix": Object { - "class": undefined, - }, - }, - Object { - "attribs": Object { - "class": "gio-modal-footer", - }, - "children": Array [ - Object { - "attribs": Object { - "class": "gio-modal__footer", - }, - "children": Array [ - Object { - "attribs": Object { - "class": "gio-modal__footer-additional", - }, - "children": Array [], - "name": "div", - "namespace": "http://www.w3.org/1999/xhtml", - "next": Object { - "attribs": Object {}, - "children": Array [ - Object { - "attribs": Object { - "class": "gio-btn gio-modal__btn-close gio-btn-secondary", - "type": "button", - }, - "children": Array [ - Object { - "attribs": Object {}, - "children": Array [ - Object { - "data": "取 消", - "next": null, - "parent": [Circular], - "prev": null, - "type": "text", - }, - ], - "name": "span", - "namespace": "http://www.w3.org/1999/xhtml", - "next": null, - "parent": [Circular], - "prev": null, - "type": "tag", - "x-attribsNamespace": Object {}, - "x-attribsPrefix": Object {}, - }, - ], - "name": "button", - "namespace": "http://www.w3.org/1999/xhtml", - "next": Object { - "attribs": Object { - "class": "gio-btn gio-modal__btn-ok gio-btn-primary", - "type": "button", - }, - "children": Array [ - Object { - "attribs": Object {}, - "children": Array [ - Object { - "data": "下一步", - "next": null, - "parent": [Circular], - "prev": null, - "type": "text", - }, - ], - "name": "span", - "namespace": "http://www.w3.org/1999/xhtml", - "next": null, - "parent": [Circular], - "prev": null, - "type": "tag", - "x-attribsNamespace": Object {}, - "x-attribsPrefix": Object {}, - }, - ], - "name": "button", - "namespace": "http://www.w3.org/1999/xhtml", - "next": null, - "parent": [Circular], - "prev": [Circular], - "type": "tag", - "x-attribsNamespace": Object { - "class": undefined, - "type": undefined, - }, - "x-attribsPrefix": Object { - "class": undefined, - "type": undefined, - }, - }, - "parent": [Circular], - "prev": null, - "type": "tag", - "x-attribsNamespace": Object { - "class": undefined, - "type": undefined, - }, - "x-attribsPrefix": Object { - "class": undefined, - "type": undefined, - }, - }, - Object { - "attribs": Object { - "class": "gio-btn gio-modal__btn-ok gio-btn-primary", - "type": "button", - }, - "children": Array [ - Object { - "attribs": Object {}, - "children": Array [ - Object { - "data": "下一步", - "next": null, - "parent": [Circular], - "prev": null, - "type": "text", - }, - ], - "name": "span", - "namespace": "http://www.w3.org/1999/xhtml", - "next": null, - "parent": [Circular], - "prev": null, - "type": "tag", - "x-attribsNamespace": Object {}, - "x-attribsPrefix": Object {}, - }, - ], - "name": "button", - "namespace": "http://www.w3.org/1999/xhtml", - "next": null, - "parent": [Circular], - "prev": Object { - "attribs": Object { - "class": "gio-btn gio-modal__btn-close gio-btn-secondary", - "type": "button", - }, - "children": Array [ - Object { - "attribs": Object {}, - "children": Array [ - Object { - "data": "取 消", - "next": null, - "parent": [Circular], - "prev": null, - "type": "text", - }, - ], - "name": "span", - "namespace": "http://www.w3.org/1999/xhtml", - "next": null, - "parent": [Circular], - "prev": null, - "type": "tag", - "x-attribsNamespace": Object {}, - "x-attribsPrefix": Object {}, - }, - ], - "name": "button", - "namespace": "http://www.w3.org/1999/xhtml", - "next": [Circular], - "parent": [Circular], - "prev": null, - "type": "tag", - "x-attribsNamespace": Object { - "class": undefined, - "type": undefined, - }, - "x-attribsPrefix": Object { - "class": undefined, - "type": undefined, - }, - }, - "type": "tag", - "x-attribsNamespace": Object { - "class": undefined, - "type": undefined, - }, - "x-attribsPrefix": Object { - "class": undefined, - "type": undefined, - }, - }, - ], - "name": "div", - "namespace": "http://www.w3.org/1999/xhtml", - "next": null, - "parent": [Circular], - "prev": [Circular], - "type": "tag", - "x-attribsNamespace": Object {}, - "x-attribsPrefix": Object {}, - }, - "parent": [Circular], - "prev": null, - "type": "tag", - "x-attribsNamespace": Object { - "class": undefined, - }, - "x-attribsPrefix": Object { - "class": undefined, - }, - }, - Object { - "attribs": Object {}, - "children": Array [ - Object { - "attribs": Object { - "class": "gio-btn gio-modal__btn-close gio-btn-secondary", - "type": "button", - }, - "children": Array [ - Object { - "attribs": Object {}, - "children": Array [ - Object { - "data": "取 消", - "next": null, - "parent": [Circular], - "prev": null, - "type": "text", - }, - ], - "name": "span", - "namespace": "http://www.w3.org/1999/xhtml", - "next": null, - "parent": [Circular], - "prev": null, - "type": "tag", - "x-attribsNamespace": Object {}, - "x-attribsPrefix": Object {}, - }, - ], - "name": "button", - "namespace": "http://www.w3.org/1999/xhtml", - "next": Object { - "attribs": Object { - "class": "gio-btn gio-modal__btn-ok gio-btn-primary", - "type": "button", - }, - "children": Array [ - Object { - "attribs": Object {}, - "children": Array [ - Object { - "data": "下一步", - "next": null, - "parent": [Circular], - "prev": null, - "type": "text", - }, - ], - "name": "span", - "namespace": "http://www.w3.org/1999/xhtml", - "next": null, - "parent": [Circular], - "prev": null, - "type": "tag", - "x-attribsNamespace": Object {}, - "x-attribsPrefix": Object {}, - }, - ], - "name": "button", - "namespace": "http://www.w3.org/1999/xhtml", - "next": null, - "parent": [Circular], - "prev": [Circular], - "type": "tag", - "x-attribsNamespace": Object { - "class": undefined, - "type": undefined, - }, - "x-attribsPrefix": Object { - "class": undefined, - "type": undefined, - }, - }, - "parent": [Circular], - "prev": null, - "type": "tag", - "x-attribsNamespace": Object { - "class": undefined, - "type": undefined, - }, - "x-attribsPrefix": Object { - "class": undefined, - "type": undefined, - }, - }, - Object { - "attribs": Object { - "class": "gio-btn gio-modal__btn-ok gio-btn-primary", - "type": "button", - }, - "children": Array [ - Object { - "attribs": Object {}, - "children": Array [ - Object { - "data": "下一步", - "next": null, - "parent": [Circular], - "prev": null, - "type": "text", - }, - ], - "name": "span", - "namespace": "http://www.w3.org/1999/xhtml", - "next": null, - "parent": [Circular], - "prev": null, - "type": "tag", - "x-attribsNamespace": Object {}, - "x-attribsPrefix": Object {}, - }, - ], - "name": "button", - "namespace": "http://www.w3.org/1999/xhtml", - "next": null, - "parent": [Circular], - "prev": Object { - "attribs": Object { - "class": "gio-btn gio-modal__btn-close gio-btn-secondary", - "type": "button", - }, - "children": Array [ - Object { - "attribs": Object {}, - "children": Array [ - Object { - "data": "取 消", - "next": null, - "parent": [Circular], - "prev": null, - "type": "text", - }, - ], - "name": "span", - "namespace": "http://www.w3.org/1999/xhtml", - "next": null, - "parent": [Circular], - "prev": null, - "type": "tag", - "x-attribsNamespace": Object {}, - "x-attribsPrefix": Object {}, - }, - ], - "name": "button", - "namespace": "http://www.w3.org/1999/xhtml", - "next": [Circular], - "parent": [Circular], - "prev": null, - "type": "tag", - "x-attribsNamespace": Object { - "class": undefined, - "type": undefined, - }, - "x-attribsPrefix": Object { - "class": undefined, - "type": undefined, - }, - }, - "type": "tag", - "x-attribsNamespace": Object { - "class": undefined, - "type": undefined, - }, - "x-attribsPrefix": Object { - "class": undefined, - "type": undefined, - }, - }, - ], - "name": "div", - "namespace": "http://www.w3.org/1999/xhtml", - "next": null, - "parent": [Circular], - "prev": Object { - "attribs": Object { - "class": "gio-modal__footer-additional", - }, - "children": Array [], - "name": "div", - "namespace": "http://www.w3.org/1999/xhtml", - "next": [Circular], - "parent": [Circular], - "prev": null, - "type": "tag", - "x-attribsNamespace": Object { - "class": undefined, - }, - "x-attribsPrefix": Object { - "class": undefined, - }, - }, - "type": "tag", - "x-attribsNamespace": Object {}, - "x-attribsPrefix": Object {}, - }, - ], - "name": "div", - "namespace": "http://www.w3.org/1999/xhtml", - "next": null, - "parent": [Circular], - "prev": null, - "type": "tag", - "x-attribsNamespace": Object { - "class": undefined, - }, - "x-attribsPrefix": Object { - "class": undefined, - }, - }, - ], - "name": "div", - "namespace": "http://www.w3.org/1999/xhtml", - "next": null, - "parent": [Circular], - "prev": Object { - "attribs": Object { - "class": "gio-modal-body", - }, - "children": Array [ - Object { - "attribs": Object {}, - "children": Array [ - Object { - "data": "Step One", - "next": Object { - "attribs": Object { - "class": "gio-btn gio-btn-text gio-btn-small", - "style": "margin-left: 5px;", - "type": "button", - }, - "children": Array [ - Object { - "attribs": Object {}, - "children": Array [ - Object { - "data": "go 2-1", - "next": null, - "parent": [Circular], - "prev": null, - "type": "text", - }, - ], - "name": "span", - "namespace": "http://www.w3.org/1999/xhtml", - "next": null, - "parent": [Circular], - "prev": null, - "type": "tag", - "x-attribsNamespace": Object {}, - "x-attribsPrefix": Object {}, - }, - ], - "name": "button", - "namespace": "http://www.w3.org/1999/xhtml", - "next": Object { - "attribs": Object { - "class": "gio-btn gio-btn-text gio-btn-small", - "style": "margin-left: 5px;", - "type": "button", - }, - "children": Array [ - Object { - "attribs": Object {}, - "children": Array [ - Object { - "data": "go 2-2", - "next": null, - "parent": [Circular], - "prev": null, - "type": "text", - }, - ], - "name": "span", - "namespace": "http://www.w3.org/1999/xhtml", - "next": null, - "parent": [Circular], - "prev": null, - "type": "tag", - "x-attribsNamespace": Object {}, - "x-attribsPrefix": Object {}, - }, - ], - "name": "button", - "namespace": "http://www.w3.org/1999/xhtml", - "next": null, - "parent": [Circular], - "prev": [Circular], - "type": "tag", - "x-attribsNamespace": Object { - "class": undefined, - "style": undefined, - "type": undefined, - }, - "x-attribsPrefix": Object { - "class": undefined, - "style": undefined, - "type": undefined, - }, - }, - "parent": [Circular], - "prev": [Circular], - "type": "tag", - "x-attribsNamespace": Object { - "class": undefined, - "style": undefined, - "type": undefined, - }, - "x-attribsPrefix": Object { - "class": undefined, - "style": undefined, - "type": undefined, - }, - }, - "parent": [Circular], - "prev": null, - "type": "text", - }, - Object { - "attribs": Object { - "class": "gio-btn gio-btn-text gio-btn-small", - "style": "margin-left: 5px;", - "type": "button", - }, - "children": Array [ - Object { - "attribs": Object {}, - "children": Array [ - Object { - "data": "go 2-1", - "next": null, - "parent": [Circular], - "prev": null, - "type": "text", - }, - ], - "name": "span", - "namespace": "http://www.w3.org/1999/xhtml", - "next": null, - "parent": [Circular], - "prev": null, - "type": "tag", - "x-attribsNamespace": Object {}, - "x-attribsPrefix": Object {}, - }, - ], - "name": "button", - "namespace": "http://www.w3.org/1999/xhtml", - "next": Object { - "attribs": Object { - "class": "gio-btn gio-btn-text gio-btn-small", - "style": "margin-left: 5px;", - "type": "button", - }, - "children": Array [ - Object { - "attribs": Object {}, - "children": Array [ - Object { - "data": "go 2-2", - "next": null, - "parent": [Circular], - "prev": null, - "type": "text", - }, - ], - "name": "span", - "namespace": "http://www.w3.org/1999/xhtml", - "next": null, - "parent": [Circular], - "prev": null, - "type": "tag", - "x-attribsNamespace": Object {}, - "x-attribsPrefix": Object {}, - }, - ], - "name": "button", - "namespace": "http://www.w3.org/1999/xhtml", - "next": null, - "parent": [Circular], - "prev": [Circular], - "type": "tag", - "x-attribsNamespace": Object { - "class": undefined, - "style": undefined, - "type": undefined, - }, - "x-attribsPrefix": Object { - "class": undefined, - "style": undefined, - "type": undefined, - }, - }, - "parent": [Circular], - "prev": Object { - "data": "Step One", - "next": [Circular], - "parent": [Circular], - "prev": null, - "type": "text", - }, - "type": "tag", - "x-attribsNamespace": Object { - "class": undefined, - "style": undefined, - "type": undefined, - }, - "x-attribsPrefix": Object { - "class": undefined, - "style": undefined, - "type": undefined, - }, - }, - Object { - "attribs": Object { - "class": "gio-btn gio-btn-text gio-btn-small", - "style": "margin-left: 5px;", - "type": "button", - }, - "children": Array [ - Object { - "attribs": Object {}, - "children": Array [ - Object { - "data": "go 2-2", - "next": null, - "parent": [Circular], - "prev": null, - "type": "text", - }, - ], - "name": "span", - "namespace": "http://www.w3.org/1999/xhtml", - "next": null, - "parent": [Circular], - "prev": null, - "type": "tag", - "x-attribsNamespace": Object {}, - "x-attribsPrefix": Object {}, - }, - ], - "name": "button", - "namespace": "http://www.w3.org/1999/xhtml", - "next": null, - "parent": [Circular], - "prev": Object { - "attribs": Object { - "class": "gio-btn gio-btn-text gio-btn-small", - "style": "margin-left: 5px;", - "type": "button", - }, - "children": Array [ - Object { - "attribs": Object {}, - "children": Array [ - Object { - "data": "go 2-1", - "next": null, - "parent": [Circular], - "prev": null, - "type": "text", - }, - ], - "name": "span", - "namespace": "http://www.w3.org/1999/xhtml", - "next": null, - "parent": [Circular], - "prev": null, - "type": "tag", - "x-attribsNamespace": Object {}, - "x-attribsPrefix": Object {}, - }, - ], - "name": "button", - "namespace": "http://www.w3.org/1999/xhtml", - "next": [Circular], - "parent": [Circular], - "prev": Object { - "data": "Step One", - "next": [Circular], - "parent": [Circular], - "prev": null, - "type": "text", - }, - "type": "tag", - "x-attribsNamespace": Object { - "class": undefined, - "style": undefined, - "type": undefined, - }, - "x-attribsPrefix": Object { - "class": undefined, - "style": undefined, - "type": undefined, - }, - }, - "type": "tag", - "x-attribsNamespace": Object { - "class": undefined, - "style": undefined, - "type": undefined, - }, - "x-attribsPrefix": Object { - "class": undefined, - "style": undefined, - "type": undefined, - }, - }, - ], - "name": "div", - "namespace": "http://www.w3.org/1999/xhtml", - "next": null, - "parent": [Circular], - "prev": null, - "type": "tag", - "x-attribsNamespace": Object {}, - "x-attribsPrefix": Object {}, - }, - ], - "name": "div", - "namespace": "http://www.w3.org/1999/xhtml", - "next": [Circular], - "parent": [Circular], - "prev": Object { - "attribs": Object { - "class": "gio-modal-header", - }, - "children": Array [ - Object { - "attribs": Object { - "class": "gio-modal-title", - "id": "rcDialogTitle1", - }, - "children": Array [ - Object { - "attribs": Object { - "class": "gio-modal__title", - }, - "children": Array [ - Object { - "data": "步骤 1", - "next": null, - "parent": [Circular], - "prev": null, - "type": "text", - }, - ], - "name": "div", - "namespace": "http://www.w3.org/1999/xhtml", - "next": null, - "parent": [Circular], - "prev": null, - "type": "tag", - "x-attribsNamespace": Object { - "class": undefined, - }, - "x-attribsPrefix": Object { - "class": undefined, - }, - }, - ], - "name": "div", - "namespace": "http://www.w3.org/1999/xhtml", - "next": null, - "parent": [Circular], - "prev": null, - "type": "tag", - "x-attribsNamespace": Object { - "class": undefined, - "id": undefined, - }, - "x-attribsPrefix": Object { - "class": undefined, - "id": undefined, - }, - }, - ], - "name": "div", - "namespace": "http://www.w3.org/1999/xhtml", - "next": [Circular], - "parent": [Circular], - "prev": Object { - "attribs": Object { - "aria-label": "Close", - "class": "gio-modal-close", - "type": "button", - }, - "children": Array [ - Object { - "attribs": Object { - "class": "gio-icon gio-modal__close", - }, - "children": Array [ - Object { - "attribs": Object { - "class": "gio-icon-svg", - "fill": "currentColor", - "height": "1rem", - "viewBox": "0 0 14 14", - "width": "1rem", - }, - "children": Array [ - Object { - "attribs": Object {}, - "children": Array [ - Object { - "attribs": Object {}, - "children": Array [], - "name": "style", - "namespace": "http://www.w3.org/2000/svg", - "next": null, - "parent": [Circular], - "prev": null, - "type": "style", - "x-attribsNamespace": Object {}, - "x-attribsPrefix": Object {}, - }, - ], - "name": "defs", - "namespace": "http://www.w3.org/2000/svg", - "next": Object { - "attribs": Object { - "data-name": "\\\\u56FE\\\\u5C42 2", - "id": "close_svg__\\\\u56FE\\\\u5C42_2", - }, - "children": Array [ - Object { - "attribs": Object { - "data-name": "\\\\u56FE\\\\u5C42 1", - "id": "close_svg__\\\\u56FE\\\\u5C42_1-2", - }, - "children": Array [ - Object { - "attribs": Object { - "d": "M6.62 5.92a.54.54 0 00.76 0l3.87-3.87a.49.49 0 01.7.7L8.08 6.62a.54.54 0 000 .76L12 11.25a.49.49 0 01-.7.7L7.38 8.08a.54.54 0 00-.76 0L2.75 12a.49.49 0 01-.7-.7l3.87-3.92a.54.54 0 000-.76L2.05 2.75a.49.49 0 01.7-.7z", - "fill": "currentColor", - "fill-rule": "evenodd", - "id": "close_svg__close", - }, - "children": Array [], - "name": "path", - "namespace": "http://www.w3.org/2000/svg", - "next": null, - "parent": [Circular], - "prev": null, - "type": "tag", - "x-attribsNamespace": Object { - "d": undefined, - "fill": undefined, - "fill-rule": undefined, - "id": undefined, - }, - "x-attribsPrefix": Object { - "d": undefined, - "fill": undefined, - "fill-rule": undefined, - "id": undefined, - }, - }, - ], - "name": "g", - "namespace": "http://www.w3.org/2000/svg", - "next": null, - "parent": [Circular], - "prev": null, - "type": "tag", - "x-attribsNamespace": Object { - "data-name": undefined, - "id": undefined, - }, - "x-attribsPrefix": Object { - "data-name": undefined, - "id": undefined, - }, - }, - ], - "name": "g", - "namespace": "http://www.w3.org/2000/svg", - "next": null, - "parent": [Circular], - "prev": [Circular], - "type": "tag", - "x-attribsNamespace": Object { - "data-name": undefined, - "id": undefined, - }, - "x-attribsPrefix": Object { - "data-name": undefined, - "id": undefined, - }, - }, - "parent": [Circular], - "prev": null, - "type": "tag", - "x-attribsNamespace": Object {}, - "x-attribsPrefix": Object {}, - }, - Object { - "attribs": Object { - "data-name": "\\\\u56FE\\\\u5C42 2", - "id": "close_svg__\\\\u56FE\\\\u5C42_2", - }, - "children": Array [ - Object { - "attribs": Object { - "data-name": "\\\\u56FE\\\\u5C42 1", - "id": "close_svg__\\\\u56FE\\\\u5C42_1-2", - }, - "children": Array [ - Object { - "attribs": Object { - "d": "M6.62 5.92a.54.54 0 00.76 0l3.87-3.87a.49.49 0 01.7.7L8.08 6.62a.54.54 0 000 .76L12 11.25a.49.49 0 01-.7.7L7.38 8.08a.54.54 0 00-.76 0L2.75 12a.49.49 0 01-.7-.7l3.87-3.92a.54.54 0 000-.76L2.05 2.75a.49.49 0 01.7-.7z", - "fill": "currentColor", - "fill-rule": "evenodd", - "id": "close_svg__close", - }, - "children": Array [], - "name": "path", - "namespace": "http://www.w3.org/2000/svg", - "next": null, - "parent": [Circular], - "prev": null, - "type": "tag", - "x-attribsNamespace": Object { - "d": undefined, - "fill": undefined, - "fill-rule": undefined, - "id": undefined, - }, - "x-attribsPrefix": Object { - "d": undefined, - "fill": undefined, - "fill-rule": undefined, - "id": undefined, - }, - }, - ], - "name": "g", - "namespace": "http://www.w3.org/2000/svg", - "next": null, - "parent": [Circular], - "prev": null, - "type": "tag", - "x-attribsNamespace": Object { - "data-name": undefined, - "id": undefined, - }, - "x-attribsPrefix": Object { - "data-name": undefined, - "id": undefined, - }, - }, - ], - "name": "g", - "namespace": "http://www.w3.org/2000/svg", - "next": null, - "parent": [Circular], - "prev": Object { - "attribs": Object {}, - "children": Array [ - Object { - "attribs": Object {}, - "children": Array [], - "name": "style", - "namespace": "http://www.w3.org/2000/svg", - "next": null, - "parent": [Circular], - "prev": null, - "type": "style", - "x-attribsNamespace": Object {}, - "x-attribsPrefix": Object {}, - }, - ], - "name": "defs", - "namespace": "http://www.w3.org/2000/svg", - "next": [Circular], - "parent": [Circular], - "prev": null, - "type": "tag", - "x-attribsNamespace": Object {}, - "x-attribsPrefix": Object {}, - }, - "type": "tag", - "x-attribsNamespace": Object { - "data-name": undefined, - "id": undefined, - }, - "x-attribsPrefix": Object { - "data-name": undefined, - "id": undefined, - }, - }, - ], - "name": "svg", - "namespace": "http://www.w3.org/2000/svg", - "next": null, - "parent": [Circular], - "prev": null, - "type": "tag", - "x-attribsNamespace": Object { - "class": undefined, - "fill": undefined, - "height": undefined, - "viewBox": undefined, - "width": undefined, - }, - "x-attribsPrefix": Object { - "class": undefined, - "fill": undefined, - "height": undefined, - "viewBox": undefined, - "width": undefined, - }, - }, - ], - "name": "span", - "namespace": "http://www.w3.org/1999/xhtml", - "next": null, - "parent": [Circular], - "prev": null, - "type": "tag", - "x-attribsNamespace": Object { - "class": undefined, - }, - "x-attribsPrefix": Object { - "class": undefined, - }, - }, - ], - "name": "button", - "namespace": "http://www.w3.org/1999/xhtml", - "next": [Circular], - "parent": [Circular], - "prev": null, - "type": "tag", - "x-attribsNamespace": Object { - "aria-label": undefined, - "class": undefined, - "type": undefined, - }, - "x-attribsPrefix": Object { - "aria-label": undefined, - "class": undefined, - "type": undefined, - }, - }, - "type": "tag", - "x-attribsNamespace": Object { - "class": undefined, - }, - "x-attribsPrefix": Object { - "class": undefined, - }, - }, - "type": "tag", - "x-attribsNamespace": Object { - "class": undefined, - }, - "x-attribsPrefix": Object { - "class": undefined, - }, - }, - "type": "tag", - "x-attribsNamespace": Object { - "class": undefined, - }, - "x-attribsPrefix": Object { - "class": undefined, - }, - }, - ], - "name": "div", - "namespace": "http://www.w3.org/1999/xhtml", - "next": Object { - "attribs": Object { - "aria-hidden": "true", - "style": "width: 0px; height: 0px; overflow: hidden; outline: none;", - "tabindex": "0", - }, - "children": Array [], - "name": "div", - "namespace": "http://www.w3.org/1999/xhtml", - "next": null, - "parent": [Circular], - "prev": [Circular], - "type": "tag", - "x-attribsNamespace": Object { - "aria-hidden": undefined, - "style": undefined, - "tabindex": undefined, - }, - "x-attribsPrefix": Object { - "aria-hidden": undefined, - "style": undefined, - "tabindex": undefined, - }, - }, - "parent": [Circular], - "prev": Object { - "attribs": Object { - "aria-hidden": "true", - "style": "width: 0px; height: 0px; overflow: hidden; outline: none;", - "tabindex": "0", - }, - "children": Array [], - "name": "div", - "namespace": "http://www.w3.org/1999/xhtml", - "next": [Circular], - "parent": [Circular], - "prev": null, - "type": "tag", - "x-attribsNamespace": Object { - "aria-hidden": undefined, - "style": undefined, - "tabindex": undefined, - }, - "x-attribsPrefix": Object { - "aria-hidden": undefined, - "style": undefined, - "tabindex": undefined, - }, - }, - "type": "tag", - "x-attribsNamespace": Object { - "class": undefined, - }, - "x-attribsPrefix": Object { - "class": undefined, - }, - }, - Object { - "attribs": Object { - "aria-hidden": "true", - "style": "width: 0px; height: 0px; overflow: hidden; outline: none;", - "tabindex": "0", - }, - "children": Array [], - "name": "div", - "namespace": "http://www.w3.org/1999/xhtml", - "next": null, - "parent": [Circular], - "prev": Object { - "attribs": Object { - "class": "gio-modal-content", - }, - "children": Array [ - Object { - "attribs": Object { - "aria-label": "Close", - "class": "gio-modal-close", - "type": "button", - }, - "children": Array [ - Object { - "attribs": Object { - "class": "gio-icon gio-modal__close", - }, - "children": Array [ - Object { - "attribs": Object { - "class": "gio-icon-svg", - "fill": "currentColor", - "height": "1rem", - "viewBox": "0 0 14 14", - "width": "1rem", - }, - "children": Array [ - Object { - "attribs": Object {}, - "children": Array [ - Object { - "attribs": Object {}, - "children": Array [], - "name": "style", - "namespace": "http://www.w3.org/2000/svg", - "next": null, - "parent": [Circular], - "prev": null, - "type": "style", - "x-attribsNamespace": Object {}, - "x-attribsPrefix": Object {}, - }, - ], - "name": "defs", - "namespace": "http://www.w3.org/2000/svg", - "next": Object { - "attribs": Object { - "data-name": "\\\\u56FE\\\\u5C42 2", - "id": "close_svg__\\\\u56FE\\\\u5C42_2", - }, - "children": Array [ - Object { - "attribs": Object { - "data-name": "\\\\u56FE\\\\u5C42 1", - "id": "close_svg__\\\\u56FE\\\\u5C42_1-2", - }, - "children": Array [ - Object { - "attribs": Object { - "d": "M6.62 5.92a.54.54 0 00.76 0l3.87-3.87a.49.49 0 01.7.7L8.08 6.62a.54.54 0 000 .76L12 11.25a.49.49 0 01-.7.7L7.38 8.08a.54.54 0 00-.76 0L2.75 12a.49.49 0 01-.7-.7l3.87-3.92a.54.54 0 000-.76L2.05 2.75a.49.49 0 01.7-.7z", - "fill": "currentColor", - "fill-rule": "evenodd", - "id": "close_svg__close", - }, - "children": Array [], - "name": "path", - "namespace": "http://www.w3.org/2000/svg", - "next": null, - "parent": [Circular], - "prev": null, - "type": "tag", - "x-attribsNamespace": Object { - "d": undefined, - "fill": undefined, - "fill-rule": undefined, - "id": undefined, - }, - "x-attribsPrefix": Object { - "d": undefined, - "fill": undefined, - "fill-rule": undefined, - "id": undefined, - }, - }, - ], - "name": "g", - "namespace": "http://www.w3.org/2000/svg", - "next": null, - "parent": [Circular], - "prev": null, - "type": "tag", - "x-attribsNamespace": Object { - "data-name": undefined, - "id": undefined, - }, - "x-attribsPrefix": Object { - "data-name": undefined, - "id": undefined, - }, - }, - ], - "name": "g", - "namespace": "http://www.w3.org/2000/svg", - "next": null, - "parent": [Circular], - "prev": [Circular], - "type": "tag", - "x-attribsNamespace": Object { - "data-name": undefined, - "id": undefined, - }, - "x-attribsPrefix": Object { - "data-name": undefined, - "id": undefined, - }, - }, - "parent": [Circular], - "prev": null, - "type": "tag", - "x-attribsNamespace": Object {}, - "x-attribsPrefix": Object {}, - }, - Object { - "attribs": Object { - "data-name": "\\\\u56FE\\\\u5C42 2", - "id": "close_svg__\\\\u56FE\\\\u5C42_2", - }, - "children": Array [ - Object { - "attribs": Object { - "data-name": "\\\\u56FE\\\\u5C42 1", - "id": "close_svg__\\\\u56FE\\\\u5C42_1-2", - }, - "children": Array [ - Object { - "attribs": Object { - "d": "M6.62 5.92a.54.54 0 00.76 0l3.87-3.87a.49.49 0 01.7.7L8.08 6.62a.54.54 0 000 .76L12 11.25a.49.49 0 01-.7.7L7.38 8.08a.54.54 0 00-.76 0L2.75 12a.49.49 0 01-.7-.7l3.87-3.92a.54.54 0 000-.76L2.05 2.75a.49.49 0 01.7-.7z", - "fill": "currentColor", - "fill-rule": "evenodd", - "id": "close_svg__close", - }, - "children": Array [], - "name": "path", - "namespace": "http://www.w3.org/2000/svg", - "next": null, - "parent": [Circular], - "prev": null, - "type": "tag", - "x-attribsNamespace": Object { - "d": undefined, - "fill": undefined, - "fill-rule": undefined, - "id": undefined, - }, - "x-attribsPrefix": Object { - "d": undefined, - "fill": undefined, - "fill-rule": undefined, - "id": undefined, - }, - }, - ], - "name": "g", - "namespace": "http://www.w3.org/2000/svg", - "next": null, - "parent": [Circular], - "prev": null, - "type": "tag", - "x-attribsNamespace": Object { - "data-name": undefined, - "id": undefined, - }, - "x-attribsPrefix": Object { - "data-name": undefined, - "id": undefined, - }, - }, - ], - "name": "g", - "namespace": "http://www.w3.org/2000/svg", - "next": null, - "parent": [Circular], - "prev": Object { - "attribs": Object {}, - "children": Array [ - Object { - "attribs": Object {}, - "children": Array [], - "name": "style", - "namespace": "http://www.w3.org/2000/svg", - "next": null, - "parent": [Circular], - "prev": null, - "type": "style", - "x-attribsNamespace": Object {}, - "x-attribsPrefix": Object {}, - }, - ], - "name": "defs", - "namespace": "http://www.w3.org/2000/svg", - "next": [Circular], - "parent": [Circular], - "prev": null, - "type": "tag", - "x-attribsNamespace": Object {}, - "x-attribsPrefix": Object {}, - }, - "type": "tag", - "x-attribsNamespace": Object { - "data-name": undefined, - "id": undefined, - }, - "x-attribsPrefix": Object { - "data-name": undefined, - "id": undefined, - }, - }, - ], - "name": "svg", - "namespace": "http://www.w3.org/2000/svg", - "next": null, - "parent": [Circular], - "prev": null, - "type": "tag", - "x-attribsNamespace": Object { - "class": undefined, - "fill": undefined, - "height": undefined, - "viewBox": undefined, - "width": undefined, - }, - "x-attribsPrefix": Object { - "class": undefined, - "fill": undefined, - "height": undefined, - "viewBox": undefined, - "width": undefined, - }, - }, - ], - "name": "span", - "namespace": "http://www.w3.org/1999/xhtml", - "next": null, - "parent": [Circular], - "prev": null, - "type": "tag", - "x-attribsNamespace": Object { - "class": undefined, - }, - "x-attribsPrefix": Object { - "class": undefined, - }, - }, - ], - "name": "button", - "namespace": "http://www.w3.org/1999/xhtml", - "next": Object { - "attribs": Object { - "class": "gio-modal-header", - }, - "children": Array [ - Object { - "attribs": Object { - "class": "gio-modal-title", - "id": "rcDialogTitle1", - }, - "children": Array [ - Object { - "attribs": Object { - "class": "gio-modal__title", - }, - "children": Array [ - Object { - "data": "步骤 1", - "next": null, - "parent": [Circular], - "prev": null, - "type": "text", - }, - ], - "name": "div", - "namespace": "http://www.w3.org/1999/xhtml", - "next": null, - "parent": [Circular], - "prev": null, - "type": "tag", - "x-attribsNamespace": Object { - "class": undefined, - }, - "x-attribsPrefix": Object { - "class": undefined, - }, - }, - ], - "name": "div", - "namespace": "http://www.w3.org/1999/xhtml", - "next": null, - "parent": [Circular], - "prev": null, - "type": "tag", - "x-attribsNamespace": Object { - "class": undefined, - "id": undefined, - }, - "x-attribsPrefix": Object { - "class": undefined, - "id": undefined, - }, - }, - ], - "name": "div", - "namespace": "http://www.w3.org/1999/xhtml", - "next": Object { - "attribs": Object { - "class": "gio-modal-body", - }, - "children": Array [ - Object { - "attribs": Object {}, - "children": Array [ - Object { - "data": "Step One", - "next": Object { - "attribs": Object { - "class": "gio-btn gio-btn-text gio-btn-small", - "style": "margin-left: 5px;", - "type": "button", - }, - "children": Array [ - Object { - "attribs": Object {}, - "children": Array [ - Object { - "data": "go 2-1", - "next": null, - "parent": [Circular], - "prev": null, - "type": "text", - }, - ], - "name": "span", - "namespace": "http://www.w3.org/1999/xhtml", - "next": null, - "parent": [Circular], - "prev": null, - "type": "tag", - "x-attribsNamespace": Object {}, - "x-attribsPrefix": Object {}, - }, - ], - "name": "button", - "namespace": "http://www.w3.org/1999/xhtml", - "next": Object { - "attribs": Object { - "class": "gio-btn gio-btn-text gio-btn-small", - "style": "margin-left: 5px;", - "type": "button", - }, - "children": Array [ - Object { - "attribs": Object {}, - "children": Array [ - Object { - "data": "go 2-2", - "next": null, - "parent": [Circular], - "prev": null, - "type": "text", - }, - ], - "name": "span", - "namespace": "http://www.w3.org/1999/xhtml", - "next": null, - "parent": [Circular], - "prev": null, - "type": "tag", - "x-attribsNamespace": Object {}, - "x-attribsPrefix": Object {}, - }, - ], - "name": "button", - "namespace": "http://www.w3.org/1999/xhtml", - "next": null, - "parent": [Circular], - "prev": [Circular], - "type": "tag", - "x-attribsNamespace": Object { - "class": undefined, - "style": undefined, - "type": undefined, - }, - "x-attribsPrefix": Object { - "class": undefined, - "style": undefined, - "type": undefined, - }, - }, - "parent": [Circular], - "prev": [Circular], - "type": "tag", - "x-attribsNamespace": Object { - "class": undefined, - "style": undefined, - "type": undefined, - }, - "x-attribsPrefix": Object { - "class": undefined, - "style": undefined, - "type": undefined, - }, - }, - "parent": [Circular], - "prev": null, - "type": "text", - }, - Object { - "attribs": Object { - "class": "gio-btn gio-btn-text gio-btn-small", - "style": "margin-left: 5px;", - "type": "button", - }, - "children": Array [ - Object { - "attribs": Object {}, - "children": Array [ - Object { - "data": "go 2-1", - "next": null, - "parent": [Circular], - "prev": null, - "type": "text", - }, - ], - "name": "span", - "namespace": "http://www.w3.org/1999/xhtml", - "next": null, - "parent": [Circular], - "prev": null, - "type": "tag", - "x-attribsNamespace": Object {}, - "x-attribsPrefix": Object {}, - }, - ], - "name": "button", - "namespace": "http://www.w3.org/1999/xhtml", - "next": Object { - "attribs": Object { - "class": "gio-btn gio-btn-text gio-btn-small", - "style": "margin-left: 5px;", - "type": "button", - }, - "children": Array [ - Object { - "attribs": Object {}, - "children": Array [ - Object { - "data": "go 2-2", - "next": null, - "parent": [Circular], - "prev": null, - "type": "text", - }, - ], - "name": "span", - "namespace": "http://www.w3.org/1999/xhtml", - "next": null, - "parent": [Circular], - "prev": null, - "type": "tag", - "x-attribsNamespace": Object {}, - "x-attribsPrefix": Object {}, - }, - ], - "name": "button", - "namespace": "http://www.w3.org/1999/xhtml", - "next": null, - "parent": [Circular], - "prev": [Circular], - "type": "tag", - "x-attribsNamespace": Object { - "class": undefined, - "style": undefined, - "type": undefined, - }, - "x-attribsPrefix": Object { - "class": undefined, - "style": undefined, - "type": undefined, - }, - }, - "parent": [Circular], - "prev": Object { - "data": "Step One", - "next": [Circular], - "parent": [Circular], - "prev": null, - "type": "text", - }, - "type": "tag", - "x-attribsNamespace": Object { - "class": undefined, - "style": undefined, - "type": undefined, - }, - "x-attribsPrefix": Object { - "class": undefined, - "style": undefined, - "type": undefined, - }, - }, - Object { - "attribs": Object { - "class": "gio-btn gio-btn-text gio-btn-small", - "style": "margin-left: 5px;", - "type": "button", - }, - "children": Array [ - Object { - "attribs": Object {}, - "children": Array [ - Object { - "data": "go 2-2", - "next": null, - "parent": [Circular], - "prev": null, - "type": "text", - }, - ], - "name": "span", - "namespace": "http://www.w3.org/1999/xhtml", - "next": null, - "parent": [Circular], - "prev": null, - "type": "tag", - "x-attribsNamespace": Object {}, - "x-attribsPrefix": Object {}, - }, - ], - "name": "button", - "namespace": "http://www.w3.org/1999/xhtml", - "next": null, - "parent": [Circular], - "prev": Object { - "attribs": Object { - "class": "gio-btn gio-btn-text gio-btn-small", - "style": "margin-left: 5px;", - "type": "button", - }, - "children": Array [ - Object { - "attribs": Object {}, - "children": Array [ - Object { - "data": "go 2-1", - "next": null, - "parent": [Circular], - "prev": null, - "type": "text", - }, - ], - "name": "span", - "namespace": "http://www.w3.org/1999/xhtml", - "next": null, - "parent": [Circular], - "prev": null, - "type": "tag", - "x-attribsNamespace": Object {}, - "x-attribsPrefix": Object {}, - }, - ], - "name": "button", - "namespace": "http://www.w3.org/1999/xhtml", - "next": [Circular], - "parent": [Circular], - "prev": Object { - "data": "Step One", - "next": [Circular], - "parent": [Circular], - "prev": null, - "type": "text", - }, - "type": "tag", - "x-attribsNamespace": Object { - "class": undefined, - "style": undefined, - "type": undefined, - }, - "x-attribsPrefix": Object { - "class": undefined, - "style": undefined, - "type": undefined, - }, - }, - "type": "tag", - "x-attribsNamespace": Object { - "class": undefined, - "style": undefined, - "type": undefined, - }, - "x-attribsPrefix": Object { - "class": undefined, - "style": undefined, - "type": undefined, - }, - }, - ], - "name": "div", - "namespace": "http://www.w3.org/1999/xhtml", - "next": null, - "parent": [Circular], - "prev": null, - "type": "tag", - "x-attribsNamespace": Object {}, - "x-attribsPrefix": Object {}, - }, - ], - "name": "div", - "namespace": "http://www.w3.org/1999/xhtml", - "next": Object { - "attribs": Object { - "class": "gio-modal-footer", - }, - "children": Array [ - Object { - "attribs": Object { - "class": "gio-modal__footer", - }, - "children": Array [ - Object { - "attribs": Object { - "class": "gio-modal__footer-additional", - }, - "children": Array [], - "name": "div", - "namespace": "http://www.w3.org/1999/xhtml", - "next": Object { - "attribs": Object {}, - "children": Array [ - Object { - "attribs": Object { - "class": "gio-btn gio-modal__btn-close gio-btn-secondary", - "type": "button", - }, - "children": Array [ - Object { - "attribs": Object {}, - "children": Array [ - Object { - "data": "取 消", - "next": null, - "parent": [Circular], - "prev": null, - "type": "text", - }, - ], - "name": "span", - "namespace": "http://www.w3.org/1999/xhtml", - "next": null, - "parent": [Circular], - "prev": null, - "type": "tag", - "x-attribsNamespace": Object {}, - "x-attribsPrefix": Object {}, - }, - ], - "name": "button", - "namespace": "http://www.w3.org/1999/xhtml", - "next": Object { - "attribs": Object { - "class": "gio-btn gio-modal__btn-ok gio-btn-primary", - "type": "button", - }, - "children": Array [ - Object { - "attribs": Object {}, - "children": Array [ - Object { - "data": "下一步", - "next": null, - "parent": [Circular], - "prev": null, - "type": "text", - }, - ], - "name": "span", - "namespace": "http://www.w3.org/1999/xhtml", - "next": null, - "parent": [Circular], - "prev": null, - "type": "tag", - "x-attribsNamespace": Object {}, - "x-attribsPrefix": Object {}, - }, - ], - "name": "button", - "namespace": "http://www.w3.org/1999/xhtml", - "next": null, - "parent": [Circular], - "prev": [Circular], - "type": "tag", - "x-attribsNamespace": Object { - "class": undefined, - "type": undefined, - }, - "x-attribsPrefix": Object { - "class": undefined, - "type": undefined, - }, - }, - "parent": [Circular], - "prev": null, - "type": "tag", - "x-attribsNamespace": Object { - "class": undefined, - "type": undefined, - }, - "x-attribsPrefix": Object { - "class": undefined, - "type": undefined, - }, - }, - Object { - "attribs": Object { - "class": "gio-btn gio-modal__btn-ok gio-btn-primary", - "type": "button", - }, - "children": Array [ - Object { - "attribs": Object {}, - "children": Array [ - Object { - "data": "下一步", - "next": null, - "parent": [Circular], - "prev": null, - "type": "text", - }, - ], - "name": "span", - "namespace": "http://www.w3.org/1999/xhtml", - "next": null, - "parent": [Circular], - "prev": null, - "type": "tag", - "x-attribsNamespace": Object {}, - "x-attribsPrefix": Object {}, - }, - ], - "name": "button", - "namespace": "http://www.w3.org/1999/xhtml", - "next": null, - "parent": [Circular], - "prev": Object { - "attribs": Object { - "class": "gio-btn gio-modal__btn-close gio-btn-secondary", - "type": "button", - }, - "children": Array [ - Object { - "attribs": Object {}, - "children": Array [ - Object { - "data": "取 消", - "next": null, - "parent": [Circular], - "prev": null, - "type": "text", - }, - ], - "name": "span", - "namespace": "http://www.w3.org/1999/xhtml", - "next": null, - "parent": [Circular], - "prev": null, - "type": "tag", - "x-attribsNamespace": Object {}, - "x-attribsPrefix": Object {}, - }, - ], - "name": "button", - "namespace": "http://www.w3.org/1999/xhtml", - "next": [Circular], - "parent": [Circular], - "prev": null, - "type": "tag", - "x-attribsNamespace": Object { - "class": undefined, - "type": undefined, - }, - "x-attribsPrefix": Object { - "class": undefined, - "type": undefined, - }, - }, - "type": "tag", - "x-attribsNamespace": Object { - "class": undefined, - "type": undefined, - }, - "x-attribsPrefix": Object { - "class": undefined, - "type": undefined, - }, - }, - ], - "name": "div", - "namespace": "http://www.w3.org/1999/xhtml", - "next": null, - "parent": [Circular], - "prev": [Circular], - "type": "tag", - "x-attribsNamespace": Object {}, - "x-attribsPrefix": Object {}, - }, - "parent": [Circular], - "prev": null, - "type": "tag", - "x-attribsNamespace": Object { - "class": undefined, - }, - "x-attribsPrefix": Object { - "class": undefined, - }, - }, - Object { - "attribs": Object {}, - "children": Array [ - Object { - "attribs": Object { - "class": "gio-btn gio-modal__btn-close gio-btn-secondary", - "type": "button", - }, - "children": Array [ - Object { - "attribs": Object {}, - "children": Array [ - Object { - "data": "取 消", - "next": null, - "parent": [Circular], - "prev": null, - "type": "text", - }, - ], - "name": "span", - "namespace": "http://www.w3.org/1999/xhtml", - "next": null, - "parent": [Circular], - "prev": null, - "type": "tag", - "x-attribsNamespace": Object {}, - "x-attribsPrefix": Object {}, - }, - ], - "name": "button", - "namespace": "http://www.w3.org/1999/xhtml", - "next": Object { - "attribs": Object { - "class": "gio-btn gio-modal__btn-ok gio-btn-primary", - "type": "button", - }, - "children": Array [ - Object { - "attribs": Object {}, - "children": Array [ - Object { - "data": "下一步", - "next": null, - "parent": [Circular], - "prev": null, - "type": "text", - }, - ], - "name": "span", - "namespace": "http://www.w3.org/1999/xhtml", - "next": null, - "parent": [Circular], - "prev": null, - "type": "tag", - "x-attribsNamespace": Object {}, - "x-attribsPrefix": Object {}, - }, - ], - "name": "button", - "namespace": "http://www.w3.org/1999/xhtml", - "next": null, - "parent": [Circular], - "prev": [Circular], - "type": "tag", - "x-attribsNamespace": Object { - "class": undefined, - "type": undefined, - }, - "x-attribsPrefix": Object { - "class": undefined, - "type": undefined, - }, - }, - "parent": [Circular], - "prev": null, - "type": "tag", - "x-attribsNamespace": Object { - "class": undefined, - "type": undefined, - }, - "x-attribsPrefix": Object { - "class": undefined, - "type": undefined, - }, - }, - Object { - "attribs": Object { - "class": "gio-btn gio-modal__btn-ok gio-btn-primary", - "type": "button", - }, - "children": Array [ - Object { - "attribs": Object {}, - "children": Array [ - Object { - "data": "下一步", - "next": null, - "parent": [Circular], - "prev": null, - "type": "text", - }, - ], - "name": "span", - "namespace": "http://www.w3.org/1999/xhtml", - "next": null, - "parent": [Circular], - "prev": null, - "type": "tag", - "x-attribsNamespace": Object {}, - "x-attribsPrefix": Object {}, - }, - ], - "name": "button", - "namespace": "http://www.w3.org/1999/xhtml", - "next": null, - "parent": [Circular], - "prev": Object { - "attribs": Object { - "class": "gio-btn gio-modal__btn-close gio-btn-secondary", - "type": "button", - }, - "children": Array [ - Object { - "attribs": Object {}, - "children": Array [ - Object { - "data": "取 消", - "next": null, - "parent": [Circular], - "prev": null, - "type": "text", - }, - ], - "name": "span", - "namespace": "http://www.w3.org/1999/xhtml", - "next": null, - "parent": [Circular], - "prev": null, - "type": "tag", - "x-attribsNamespace": Object {}, - "x-attribsPrefix": Object {}, - }, - ], - "name": "button", - "namespace": "http://www.w3.org/1999/xhtml", - "next": [Circular], - "parent": [Circular], - "prev": null, - "type": "tag", - "x-attribsNamespace": Object { - "class": undefined, - "type": undefined, - }, - "x-attribsPrefix": Object { - "class": undefined, - "type": undefined, - }, - }, - "type": "tag", - "x-attribsNamespace": Object { - "class": undefined, - "type": undefined, - }, - "x-attribsPrefix": Object { - "class": undefined, - "type": undefined, - }, - }, - ], - "name": "div", - "namespace": "http://www.w3.org/1999/xhtml", - "next": null, - "parent": [Circular], - "prev": Object { - "attribs": Object { - "class": "gio-modal__footer-additional", - }, - "children": Array [], - "name": "div", - "namespace": "http://www.w3.org/1999/xhtml", - "next": [Circular], - "parent": [Circular], - "prev": null, - "type": "tag", - "x-attribsNamespace": Object { - "class": undefined, - }, - "x-attribsPrefix": Object { - "class": undefined, - }, - }, - "type": "tag", - "x-attribsNamespace": Object {}, - "x-attribsPrefix": Object {}, - }, - ], - "name": "div", - "namespace": "http://www.w3.org/1999/xhtml", - "next": null, - "parent": [Circular], - "prev": null, - "type": "tag", - "x-attribsNamespace": Object { - "class": undefined, - }, - "x-attribsPrefix": Object { - "class": undefined, - }, - }, - ], - "name": "div", - "namespace": "http://www.w3.org/1999/xhtml", - "next": null, - "parent": [Circular], - "prev": [Circular], - "type": "tag", - "x-attribsNamespace": Object { - "class": undefined, - }, - "x-attribsPrefix": Object { - "class": undefined, - }, - }, - "parent": [Circular], - "prev": [Circular], - "type": "tag", - "x-attribsNamespace": Object { - "class": undefined, - }, - "x-attribsPrefix": Object { - "class": undefined, - }, - }, - "parent": [Circular], - "prev": [Circular], - "type": "tag", - "x-attribsNamespace": Object { - "class": undefined, - }, - "x-attribsPrefix": Object { - "class": undefined, - }, - }, - "parent": [Circular], - "prev": null, - "type": "tag", - "x-attribsNamespace": Object { - "aria-label": undefined, - "class": undefined, - "type": undefined, - }, - "x-attribsPrefix": Object { - "aria-label": undefined, - "class": undefined, - "type": undefined, - }, - }, - Object { - "attribs": Object { - "class": "gio-modal-header", - }, - "children": Array [ - Object { - "attribs": Object { - "class": "gio-modal-title", - "id": "rcDialogTitle1", - }, - "children": Array [ - Object { - "attribs": Object { - "class": "gio-modal__title", - }, - "children": Array [ - Object { - "data": "步骤 1", - "next": null, - "parent": [Circular], - "prev": null, - "type": "text", - }, - ], - "name": "div", - "namespace": "http://www.w3.org/1999/xhtml", - "next": null, - "parent": [Circular], - "prev": null, - "type": "tag", - "x-attribsNamespace": Object { - "class": undefined, - }, - "x-attribsPrefix": Object { - "class": undefined, - }, - }, - ], - "name": "div", - "namespace": "http://www.w3.org/1999/xhtml", - "next": null, - "parent": [Circular], - "prev": null, - "type": "tag", - "x-attribsNamespace": Object { - "class": undefined, - "id": undefined, - }, - "x-attribsPrefix": Object { - "class": undefined, - "id": undefined, - }, - }, - ], - "name": "div", - "namespace": "http://www.w3.org/1999/xhtml", - "next": Object { - "attribs": Object { - "class": "gio-modal-body", - }, - "children": Array [ - Object { - "attribs": Object {}, - "children": Array [ - Object { - "data": "Step One", - "next": Object { - "attribs": Object { - "class": "gio-btn gio-btn-text gio-btn-small", - "style": "margin-left: 5px;", - "type": "button", - }, - "children": Array [ - Object { - "attribs": Object {}, - "children": Array [ - Object { - "data": "go 2-1", - "next": null, - "parent": [Circular], - "prev": null, - "type": "text", - }, - ], - "name": "span", - "namespace": "http://www.w3.org/1999/xhtml", - "next": null, - "parent": [Circular], - "prev": null, - "type": "tag", - "x-attribsNamespace": Object {}, - "x-attribsPrefix": Object {}, - }, - ], - "name": "button", - "namespace": "http://www.w3.org/1999/xhtml", - "next": Object { - "attribs": Object { - "class": "gio-btn gio-btn-text gio-btn-small", - "style": "margin-left: 5px;", - "type": "button", - }, - "children": Array [ - Object { - "attribs": Object {}, - "children": Array [ - Object { - "data": "go 2-2", - "next": null, - "parent": [Circular], - "prev": null, - "type": "text", - }, - ], - "name": "span", - "namespace": "http://www.w3.org/1999/xhtml", - "next": null, - "parent": [Circular], - "prev": null, - "type": "tag", - "x-attribsNamespace": Object {}, - "x-attribsPrefix": Object {}, - }, - ], - "name": "button", - "namespace": "http://www.w3.org/1999/xhtml", - "next": null, - "parent": [Circular], - "prev": [Circular], - "type": "tag", - "x-attribsNamespace": Object { - "class": undefined, - "style": undefined, - "type": undefined, - }, - "x-attribsPrefix": Object { - "class": undefined, - "style": undefined, - "type": undefined, - }, - }, - "parent": [Circular], - "prev": [Circular], - "type": "tag", - "x-attribsNamespace": Object { - "class": undefined, - "style": undefined, - "type": undefined, - }, - "x-attribsPrefix": Object { - "class": undefined, - "style": undefined, - "type": undefined, - }, - }, - "parent": [Circular], - "prev": null, - "type": "text", - }, - Object { - "attribs": Object { - "class": "gio-btn gio-btn-text gio-btn-small", - "style": "margin-left: 5px;", - "type": "button", - }, - "children": Array [ - Object { - "attribs": Object {}, - "children": Array [ - Object { - "data": "go 2-1", - "next": null, - "parent": [Circular], - "prev": null, - "type": "text", - }, - ], - "name": "span", - "namespace": "http://www.w3.org/1999/xhtml", - "next": null, - "parent": [Circular], - "prev": null, - "type": "tag", - "x-attribsNamespace": Object {}, - "x-attribsPrefix": Object {}, - }, - ], - "name": "button", - "namespace": "http://www.w3.org/1999/xhtml", - "next": Object { - "attribs": Object { - "class": "gio-btn gio-btn-text gio-btn-small", - "style": "margin-left: 5px;", - "type": "button", - }, - "children": Array [ - Object { - "attribs": Object {}, - "children": Array [ - Object { - "data": "go 2-2", - "next": null, - "parent": [Circular], - "prev": null, - "type": "text", - }, - ], - "name": "span", - "namespace": "http://www.w3.org/1999/xhtml", - "next": null, - "parent": [Circular], - "prev": null, - "type": "tag", - "x-attribsNamespace": Object {}, - "x-attribsPrefix": Object {}, - }, - ], - "name": "button", - "namespace": "http://www.w3.org/1999/xhtml", - "next": null, - "parent": [Circular], - "prev": [Circular], - "type": "tag", - "x-attribsNamespace": Object { - "class": undefined, - "style": undefined, - "type": undefined, - }, - "x-attribsPrefix": Object { - "class": undefined, - "style": undefined, - "type": undefined, - }, - }, - "parent": [Circular], - "prev": Object { - "data": "Step One", - "next": [Circular], - "parent": [Circular], - "prev": null, - "type": "text", - }, - "type": "tag", - "x-attribsNamespace": Object { - "class": undefined, - "style": undefined, - "type": undefined, - }, - "x-attribsPrefix": Object { - "class": undefined, - "style": undefined, - "type": undefined, - }, - }, - Object { - "attribs": Object { - "class": "gio-btn gio-btn-text gio-btn-small", - "style": "margin-left: 5px;", - "type": "button", - }, - "children": Array [ - Object { - "attribs": Object {}, - "children": Array [ - Object { - "data": "go 2-2", - "next": null, - "parent": [Circular], - "prev": null, - "type": "text", - }, - ], - "name": "span", - "namespace": "http://www.w3.org/1999/xhtml", - "next": null, - "parent": [Circular], - "prev": null, - "type": "tag", - "x-attribsNamespace": Object {}, - "x-attribsPrefix": Object {}, - }, - ], - "name": "button", - "namespace": "http://www.w3.org/1999/xhtml", - "next": null, - "parent": [Circular], - "prev": Object { - "attribs": Object { - "class": "gio-btn gio-btn-text gio-btn-small", - "style": "margin-left: 5px;", - "type": "button", - }, - "children": Array [ - Object { - "attribs": Object {}, - "children": Array [ - Object { - "data": "go 2-1", - "next": null, - "parent": [Circular], - "prev": null, - "type": "text", - }, - ], - "name": "span", - "namespace": "http://www.w3.org/1999/xhtml", - "next": null, - "parent": [Circular], - "prev": null, - "type": "tag", - "x-attribsNamespace": Object {}, - "x-attribsPrefix": Object {}, - }, - ], - "name": "button", - "namespace": "http://www.w3.org/1999/xhtml", - "next": [Circular], - "parent": [Circular], - "prev": Object { - "data": "Step One", - "next": [Circular], - "parent": [Circular], - "prev": null, - "type": "text", - }, - "type": "tag", - "x-attribsNamespace": Object { - "class": undefined, - "style": undefined, - "type": undefined, - }, - "x-attribsPrefix": Object { - "class": undefined, - "style": undefined, - "type": undefined, - }, - }, - "type": "tag", - "x-attribsNamespace": Object { - "class": undefined, - "style": undefined, - "type": undefined, - }, - "x-attribsPrefix": Object { - "class": undefined, - "style": undefined, - "type": undefined, - }, - }, - ], - "name": "div", - "namespace": "http://www.w3.org/1999/xhtml", - "next": null, - "parent": [Circular], - "prev": null, - "type": "tag", - "x-attribsNamespace": Object {}, - "x-attribsPrefix": Object {}, - }, - ], - "name": "div", - "namespace": "http://www.w3.org/1999/xhtml", - "next": Object { - "attribs": Object { - "class": "gio-modal-footer", - }, - "children": Array [ - Object { - "attribs": Object { - "class": "gio-modal__footer", - }, - "children": Array [ - Object { - "attribs": Object { - "class": "gio-modal__footer-additional", - }, - "children": Array [], - "name": "div", - "namespace": "http://www.w3.org/1999/xhtml", - "next": Object { - "attribs": Object {}, - "children": Array [ - Object { - "attribs": Object { - "class": "gio-btn gio-modal__btn-close gio-btn-secondary", - "type": "button", - }, - "children": Array [ - Object { - "attribs": Object {}, - "children": Array [ - Object { - "data": "取 消", - "next": null, - "parent": [Circular], - "prev": null, - "type": "text", - }, - ], - "name": "span", - "namespace": "http://www.w3.org/1999/xhtml", - "next": null, - "parent": [Circular], - "prev": null, - "type": "tag", - "x-attribsNamespace": Object {}, - "x-attribsPrefix": Object {}, - }, - ], - "name": "button", - "namespace": "http://www.w3.org/1999/xhtml", - "next": Object { - "attribs": Object { - "class": "gio-btn gio-modal__btn-ok gio-btn-primary", - "type": "button", - }, - "children": Array [ - Object { - "attribs": Object {}, - "children": Array [ - Object { - "data": "下一步", - "next": null, - "parent": [Circular], - "prev": null, - "type": "text", - }, - ], - "name": "span", - "namespace": "http://www.w3.org/1999/xhtml", - "next": null, - "parent": [Circular], - "prev": null, - "type": "tag", - "x-attribsNamespace": Object {}, - "x-attribsPrefix": Object {}, - }, - ], - "name": "button", - "namespace": "http://www.w3.org/1999/xhtml", - "next": null, - "parent": [Circular], - "prev": [Circular], - "type": "tag", - "x-attribsNamespace": Object { - "class": undefined, - "type": undefined, - }, - "x-attribsPrefix": Object { - "class": undefined, - "type": undefined, - }, - }, - "parent": [Circular], - "prev": null, - "type": "tag", - "x-attribsNamespace": Object { - "class": undefined, - "type": undefined, - }, - "x-attribsPrefix": Object { - "class": undefined, - "type": undefined, - }, - }, - Object { - "attribs": Object { - "class": "gio-btn gio-modal__btn-ok gio-btn-primary", - "type": "button", - }, - "children": Array [ - Object { - "attribs": Object {}, - "children": Array [ - Object { - "data": "下一步", - "next": null, - "parent": [Circular], - "prev": null, - "type": "text", - }, - ], - "name": "span", - "namespace": "http://www.w3.org/1999/xhtml", - "next": null, - "parent": [Circular], - "prev": null, - "type": "tag", - "x-attribsNamespace": Object {}, - "x-attribsPrefix": Object {}, - }, - ], - "name": "button", - "namespace": "http://www.w3.org/1999/xhtml", - "next": null, - "parent": [Circular], - "prev": Object { - "attribs": Object { - "class": "gio-btn gio-modal__btn-close gio-btn-secondary", - "type": "button", - }, - "children": Array [ - Object { - "attribs": Object {}, - "children": Array [ - Object { - "data": "取 消", - "next": null, - "parent": [Circular], - "prev": null, - "type": "text", - }, - ], - "name": "span", - "namespace": "http://www.w3.org/1999/xhtml", - "next": null, - "parent": [Circular], - "prev": null, - "type": "tag", - "x-attribsNamespace": Object {}, - "x-attribsPrefix": Object {}, - }, - ], - "name": "button", - "namespace": "http://www.w3.org/1999/xhtml", - "next": [Circular], - "parent": [Circular], - "prev": null, - "type": "tag", - "x-attribsNamespace": Object { - "class": undefined, - "type": undefined, - }, - "x-attribsPrefix": Object { - "class": undefined, - "type": undefined, - }, - }, - "type": "tag", - "x-attribsNamespace": Object { - "class": undefined, - "type": undefined, - }, - "x-attribsPrefix": Object { - "class": undefined, - "type": undefined, - }, - }, - ], - "name": "div", - "namespace": "http://www.w3.org/1999/xhtml", - "next": null, - "parent": [Circular], - "prev": [Circular], - "type": "tag", - "x-attribsNamespace": Object {}, - "x-attribsPrefix": Object {}, - }, - "parent": [Circular], - "prev": null, - "type": "tag", - "x-attribsNamespace": Object { - "class": undefined, - }, - "x-attribsPrefix": Object { - "class": undefined, - }, - }, - Object { - "attribs": Object {}, - "children": Array [ - Object { - "attribs": Object { - "class": "gio-btn gio-modal__btn-close gio-btn-secondary", - "type": "button", - }, - "children": Array [ - Object { - "attribs": Object {}, - "children": Array [ - Object { - "data": "取 消", - "next": null, - "parent": [Circular], - "prev": null, - "type": "text", - }, - ], - "name": "span", - "namespace": "http://www.w3.org/1999/xhtml", - "next": null, - "parent": [Circular], - "prev": null, - "type": "tag", - "x-attribsNamespace": Object {}, - "x-attribsPrefix": Object {}, - }, - ], - "name": "button", - "namespace": "http://www.w3.org/1999/xhtml", - "next": Object { - "attribs": Object { - "class": "gio-btn gio-modal__btn-ok gio-btn-primary", - "type": "button", - }, - "children": Array [ - Object { - "attribs": Object {}, - "children": Array [ - Object { - "data": "下一步", - "next": null, - "parent": [Circular], - "prev": null, - "type": "text", - }, - ], - "name": "span", - "namespace": "http://www.w3.org/1999/xhtml", - "next": null, - "parent": [Circular], - "prev": null, - "type": "tag", - "x-attribsNamespace": Object {}, - "x-attribsPrefix": Object {}, - }, - ], - "name": "button", - "namespace": "http://www.w3.org/1999/xhtml", - "next": null, - "parent": [Circular], - "prev": [Circular], - "type": "tag", - "x-attribsNamespace": Object { - "class": undefined, - "type": undefined, - }, - "x-attribsPrefix": Object { - "class": undefined, - "type": undefined, - }, - }, - "parent": [Circular], - "prev": null, - "type": "tag", - "x-attribsNamespace": Object { - "class": undefined, - "type": undefined, - }, - "x-attribsPrefix": Object { - "class": undefined, - "type": undefined, - }, - }, - Object { - "attribs": Object { - "class": "gio-btn gio-modal__btn-ok gio-btn-primary", - "type": "button", - }, - "children": Array [ - Object { - "attribs": Object {}, - "children": Array [ - Object { - "data": "下一步", - "next": null, - "parent": [Circular], - "prev": null, - "type": "text", - }, - ], - "name": "span", - "namespace": "http://www.w3.org/1999/xhtml", - "next": null, - "parent": [Circular], - "prev": null, - "type": "tag", - "x-attribsNamespace": Object {}, - "x-attribsPrefix": Object {}, - }, - ], - "name": "button", - "namespace": "http://www.w3.org/1999/xhtml", - "next": null, - "parent": [Circular], - "prev": Object { - "attribs": Object { - "class": "gio-btn gio-modal__btn-close gio-btn-secondary", - "type": "button", - }, - "children": Array [ - Object { - "attribs": Object {}, - "children": Array [ - Object { - "data": "取 消", - "next": null, - "parent": [Circular], - "prev": null, - "type": "text", - }, - ], - "name": "span", - "namespace": "http://www.w3.org/1999/xhtml", - "next": null, - "parent": [Circular], - "prev": null, - "type": "tag", - "x-attribsNamespace": Object {}, - "x-attribsPrefix": Object {}, - }, - ], - "name": "button", - "namespace": "http://www.w3.org/1999/xhtml", - "next": [Circular], - "parent": [Circular], - "prev": null, - "type": "tag", - "x-attribsNamespace": Object { - "class": undefined, - "type": undefined, - }, - "x-attribsPrefix": Object { - "class": undefined, - "type": undefined, - }, - }, - "type": "tag", - "x-attribsNamespace": Object { - "class": undefined, - "type": undefined, - }, - "x-attribsPrefix": Object { - "class": undefined, - "type": undefined, - }, - }, - ], - "name": "div", - "namespace": "http://www.w3.org/1999/xhtml", - "next": null, - "parent": [Circular], - "prev": Object { - "attribs": Object { - "class": "gio-modal__footer-additional", - }, - "children": Array [], - "name": "div", - "namespace": "http://www.w3.org/1999/xhtml", - "next": [Circular], - "parent": [Circular], - "prev": null, - "type": "tag", - "x-attribsNamespace": Object { - "class": undefined, - }, - "x-attribsPrefix": Object { - "class": undefined, - }, - }, - "type": "tag", - "x-attribsNamespace": Object {}, - "x-attribsPrefix": Object {}, - }, - ], - "name": "div", - "namespace": "http://www.w3.org/1999/xhtml", - "next": null, - "parent": [Circular], - "prev": null, - "type": "tag", - "x-attribsNamespace": Object { - "class": undefined, - }, - "x-attribsPrefix": Object { - "class": undefined, - }, - }, - ], - "name": "div", - "namespace": "http://www.w3.org/1999/xhtml", - "next": null, - "parent": [Circular], - "prev": [Circular], - "type": "tag", - "x-attribsNamespace": Object { - "class": undefined, - }, - "x-attribsPrefix": Object { - "class": undefined, - }, - }, - "parent": [Circular], - "prev": [Circular], - "type": "tag", - "x-attribsNamespace": Object { - "class": undefined, - }, - "x-attribsPrefix": Object { - "class": undefined, - }, - }, - "parent": [Circular], - "prev": Object { - "attribs": Object { - "aria-label": "Close", - "class": "gio-modal-close", - "type": "button", - }, - "children": Array [ - Object { - "attribs": Object { - "class": "gio-icon gio-modal__close", - }, - "children": Array [ - Object { - "attribs": Object { - "class": "gio-icon-svg", - "fill": "currentColor", - "height": "1rem", - "viewBox": "0 0 14 14", - "width": "1rem", - }, - "children": Array [ - Object { - "attribs": Object {}, - "children": Array [ - Object { - "attribs": Object {}, - "children": Array [], - "name": "style", - "namespace": "http://www.w3.org/2000/svg", - "next": null, - "parent": [Circular], - "prev": null, - "type": "style", - "x-attribsNamespace": Object {}, - "x-attribsPrefix": Object {}, - }, - ], - "name": "defs", - "namespace": "http://www.w3.org/2000/svg", - "next": Object { - "attribs": Object { - "data-name": "\\\\u56FE\\\\u5C42 2", - "id": "close_svg__\\\\u56FE\\\\u5C42_2", - }, - "children": Array [ - Object { - "attribs": Object { - "data-name": "\\\\u56FE\\\\u5C42 1", - "id": "close_svg__\\\\u56FE\\\\u5C42_1-2", - }, - "children": Array [ - Object { - "attribs": Object { - "d": "M6.62 5.92a.54.54 0 00.76 0l3.87-3.87a.49.49 0 01.7.7L8.08 6.62a.54.54 0 000 .76L12 11.25a.49.49 0 01-.7.7L7.38 8.08a.54.54 0 00-.76 0L2.75 12a.49.49 0 01-.7-.7l3.87-3.92a.54.54 0 000-.76L2.05 2.75a.49.49 0 01.7-.7z", - "fill": "currentColor", - "fill-rule": "evenodd", - "id": "close_svg__close", - }, - "children": Array [], - "name": "path", - "namespace": "http://www.w3.org/2000/svg", - "next": null, - "parent": [Circular], - "prev": null, - "type": "tag", - "x-attribsNamespace": Object { - "d": undefined, - "fill": undefined, - "fill-rule": undefined, - "id": undefined, - }, - "x-attribsPrefix": Object { - "d": undefined, - "fill": undefined, - "fill-rule": undefined, - "id": undefined, - }, - }, - ], - "name": "g", - "namespace": "http://www.w3.org/2000/svg", - "next": null, - "parent": [Circular], - "prev": null, - "type": "tag", - "x-attribsNamespace": Object { - "data-name": undefined, - "id": undefined, - }, - "x-attribsPrefix": Object { - "data-name": undefined, - "id": undefined, - }, - }, - ], - "name": "g", - "namespace": "http://www.w3.org/2000/svg", - "next": null, - "parent": [Circular], - "prev": [Circular], - "type": "tag", - "x-attribsNamespace": Object { - "data-name": undefined, - "id": undefined, - }, - "x-attribsPrefix": Object { - "data-name": undefined, - "id": undefined, - }, - }, - "parent": [Circular], - "prev": null, - "type": "tag", - "x-attribsNamespace": Object {}, - "x-attribsPrefix": Object {}, - }, - Object { - "attribs": Object { - "data-name": "\\\\u56FE\\\\u5C42 2", - "id": "close_svg__\\\\u56FE\\\\u5C42_2", - }, - "children": Array [ - Object { - "attribs": Object { - "data-name": "\\\\u56FE\\\\u5C42 1", - "id": "close_svg__\\\\u56FE\\\\u5C42_1-2", - }, - "children": Array [ - Object { - "attribs": Object { - "d": "M6.62 5.92a.54.54 0 00.76 0l3.87-3.87a.49.49 0 01.7.7L8.08 6.62a.54.54 0 000 .76L12 11.25a.49.49 0 01-.7.7L7.38 8.08a.54.54 0 00-.76 0L2.75 12a.49.49 0 01-.7-.7l3.87-3.92a.54.54 0 000-.76L2.05 2.75a.49.49 0 01.7-.7z", - "fill": "currentColor", - "fill-rule": "evenodd", - "id": "close_svg__close", - }, - "children": Array [], - "name": "path", - "namespace": "http://www.w3.org/2000/svg", - "next": null, - "parent": [Circular], - "prev": null, - "type": "tag", - "x-attribsNamespace": Object { - "d": undefined, - "fill": undefined, - "fill-rule": undefined, - "id": undefined, - }, - "x-attribsPrefix": Object { - "d": undefined, - "fill": undefined, - "fill-rule": undefined, - "id": undefined, - }, - }, - ], - "name": "g", - "namespace": "http://www.w3.org/2000/svg", - "next": null, - "parent": [Circular], - "prev": null, - "type": "tag", - "x-attribsNamespace": Object { - "data-name": undefined, - "id": undefined, - }, - "x-attribsPrefix": Object { - "data-name": undefined, - "id": undefined, - }, - }, - ], - "name": "g", - "namespace": "http://www.w3.org/2000/svg", - "next": null, - "parent": [Circular], - "prev": Object { - "attribs": Object {}, - "children": Array [ - Object { - "attribs": Object {}, - "children": Array [], - "name": "style", - "namespace": "http://www.w3.org/2000/svg", - "next": null, - "parent": [Circular], - "prev": null, - "type": "style", - "x-attribsNamespace": Object {}, - "x-attribsPrefix": Object {}, - }, - ], - "name": "defs", - "namespace": "http://www.w3.org/2000/svg", - "next": [Circular], - "parent": [Circular], - "prev": null, - "type": "tag", - "x-attribsNamespace": Object {}, - "x-attribsPrefix": Object {}, - }, - "type": "tag", - "x-attribsNamespace": Object { - "data-name": undefined, - "id": undefined, - }, - "x-attribsPrefix": Object { - "data-name": undefined, - "id": undefined, - }, - }, - ], - "name": "svg", - "namespace": "http://www.w3.org/2000/svg", - "next": null, - "parent": [Circular], - "prev": null, - "type": "tag", - "x-attribsNamespace": Object { - "class": undefined, - "fill": undefined, - "height": undefined, - "viewBox": undefined, - "width": undefined, - }, - "x-attribsPrefix": Object { - "class": undefined, - "fill": undefined, - "height": undefined, - "viewBox": undefined, - "width": undefined, - }, - }, - ], - "name": "span", - "namespace": "http://www.w3.org/1999/xhtml", - "next": null, - "parent": [Circular], - "prev": null, - "type": "tag", - "x-attribsNamespace": Object { - "class": undefined, - }, - "x-attribsPrefix": Object { - "class": undefined, - }, - }, - ], - "name": "button", - "namespace": "http://www.w3.org/1999/xhtml", - "next": [Circular], - "parent": [Circular], - "prev": null, - "type": "tag", - "x-attribsNamespace": Object { - "aria-label": undefined, - "class": undefined, - "type": undefined, - }, - "x-attribsPrefix": Object { - "aria-label": undefined, - "class": undefined, - "type": undefined, - }, - }, - "type": "tag", - "x-attribsNamespace": Object { - "class": undefined, - }, - "x-attribsPrefix": Object { - "class": undefined, - }, - }, - Object { - "attribs": Object { - "class": "gio-modal-body", - }, - "children": Array [ - Object { - "attribs": Object {}, - "children": Array [ - Object { - "data": "Step One", - "next": Object { - "attribs": Object { - "class": "gio-btn gio-btn-text gio-btn-small", - "style": "margin-left: 5px;", - "type": "button", - }, - "children": Array [ - Object { - "attribs": Object {}, - "children": Array [ - Object { - "data": "go 2-1", - "next": null, - "parent": [Circular], - "prev": null, - "type": "text", - }, - ], - "name": "span", - "namespace": "http://www.w3.org/1999/xhtml", - "next": null, - "parent": [Circular], - "prev": null, - "type": "tag", - "x-attribsNamespace": Object {}, - "x-attribsPrefix": Object {}, - }, - ], - "name": "button", - "namespace": "http://www.w3.org/1999/xhtml", - "next": Object { - "attribs": Object { - "class": "gio-btn gio-btn-text gio-btn-small", - "style": "margin-left: 5px;", - "type": "button", - }, - "children": Array [ - Object { - "attribs": Object {}, - "children": Array [ - Object { - "data": "go 2-2", - "next": null, - "parent": [Circular], - "prev": null, - "type": "text", - }, - ], - "name": "span", - "namespace": "http://www.w3.org/1999/xhtml", - "next": null, - "parent": [Circular], - "prev": null, - "type": "tag", - "x-attribsNamespace": Object {}, - "x-attribsPrefix": Object {}, - }, - ], - "name": "button", - "namespace": "http://www.w3.org/1999/xhtml", - "next": null, - "parent": [Circular], - "prev": [Circular], - "type": "tag", - "x-attribsNamespace": Object { - "class": undefined, - "style": undefined, - "type": undefined, - }, - "x-attribsPrefix": Object { - "class": undefined, - "style": undefined, - "type": undefined, - }, - }, - "parent": [Circular], - "prev": [Circular], - "type": "tag", - "x-attribsNamespace": Object { - "class": undefined, - "style": undefined, - "type": undefined, - }, - "x-attribsPrefix": Object { - "class": undefined, - "style": undefined, - "type": undefined, - }, - }, - "parent": [Circular], - "prev": null, - "type": "text", - }, - Object { - "attribs": Object { - "class": "gio-btn gio-btn-text gio-btn-small", - "style": "margin-left: 5px;", - "type": "button", - }, - "children": Array [ - Object { - "attribs": Object {}, - "children": Array [ - Object { - "data": "go 2-1", - "next": null, - "parent": [Circular], - "prev": null, - "type": "text", - }, - ], - "name": "span", - "namespace": "http://www.w3.org/1999/xhtml", - "next": null, - "parent": [Circular], - "prev": null, - "type": "tag", - "x-attribsNamespace": Object {}, - "x-attribsPrefix": Object {}, - }, - ], - "name": "button", - "namespace": "http://www.w3.org/1999/xhtml", - "next": Object { - "attribs": Object { - "class": "gio-btn gio-btn-text gio-btn-small", - "style": "margin-left: 5px;", - "type": "button", - }, - "children": Array [ - Object { - "attribs": Object {}, - "children": Array [ - Object { - "data": "go 2-2", - "next": null, - "parent": [Circular], - "prev": null, - "type": "text", - }, - ], - "name": "span", - "namespace": "http://www.w3.org/1999/xhtml", - "next": null, - "parent": [Circular], - "prev": null, - "type": "tag", - "x-attribsNamespace": Object {}, - "x-attribsPrefix": Object {}, - }, - ], - "name": "button", - "namespace": "http://www.w3.org/1999/xhtml", - "next": null, - "parent": [Circular], - "prev": [Circular], - "type": "tag", - "x-attribsNamespace": Object { - "class": undefined, - "style": undefined, - "type": undefined, - }, - "x-attribsPrefix": Object { - "class": undefined, - "style": undefined, - "type": undefined, - }, - }, - "parent": [Circular], - "prev": Object { - "data": "Step One", - "next": [Circular], - "parent": [Circular], - "prev": null, - "type": "text", - }, - "type": "tag", - "x-attribsNamespace": Object { - "class": undefined, - "style": undefined, - "type": undefined, - }, - "x-attribsPrefix": Object { - "class": undefined, - "style": undefined, - "type": undefined, - }, - }, - Object { - "attribs": Object { - "class": "gio-btn gio-btn-text gio-btn-small", - "style": "margin-left: 5px;", - "type": "button", - }, - "children": Array [ - Object { - "attribs": Object {}, - "children": Array [ - Object { - "data": "go 2-2", - "next": null, - "parent": [Circular], - "prev": null, - "type": "text", - }, - ], - "name": "span", - "namespace": "http://www.w3.org/1999/xhtml", - "next": null, - "parent": [Circular], - "prev": null, - "type": "tag", - "x-attribsNamespace": Object {}, - "x-attribsPrefix": Object {}, - }, - ], - "name": "button", - "namespace": "http://www.w3.org/1999/xhtml", - "next": null, - "parent": [Circular], - "prev": Object { - "attribs": Object { - "class": "gio-btn gio-btn-text gio-btn-small", - "style": "margin-left: 5px;", - "type": "button", - }, - "children": Array [ - Object { - "attribs": Object {}, - "children": Array [ - Object { - "data": "go 2-1", - "next": null, - "parent": [Circular], - "prev": null, - "type": "text", - }, - ], - "name": "span", - "namespace": "http://www.w3.org/1999/xhtml", - "next": null, - "parent": [Circular], - "prev": null, - "type": "tag", - "x-attribsNamespace": Object {}, - "x-attribsPrefix": Object {}, - }, - ], - "name": "button", - "namespace": "http://www.w3.org/1999/xhtml", - "next": [Circular], - "parent": [Circular], - "prev": Object { - "data": "Step One", - "next": [Circular], - "parent": [Circular], - "prev": null, - "type": "text", - }, - "type": "tag", - "x-attribsNamespace": Object { - "class": undefined, - "style": undefined, - "type": undefined, - }, - "x-attribsPrefix": Object { - "class": undefined, - "style": undefined, - "type": undefined, - }, - }, - "type": "tag", - "x-attribsNamespace": Object { - "class": undefined, - "style": undefined, - "type": undefined, - }, - "x-attribsPrefix": Object { - "class": undefined, - "style": undefined, - "type": undefined, - }, - }, - ], - "name": "div", - "namespace": "http://www.w3.org/1999/xhtml", - "next": null, - "parent": [Circular], - "prev": null, - "type": "tag", - "x-attribsNamespace": Object {}, - "x-attribsPrefix": Object {}, - }, - ], - "name": "div", - "namespace": "http://www.w3.org/1999/xhtml", - "next": Object { - "attribs": Object { - "class": "gio-modal-footer", - }, - "children": Array [ - Object { - "attribs": Object { - "class": "gio-modal__footer", - }, - "children": Array [ - Object { - "attribs": Object { - "class": "gio-modal__footer-additional", - }, - "children": Array [], - "name": "div", - "namespace": "http://www.w3.org/1999/xhtml", - "next": Object { - "attribs": Object {}, - "children": Array [ - Object { - "attribs": Object { - "class": "gio-btn gio-modal__btn-close gio-btn-secondary", - "type": "button", - }, - "children": Array [ - Object { - "attribs": Object {}, - "children": Array [ - Object { - "data": "取 消", - "next": null, - "parent": [Circular], - "prev": null, - "type": "text", - }, - ], - "name": "span", - "namespace": "http://www.w3.org/1999/xhtml", - "next": null, - "parent": [Circular], - "prev": null, - "type": "tag", - "x-attribsNamespace": Object {}, - "x-attribsPrefix": Object {}, - }, - ], - "name": "button", - "namespace": "http://www.w3.org/1999/xhtml", - "next": Object { - "attribs": Object { - "class": "gio-btn gio-modal__btn-ok gio-btn-primary", - "type": "button", - }, - "children": Array [ - Object { - "attribs": Object {}, - "children": Array [ - Object { - "data": "下一步", - "next": null, - "parent": [Circular], - "prev": null, - "type": "text", - }, - ], - "name": "span", - "namespace": "http://www.w3.org/1999/xhtml", - "next": null, - "parent": [Circular], - "prev": null, - "type": "tag", - "x-attribsNamespace": Object {}, - "x-attribsPrefix": Object {}, - }, - ], - "name": "button", - "namespace": "http://www.w3.org/1999/xhtml", - "next": null, - "parent": [Circular], - "prev": [Circular], - "type": "tag", - "x-attribsNamespace": Object { - "class": undefined, - "type": undefined, - }, - "x-attribsPrefix": Object { - "class": undefined, - "type": undefined, - }, - }, - "parent": [Circular], - "prev": null, - "type": "tag", - "x-attribsNamespace": Object { - "class": undefined, - "type": undefined, - }, - "x-attribsPrefix": Object { - "class": undefined, - "type": undefined, - }, - }, - Object { - "attribs": Object { - "class": "gio-btn gio-modal__btn-ok gio-btn-primary", - "type": "button", - }, - "children": Array [ - Object { - "attribs": Object {}, - "children": Array [ - Object { - "data": "下一步", - "next": null, - "parent": [Circular], - "prev": null, - "type": "text", - }, - ], - "name": "span", - "namespace": "http://www.w3.org/1999/xhtml", - "next": null, - "parent": [Circular], - "prev": null, - "type": "tag", - "x-attribsNamespace": Object {}, - "x-attribsPrefix": Object {}, - }, - ], - "name": "button", - "namespace": "http://www.w3.org/1999/xhtml", - "next": null, - "parent": [Circular], - "prev": Object { - "attribs": Object { - "class": "gio-btn gio-modal__btn-close gio-btn-secondary", - "type": "button", - }, - "children": Array [ - Object { - "attribs": Object {}, - "children": Array [ - Object { - "data": "取 消", - "next": null, - "parent": [Circular], - "prev": null, - "type": "text", - }, - ], - "name": "span", - "namespace": "http://www.w3.org/1999/xhtml", - "next": null, - "parent": [Circular], - "prev": null, - "type": "tag", - "x-attribsNamespace": Object {}, - "x-attribsPrefix": Object {}, - }, - ], - "name": "button", - "namespace": "http://www.w3.org/1999/xhtml", - "next": [Circular], - "parent": [Circular], - "prev": null, - "type": "tag", - "x-attribsNamespace": Object { - "class": undefined, - "type": undefined, - }, - "x-attribsPrefix": Object { - "class": undefined, - "type": undefined, - }, - }, - "type": "tag", - "x-attribsNamespace": Object { - "class": undefined, - "type": undefined, - }, - "x-attribsPrefix": Object { - "class": undefined, - "type": undefined, - }, - }, - ], - "name": "div", - "namespace": "http://www.w3.org/1999/xhtml", - "next": null, - "parent": [Circular], - "prev": [Circular], - "type": "tag", - "x-attribsNamespace": Object {}, - "x-attribsPrefix": Object {}, - }, - "parent": [Circular], - "prev": null, - "type": "tag", - "x-attribsNamespace": Object { - "class": undefined, - }, - "x-attribsPrefix": Object { - "class": undefined, - }, - }, - Object { - "attribs": Object {}, - "children": Array [ - Object { - "attribs": Object { - "class": "gio-btn gio-modal__btn-close gio-btn-secondary", - "type": "button", - }, - "children": Array [ - Object { - "attribs": Object {}, - "children": Array [ - Object { - "data": "取 消", - "next": null, - "parent": [Circular], - "prev": null, - "type": "text", - }, - ], - "name": "span", - "namespace": "http://www.w3.org/1999/xhtml", - "next": null, - "parent": [Circular], - "prev": null, - "type": "tag", - "x-attribsNamespace": Object {}, - "x-attribsPrefix": Object {}, - }, - ], - "name": "button", - "namespace": "http://www.w3.org/1999/xhtml", - "next": Object { - "attribs": Object { - "class": "gio-btn gio-modal__btn-ok gio-btn-primary", - "type": "button", - }, - "children": Array [ - Object { - "attribs": Object {}, - "children": Array [ - Object { - "data": "下一步", - "next": null, - "parent": [Circular], - "prev": null, - "type": "text", - }, - ], - "name": "span", - "namespace": "http://www.w3.org/1999/xhtml", - "next": null, - "parent": [Circular], - "prev": null, - "type": "tag", - "x-attribsNamespace": Object {}, - "x-attribsPrefix": Object {}, - }, - ], - "name": "button", - "namespace": "http://www.w3.org/1999/xhtml", - "next": null, - "parent": [Circular], - "prev": [Circular], - "type": "tag", - "x-attribsNamespace": Object { - "class": undefined, - "type": undefined, - }, - "x-attribsPrefix": Object { - "class": undefined, - "type": undefined, - }, - }, - "parent": [Circular], - "prev": null, - "type": "tag", - "x-attribsNamespace": Object { - "class": undefined, - "type": undefined, - }, - "x-attribsPrefix": Object { - "class": undefined, - "type": undefined, - }, - }, - Object { - "attribs": Object { - "class": "gio-btn gio-modal__btn-ok gio-btn-primary", - "type": "button", - }, - "children": Array [ - Object { - "attribs": Object {}, - "children": Array [ - Object { - "data": "下一步", - "next": null, - "parent": [Circular], - "prev": null, - "type": "text", - }, - ], - "name": "span", - "namespace": "http://www.w3.org/1999/xhtml", - "next": null, - "parent": [Circular], - "prev": null, - "type": "tag", - "x-attribsNamespace": Object {}, - "x-attribsPrefix": Object {}, - }, - ], - "name": "button", - "namespace": "http://www.w3.org/1999/xhtml", - "next": null, - "parent": [Circular], - "prev": Object { - "attribs": Object { - "class": "gio-btn gio-modal__btn-close gio-btn-secondary", - "type": "button", - }, - "children": Array [ - Object { - "attribs": Object {}, - "children": Array [ - Object { - "data": "取 消", - "next": null, - "parent": [Circular], - "prev": null, - "type": "text", - }, - ], - "name": "span", - "namespace": "http://www.w3.org/1999/xhtml", - "next": null, - "parent": [Circular], - "prev": null, - "type": "tag", - "x-attribsNamespace": Object {}, - "x-attribsPrefix": Object {}, - }, - ], - "name": "button", - "namespace": "http://www.w3.org/1999/xhtml", - "next": [Circular], - "parent": [Circular], - "prev": null, - "type": "tag", - "x-attribsNamespace": Object { - "class": undefined, - "type": undefined, - }, - "x-attribsPrefix": Object { - "class": undefined, - "type": undefined, - }, - }, - "type": "tag", - "x-attribsNamespace": Object { - "class": undefined, - "type": undefined, - }, - "x-attribsPrefix": Object { - "class": undefined, - "type": undefined, - }, - }, - ], - "name": "div", - "namespace": "http://www.w3.org/1999/xhtml", - "next": null, - "parent": [Circular], - "prev": Object { - "attribs": Object { - "class": "gio-modal__footer-additional", - }, - "children": Array [], - "name": "div", - "namespace": "http://www.w3.org/1999/xhtml", - "next": [Circular], - "parent": [Circular], - "prev": null, - "type": "tag", - "x-attribsNamespace": Object { - "class": undefined, - }, - "x-attribsPrefix": Object { - "class": undefined, - }, - }, - "type": "tag", - "x-attribsNamespace": Object {}, - "x-attribsPrefix": Object {}, - }, - ], - "name": "div", - "namespace": "http://www.w3.org/1999/xhtml", - "next": null, - "parent": [Circular], - "prev": null, - "type": "tag", - "x-attribsNamespace": Object { - "class": undefined, - }, - "x-attribsPrefix": Object { - "class": undefined, - }, - }, - ], - "name": "div", - "namespace": "http://www.w3.org/1999/xhtml", - "next": null, - "parent": [Circular], - "prev": [Circular], - "type": "tag", - "x-attribsNamespace": Object { - "class": undefined, - }, - "x-attribsPrefix": Object { - "class": undefined, - }, - }, - "parent": [Circular], - "prev": Object { - "attribs": Object { - "class": "gio-modal-header", - }, - "children": Array [ - Object { - "attribs": Object { - "class": "gio-modal-title", - "id": "rcDialogTitle1", - }, - "children": Array [ - Object { - "attribs": Object { - "class": "gio-modal__title", - }, - "children": Array [ - Object { - "data": "步骤 1", - "next": null, - "parent": [Circular], - "prev": null, - "type": "text", - }, - ], - "name": "div", - "namespace": "http://www.w3.org/1999/xhtml", - "next": null, - "parent": [Circular], - "prev": null, - "type": "tag", - "x-attribsNamespace": Object { - "class": undefined, - }, - "x-attribsPrefix": Object { - "class": undefined, - }, - }, - ], - "name": "div", - "namespace": "http://www.w3.org/1999/xhtml", - "next": null, - "parent": [Circular], - "prev": null, - "type": "tag", - "x-attribsNamespace": Object { - "class": undefined, - "id": undefined, - }, - "x-attribsPrefix": Object { - "class": undefined, - "id": undefined, - }, - }, - ], - "name": "div", - "namespace": "http://www.w3.org/1999/xhtml", - "next": [Circular], - "parent": [Circular], - "prev": Object { - "attribs": Object { - "aria-label": "Close", - "class": "gio-modal-close", - "type": "button", - }, - "children": Array [ - Object { - "attribs": Object { - "class": "gio-icon gio-modal__close", - }, - "children": Array [ - Object { - "attribs": Object { - "class": "gio-icon-svg", - "fill": "currentColor", - "height": "1rem", - "viewBox": "0 0 14 14", - "width": "1rem", - }, - "children": Array [ - Object { - "attribs": Object {}, - "children": Array [ - Object { - "attribs": Object {}, - "children": Array [], - "name": "style", - "namespace": "http://www.w3.org/2000/svg", - "next": null, - "parent": [Circular], - "prev": null, - "type": "style", - "x-attribsNamespace": Object {}, - "x-attribsPrefix": Object {}, - }, - ], - "name": "defs", - "namespace": "http://www.w3.org/2000/svg", - "next": Object { - "attribs": Object { - "data-name": "\\\\u56FE\\\\u5C42 2", - "id": "close_svg__\\\\u56FE\\\\u5C42_2", - }, - "children": Array [ - Object { - "attribs": Object { - "data-name": "\\\\u56FE\\\\u5C42 1", - "id": "close_svg__\\\\u56FE\\\\u5C42_1-2", - }, - "children": Array [ - Object { - "attribs": Object { - "d": "M6.62 5.92a.54.54 0 00.76 0l3.87-3.87a.49.49 0 01.7.7L8.08 6.62a.54.54 0 000 .76L12 11.25a.49.49 0 01-.7.7L7.38 8.08a.54.54 0 00-.76 0L2.75 12a.49.49 0 01-.7-.7l3.87-3.92a.54.54 0 000-.76L2.05 2.75a.49.49 0 01.7-.7z", - "fill": "currentColor", - "fill-rule": "evenodd", - "id": "close_svg__close", - }, - "children": Array [], - "name": "path", - "namespace": "http://www.w3.org/2000/svg", - "next": null, - "parent": [Circular], - "prev": null, - "type": "tag", - "x-attribsNamespace": Object { - "d": undefined, - "fill": undefined, - "fill-rule": undefined, - "id": undefined, - }, - "x-attribsPrefix": Object { - "d": undefined, - "fill": undefined, - "fill-rule": undefined, - "id": undefined, - }, - }, - ], - "name": "g", - "namespace": "http://www.w3.org/2000/svg", - "next": null, - "parent": [Circular], - "prev": null, - "type": "tag", - "x-attribsNamespace": Object { - "data-name": undefined, - "id": undefined, - }, - "x-attribsPrefix": Object { - "data-name": undefined, - "id": undefined, - }, - }, - ], - "name": "g", - "namespace": "http://www.w3.org/2000/svg", - "next": null, - "parent": [Circular], - "prev": [Circular], - "type": "tag", - "x-attribsNamespace": Object { - "data-name": undefined, - "id": undefined, - }, - "x-attribsPrefix": Object { - "data-name": undefined, - "id": undefined, - }, - }, - "parent": [Circular], - "prev": null, - "type": "tag", - "x-attribsNamespace": Object {}, - "x-attribsPrefix": Object {}, - }, - Object { - "attribs": Object { - "data-name": "\\\\u56FE\\\\u5C42 2", - "id": "close_svg__\\\\u56FE\\\\u5C42_2", - }, - "children": Array [ - Object { - "attribs": Object { - "data-name": "\\\\u56FE\\\\u5C42 1", - "id": "close_svg__\\\\u56FE\\\\u5C42_1-2", - }, - "children": Array [ - Object { - "attribs": Object { - "d": "M6.62 5.92a.54.54 0 00.76 0l3.87-3.87a.49.49 0 01.7.7L8.08 6.62a.54.54 0 000 .76L12 11.25a.49.49 0 01-.7.7L7.38 8.08a.54.54 0 00-.76 0L2.75 12a.49.49 0 01-.7-.7l3.87-3.92a.54.54 0 000-.76L2.05 2.75a.49.49 0 01.7-.7z", - "fill": "currentColor", - "fill-rule": "evenodd", - "id": "close_svg__close", - }, - "children": Array [], - "name": "path", - "namespace": "http://www.w3.org/2000/svg", - "next": null, - "parent": [Circular], - "prev": null, - "type": "tag", - "x-attribsNamespace": Object { - "d": undefined, - "fill": undefined, - "fill-rule": undefined, - "id": undefined, - }, - "x-attribsPrefix": Object { - "d": undefined, - "fill": undefined, - "fill-rule": undefined, - "id": undefined, - }, - }, - ], - "name": "g", - "namespace": "http://www.w3.org/2000/svg", - "next": null, - "parent": [Circular], - "prev": null, - "type": "tag", - "x-attribsNamespace": Object { - "data-name": undefined, - "id": undefined, - }, - "x-attribsPrefix": Object { - "data-name": undefined, - "id": undefined, - }, - }, - ], - "name": "g", - "namespace": "http://www.w3.org/2000/svg", - "next": null, - "parent": [Circular], - "prev": Object { - "attribs": Object {}, - "children": Array [ - Object { - "attribs": Object {}, - "children": Array [], - "name": "style", - "namespace": "http://www.w3.org/2000/svg", - "next": null, - "parent": [Circular], - "prev": null, - "type": "style", - "x-attribsNamespace": Object {}, - "x-attribsPrefix": Object {}, - }, - ], - "name": "defs", - "namespace": "http://www.w3.org/2000/svg", - "next": [Circular], - "parent": [Circular], - "prev": null, - "type": "tag", - "x-attribsNamespace": Object {}, - "x-attribsPrefix": Object {}, - }, - "type": "tag", - "x-attribsNamespace": Object { - "data-name": undefined, - "id": undefined, - }, - "x-attribsPrefix": Object { - "data-name": undefined, - "id": undefined, - }, - }, - ], - "name": "svg", - "namespace": "http://www.w3.org/2000/svg", - "next": null, - "parent": [Circular], - "prev": null, - "type": "tag", - "x-attribsNamespace": Object { - "class": undefined, - "fill": undefined, - "height": undefined, - "viewBox": undefined, - "width": undefined, - }, - "x-attribsPrefix": Object { - "class": undefined, - "fill": undefined, - "height": undefined, - "viewBox": undefined, - "width": undefined, - }, - }, - ], - "name": "span", - "namespace": "http://www.w3.org/1999/xhtml", - "next": null, - "parent": [Circular], - "prev": null, - "type": "tag", - "x-attribsNamespace": Object { - "class": undefined, - }, - "x-attribsPrefix": Object { - "class": undefined, - }, - }, - ], - "name": "button", - "namespace": "http://www.w3.org/1999/xhtml", - "next": [Circular], - "parent": [Circular], - "prev": null, - "type": "tag", - "x-attribsNamespace": Object { - "aria-label": undefined, - "class": undefined, - "type": undefined, - }, - "x-attribsPrefix": Object { - "aria-label": undefined, - "class": undefined, - "type": undefined, - }, - }, - "type": "tag", - "x-attribsNamespace": Object { - "class": undefined, - }, - "x-attribsPrefix": Object { - "class": undefined, - }, - }, - "type": "tag", - "x-attribsNamespace": Object { - "class": undefined, - }, - "x-attribsPrefix": Object { - "class": undefined, - }, - }, - Object { - "attribs": Object { - "class": "gio-modal-footer", - }, - "children": Array [ - Object { - "attribs": Object { - "class": "gio-modal__footer", - }, - "children": Array [ - Object { - "attribs": Object { - "class": "gio-modal__footer-additional", - }, - "children": Array [], - "name": "div", - "namespace": "http://www.w3.org/1999/xhtml", - "next": Object { - "attribs": Object {}, - "children": Array [ - Object { - "attribs": Object { - "class": "gio-btn gio-modal__btn-close gio-btn-secondary", - "type": "button", - }, - "children": Array [ - Object { - "attribs": Object {}, - "children": Array [ - Object { - "data": "取 消", - "next": null, - "parent": [Circular], - "prev": null, - "type": "text", - }, - ], - "name": "span", - "namespace": "http://www.w3.org/1999/xhtml", - "next": null, - "parent": [Circular], - "prev": null, - "type": "tag", - "x-attribsNamespace": Object {}, - "x-attribsPrefix": Object {}, - }, - ], - "name": "button", - "namespace": "http://www.w3.org/1999/xhtml", - "next": Object { - "attribs": Object { - "class": "gio-btn gio-modal__btn-ok gio-btn-primary", - "type": "button", - }, - "children": Array [ - Object { - "attribs": Object {}, - "children": Array [ - Object { - "data": "下一步", - "next": null, - "parent": [Circular], - "prev": null, - "type": "text", - }, - ], - "name": "span", - "namespace": "http://www.w3.org/1999/xhtml", - "next": null, - "parent": [Circular], - "prev": null, - "type": "tag", - "x-attribsNamespace": Object {}, - "x-attribsPrefix": Object {}, - }, - ], - "name": "button", - "namespace": "http://www.w3.org/1999/xhtml", - "next": null, - "parent": [Circular], - "prev": [Circular], - "type": "tag", - "x-attribsNamespace": Object { - "class": undefined, - "type": undefined, - }, - "x-attribsPrefix": Object { - "class": undefined, - "type": undefined, - }, - }, - "parent": [Circular], - "prev": null, - "type": "tag", - "x-attribsNamespace": Object { - "class": undefined, - "type": undefined, - }, - "x-attribsPrefix": Object { - "class": undefined, - "type": undefined, - }, - }, - Object { - "attribs": Object { - "class": "gio-btn gio-modal__btn-ok gio-btn-primary", - "type": "button", - }, - "children": Array [ - Object { - "attribs": Object {}, - "children": Array [ - Object { - "data": "下一步", - "next": null, - "parent": [Circular], - "prev": null, - "type": "text", - }, - ], - "name": "span", - "namespace": "http://www.w3.org/1999/xhtml", - "next": null, - "parent": [Circular], - "prev": null, - "type": "tag", - "x-attribsNamespace": Object {}, - "x-attribsPrefix": Object {}, - }, - ], - "name": "button", - "namespace": "http://www.w3.org/1999/xhtml", - "next": null, - "parent": [Circular], - "prev": Object { - "attribs": Object { - "class": "gio-btn gio-modal__btn-close gio-btn-secondary", - "type": "button", - }, - "children": Array [ - Object { - "attribs": Object {}, - "children": Array [ - Object { - "data": "取 消", - "next": null, - "parent": [Circular], - "prev": null, - "type": "text", - }, - ], - "name": "span", - "namespace": "http://www.w3.org/1999/xhtml", - "next": null, - "parent": [Circular], - "prev": null, - "type": "tag", - "x-attribsNamespace": Object {}, - "x-attribsPrefix": Object {}, - }, - ], - "name": "button", - "namespace": "http://www.w3.org/1999/xhtml", - "next": [Circular], - "parent": [Circular], - "prev": null, - "type": "tag", - "x-attribsNamespace": Object { - "class": undefined, - "type": undefined, - }, - "x-attribsPrefix": Object { - "class": undefined, - "type": undefined, - }, - }, - "type": "tag", - "x-attribsNamespace": Object { - "class": undefined, - "type": undefined, - }, - "x-attribsPrefix": Object { - "class": undefined, - "type": undefined, - }, - }, - ], - "name": "div", - "namespace": "http://www.w3.org/1999/xhtml", - "next": null, - "parent": [Circular], - "prev": [Circular], - "type": "tag", - "x-attribsNamespace": Object {}, - "x-attribsPrefix": Object {}, - }, - "parent": [Circular], - "prev": null, - "type": "tag", - "x-attribsNamespace": Object { - "class": undefined, - }, - "x-attribsPrefix": Object { - "class": undefined, - }, - }, - Object { - "attribs": Object {}, - "children": Array [ - Object { - "attribs": Object { - "class": "gio-btn gio-modal__btn-close gio-btn-secondary", - "type": "button", - }, - "children": Array [ - Object { - "attribs": Object {}, - "children": Array [ - Object { - "data": "取 消", - "next": null, - "parent": [Circular], - "prev": null, - "type": "text", - }, - ], - "name": "span", - "namespace": "http://www.w3.org/1999/xhtml", - "next": null, - "parent": [Circular], - "prev": null, - "type": "tag", - "x-attribsNamespace": Object {}, - "x-attribsPrefix": Object {}, - }, - ], - "name": "button", - "namespace": "http://www.w3.org/1999/xhtml", - "next": Object { - "attribs": Object { - "class": "gio-btn gio-modal__btn-ok gio-btn-primary", - "type": "button", - }, - "children": Array [ - Object { - "attribs": Object {}, - "children": Array [ - Object { - "data": "下一步", - "next": null, - "parent": [Circular], - "prev": null, - "type": "text", - }, - ], - "name": "span", - "namespace": "http://www.w3.org/1999/xhtml", - "next": null, - "parent": [Circular], - "prev": null, - "type": "tag", - "x-attribsNamespace": Object {}, - "x-attribsPrefix": Object {}, - }, - ], - "name": "button", - "namespace": "http://www.w3.org/1999/xhtml", - "next": null, - "parent": [Circular], - "prev": [Circular], - "type": "tag", - "x-attribsNamespace": Object { - "class": undefined, - "type": undefined, - }, - "x-attribsPrefix": Object { - "class": undefined, - "type": undefined, - }, - }, - "parent": [Circular], - "prev": null, - "type": "tag", - "x-attribsNamespace": Object { - "class": undefined, - "type": undefined, - }, - "x-attribsPrefix": Object { - "class": undefined, - "type": undefined, - }, - }, - Object { - "attribs": Object { - "class": "gio-btn gio-modal__btn-ok gio-btn-primary", - "type": "button", - }, - "children": Array [ - Object { - "attribs": Object {}, - "children": Array [ - Object { - "data": "下一步", - "next": null, - "parent": [Circular], - "prev": null, - "type": "text", - }, - ], - "name": "span", - "namespace": "http://www.w3.org/1999/xhtml", - "next": null, - "parent": [Circular], - "prev": null, - "type": "tag", - "x-attribsNamespace": Object {}, - "x-attribsPrefix": Object {}, - }, - ], - "name": "button", - "namespace": "http://www.w3.org/1999/xhtml", - "next": null, - "parent": [Circular], - "prev": Object { - "attribs": Object { - "class": "gio-btn gio-modal__btn-close gio-btn-secondary", - "type": "button", - }, - "children": Array [ - Object { - "attribs": Object {}, - "children": Array [ - Object { - "data": "取 消", - "next": null, - "parent": [Circular], - "prev": null, - "type": "text", - }, - ], - "name": "span", - "namespace": "http://www.w3.org/1999/xhtml", - "next": null, - "parent": [Circular], - "prev": null, - "type": "tag", - "x-attribsNamespace": Object {}, - "x-attribsPrefix": Object {}, - }, - ], - "name": "button", - "namespace": "http://www.w3.org/1999/xhtml", - "next": [Circular], - "parent": [Circular], - "prev": null, - "type": "tag", - "x-attribsNamespace": Object { - "class": undefined, - "type": undefined, - }, - "x-attribsPrefix": Object { - "class": undefined, - "type": undefined, - }, - }, - "type": "tag", - "x-attribsNamespace": Object { - "class": undefined, - "type": undefined, - }, - "x-attribsPrefix": Object { - "class": undefined, - "type": undefined, - }, - }, - ], - "name": "div", - "namespace": "http://www.w3.org/1999/xhtml", - "next": null, - "parent": [Circular], - "prev": Object { - "attribs": Object { - "class": "gio-modal__footer-additional", - }, - "children": Array [], - "name": "div", - "namespace": "http://www.w3.org/1999/xhtml", - "next": [Circular], - "parent": [Circular], - "prev": null, - "type": "tag", - "x-attribsNamespace": Object { - "class": undefined, - }, - "x-attribsPrefix": Object { - "class": undefined, - }, - }, - "type": "tag", - "x-attribsNamespace": Object {}, - "x-attribsPrefix": Object {}, - }, - ], - "name": "div", - "namespace": "http://www.w3.org/1999/xhtml", - "next": null, - "parent": [Circular], - "prev": null, - "type": "tag", - "x-attribsNamespace": Object { - "class": undefined, - }, - "x-attribsPrefix": Object { - "class": undefined, - }, - }, - ], - "name": "div", - "namespace": "http://www.w3.org/1999/xhtml", - "next": null, - "parent": [Circular], - "prev": Object { - "attribs": Object { - "class": "gio-modal-body", - }, - "children": Array [ - Object { - "attribs": Object {}, - "children": Array [ - Object { - "data": "Step One", - "next": Object { - "attribs": Object { - "class": "gio-btn gio-btn-text gio-btn-small", - "style": "margin-left: 5px;", - "type": "button", - }, - "children": Array [ - Object { - "attribs": Object {}, - "children": Array [ - Object { - "data": "go 2-1", - "next": null, - "parent": [Circular], - "prev": null, - "type": "text", - }, - ], - "name": "span", - "namespace": "http://www.w3.org/1999/xhtml", - "next": null, - "parent": [Circular], - "prev": null, - "type": "tag", - "x-attribsNamespace": Object {}, - "x-attribsPrefix": Object {}, - }, - ], - "name": "button", - "namespace": "http://www.w3.org/1999/xhtml", - "next": Object { - "attribs": Object { - "class": "gio-btn gio-btn-text gio-btn-small", - "style": "margin-left: 5px;", - "type": "button", - }, - "children": Array [ - Object { - "attribs": Object {}, - "children": Array [ - Object { - "data": "go 2-2", - "next": null, - "parent": [Circular], - "prev": null, - "type": "text", - }, - ], - "name": "span", - "namespace": "http://www.w3.org/1999/xhtml", - "next": null, - "parent": [Circular], - "prev": null, - "type": "tag", - "x-attribsNamespace": Object {}, - "x-attribsPrefix": Object {}, - }, - ], - "name": "button", - "namespace": "http://www.w3.org/1999/xhtml", - "next": null, - "parent": [Circular], - "prev": [Circular], - "type": "tag", - "x-attribsNamespace": Object { - "class": undefined, - "style": undefined, - "type": undefined, - }, - "x-attribsPrefix": Object { - "class": undefined, - "style": undefined, - "type": undefined, - }, - }, - "parent": [Circular], - "prev": [Circular], - "type": "tag", - "x-attribsNamespace": Object { - "class": undefined, - "style": undefined, - "type": undefined, - }, - "x-attribsPrefix": Object { - "class": undefined, - "style": undefined, - "type": undefined, - }, - }, - "parent": [Circular], - "prev": null, - "type": "text", - }, - Object { - "attribs": Object { - "class": "gio-btn gio-btn-text gio-btn-small", - "style": "margin-left: 5px;", - "type": "button", - }, - "children": Array [ - Object { - "attribs": Object {}, - "children": Array [ - Object { - "data": "go 2-1", - "next": null, - "parent": [Circular], - "prev": null, - "type": "text", - }, - ], - "name": "span", - "namespace": "http://www.w3.org/1999/xhtml", - "next": null, - "parent": [Circular], - "prev": null, - "type": "tag", - "x-attribsNamespace": Object {}, - "x-attribsPrefix": Object {}, - }, - ], - "name": "button", - "namespace": "http://www.w3.org/1999/xhtml", - "next": Object { - "attribs": Object { - "class": "gio-btn gio-btn-text gio-btn-small", - "style": "margin-left: 5px;", - "type": "button", - }, - "children": Array [ - Object { - "attribs": Object {}, - "children": Array [ - Object { - "data": "go 2-2", - "next": null, - "parent": [Circular], - "prev": null, - "type": "text", - }, - ], - "name": "span", - "namespace": "http://www.w3.org/1999/xhtml", - "next": null, - "parent": [Circular], - "prev": null, - "type": "tag", - "x-attribsNamespace": Object {}, - "x-attribsPrefix": Object {}, - }, - ], - "name": "button", - "namespace": "http://www.w3.org/1999/xhtml", - "next": null, - "parent": [Circular], - "prev": [Circular], - "type": "tag", - "x-attribsNamespace": Object { - "class": undefined, - "style": undefined, - "type": undefined, - }, - "x-attribsPrefix": Object { - "class": undefined, - "style": undefined, - "type": undefined, - }, - }, - "parent": [Circular], - "prev": Object { - "data": "Step One", - "next": [Circular], - "parent": [Circular], - "prev": null, - "type": "text", - }, - "type": "tag", - "x-attribsNamespace": Object { - "class": undefined, - "style": undefined, - "type": undefined, - }, - "x-attribsPrefix": Object { - "class": undefined, - "style": undefined, - "type": undefined, - }, - }, - Object { - "attribs": Object { - "class": "gio-btn gio-btn-text gio-btn-small", - "style": "margin-left: 5px;", - "type": "button", - }, - "children": Array [ - Object { - "attribs": Object {}, - "children": Array [ - Object { - "data": "go 2-2", - "next": null, - "parent": [Circular], - "prev": null, - "type": "text", - }, - ], - "name": "span", - "namespace": "http://www.w3.org/1999/xhtml", - "next": null, - "parent": [Circular], - "prev": null, - "type": "tag", - "x-attribsNamespace": Object {}, - "x-attribsPrefix": Object {}, - }, - ], - "name": "button", - "namespace": "http://www.w3.org/1999/xhtml", - "next": null, - "parent": [Circular], - "prev": Object { - "attribs": Object { - "class": "gio-btn gio-btn-text gio-btn-small", - "style": "margin-left: 5px;", - "type": "button", - }, - "children": Array [ - Object { - "attribs": Object {}, - "children": Array [ - Object { - "data": "go 2-1", - "next": null, - "parent": [Circular], - "prev": null, - "type": "text", - }, - ], - "name": "span", - "namespace": "http://www.w3.org/1999/xhtml", - "next": null, - "parent": [Circular], - "prev": null, - "type": "tag", - "x-attribsNamespace": Object {}, - "x-attribsPrefix": Object {}, - }, - ], - "name": "button", - "namespace": "http://www.w3.org/1999/xhtml", - "next": [Circular], - "parent": [Circular], - "prev": Object { - "data": "Step One", - "next": [Circular], - "parent": [Circular], - "prev": null, - "type": "text", - }, - "type": "tag", - "x-attribsNamespace": Object { - "class": undefined, - "style": undefined, - "type": undefined, - }, - "x-attribsPrefix": Object { - "class": undefined, - "style": undefined, - "type": undefined, - }, - }, - "type": "tag", - "x-attribsNamespace": Object { - "class": undefined, - "style": undefined, - "type": undefined, - }, - "x-attribsPrefix": Object { - "class": undefined, - "style": undefined, - "type": undefined, - }, - }, - ], - "name": "div", - "namespace": "http://www.w3.org/1999/xhtml", - "next": null, - "parent": [Circular], - "prev": null, - "type": "tag", - "x-attribsNamespace": Object {}, - "x-attribsPrefix": Object {}, - }, - ], - "name": "div", - "namespace": "http://www.w3.org/1999/xhtml", - "next": [Circular], - "parent": [Circular], - "prev": Object { - "attribs": Object { - "class": "gio-modal-header", - }, - "children": Array [ - Object { - "attribs": Object { - "class": "gio-modal-title", - "id": "rcDialogTitle1", - }, - "children": Array [ - Object { - "attribs": Object { - "class": "gio-modal__title", - }, - "children": Array [ - Object { - "data": "步骤 1", - "next": null, - "parent": [Circular], - "prev": null, - "type": "text", - }, - ], - "name": "div", - "namespace": "http://www.w3.org/1999/xhtml", - "next": null, - "parent": [Circular], - "prev": null, - "type": "tag", - "x-attribsNamespace": Object { - "class": undefined, - }, - "x-attribsPrefix": Object { - "class": undefined, - }, - }, - ], - "name": "div", - "namespace": "http://www.w3.org/1999/xhtml", - "next": null, - "parent": [Circular], - "prev": null, - "type": "tag", - "x-attribsNamespace": Object { - "class": undefined, - "id": undefined, - }, - "x-attribsPrefix": Object { - "class": undefined, - "id": undefined, - }, - }, - ], - "name": "div", - "namespace": "http://www.w3.org/1999/xhtml", - "next": [Circular], - "parent": [Circular], - "prev": Object { - "attribs": Object { - "aria-label": "Close", - "class": "gio-modal-close", - "type": "button", - }, - "children": Array [ - Object { - "attribs": Object { - "class": "gio-icon gio-modal__close", - }, - "children": Array [ - Object { - "attribs": Object { - "class": "gio-icon-svg", - "fill": "currentColor", - "height": "1rem", - "viewBox": "0 0 14 14", - "width": "1rem", - }, - "children": Array [ - Object { - "attribs": Object {}, - "children": Array [ - Object { - "attribs": Object {}, - "children": Array [], - "name": "style", - "namespace": "http://www.w3.org/2000/svg", - "next": null, - "parent": [Circular], - "prev": null, - "type": "style", - "x-attribsNamespace": Object {}, - "x-attribsPrefix": Object {}, - }, - ], - "name": "defs", - "namespace": "http://www.w3.org/2000/svg", - "next": Object { - "attribs": Object { - "data-name": "\\\\u56FE\\\\u5C42 2", - "id": "close_svg__\\\\u56FE\\\\u5C42_2", - }, - "children": Array [ - Object { - "attribs": Object { - "data-name": "\\\\u56FE\\\\u5C42 1", - "id": "close_svg__\\\\u56FE\\\\u5C42_1-2", - }, - "children": Array [ - Object { - "attribs": Object { - "d": "M6.62 5.92a.54.54 0 00.76 0l3.87-3.87a.49.49 0 01.7.7L8.08 6.62a.54.54 0 000 .76L12 11.25a.49.49 0 01-.7.7L7.38 8.08a.54.54 0 00-.76 0L2.75 12a.49.49 0 01-.7-.7l3.87-3.92a.54.54 0 000-.76L2.05 2.75a.49.49 0 01.7-.7z", - "fill": "currentColor", - "fill-rule": "evenodd", - "id": "close_svg__close", - }, - "children": Array [], - "name": "path", - "namespace": "http://www.w3.org/2000/svg", - "next": null, - "parent": [Circular], - "prev": null, - "type": "tag", - "x-attribsNamespace": Object { - "d": undefined, - "fill": undefined, - "fill-rule": undefined, - "id": undefined, - }, - "x-attribsPrefix": Object { - "d": undefined, - "fill": undefined, - "fill-rule": undefined, - "id": undefined, - }, - }, - ], - "name": "g", - "namespace": "http://www.w3.org/2000/svg", - "next": null, - "parent": [Circular], - "prev": null, - "type": "tag", - "x-attribsNamespace": Object { - "data-name": undefined, - "id": undefined, - }, - "x-attribsPrefix": Object { - "data-name": undefined, - "id": undefined, - }, - }, - ], - "name": "g", - "namespace": "http://www.w3.org/2000/svg", - "next": null, - "parent": [Circular], - "prev": [Circular], - "type": "tag", - "x-attribsNamespace": Object { - "data-name": undefined, - "id": undefined, - }, - "x-attribsPrefix": Object { - "data-name": undefined, - "id": undefined, - }, - }, - "parent": [Circular], - "prev": null, - "type": "tag", - "x-attribsNamespace": Object {}, - "x-attribsPrefix": Object {}, - }, - Object { - "attribs": Object { - "data-name": "\\\\u56FE\\\\u5C42 2", - "id": "close_svg__\\\\u56FE\\\\u5C42_2", - }, - "children": Array [ - Object { - "attribs": Object { - "data-name": "\\\\u56FE\\\\u5C42 1", - "id": "close_svg__\\\\u56FE\\\\u5C42_1-2", - }, - "children": Array [ - Object { - "attribs": Object { - "d": "M6.62 5.92a.54.54 0 00.76 0l3.87-3.87a.49.49 0 01.7.7L8.08 6.62a.54.54 0 000 .76L12 11.25a.49.49 0 01-.7.7L7.38 8.08a.54.54 0 00-.76 0L2.75 12a.49.49 0 01-.7-.7l3.87-3.92a.54.54 0 000-.76L2.05 2.75a.49.49 0 01.7-.7z", - "fill": "currentColor", - "fill-rule": "evenodd", - "id": "close_svg__close", - }, - "children": Array [], - "name": "path", - "namespace": "http://www.w3.org/2000/svg", - "next": null, - "parent": [Circular], - "prev": null, - "type": "tag", - "x-attribsNamespace": Object { - "d": undefined, - "fill": undefined, - "fill-rule": undefined, - "id": undefined, - }, - "x-attribsPrefix": Object { - "d": undefined, - "fill": undefined, - "fill-rule": undefined, - "id": undefined, - }, - }, - ], - "name": "g", - "namespace": "http://www.w3.org/2000/svg", - "next": null, - "parent": [Circular], - "prev": null, - "type": "tag", - "x-attribsNamespace": Object { - "data-name": undefined, - "id": undefined, - }, - "x-attribsPrefix": Object { - "data-name": undefined, - "id": undefined, - }, - }, - ], - "name": "g", - "namespace": "http://www.w3.org/2000/svg", - "next": null, - "parent": [Circular], - "prev": Object { - "attribs": Object {}, - "children": Array [ - Object { - "attribs": Object {}, - "children": Array [], - "name": "style", - "namespace": "http://www.w3.org/2000/svg", - "next": null, - "parent": [Circular], - "prev": null, - "type": "style", - "x-attribsNamespace": Object {}, - "x-attribsPrefix": Object {}, - }, - ], - "name": "defs", - "namespace": "http://www.w3.org/2000/svg", - "next": [Circular], - "parent": [Circular], - "prev": null, - "type": "tag", - "x-attribsNamespace": Object {}, - "x-attribsPrefix": Object {}, - }, - "type": "tag", - "x-attribsNamespace": Object { - "data-name": undefined, - "id": undefined, - }, - "x-attribsPrefix": Object { - "data-name": undefined, - "id": undefined, - }, - }, - ], - "name": "svg", - "namespace": "http://www.w3.org/2000/svg", - "next": null, - "parent": [Circular], - "prev": null, - "type": "tag", - "x-attribsNamespace": Object { - "class": undefined, - "fill": undefined, - "height": undefined, - "viewBox": undefined, - "width": undefined, - }, - "x-attribsPrefix": Object { - "class": undefined, - "fill": undefined, - "height": undefined, - "viewBox": undefined, - "width": undefined, - }, - }, - ], - "name": "span", - "namespace": "http://www.w3.org/1999/xhtml", - "next": null, - "parent": [Circular], - "prev": null, - "type": "tag", - "x-attribsNamespace": Object { - "class": undefined, - }, - "x-attribsPrefix": Object { - "class": undefined, - }, - }, - ], - "name": "button", - "namespace": "http://www.w3.org/1999/xhtml", - "next": [Circular], - "parent": [Circular], - "prev": null, - "type": "tag", - "x-attribsNamespace": Object { - "aria-label": undefined, - "class": undefined, - "type": undefined, - }, - "x-attribsPrefix": Object { - "aria-label": undefined, - "class": undefined, - "type": undefined, - }, - }, - "type": "tag", - "x-attribsNamespace": Object { - "class": undefined, - }, - "x-attribsPrefix": Object { - "class": undefined, - }, - }, - "type": "tag", - "x-attribsNamespace": Object { - "class": undefined, - }, - "x-attribsPrefix": Object { - "class": undefined, - }, - }, - "type": "tag", - "x-attribsNamespace": Object { - "class": undefined, - }, - "x-attribsPrefix": Object { - "class": undefined, - }, - }, - ], - "name": "div", - "namespace": "http://www.w3.org/1999/xhtml", - "next": [Circular], - "parent": [Circular], - "prev": Object { - "attribs": Object { - "aria-hidden": "true", - "style": "width: 0px; height: 0px; overflow: hidden; outline: none;", - "tabindex": "0", - }, - "children": Array [], - "name": "div", - "namespace": "http://www.w3.org/1999/xhtml", - "next": [Circular], - "parent": [Circular], - "prev": null, - "type": "tag", - "x-attribsNamespace": Object { - "aria-hidden": undefined, - "style": undefined, - "tabindex": undefined, - }, - "x-attribsPrefix": Object { - "aria-hidden": undefined, - "style": undefined, - "tabindex": undefined, - }, - }, - "type": "tag", - "x-attribsNamespace": Object { - "class": undefined, - }, - "x-attribsPrefix": Object { - "class": undefined, - }, - }, - "type": "tag", - "x-attribsNamespace": Object { - "aria-hidden": undefined, - "style": undefined, - "tabindex": undefined, - }, - "x-attribsPrefix": Object { - "aria-hidden": undefined, - "style": undefined, - "tabindex": undefined, - }, - }, - ], - "name": "div", - "namespace": "http://www.w3.org/1999/xhtml", - "next": null, - "parent": [Circular], - "prev": null, - "type": "tag", - "x-attribsNamespace": Object { - "class": undefined, - "role": undefined, - }, - "x-attribsPrefix": Object { - "class": undefined, - "role": undefined, - }, - }, - ], - "name": "div", - "namespace": "http://www.w3.org/1999/xhtml", - "next": null, - "parent": [Circular], - "prev": [Circular], - "type": "tag", - "x-attribsNamespace": Object { - "aria-labelledby": undefined, - "class": undefined, - "role": undefined, - "tabindex": undefined, - }, - "x-attribsPrefix": Object { - "aria-labelledby": undefined, - "class": undefined, - "role": undefined, - "tabindex": undefined, - }, - }, - "parent": [Circular], - "prev": null, - "type": "tag", - "x-attribsNamespace": Object { - "class": undefined, - }, - "x-attribsPrefix": Object { - "class": undefined, - }, - }, - Object { - "attribs": Object { - "aria-labelledby": "rcDialogTitle1", - "class": "gio-modal-wrap gio-modal__wrapper", - "role": "dialog", - "tabindex": "-1", - }, - "children": Array [ - Object { - "attribs": Object { - "class": "gio-modal gio-modal--small zoom-appear", - "role": "document", - }, - "children": Array [ - Object { - "attribs": Object { - "aria-hidden": "true", - "style": "width: 0px; height: 0px; overflow: hidden; outline: none;", - "tabindex": "0", - }, - "children": Array [], - "name": "div", - "namespace": "http://www.w3.org/1999/xhtml", - "next": Object { - "attribs": Object { - "class": "gio-modal-content", - }, - "children": Array [ - Object { - "attribs": Object { - "aria-label": "Close", - "class": "gio-modal-close", - "type": "button", - }, - "children": Array [ - Object { - "attribs": Object { - "class": "gio-icon gio-modal__close", - }, - "children": Array [ - Object { - "attribs": Object { - "class": "gio-icon-svg", - "fill": "currentColor", - "height": "1rem", - "viewBox": "0 0 14 14", - "width": "1rem", - }, - "children": Array [ - Object { - "attribs": Object {}, - "children": Array [ - Object { - "attribs": Object {}, - "children": Array [], - "name": "style", - "namespace": "http://www.w3.org/2000/svg", - "next": null, - "parent": [Circular], - "prev": null, - "type": "style", - "x-attribsNamespace": Object {}, - "x-attribsPrefix": Object {}, - }, - ], - "name": "defs", - "namespace": "http://www.w3.org/2000/svg", - "next": Object { - "attribs": Object { - "data-name": "\\\\u56FE\\\\u5C42 2", - "id": "close_svg__\\\\u56FE\\\\u5C42_2", - }, - "children": Array [ - Object { - "attribs": Object { - "data-name": "\\\\u56FE\\\\u5C42 1", - "id": "close_svg__\\\\u56FE\\\\u5C42_1-2", - }, - "children": Array [ - Object { - "attribs": Object { - "d": "M6.62 5.92a.54.54 0 00.76 0l3.87-3.87a.49.49 0 01.7.7L8.08 6.62a.54.54 0 000 .76L12 11.25a.49.49 0 01-.7.7L7.38 8.08a.54.54 0 00-.76 0L2.75 12a.49.49 0 01-.7-.7l3.87-3.92a.54.54 0 000-.76L2.05 2.75a.49.49 0 01.7-.7z", - "fill": "currentColor", - "fill-rule": "evenodd", - "id": "close_svg__close", - }, - "children": Array [], - "name": "path", - "namespace": "http://www.w3.org/2000/svg", - "next": null, - "parent": [Circular], - "prev": null, - "type": "tag", - "x-attribsNamespace": Object { - "d": undefined, - "fill": undefined, - "fill-rule": undefined, - "id": undefined, - }, - "x-attribsPrefix": Object { - "d": undefined, - "fill": undefined, - "fill-rule": undefined, - "id": undefined, - }, - }, - ], - "name": "g", - "namespace": "http://www.w3.org/2000/svg", - "next": null, - "parent": [Circular], - "prev": null, - "type": "tag", - "x-attribsNamespace": Object { - "data-name": undefined, - "id": undefined, - }, - "x-attribsPrefix": Object { - "data-name": undefined, - "id": undefined, - }, - }, - ], - "name": "g", - "namespace": "http://www.w3.org/2000/svg", - "next": null, - "parent": [Circular], - "prev": [Circular], - "type": "tag", - "x-attribsNamespace": Object { - "data-name": undefined, - "id": undefined, - }, - "x-attribsPrefix": Object { - "data-name": undefined, - "id": undefined, - }, - }, - "parent": [Circular], - "prev": null, - "type": "tag", - "x-attribsNamespace": Object {}, - "x-attribsPrefix": Object {}, - }, - Object { - "attribs": Object { - "data-name": "\\\\u56FE\\\\u5C42 2", - "id": "close_svg__\\\\u56FE\\\\u5C42_2", - }, - "children": Array [ - Object { - "attribs": Object { - "data-name": "\\\\u56FE\\\\u5C42 1", - "id": "close_svg__\\\\u56FE\\\\u5C42_1-2", - }, - "children": Array [ - Object { - "attribs": Object { - "d": "M6.62 5.92a.54.54 0 00.76 0l3.87-3.87a.49.49 0 01.7.7L8.08 6.62a.54.54 0 000 .76L12 11.25a.49.49 0 01-.7.7L7.38 8.08a.54.54 0 00-.76 0L2.75 12a.49.49 0 01-.7-.7l3.87-3.92a.54.54 0 000-.76L2.05 2.75a.49.49 0 01.7-.7z", - "fill": "currentColor", - "fill-rule": "evenodd", - "id": "close_svg__close", - }, - "children": Array [], - "name": "path", - "namespace": "http://www.w3.org/2000/svg", - "next": null, - "parent": [Circular], - "prev": null, - "type": "tag", - "x-attribsNamespace": Object { - "d": undefined, - "fill": undefined, - "fill-rule": undefined, - "id": undefined, - }, - "x-attribsPrefix": Object { - "d": undefined, - "fill": undefined, - "fill-rule": undefined, - "id": undefined, - }, - }, - ], - "name": "g", - "namespace": "http://www.w3.org/2000/svg", - "next": null, - "parent": [Circular], - "prev": null, - "type": "tag", - "x-attribsNamespace": Object { - "data-name": undefined, - "id": undefined, - }, - "x-attribsPrefix": Object { - "data-name": undefined, - "id": undefined, - }, - }, - ], - "name": "g", - "namespace": "http://www.w3.org/2000/svg", - "next": null, - "parent": [Circular], - "prev": Object { - "attribs": Object {}, - "children": Array [ - Object { - "attribs": Object {}, - "children": Array [], - "name": "style", - "namespace": "http://www.w3.org/2000/svg", - "next": null, - "parent": [Circular], - "prev": null, - "type": "style", - "x-attribsNamespace": Object {}, - "x-attribsPrefix": Object {}, - }, - ], - "name": "defs", - "namespace": "http://www.w3.org/2000/svg", - "next": [Circular], - "parent": [Circular], - "prev": null, - "type": "tag", - "x-attribsNamespace": Object {}, - "x-attribsPrefix": Object {}, - }, - "type": "tag", - "x-attribsNamespace": Object { - "data-name": undefined, - "id": undefined, - }, - "x-attribsPrefix": Object { - "data-name": undefined, - "id": undefined, - }, - }, - ], - "name": "svg", - "namespace": "http://www.w3.org/2000/svg", - "next": null, - "parent": [Circular], - "prev": null, - "type": "tag", - "x-attribsNamespace": Object { - "class": undefined, - "fill": undefined, - "height": undefined, - "viewBox": undefined, - "width": undefined, - }, - "x-attribsPrefix": Object { - "class": undefined, - "fill": undefined, - "height": undefined, - "viewBox": undefined, - "width": undefined, - }, - }, - ], - "name": "span", - "namespace": "http://www.w3.org/1999/xhtml", - "next": null, - "parent": [Circular], - "prev": null, - "type": "tag", - "x-attribsNamespace": Object { - "class": undefined, - }, - "x-attribsPrefix": Object { - "class": undefined, - }, - }, - ], - "name": "button", - "namespace": "http://www.w3.org/1999/xhtml", - "next": Object { - "attribs": Object { - "class": "gio-modal-header", - }, - "children": Array [ - Object { - "attribs": Object { - "class": "gio-modal-title", - "id": "rcDialogTitle1", - }, - "children": Array [ - Object { - "attribs": Object { - "class": "gio-modal__title", - }, - "children": Array [ - Object { - "data": "步骤 1", - "next": null, - "parent": [Circular], - "prev": null, - "type": "text", - }, - ], - "name": "div", - "namespace": "http://www.w3.org/1999/xhtml", - "next": null, - "parent": [Circular], - "prev": null, - "type": "tag", - "x-attribsNamespace": Object { - "class": undefined, - }, - "x-attribsPrefix": Object { - "class": undefined, - }, - }, - ], - "name": "div", - "namespace": "http://www.w3.org/1999/xhtml", - "next": null, - "parent": [Circular], - "prev": null, - "type": "tag", - "x-attribsNamespace": Object { - "class": undefined, - "id": undefined, - }, - "x-attribsPrefix": Object { - "class": undefined, - "id": undefined, - }, - }, - ], - "name": "div", - "namespace": "http://www.w3.org/1999/xhtml", - "next": Object { - "attribs": Object { - "class": "gio-modal-body", - }, - "children": Array [ - Object { - "attribs": Object {}, - "children": Array [ - Object { - "data": "Step One", - "next": Object { - "attribs": Object { - "class": "gio-btn gio-btn-text gio-btn-small", - "style": "margin-left: 5px;", - "type": "button", - }, - "children": Array [ - Object { - "attribs": Object {}, - "children": Array [ - Object { - "data": "go 2-1", - "next": null, - "parent": [Circular], - "prev": null, - "type": "text", - }, - ], - "name": "span", - "namespace": "http://www.w3.org/1999/xhtml", - "next": null, - "parent": [Circular], - "prev": null, - "type": "tag", - "x-attribsNamespace": Object {}, - "x-attribsPrefix": Object {}, - }, - ], - "name": "button", - "namespace": "http://www.w3.org/1999/xhtml", - "next": Object { - "attribs": Object { - "class": "gio-btn gio-btn-text gio-btn-small", - "style": "margin-left: 5px;", - "type": "button", - }, - "children": Array [ - Object { - "attribs": Object {}, - "children": Array [ - Object { - "data": "go 2-2", - "next": null, - "parent": [Circular], - "prev": null, - "type": "text", - }, - ], - "name": "span", - "namespace": "http://www.w3.org/1999/xhtml", - "next": null, - "parent": [Circular], - "prev": null, - "type": "tag", - "x-attribsNamespace": Object {}, - "x-attribsPrefix": Object {}, - }, - ], - "name": "button", - "namespace": "http://www.w3.org/1999/xhtml", - "next": null, - "parent": [Circular], - "prev": [Circular], - "type": "tag", - "x-attribsNamespace": Object { - "class": undefined, - "style": undefined, - "type": undefined, - }, - "x-attribsPrefix": Object { - "class": undefined, - "style": undefined, - "type": undefined, - }, - }, - "parent": [Circular], - "prev": [Circular], - "type": "tag", - "x-attribsNamespace": Object { - "class": undefined, - "style": undefined, - "type": undefined, - }, - "x-attribsPrefix": Object { - "class": undefined, - "style": undefined, - "type": undefined, - }, - }, - "parent": [Circular], - "prev": null, - "type": "text", - }, - Object { - "attribs": Object { - "class": "gio-btn gio-btn-text gio-btn-small", - "style": "margin-left: 5px;", - "type": "button", - }, - "children": Array [ - Object { - "attribs": Object {}, - "children": Array [ - Object { - "data": "go 2-1", - "next": null, - "parent": [Circular], - "prev": null, - "type": "text", - }, - ], - "name": "span", - "namespace": "http://www.w3.org/1999/xhtml", - "next": null, - "parent": [Circular], - "prev": null, - "type": "tag", - "x-attribsNamespace": Object {}, - "x-attribsPrefix": Object {}, - }, - ], - "name": "button", - "namespace": "http://www.w3.org/1999/xhtml", - "next": Object { - "attribs": Object { - "class": "gio-btn gio-btn-text gio-btn-small", - "style": "margin-left: 5px;", - "type": "button", - }, - "children": Array [ - Object { - "attribs": Object {}, - "children": Array [ - Object { - "data": "go 2-2", - "next": null, - "parent": [Circular], - "prev": null, - "type": "text", - }, - ], - "name": "span", - "namespace": "http://www.w3.org/1999/xhtml", - "next": null, - "parent": [Circular], - "prev": null, - "type": "tag", - "x-attribsNamespace": Object {}, - "x-attribsPrefix": Object {}, - }, - ], - "name": "button", - "namespace": "http://www.w3.org/1999/xhtml", - "next": null, - "parent": [Circular], - "prev": [Circular], - "type": "tag", - "x-attribsNamespace": Object { - "class": undefined, - "style": undefined, - "type": undefined, - }, - "x-attribsPrefix": Object { - "class": undefined, - "style": undefined, - "type": undefined, - }, - }, - "parent": [Circular], - "prev": Object { - "data": "Step One", - "next": [Circular], - "parent": [Circular], - "prev": null, - "type": "text", - }, - "type": "tag", - "x-attribsNamespace": Object { - "class": undefined, - "style": undefined, - "type": undefined, - }, - "x-attribsPrefix": Object { - "class": undefined, - "style": undefined, - "type": undefined, - }, - }, - Object { - "attribs": Object { - "class": "gio-btn gio-btn-text gio-btn-small", - "style": "margin-left: 5px;", - "type": "button", - }, - "children": Array [ - Object { - "attribs": Object {}, - "children": Array [ - Object { - "data": "go 2-2", - "next": null, - "parent": [Circular], - "prev": null, - "type": "text", - }, - ], - "name": "span", - "namespace": "http://www.w3.org/1999/xhtml", - "next": null, - "parent": [Circular], - "prev": null, - "type": "tag", - "x-attribsNamespace": Object {}, - "x-attribsPrefix": Object {}, - }, - ], - "name": "button", - "namespace": "http://www.w3.org/1999/xhtml", - "next": null, - "parent": [Circular], - "prev": Object { - "attribs": Object { - "class": "gio-btn gio-btn-text gio-btn-small", - "style": "margin-left: 5px;", - "type": "button", - }, - "children": Array [ - Object { - "attribs": Object {}, - "children": Array [ - Object { - "data": "go 2-1", - "next": null, - "parent": [Circular], - "prev": null, - "type": "text", - }, - ], - "name": "span", - "namespace": "http://www.w3.org/1999/xhtml", - "next": null, - "parent": [Circular], - "prev": null, - "type": "tag", - "x-attribsNamespace": Object {}, - "x-attribsPrefix": Object {}, - }, - ], - "name": "button", - "namespace": "http://www.w3.org/1999/xhtml", - "next": [Circular], - "parent": [Circular], - "prev": Object { - "data": "Step One", - "next": [Circular], - "parent": [Circular], - "prev": null, - "type": "text", - }, - "type": "tag", - "x-attribsNamespace": Object { - "class": undefined, - "style": undefined, - "type": undefined, - }, - "x-attribsPrefix": Object { - "class": undefined, - "style": undefined, - "type": undefined, - }, - }, - "type": "tag", - "x-attribsNamespace": Object { - "class": undefined, - "style": undefined, - "type": undefined, - }, - "x-attribsPrefix": Object { - "class": undefined, - "style": undefined, - "type": undefined, - }, - }, - ], - "name": "div", - "namespace": "http://www.w3.org/1999/xhtml", - "next": null, - "parent": [Circular], - "prev": null, - "type": "tag", - "x-attribsNamespace": Object {}, - "x-attribsPrefix": Object {}, - }, - ], - "name": "div", - "namespace": "http://www.w3.org/1999/xhtml", - "next": Object { - "attribs": Object { - "class": "gio-modal-footer", - }, - "children": Array [ - Object { - "attribs": Object { - "class": "gio-modal__footer", - }, - "children": Array [ - Object { - "attribs": Object { - "class": "gio-modal__footer-additional", - }, - "children": Array [], - "name": "div", - "namespace": "http://www.w3.org/1999/xhtml", - "next": Object { - "attribs": Object {}, - "children": Array [ - Object { - "attribs": Object { - "class": "gio-btn gio-modal__btn-close gio-btn-secondary", - "type": "button", - }, - "children": Array [ - Object { - "attribs": Object {}, - "children": Array [ - Object { - "data": "取 消", - "next": null, - "parent": [Circular], - "prev": null, - "type": "text", - }, - ], - "name": "span", - "namespace": "http://www.w3.org/1999/xhtml", - "next": null, - "parent": [Circular], - "prev": null, - "type": "tag", - "x-attribsNamespace": Object {}, - "x-attribsPrefix": Object {}, - }, - ], - "name": "button", - "namespace": "http://www.w3.org/1999/xhtml", - "next": Object { - "attribs": Object { - "class": "gio-btn gio-modal__btn-ok gio-btn-primary", - "type": "button", - }, - "children": Array [ - Object { - "attribs": Object {}, - "children": Array [ - Object { - "data": "下一步", - "next": null, - "parent": [Circular], - "prev": null, - "type": "text", - }, - ], - "name": "span", - "namespace": "http://www.w3.org/1999/xhtml", - "next": null, - "parent": [Circular], - "prev": null, - "type": "tag", - "x-attribsNamespace": Object {}, - "x-attribsPrefix": Object {}, - }, - ], - "name": "button", - "namespace": "http://www.w3.org/1999/xhtml", - "next": null, - "parent": [Circular], - "prev": [Circular], - "type": "tag", - "x-attribsNamespace": Object { - "class": undefined, - "type": undefined, - }, - "x-attribsPrefix": Object { - "class": undefined, - "type": undefined, - }, - }, - "parent": [Circular], - "prev": null, - "type": "tag", - "x-attribsNamespace": Object { - "class": undefined, - "type": undefined, - }, - "x-attribsPrefix": Object { - "class": undefined, - "type": undefined, - }, - }, - Object { - "attribs": Object { - "class": "gio-btn gio-modal__btn-ok gio-btn-primary", - "type": "button", - }, - "children": Array [ - Object { - "attribs": Object {}, - "children": Array [ - Object { - "data": "下一步", - "next": null, - "parent": [Circular], - "prev": null, - "type": "text", - }, - ], - "name": "span", - "namespace": "http://www.w3.org/1999/xhtml", - "next": null, - "parent": [Circular], - "prev": null, - "type": "tag", - "x-attribsNamespace": Object {}, - "x-attribsPrefix": Object {}, - }, - ], - "name": "button", - "namespace": "http://www.w3.org/1999/xhtml", - "next": null, - "parent": [Circular], - "prev": Object { - "attribs": Object { - "class": "gio-btn gio-modal__btn-close gio-btn-secondary", - "type": "button", - }, - "children": Array [ - Object { - "attribs": Object {}, - "children": Array [ - Object { - "data": "取 消", - "next": null, - "parent": [Circular], - "prev": null, - "type": "text", - }, - ], - "name": "span", - "namespace": "http://www.w3.org/1999/xhtml", - "next": null, - "parent": [Circular], - "prev": null, - "type": "tag", - "x-attribsNamespace": Object {}, - "x-attribsPrefix": Object {}, - }, - ], - "name": "button", - "namespace": "http://www.w3.org/1999/xhtml", - "next": [Circular], - "parent": [Circular], - "prev": null, - "type": "tag", - "x-attribsNamespace": Object { - "class": undefined, - "type": undefined, - }, - "x-attribsPrefix": Object { - "class": undefined, - "type": undefined, - }, - }, - "type": "tag", - "x-attribsNamespace": Object { - "class": undefined, - "type": undefined, - }, - "x-attribsPrefix": Object { - "class": undefined, - "type": undefined, - }, - }, - ], - "name": "div", - "namespace": "http://www.w3.org/1999/xhtml", - "next": null, - "parent": [Circular], - "prev": [Circular], - "type": "tag", - "x-attribsNamespace": Object {}, - "x-attribsPrefix": Object {}, - }, - "parent": [Circular], - "prev": null, - "type": "tag", - "x-attribsNamespace": Object { - "class": undefined, - }, - "x-attribsPrefix": Object { - "class": undefined, - }, - }, - Object { - "attribs": Object {}, - "children": Array [ - Object { - "attribs": Object { - "class": "gio-btn gio-modal__btn-close gio-btn-secondary", - "type": "button", - }, - "children": Array [ - Object { - "attribs": Object {}, - "children": Array [ - Object { - "data": "取 消", - "next": null, - "parent": [Circular], - "prev": null, - "type": "text", - }, - ], - "name": "span", - "namespace": "http://www.w3.org/1999/xhtml", - "next": null, - "parent": [Circular], - "prev": null, - "type": "tag", - "x-attribsNamespace": Object {}, - "x-attribsPrefix": Object {}, - }, - ], - "name": "button", - "namespace": "http://www.w3.org/1999/xhtml", - "next": Object { - "attribs": Object { - "class": "gio-btn gio-modal__btn-ok gio-btn-primary", - "type": "button", - }, - "children": Array [ - Object { - "attribs": Object {}, - "children": Array [ - Object { - "data": "下一步", - "next": null, - "parent": [Circular], - "prev": null, - "type": "text", - }, - ], - "name": "span", - "namespace": "http://www.w3.org/1999/xhtml", - "next": null, - "parent": [Circular], - "prev": null, - "type": "tag", - "x-attribsNamespace": Object {}, - "x-attribsPrefix": Object {}, - }, - ], - "name": "button", - "namespace": "http://www.w3.org/1999/xhtml", - "next": null, - "parent": [Circular], - "prev": [Circular], - "type": "tag", - "x-attribsNamespace": Object { - "class": undefined, - "type": undefined, - }, - "x-attribsPrefix": Object { - "class": undefined, - "type": undefined, - }, - }, - "parent": [Circular], - "prev": null, - "type": "tag", - "x-attribsNamespace": Object { - "class": undefined, - "type": undefined, - }, - "x-attribsPrefix": Object { - "class": undefined, - "type": undefined, - }, - }, - Object { - "attribs": Object { - "class": "gio-btn gio-modal__btn-ok gio-btn-primary", - "type": "button", - }, - "children": Array [ - Object { - "attribs": Object {}, - "children": Array [ - Object { - "data": "下一步", - "next": null, - "parent": [Circular], - "prev": null, - "type": "text", - }, - ], - "name": "span", - "namespace": "http://www.w3.org/1999/xhtml", - "next": null, - "parent": [Circular], - "prev": null, - "type": "tag", - "x-attribsNamespace": Object {}, - "x-attribsPrefix": Object {}, - }, - ], - "name": "button", - "namespace": "http://www.w3.org/1999/xhtml", - "next": null, - "parent": [Circular], - "prev": Object { - "attribs": Object { - "class": "gio-btn gio-modal__btn-close gio-btn-secondary", - "type": "button", - }, - "children": Array [ - Object { - "attribs": Object {}, - "children": Array [ - Object { - "data": "取 消", - "next": null, - "parent": [Circular], - "prev": null, - "type": "text", - }, - ], - "name": "span", - "namespace": "http://www.w3.org/1999/xhtml", - "next": null, - "parent": [Circular], - "prev": null, - "type": "tag", - "x-attribsNamespace": Object {}, - "x-attribsPrefix": Object {}, - }, - ], - "name": "button", - "namespace": "http://www.w3.org/1999/xhtml", - "next": [Circular], - "parent": [Circular], - "prev": null, - "type": "tag", - "x-attribsNamespace": Object { - "class": undefined, - "type": undefined, - }, - "x-attribsPrefix": Object { - "class": undefined, - "type": undefined, - }, - }, - "type": "tag", - "x-attribsNamespace": Object { - "class": undefined, - "type": undefined, - }, - "x-attribsPrefix": Object { - "class": undefined, - "type": undefined, - }, - }, - ], - "name": "div", - "namespace": "http://www.w3.org/1999/xhtml", - "next": null, - "parent": [Circular], - "prev": Object { - "attribs": Object { - "class": "gio-modal__footer-additional", - }, - "children": Array [], - "name": "div", - "namespace": "http://www.w3.org/1999/xhtml", - "next": [Circular], - "parent": [Circular], - "prev": null, - "type": "tag", - "x-attribsNamespace": Object { - "class": undefined, - }, - "x-attribsPrefix": Object { - "class": undefined, - }, - }, - "type": "tag", - "x-attribsNamespace": Object {}, - "x-attribsPrefix": Object {}, - }, - ], - "name": "div", - "namespace": "http://www.w3.org/1999/xhtml", - "next": null, - "parent": [Circular], - "prev": null, - "type": "tag", - "x-attribsNamespace": Object { - "class": undefined, - }, - "x-attribsPrefix": Object { - "class": undefined, - }, - }, - ], - "name": "div", - "namespace": "http://www.w3.org/1999/xhtml", - "next": null, - "parent": [Circular], - "prev": [Circular], - "type": "tag", - "x-attribsNamespace": Object { - "class": undefined, - }, - "x-attribsPrefix": Object { - "class": undefined, - }, - }, - "parent": [Circular], - "prev": [Circular], - "type": "tag", - "x-attribsNamespace": Object { - "class": undefined, - }, - "x-attribsPrefix": Object { - "class": undefined, - }, - }, - "parent": [Circular], - "prev": [Circular], - "type": "tag", - "x-attribsNamespace": Object { - "class": undefined, - }, - "x-attribsPrefix": Object { - "class": undefined, - }, - }, - "parent": [Circular], - "prev": null, - "type": "tag", - "x-attribsNamespace": Object { - "aria-label": undefined, - "class": undefined, - "type": undefined, - }, - "x-attribsPrefix": Object { - "aria-label": undefined, - "class": undefined, - "type": undefined, - }, - }, - Object { - "attribs": Object { - "class": "gio-modal-header", - }, - "children": Array [ - Object { - "attribs": Object { - "class": "gio-modal-title", - "id": "rcDialogTitle1", - }, - "children": Array [ - Object { - "attribs": Object { - "class": "gio-modal__title", - }, - "children": Array [ - Object { - "data": "步骤 1", - "next": null, - "parent": [Circular], - "prev": null, - "type": "text", - }, - ], - "name": "div", - "namespace": "http://www.w3.org/1999/xhtml", - "next": null, - "parent": [Circular], - "prev": null, - "type": "tag", - "x-attribsNamespace": Object { - "class": undefined, - }, - "x-attribsPrefix": Object { - "class": undefined, - }, - }, - ], - "name": "div", - "namespace": "http://www.w3.org/1999/xhtml", - "next": null, - "parent": [Circular], - "prev": null, - "type": "tag", - "x-attribsNamespace": Object { - "class": undefined, - "id": undefined, - }, - "x-attribsPrefix": Object { - "class": undefined, - "id": undefined, - }, - }, - ], - "name": "div", - "namespace": "http://www.w3.org/1999/xhtml", - "next": Object { - "attribs": Object { - "class": "gio-modal-body", - }, - "children": Array [ - Object { - "attribs": Object {}, - "children": Array [ - Object { - "data": "Step One", - "next": Object { - "attribs": Object { - "class": "gio-btn gio-btn-text gio-btn-small", - "style": "margin-left: 5px;", - "type": "button", - }, - "children": Array [ - Object { - "attribs": Object {}, - "children": Array [ - Object { - "data": "go 2-1", - "next": null, - "parent": [Circular], - "prev": null, - "type": "text", - }, - ], - "name": "span", - "namespace": "http://www.w3.org/1999/xhtml", - "next": null, - "parent": [Circular], - "prev": null, - "type": "tag", - "x-attribsNamespace": Object {}, - "x-attribsPrefix": Object {}, - }, - ], - "name": "button", - "namespace": "http://www.w3.org/1999/xhtml", - "next": Object { - "attribs": Object { - "class": "gio-btn gio-btn-text gio-btn-small", - "style": "margin-left: 5px;", - "type": "button", - }, - "children": Array [ - Object { - "attribs": Object {}, - "children": Array [ - Object { - "data": "go 2-2", - "next": null, - "parent": [Circular], - "prev": null, - "type": "text", - }, - ], - "name": "span", - "namespace": "http://www.w3.org/1999/xhtml", - "next": null, - "parent": [Circular], - "prev": null, - "type": "tag", - "x-attribsNamespace": Object {}, - "x-attribsPrefix": Object {}, - }, - ], - "name": "button", - "namespace": "http://www.w3.org/1999/xhtml", - "next": null, - "parent": [Circular], - "prev": [Circular], - "type": "tag", - "x-attribsNamespace": Object { - "class": undefined, - "style": undefined, - "type": undefined, - }, - "x-attribsPrefix": Object { - "class": undefined, - "style": undefined, - "type": undefined, - }, - }, - "parent": [Circular], - "prev": [Circular], - "type": "tag", - "x-attribsNamespace": Object { - "class": undefined, - "style": undefined, - "type": undefined, - }, - "x-attribsPrefix": Object { - "class": undefined, - "style": undefined, - "type": undefined, - }, - }, - "parent": [Circular], - "prev": null, - "type": "text", - }, - Object { - "attribs": Object { - "class": "gio-btn gio-btn-text gio-btn-small", - "style": "margin-left: 5px;", - "type": "button", - }, - "children": Array [ - Object { - "attribs": Object {}, - "children": Array [ - Object { - "data": "go 2-1", - "next": null, - "parent": [Circular], - "prev": null, - "type": "text", - }, - ], - "name": "span", - "namespace": "http://www.w3.org/1999/xhtml", - "next": null, - "parent": [Circular], - "prev": null, - "type": "tag", - "x-attribsNamespace": Object {}, - "x-attribsPrefix": Object {}, - }, - ], - "name": "button", - "namespace": "http://www.w3.org/1999/xhtml", - "next": Object { - "attribs": Object { - "class": "gio-btn gio-btn-text gio-btn-small", - "style": "margin-left: 5px;", - "type": "button", - }, - "children": Array [ - Object { - "attribs": Object {}, - "children": Array [ - Object { - "data": "go 2-2", - "next": null, - "parent": [Circular], - "prev": null, - "type": "text", - }, - ], - "name": "span", - "namespace": "http://www.w3.org/1999/xhtml", - "next": null, - "parent": [Circular], - "prev": null, - "type": "tag", - "x-attribsNamespace": Object {}, - "x-attribsPrefix": Object {}, - }, - ], - "name": "button", - "namespace": "http://www.w3.org/1999/xhtml", - "next": null, - "parent": [Circular], - "prev": [Circular], - "type": "tag", - "x-attribsNamespace": Object { - "class": undefined, - "style": undefined, - "type": undefined, - }, - "x-attribsPrefix": Object { - "class": undefined, - "style": undefined, - "type": undefined, - }, - }, - "parent": [Circular], - "prev": Object { - "data": "Step One", - "next": [Circular], - "parent": [Circular], - "prev": null, - "type": "text", - }, - "type": "tag", - "x-attribsNamespace": Object { - "class": undefined, - "style": undefined, - "type": undefined, - }, - "x-attribsPrefix": Object { - "class": undefined, - "style": undefined, - "type": undefined, - }, - }, - Object { - "attribs": Object { - "class": "gio-btn gio-btn-text gio-btn-small", - "style": "margin-left: 5px;", - "type": "button", - }, - "children": Array [ - Object { - "attribs": Object {}, - "children": Array [ - Object { - "data": "go 2-2", - "next": null, - "parent": [Circular], - "prev": null, - "type": "text", - }, - ], - "name": "span", - "namespace": "http://www.w3.org/1999/xhtml", - "next": null, - "parent": [Circular], - "prev": null, - "type": "tag", - "x-attribsNamespace": Object {}, - "x-attribsPrefix": Object {}, - }, - ], - "name": "button", - "namespace": "http://www.w3.org/1999/xhtml", - "next": null, - "parent": [Circular], - "prev": Object { - "attribs": Object { - "class": "gio-btn gio-btn-text gio-btn-small", - "style": "margin-left: 5px;", - "type": "button", - }, - "children": Array [ - Object { - "attribs": Object {}, - "children": Array [ - Object { - "data": "go 2-1", - "next": null, - "parent": [Circular], - "prev": null, - "type": "text", - }, - ], - "name": "span", - "namespace": "http://www.w3.org/1999/xhtml", - "next": null, - "parent": [Circular], - "prev": null, - "type": "tag", - "x-attribsNamespace": Object {}, - "x-attribsPrefix": Object {}, - }, - ], - "name": "button", - "namespace": "http://www.w3.org/1999/xhtml", - "next": [Circular], - "parent": [Circular], - "prev": Object { - "data": "Step One", - "next": [Circular], - "parent": [Circular], - "prev": null, - "type": "text", - }, - "type": "tag", - "x-attribsNamespace": Object { - "class": undefined, - "style": undefined, - "type": undefined, - }, - "x-attribsPrefix": Object { - "class": undefined, - "style": undefined, - "type": undefined, - }, - }, - "type": "tag", - "x-attribsNamespace": Object { - "class": undefined, - "style": undefined, - "type": undefined, - }, - "x-attribsPrefix": Object { - "class": undefined, - "style": undefined, - "type": undefined, - }, - }, - ], - "name": "div", - "namespace": "http://www.w3.org/1999/xhtml", - "next": null, - "parent": [Circular], - "prev": null, - "type": "tag", - "x-attribsNamespace": Object {}, - "x-attribsPrefix": Object {}, - }, - ], - "name": "div", - "namespace": "http://www.w3.org/1999/xhtml", - "next": Object { - "attribs": Object { - "class": "gio-modal-footer", - }, - "children": Array [ - Object { - "attribs": Object { - "class": "gio-modal__footer", - }, - "children": Array [ - Object { - "attribs": Object { - "class": "gio-modal__footer-additional", - }, - "children": Array [], - "name": "div", - "namespace": "http://www.w3.org/1999/xhtml", - "next": Object { - "attribs": Object {}, - "children": Array [ - Object { - "attribs": Object { - "class": "gio-btn gio-modal__btn-close gio-btn-secondary", - "type": "button", - }, - "children": Array [ - Object { - "attribs": Object {}, - "children": Array [ - Object { - "data": "取 消", - "next": null, - "parent": [Circular], - "prev": null, - "type": "text", - }, - ], - "name": "span", - "namespace": "http://www.w3.org/1999/xhtml", - "next": null, - "parent": [Circular], - "prev": null, - "type": "tag", - "x-attribsNamespace": Object {}, - "x-attribsPrefix": Object {}, - }, - ], - "name": "button", - "namespace": "http://www.w3.org/1999/xhtml", - "next": Object { - "attribs": Object { - "class": "gio-btn gio-modal__btn-ok gio-btn-primary", - "type": "button", - }, - "children": Array [ - Object { - "attribs": Object {}, - "children": Array [ - Object { - "data": "下一步", - "next": null, - "parent": [Circular], - "prev": null, - "type": "text", - }, - ], - "name": "span", - "namespace": "http://www.w3.org/1999/xhtml", - "next": null, - "parent": [Circular], - "prev": null, - "type": "tag", - "x-attribsNamespace": Object {}, - "x-attribsPrefix": Object {}, - }, - ], - "name": "button", - "namespace": "http://www.w3.org/1999/xhtml", - "next": null, - "parent": [Circular], - "prev": [Circular], - "type": "tag", - "x-attribsNamespace": Object { - "class": undefined, - "type": undefined, - }, - "x-attribsPrefix": Object { - "class": undefined, - "type": undefined, - }, - }, - "parent": [Circular], - "prev": null, - "type": "tag", - "x-attribsNamespace": Object { - "class": undefined, - "type": undefined, - }, - "x-attribsPrefix": Object { - "class": undefined, - "type": undefined, - }, - }, - Object { - "attribs": Object { - "class": "gio-btn gio-modal__btn-ok gio-btn-primary", - "type": "button", - }, - "children": Array [ - Object { - "attribs": Object {}, - "children": Array [ - Object { - "data": "下一步", - "next": null, - "parent": [Circular], - "prev": null, - "type": "text", - }, - ], - "name": "span", - "namespace": "http://www.w3.org/1999/xhtml", - "next": null, - "parent": [Circular], - "prev": null, - "type": "tag", - "x-attribsNamespace": Object {}, - "x-attribsPrefix": Object {}, - }, - ], - "name": "button", - "namespace": "http://www.w3.org/1999/xhtml", - "next": null, - "parent": [Circular], - "prev": Object { - "attribs": Object { - "class": "gio-btn gio-modal__btn-close gio-btn-secondary", - "type": "button", - }, - "children": Array [ - Object { - "attribs": Object {}, - "children": Array [ - Object { - "data": "取 消", - "next": null, - "parent": [Circular], - "prev": null, - "type": "text", - }, - ], - "name": "span", - "namespace": "http://www.w3.org/1999/xhtml", - "next": null, - "parent": [Circular], - "prev": null, - "type": "tag", - "x-attribsNamespace": Object {}, - "x-attribsPrefix": Object {}, - }, - ], - "name": "button", - "namespace": "http://www.w3.org/1999/xhtml", - "next": [Circular], - "parent": [Circular], - "prev": null, - "type": "tag", - "x-attribsNamespace": Object { - "class": undefined, - "type": undefined, - }, - "x-attribsPrefix": Object { - "class": undefined, - "type": undefined, - }, - }, - "type": "tag", - "x-attribsNamespace": Object { - "class": undefined, - "type": undefined, - }, - "x-attribsPrefix": Object { - "class": undefined, - "type": undefined, - }, - }, - ], - "name": "div", - "namespace": "http://www.w3.org/1999/xhtml", - "next": null, - "parent": [Circular], - "prev": [Circular], - "type": "tag", - "x-attribsNamespace": Object {}, - "x-attribsPrefix": Object {}, - }, - "parent": [Circular], - "prev": null, - "type": "tag", - "x-attribsNamespace": Object { - "class": undefined, - }, - "x-attribsPrefix": Object { - "class": undefined, - }, - }, - Object { - "attribs": Object {}, - "children": Array [ - Object { - "attribs": Object { - "class": "gio-btn gio-modal__btn-close gio-btn-secondary", - "type": "button", - }, - "children": Array [ - Object { - "attribs": Object {}, - "children": Array [ - Object { - "data": "取 消", - "next": null, - "parent": [Circular], - "prev": null, - "type": "text", - }, - ], - "name": "span", - "namespace": "http://www.w3.org/1999/xhtml", - "next": null, - "parent": [Circular], - "prev": null, - "type": "tag", - "x-attribsNamespace": Object {}, - "x-attribsPrefix": Object {}, - }, - ], - "name": "button", - "namespace": "http://www.w3.org/1999/xhtml", - "next": Object { - "attribs": Object { - "class": "gio-btn gio-modal__btn-ok gio-btn-primary", - "type": "button", - }, - "children": Array [ - Object { - "attribs": Object {}, - "children": Array [ - Object { - "data": "下一步", - "next": null, - "parent": [Circular], - "prev": null, - "type": "text", - }, - ], - "name": "span", - "namespace": "http://www.w3.org/1999/xhtml", - "next": null, - "parent": [Circular], - "prev": null, - "type": "tag", - "x-attribsNamespace": Object {}, - "x-attribsPrefix": Object {}, - }, - ], - "name": "button", - "namespace": "http://www.w3.org/1999/xhtml", - "next": null, - "parent": [Circular], - "prev": [Circular], - "type": "tag", - "x-attribsNamespace": Object { - "class": undefined, - "type": undefined, - }, - "x-attribsPrefix": Object { - "class": undefined, - "type": undefined, - }, - }, - "parent": [Circular], - "prev": null, - "type": "tag", - "x-attribsNamespace": Object { - "class": undefined, - "type": undefined, - }, - "x-attribsPrefix": Object { - "class": undefined, - "type": undefined, - }, - }, - Object { - "attribs": Object { - "class": "gio-btn gio-modal__btn-ok gio-btn-primary", - "type": "button", - }, - "children": Array [ - Object { - "attribs": Object {}, - "children": Array [ - Object { - "data": "下一步", - "next": null, - "parent": [Circular], - "prev": null, - "type": "text", - }, - ], - "name": "span", - "namespace": "http://www.w3.org/1999/xhtml", - "next": null, - "parent": [Circular], - "prev": null, - "type": "tag", - "x-attribsNamespace": Object {}, - "x-attribsPrefix": Object {}, - }, - ], - "name": "button", - "namespace": "http://www.w3.org/1999/xhtml", - "next": null, - "parent": [Circular], - "prev": Object { - "attribs": Object { - "class": "gio-btn gio-modal__btn-close gio-btn-secondary", - "type": "button", - }, - "children": Array [ - Object { - "attribs": Object {}, - "children": Array [ - Object { - "data": "取 消", - "next": null, - "parent": [Circular], - "prev": null, - "type": "text", - }, - ], - "name": "span", - "namespace": "http://www.w3.org/1999/xhtml", - "next": null, - "parent": [Circular], - "prev": null, - "type": "tag", - "x-attribsNamespace": Object {}, - "x-attribsPrefix": Object {}, - }, - ], - "name": "button", - "namespace": "http://www.w3.org/1999/xhtml", - "next": [Circular], - "parent": [Circular], - "prev": null, - "type": "tag", - "x-attribsNamespace": Object { - "class": undefined, - "type": undefined, - }, - "x-attribsPrefix": Object { - "class": undefined, - "type": undefined, - }, - }, - "type": "tag", - "x-attribsNamespace": Object { - "class": undefined, - "type": undefined, - }, - "x-attribsPrefix": Object { - "class": undefined, - "type": undefined, - }, - }, - ], - "name": "div", - "namespace": "http://www.w3.org/1999/xhtml", - "next": null, - "parent": [Circular], - "prev": Object { - "attribs": Object { - "class": "gio-modal__footer-additional", - }, - "children": Array [], - "name": "div", - "namespace": "http://www.w3.org/1999/xhtml", - "next": [Circular], - "parent": [Circular], - "prev": null, - "type": "tag", - "x-attribsNamespace": Object { - "class": undefined, - }, - "x-attribsPrefix": Object { - "class": undefined, - }, - }, - "type": "tag", - "x-attribsNamespace": Object {}, - "x-attribsPrefix": Object {}, - }, - ], - "name": "div", - "namespace": "http://www.w3.org/1999/xhtml", - "next": null, - "parent": [Circular], - "prev": null, - "type": "tag", - "x-attribsNamespace": Object { - "class": undefined, - }, - "x-attribsPrefix": Object { - "class": undefined, - }, - }, - ], - "name": "div", - "namespace": "http://www.w3.org/1999/xhtml", - "next": null, - "parent": [Circular], - "prev": [Circular], - "type": "tag", - "x-attribsNamespace": Object { - "class": undefined, - }, - "x-attribsPrefix": Object { - "class": undefined, - }, - }, - "parent": [Circular], - "prev": [Circular], - "type": "tag", - "x-attribsNamespace": Object { - "class": undefined, - }, - "x-attribsPrefix": Object { - "class": undefined, - }, - }, - "parent": [Circular], - "prev": Object { - "attribs": Object { - "aria-label": "Close", - "class": "gio-modal-close", - "type": "button", - }, - "children": Array [ - Object { - "attribs": Object { - "class": "gio-icon gio-modal__close", - }, - "children": Array [ - Object { - "attribs": Object { - "class": "gio-icon-svg", - "fill": "currentColor", - "height": "1rem", - "viewBox": "0 0 14 14", - "width": "1rem", - }, - "children": Array [ - Object { - "attribs": Object {}, - "children": Array [ - Object { - "attribs": Object {}, - "children": Array [], - "name": "style", - "namespace": "http://www.w3.org/2000/svg", - "next": null, - "parent": [Circular], - "prev": null, - "type": "style", - "x-attribsNamespace": Object {}, - "x-attribsPrefix": Object {}, - }, - ], - "name": "defs", - "namespace": "http://www.w3.org/2000/svg", - "next": Object { - "attribs": Object { - "data-name": "\\\\u56FE\\\\u5C42 2", - "id": "close_svg__\\\\u56FE\\\\u5C42_2", - }, - "children": Array [ - Object { - "attribs": Object { - "data-name": "\\\\u56FE\\\\u5C42 1", - "id": "close_svg__\\\\u56FE\\\\u5C42_1-2", - }, - "children": Array [ - Object { - "attribs": Object { - "d": "M6.62 5.92a.54.54 0 00.76 0l3.87-3.87a.49.49 0 01.7.7L8.08 6.62a.54.54 0 000 .76L12 11.25a.49.49 0 01-.7.7L7.38 8.08a.54.54 0 00-.76 0L2.75 12a.49.49 0 01-.7-.7l3.87-3.92a.54.54 0 000-.76L2.05 2.75a.49.49 0 01.7-.7z", - "fill": "currentColor", - "fill-rule": "evenodd", - "id": "close_svg__close", - }, - "children": Array [], - "name": "path", - "namespace": "http://www.w3.org/2000/svg", - "next": null, - "parent": [Circular], - "prev": null, - "type": "tag", - "x-attribsNamespace": Object { - "d": undefined, - "fill": undefined, - "fill-rule": undefined, - "id": undefined, - }, - "x-attribsPrefix": Object { - "d": undefined, - "fill": undefined, - "fill-rule": undefined, - "id": undefined, - }, - }, - ], - "name": "g", - "namespace": "http://www.w3.org/2000/svg", - "next": null, - "parent": [Circular], - "prev": null, - "type": "tag", - "x-attribsNamespace": Object { - "data-name": undefined, - "id": undefined, - }, - "x-attribsPrefix": Object { - "data-name": undefined, - "id": undefined, - }, - }, - ], - "name": "g", - "namespace": "http://www.w3.org/2000/svg", - "next": null, - "parent": [Circular], - "prev": [Circular], - "type": "tag", - "x-attribsNamespace": Object { - "data-name": undefined, - "id": undefined, - }, - "x-attribsPrefix": Object { - "data-name": undefined, - "id": undefined, - }, - }, - "parent": [Circular], - "prev": null, - "type": "tag", - "x-attribsNamespace": Object {}, - "x-attribsPrefix": Object {}, - }, - Object { - "attribs": Object { - "data-name": "\\\\u56FE\\\\u5C42 2", - "id": "close_svg__\\\\u56FE\\\\u5C42_2", - }, - "children": Array [ - Object { - "attribs": Object { - "data-name": "\\\\u56FE\\\\u5C42 1", - "id": "close_svg__\\\\u56FE\\\\u5C42_1-2", - }, - "children": Array [ - Object { - "attribs": Object { - "d": "M6.62 5.92a.54.54 0 00.76 0l3.87-3.87a.49.49 0 01.7.7L8.08 6.62a.54.54 0 000 .76L12 11.25a.49.49 0 01-.7.7L7.38 8.08a.54.54 0 00-.76 0L2.75 12a.49.49 0 01-.7-.7l3.87-3.92a.54.54 0 000-.76L2.05 2.75a.49.49 0 01.7-.7z", - "fill": "currentColor", - "fill-rule": "evenodd", - "id": "close_svg__close", - }, - "children": Array [], - "name": "path", - "namespace": "http://www.w3.org/2000/svg", - "next": null, - "parent": [Circular], - "prev": null, - "type": "tag", - "x-attribsNamespace": Object { - "d": undefined, - "fill": undefined, - "fill-rule": undefined, - "id": undefined, - }, - "x-attribsPrefix": Object { - "d": undefined, - "fill": undefined, - "fill-rule": undefined, - "id": undefined, - }, - }, - ], - "name": "g", - "namespace": "http://www.w3.org/2000/svg", - "next": null, - "parent": [Circular], - "prev": null, - "type": "tag", - "x-attribsNamespace": Object { - "data-name": undefined, - "id": undefined, - }, - "x-attribsPrefix": Object { - "data-name": undefined, - "id": undefined, - }, - }, - ], - "name": "g", - "namespace": "http://www.w3.org/2000/svg", - "next": null, - "parent": [Circular], - "prev": Object { - "attribs": Object {}, - "children": Array [ - Object { - "attribs": Object {}, - "children": Array [], - "name": "style", - "namespace": "http://www.w3.org/2000/svg", - "next": null, - "parent": [Circular], - "prev": null, - "type": "style", - "x-attribsNamespace": Object {}, - "x-attribsPrefix": Object {}, - }, - ], - "name": "defs", - "namespace": "http://www.w3.org/2000/svg", - "next": [Circular], - "parent": [Circular], - "prev": null, - "type": "tag", - "x-attribsNamespace": Object {}, - "x-attribsPrefix": Object {}, - }, - "type": "tag", - "x-attribsNamespace": Object { - "data-name": undefined, - "id": undefined, - }, - "x-attribsPrefix": Object { - "data-name": undefined, - "id": undefined, - }, - }, - ], - "name": "svg", - "namespace": "http://www.w3.org/2000/svg", - "next": null, - "parent": [Circular], - "prev": null, - "type": "tag", - "x-attribsNamespace": Object { - "class": undefined, - "fill": undefined, - "height": undefined, - "viewBox": undefined, - "width": undefined, - }, - "x-attribsPrefix": Object { - "class": undefined, - "fill": undefined, - "height": undefined, - "viewBox": undefined, - "width": undefined, - }, - }, - ], - "name": "span", - "namespace": "http://www.w3.org/1999/xhtml", - "next": null, - "parent": [Circular], - "prev": null, - "type": "tag", - "x-attribsNamespace": Object { - "class": undefined, - }, - "x-attribsPrefix": Object { - "class": undefined, - }, - }, - ], - "name": "button", - "namespace": "http://www.w3.org/1999/xhtml", - "next": [Circular], - "parent": [Circular], - "prev": null, - "type": "tag", - "x-attribsNamespace": Object { - "aria-label": undefined, - "class": undefined, - "type": undefined, - }, - "x-attribsPrefix": Object { - "aria-label": undefined, - "class": undefined, - "type": undefined, - }, - }, - "type": "tag", - "x-attribsNamespace": Object { - "class": undefined, - }, - "x-attribsPrefix": Object { - "class": undefined, - }, - }, - Object { - "attribs": Object { - "class": "gio-modal-body", - }, - "children": Array [ - Object { - "attribs": Object {}, - "children": Array [ - Object { - "data": "Step One", - "next": Object { - "attribs": Object { - "class": "gio-btn gio-btn-text gio-btn-small", - "style": "margin-left: 5px;", - "type": "button", - }, - "children": Array [ - Object { - "attribs": Object {}, - "children": Array [ - Object { - "data": "go 2-1", - "next": null, - "parent": [Circular], - "prev": null, - "type": "text", - }, - ], - "name": "span", - "namespace": "http://www.w3.org/1999/xhtml", - "next": null, - "parent": [Circular], - "prev": null, - "type": "tag", - "x-attribsNamespace": Object {}, - "x-attribsPrefix": Object {}, - }, - ], - "name": "button", - "namespace": "http://www.w3.org/1999/xhtml", - "next": Object { - "attribs": Object { - "class": "gio-btn gio-btn-text gio-btn-small", - "style": "margin-left: 5px;", - "type": "button", - }, - "children": Array [ - Object { - "attribs": Object {}, - "children": Array [ - Object { - "data": "go 2-2", - "next": null, - "parent": [Circular], - "prev": null, - "type": "text", - }, - ], - "name": "span", - "namespace": "http://www.w3.org/1999/xhtml", - "next": null, - "parent": [Circular], - "prev": null, - "type": "tag", - "x-attribsNamespace": Object {}, - "x-attribsPrefix": Object {}, - }, - ], - "name": "button", - "namespace": "http://www.w3.org/1999/xhtml", - "next": null, - "parent": [Circular], - "prev": [Circular], - "type": "tag", - "x-attribsNamespace": Object { - "class": undefined, - "style": undefined, - "type": undefined, - }, - "x-attribsPrefix": Object { - "class": undefined, - "style": undefined, - "type": undefined, - }, - }, - "parent": [Circular], - "prev": [Circular], - "type": "tag", - "x-attribsNamespace": Object { - "class": undefined, - "style": undefined, - "type": undefined, - }, - "x-attribsPrefix": Object { - "class": undefined, - "style": undefined, - "type": undefined, - }, - }, - "parent": [Circular], - "prev": null, - "type": "text", - }, - Object { - "attribs": Object { - "class": "gio-btn gio-btn-text gio-btn-small", - "style": "margin-left: 5px;", - "type": "button", - }, - "children": Array [ - Object { - "attribs": Object {}, - "children": Array [ - Object { - "data": "go 2-1", - "next": null, - "parent": [Circular], - "prev": null, - "type": "text", - }, - ], - "name": "span", - "namespace": "http://www.w3.org/1999/xhtml", - "next": null, - "parent": [Circular], - "prev": null, - "type": "tag", - "x-attribsNamespace": Object {}, - "x-attribsPrefix": Object {}, - }, - ], - "name": "button", - "namespace": "http://www.w3.org/1999/xhtml", - "next": Object { - "attribs": Object { - "class": "gio-btn gio-btn-text gio-btn-small", - "style": "margin-left: 5px;", - "type": "button", - }, - "children": Array [ - Object { - "attribs": Object {}, - "children": Array [ - Object { - "data": "go 2-2", - "next": null, - "parent": [Circular], - "prev": null, - "type": "text", - }, - ], - "name": "span", - "namespace": "http://www.w3.org/1999/xhtml", - "next": null, - "parent": [Circular], - "prev": null, - "type": "tag", - "x-attribsNamespace": Object {}, - "x-attribsPrefix": Object {}, - }, - ], - "name": "button", - "namespace": "http://www.w3.org/1999/xhtml", - "next": null, - "parent": [Circular], - "prev": [Circular], - "type": "tag", - "x-attribsNamespace": Object { - "class": undefined, - "style": undefined, - "type": undefined, - }, - "x-attribsPrefix": Object { - "class": undefined, - "style": undefined, - "type": undefined, - }, - }, - "parent": [Circular], - "prev": Object { - "data": "Step One", - "next": [Circular], - "parent": [Circular], - "prev": null, - "type": "text", - }, - "type": "tag", - "x-attribsNamespace": Object { - "class": undefined, - "style": undefined, - "type": undefined, - }, - "x-attribsPrefix": Object { - "class": undefined, - "style": undefined, - "type": undefined, - }, - }, - Object { - "attribs": Object { - "class": "gio-btn gio-btn-text gio-btn-small", - "style": "margin-left: 5px;", - "type": "button", - }, - "children": Array [ - Object { - "attribs": Object {}, - "children": Array [ - Object { - "data": "go 2-2", - "next": null, - "parent": [Circular], - "prev": null, - "type": "text", - }, - ], - "name": "span", - "namespace": "http://www.w3.org/1999/xhtml", - "next": null, - "parent": [Circular], - "prev": null, - "type": "tag", - "x-attribsNamespace": Object {}, - "x-attribsPrefix": Object {}, - }, - ], - "name": "button", - "namespace": "http://www.w3.org/1999/xhtml", - "next": null, - "parent": [Circular], - "prev": Object { - "attribs": Object { - "class": "gio-btn gio-btn-text gio-btn-small", - "style": "margin-left: 5px;", - "type": "button", - }, - "children": Array [ - Object { - "attribs": Object {}, - "children": Array [ - Object { - "data": "go 2-1", - "next": null, - "parent": [Circular], - "prev": null, - "type": "text", - }, - ], - "name": "span", - "namespace": "http://www.w3.org/1999/xhtml", - "next": null, - "parent": [Circular], - "prev": null, - "type": "tag", - "x-attribsNamespace": Object {}, - "x-attribsPrefix": Object {}, - }, - ], - "name": "button", - "namespace": "http://www.w3.org/1999/xhtml", - "next": [Circular], - "parent": [Circular], - "prev": Object { - "data": "Step One", - "next": [Circular], - "parent": [Circular], - "prev": null, - "type": "text", - }, - "type": "tag", - "x-attribsNamespace": Object { - "class": undefined, - "style": undefined, - "type": undefined, - }, - "x-attribsPrefix": Object { - "class": undefined, - "style": undefined, - "type": undefined, - }, - }, - "type": "tag", - "x-attribsNamespace": Object { - "class": undefined, - "style": undefined, - "type": undefined, - }, - "x-attribsPrefix": Object { - "class": undefined, - "style": undefined, - "type": undefined, - }, - }, - ], - "name": "div", - "namespace": "http://www.w3.org/1999/xhtml", - "next": null, - "parent": [Circular], "prev": null, "type": "tag", - "x-attribsNamespace": Object {}, - "x-attribsPrefix": Object {}, + "x-attribsNamespace": Object { + "aria-label": undefined, + "class": undefined, + "type": undefined, + }, + "x-attribsPrefix": Object { + "aria-label": undefined, + "class": undefined, + "type": undefined, + }, }, - ], - "name": "div", - "namespace": "http://www.w3.org/1999/xhtml", - "next": Object { + "type": "tag", + "x-attribsNamespace": Object { + "class": undefined, + }, + "x-attribsPrefix": Object { + "class": undefined, + }, + }, + "type": "tag", + "x-attribsNamespace": Object { + "class": undefined, + }, + "x-attribsPrefix": Object { + "class": undefined, + }, + }, + ], + "name": "div", + "namespace": "http://www.w3.org/1999/xhtml", + "next": [Circular], + "parent": [Circular], + "prev": Object { + "attribs": Object { + "aria-hidden": "true", + "style": "width: 0px; height: 0px; overflow: hidden; outline: none;", + "tabindex": "0", + }, + "children": Array [], + "name": "div", + "namespace": "http://www.w3.org/1999/xhtml", + "next": [Circular], + "parent": [Circular], + "prev": null, + "type": "tag", + "x-attribsNamespace": Object { + "aria-hidden": undefined, + "style": undefined, + "tabindex": undefined, + }, + "x-attribsPrefix": Object { + "aria-hidden": undefined, + "style": undefined, + "tabindex": undefined, + }, + }, + "type": "tag", + "x-attribsNamespace": Object { + "class": undefined, + }, + "x-attribsPrefix": Object { + "class": undefined, + }, + }, + "type": "tag", + "x-attribsNamespace": Object { + "aria-hidden": undefined, + "style": undefined, + "tabindex": undefined, + }, + "x-attribsPrefix": Object { + "aria-hidden": undefined, + "style": undefined, + "tabindex": undefined, + }, + }, + ], + "name": "div", + "namespace": "http://www.w3.org/1999/xhtml", + "next": null, + "parent": [Circular], + "prev": null, + "type": "tag", + "x-attribsNamespace": Object { + "class": undefined, + "role": undefined, + }, + "x-attribsPrefix": Object { + "class": undefined, + "role": undefined, + }, + }, + ], + "name": "div", + "namespace": "http://www.w3.org/1999/xhtml", + "next": null, + "parent": [Circular], + "prev": Object { + "attribs": Object { + "class": "gio-modal-mask fade-appear", + }, + "children": Array [], + "name": "div", + "namespace": "http://www.w3.org/1999/xhtml", + "next": [Circular], + "parent": [Circular], + "prev": null, + "type": "tag", + "x-attribsNamespace": Object { + "class": undefined, + }, + "x-attribsPrefix": Object { + "class": undefined, + }, + }, + "type": "tag", + "x-attribsNamespace": Object { + "aria-labelledby": undefined, + "class": undefined, + "role": undefined, + "tabindex": undefined, + }, + "x-attribsPrefix": Object { + "aria-labelledby": undefined, + "class": undefined, + "role": undefined, + "tabindex": undefined, + }, + }, + ], + "name": "div", + "namespace": "http://www.w3.org/1999/xhtml", + "next": null, + "parent": null, + "prev": null, + "root": Object { + "attribs": Object {}, + "children": Array [ + [Circular], + ], + "name": "root", + "namespace": "http://www.w3.org/1999/xhtml", + "next": null, + "parent": null, + "prev": null, + "type": "root", + "x-attribsNamespace": Object {}, + "x-attribsPrefix": Object {}, + }, + "type": "tag", + "x-attribsNamespace": Object { + "class": undefined, + }, + "x-attribsPrefix": Object { + "class": undefined, + }, + }, + "_root": [Circular], + "length": 1, + "options": Object { + "decodeEntities": true, + "normalizeWhitespace": false, + "withDomLvl1": true, + "xml": false, + }, +} +`; + +exports[`StepModal snapshot match should match multi branches StepModal snapshot. 1`] = ` +initialize { + "0": Object { + "attribs": Object { + "class": "gio-modal-root", + }, + "children": Array [ + Object { + "attribs": Object { + "class": "gio-modal-mask fade-appear", + }, + "children": Array [], + "name": "div", + "namespace": "http://www.w3.org/1999/xhtml", + "next": Object { + "attribs": Object { + "aria-labelledby": "rcDialogTitle1", + "class": "gio-modal-wrap gio-modal__wrapper", + "role": "dialog", + "tabindex": "-1", + }, + "children": Array [ + Object { + "attribs": Object { + "class": "gio-modal gio-modal--small zoom-appear", + "role": "document", + }, + "children": Array [ + Object { + "attribs": Object { + "aria-hidden": "true", + "style": "width: 0px; height: 0px; overflow: hidden; outline: none;", + "tabindex": "0", + }, + "children": Array [], + "name": "div", + "namespace": "http://www.w3.org/1999/xhtml", + "next": Object { + "attribs": Object { + "class": "gio-modal-content", + }, + "children": Array [ + Object { "attribs": Object { - "class": "gio-modal-footer", + "aria-label": "Close", + "class": "gio-modal-close", + "type": "button", }, "children": Array [ Object { "attribs": Object { - "class": "gio-modal__footer", + "class": "gio-icon gio-modal__close", }, "children": Array [ Object { "attribs": Object { - "class": "gio-modal__footer-additional", + "class": "gio-icon-svg", + "fill": "currentColor", + "height": "1rem", + "viewBox": "0 0 14 14", + "width": "1rem", }, - "children": Array [], - "name": "div", - "namespace": "http://www.w3.org/1999/xhtml", - "next": Object { - "attribs": Object {}, - "children": Array [ - Object { + "children": Array [ + Object { + "attribs": Object {}, + "children": Array [ + Object { + "attribs": Object {}, + "children": Array [], + "name": "style", + "namespace": "http://www.w3.org/2000/svg", + "next": null, + "parent": [Circular], + "prev": null, + "type": "style", + "x-attribsNamespace": Object {}, + "x-attribsPrefix": Object {}, + }, + ], + "name": "defs", + "namespace": "http://www.w3.org/2000/svg", + "next": Object { "attribs": Object { - "class": "gio-btn gio-modal__btn-close gio-btn-secondary", - "type": "button", + "data-name": "\\\\u56FE\\\\u5C42 2", + "id": "close_svg__\\\\u56FE\\\\u5C42_2", }, "children": Array [ Object { - "attribs": Object {}, + "attribs": Object { + "data-name": "\\\\u56FE\\\\u5C42 1", + "id": "close_svg__\\\\u56FE\\\\u5C42_1-2", + }, "children": Array [ Object { - "data": "取 消", + "attribs": Object { + "d": "M6.62 5.92a.54.54 0 00.76 0l3.87-3.87a.49.49 0 01.7.7L8.08 6.62a.54.54 0 000 .76L12 11.25a.49.49 0 01-.7.7L7.38 8.08a.54.54 0 00-.76 0L2.75 12a.49.49 0 01-.7-.7l3.87-3.92a.54.54 0 000-.76L2.05 2.75a.49.49 0 01.7-.7z", + "fill": "currentColor", + "fill-rule": "evenodd", + "id": "close_svg__close", + }, + "children": Array [], + "name": "path", + "namespace": "http://www.w3.org/2000/svg", "next": null, "parent": [Circular], "prev": null, - "type": "text", + "type": "tag", + "x-attribsNamespace": Object { + "d": undefined, + "fill": undefined, + "fill-rule": undefined, + "id": undefined, + }, + "x-attribsPrefix": Object { + "d": undefined, + "fill": undefined, + "fill-rule": undefined, + "id": undefined, + }, }, ], - "name": "span", - "namespace": "http://www.w3.org/1999/xhtml", + "name": "g", + "namespace": "http://www.w3.org/2000/svg", "next": null, "parent": [Circular], "prev": null, "type": "tag", - "x-attribsNamespace": Object {}, - "x-attribsPrefix": Object {}, + "x-attribsNamespace": Object { + "data-name": undefined, + "id": undefined, + }, + "x-attribsPrefix": Object { + "data-name": undefined, + "id": undefined, + }, }, ], - "name": "button", - "namespace": "http://www.w3.org/1999/xhtml", - "next": Object { + "name": "g", + "namespace": "http://www.w3.org/2000/svg", + "next": null, + "parent": [Circular], + "prev": [Circular], + "type": "tag", + "x-attribsNamespace": Object { + "data-name": undefined, + "id": undefined, + }, + "x-attribsPrefix": Object { + "data-name": undefined, + "id": undefined, + }, + }, + "parent": [Circular], + "prev": null, + "type": "tag", + "x-attribsNamespace": Object {}, + "x-attribsPrefix": Object {}, + }, + Object { + "attribs": Object { + "data-name": "\\\\u56FE\\\\u5C42 2", + "id": "close_svg__\\\\u56FE\\\\u5C42_2", + }, + "children": Array [ + Object { "attribs": Object { - "class": "gio-btn gio-modal__btn-ok gio-btn-primary", - "type": "button", + "data-name": "\\\\u56FE\\\\u5C42 1", + "id": "close_svg__\\\\u56FE\\\\u5C42_1-2", }, "children": Array [ Object { - "attribs": Object {}, - "children": Array [ - Object { - "data": "下一步", - "next": null, - "parent": [Circular], - "prev": null, - "type": "text", - }, - ], - "name": "span", - "namespace": "http://www.w3.org/1999/xhtml", + "attribs": Object { + "d": "M6.62 5.92a.54.54 0 00.76 0l3.87-3.87a.49.49 0 01.7.7L8.08 6.62a.54.54 0 000 .76L12 11.25a.49.49 0 01-.7.7L7.38 8.08a.54.54 0 00-.76 0L2.75 12a.49.49 0 01-.7-.7l3.87-3.92a.54.54 0 000-.76L2.05 2.75a.49.49 0 01.7-.7z", + "fill": "currentColor", + "fill-rule": "evenodd", + "id": "close_svg__close", + }, + "children": Array [], + "name": "path", + "namespace": "http://www.w3.org/2000/svg", "next": null, "parent": [Circular], "prev": null, "type": "tag", - "x-attribsNamespace": Object {}, - "x-attribsPrefix": Object {}, + "x-attribsNamespace": Object { + "d": undefined, + "fill": undefined, + "fill-rule": undefined, + "id": undefined, + }, + "x-attribsPrefix": Object { + "d": undefined, + "fill": undefined, + "fill-rule": undefined, + "id": undefined, + }, }, ], - "name": "button", - "namespace": "http://www.w3.org/1999/xhtml", + "name": "g", + "namespace": "http://www.w3.org/2000/svg", "next": null, "parent": [Circular], - "prev": [Circular], + "prev": null, "type": "tag", "x-attribsNamespace": Object { - "class": undefined, - "type": undefined, + "data-name": undefined, + "id": undefined, }, "x-attribsPrefix": Object { - "class": undefined, - "type": undefined, + "data-name": undefined, + "id": undefined, }, }, + ], + "name": "g", + "namespace": "http://www.w3.org/2000/svg", + "next": null, + "parent": [Circular], + "prev": Object { + "attribs": Object {}, + "children": Array [ + Object { + "attribs": Object {}, + "children": Array [], + "name": "style", + "namespace": "http://www.w3.org/2000/svg", + "next": null, + "parent": [Circular], + "prev": null, + "type": "style", + "x-attribsNamespace": Object {}, + "x-attribsPrefix": Object {}, + }, + ], + "name": "defs", + "namespace": "http://www.w3.org/2000/svg", + "next": [Circular], "parent": [Circular], "prev": null, "type": "tag", - "x-attribsNamespace": Object { - "class": undefined, - "type": undefined, - }, - "x-attribsPrefix": Object { - "class": undefined, - "type": undefined, - }, + "x-attribsNamespace": Object {}, + "x-attribsPrefix": Object {}, + }, + "type": "tag", + "x-attribsNamespace": Object { + "data-name": undefined, + "id": undefined, + }, + "x-attribsPrefix": Object { + "data-name": undefined, + "id": undefined, + }, + }, + ], + "name": "svg", + "namespace": "http://www.w3.org/2000/svg", + "next": null, + "parent": [Circular], + "prev": null, + "type": "tag", + "x-attribsNamespace": Object { + "class": undefined, + "fill": undefined, + "height": undefined, + "viewBox": undefined, + "width": undefined, + }, + "x-attribsPrefix": Object { + "class": undefined, + "fill": undefined, + "height": undefined, + "viewBox": undefined, + "width": undefined, + }, + }, + ], + "name": "span", + "namespace": "http://www.w3.org/1999/xhtml", + "next": null, + "parent": [Circular], + "prev": null, + "type": "tag", + "x-attribsNamespace": Object { + "class": undefined, + }, + "x-attribsPrefix": Object { + "class": undefined, + }, + }, + ], + "name": "button", + "namespace": "http://www.w3.org/1999/xhtml", + "next": Object { + "attribs": Object { + "class": "gio-modal-header", + }, + "children": Array [ + Object { + "attribs": Object { + "class": "gio-modal-title", + "id": "rcDialogTitle1", + }, + "children": Array [ + Object { + "attribs": Object { + "class": "gio-modal__title", + }, + "children": Array [ + Object { + "data": "步骤 1", + "next": null, + "parent": [Circular], + "prev": null, + "type": "text", }, - Object { + ], + "name": "div", + "namespace": "http://www.w3.org/1999/xhtml", + "next": null, + "parent": [Circular], + "prev": null, + "type": "tag", + "x-attribsNamespace": Object { + "class": undefined, + }, + "x-attribsPrefix": Object { + "class": undefined, + }, + }, + ], + "name": "div", + "namespace": "http://www.w3.org/1999/xhtml", + "next": null, + "parent": [Circular], + "prev": null, + "type": "tag", + "x-attribsNamespace": Object { + "class": undefined, + "id": undefined, + }, + "x-attribsPrefix": Object { + "class": undefined, + "id": undefined, + }, + }, + ], + "name": "div", + "namespace": "http://www.w3.org/1999/xhtml", + "next": Object { + "attribs": Object { + "class": "gio-modal-body", + }, + "children": Array [ + Object { + "attribs": Object {}, + "children": Array [ + Object { + "data": "Step One", + "next": Object { "attribs": Object { - "class": "gio-btn gio-modal__btn-ok gio-btn-primary", + "class": "gio-btn gio-btn-text gio-btn-small", + "style": "margin-left: 5px;", "type": "button", }, "children": Array [ @@ -35190,7 +7347,7 @@ initialize { "attribs": Object {}, "children": Array [ Object { - "data": "下一步", + "data": "go 2-1", "next": null, "parent": [Circular], "prev": null, @@ -35209,11 +7366,10 @@ initialize { ], "name": "button", "namespace": "http://www.w3.org/1999/xhtml", - "next": null, - "parent": [Circular], - "prev": Object { + "next": Object { "attribs": Object { - "class": "gio-btn gio-modal__btn-close gio-btn-secondary", + "class": "gio-btn gio-btn-text gio-btn-small", + "style": "margin-left: 5px;", "type": "button", }, "children": Array [ @@ -35221,7 +7377,7 @@ initialize { "attribs": Object {}, "children": Array [ Object { - "data": "取 消", + "data": "go 2-2", "next": null, "parent": [Circular], "prev": null, @@ -35240,55 +7396,43 @@ initialize { ], "name": "button", "namespace": "http://www.w3.org/1999/xhtml", - "next": [Circular], + "next": null, "parent": [Circular], - "prev": null, + "prev": [Circular], "type": "tag", "x-attribsNamespace": Object { "class": undefined, + "style": undefined, "type": undefined, }, "x-attribsPrefix": Object { "class": undefined, + "style": undefined, "type": undefined, }, }, + "parent": [Circular], + "prev": [Circular], "type": "tag", "x-attribsNamespace": Object { "class": undefined, + "style": undefined, "type": undefined, }, "x-attribsPrefix": Object { "class": undefined, + "style": undefined, "type": undefined, }, }, - ], - "name": "div", - "namespace": "http://www.w3.org/1999/xhtml", - "next": null, - "parent": [Circular], - "prev": [Circular], - "type": "tag", - "x-attribsNamespace": Object {}, - "x-attribsPrefix": Object {}, - }, - "parent": [Circular], - "prev": null, - "type": "tag", - "x-attribsNamespace": Object { - "class": undefined, - }, - "x-attribsPrefix": Object { - "class": undefined, - }, - }, - Object { - "attribs": Object {}, - "children": Array [ + "parent": [Circular], + "prev": null, + "type": "text", + }, Object { "attribs": Object { - "class": "gio-btn gio-modal__btn-close gio-btn-secondary", + "class": "gio-btn gio-btn-text gio-btn-small", + "style": "margin-left: 5px;", "type": "button", }, "children": Array [ @@ -35296,7 +7440,7 @@ initialize { "attribs": Object {}, "children": Array [ Object { - "data": "取 消", + "data": "go 2-1", "next": null, "parent": [Circular], "prev": null, @@ -35317,7 +7461,8 @@ initialize { "namespace": "http://www.w3.org/1999/xhtml", "next": Object { "attribs": Object { - "class": "gio-btn gio-modal__btn-ok gio-btn-primary", + "class": "gio-btn gio-btn-text gio-btn-small", + "style": "margin-left: 5px;", "type": "button", }, "children": Array [ @@ -35325,7 +7470,7 @@ initialize { "attribs": Object {}, "children": Array [ Object { - "data": "下一步", + "data": "go 2-2", "next": null, "parent": [Circular], "prev": null, @@ -35350,28 +7495,39 @@ initialize { "type": "tag", "x-attribsNamespace": Object { "class": undefined, + "style": undefined, "type": undefined, }, "x-attribsPrefix": Object { "class": undefined, + "style": undefined, "type": undefined, }, }, "parent": [Circular], - "prev": null, + "prev": Object { + "data": "Step One", + "next": [Circular], + "parent": [Circular], + "prev": null, + "type": "text", + }, "type": "tag", "x-attribsNamespace": Object { "class": undefined, + "style": undefined, "type": undefined, }, "x-attribsPrefix": Object { "class": undefined, + "style": undefined, "type": undefined, }, }, Object { "attribs": Object { - "class": "gio-btn gio-modal__btn-ok gio-btn-primary", + "class": "gio-btn gio-btn-text gio-btn-small", + "style": "margin-left: 5px;", "type": "button", }, "children": Array [ @@ -35379,7 +7535,7 @@ initialize { "attribs": Object {}, "children": Array [ Object { - "data": "下一步", + "data": "go 2-2", "next": null, "parent": [Circular], "prev": null, @@ -35402,7 +7558,8 @@ initialize { "parent": [Circular], "prev": Object { "attribs": Object { - "class": "gio-btn gio-modal__btn-close gio-btn-secondary", + "class": "gio-btn gio-btn-text gio-btn-small", + "style": "margin-left: 5px;", "type": "button", }, "children": Array [ @@ -35410,7 +7567,7 @@ initialize { "attribs": Object {}, "children": Array [ Object { - "data": "取 消", + "data": "go 2-1", "next": null, "parent": [Circular], "prev": null, @@ -35431,24 +7588,34 @@ initialize { "namespace": "http://www.w3.org/1999/xhtml", "next": [Circular], "parent": [Circular], - "prev": null, + "prev": Object { + "data": "Step One", + "next": [Circular], + "parent": [Circular], + "prev": null, + "type": "text", + }, "type": "tag", "x-attribsNamespace": Object { "class": undefined, + "style": undefined, "type": undefined, }, "x-attribsPrefix": Object { "class": undefined, + "style": undefined, "type": undefined, }, }, "type": "tag", "x-attribsNamespace": Object { "class": undefined, + "style": undefined, "type": undefined, }, "x-attribsPrefix": Object { "class": undefined, + "style": undefined, "type": undefined, }, }, @@ -35457,24 +7624,7 @@ initialize { "namespace": "http://www.w3.org/1999/xhtml", "next": null, "parent": [Circular], - "prev": Object { - "attribs": Object { - "class": "gio-modal__footer-additional", - }, - "children": Array [], - "name": "div", - "namespace": "http://www.w3.org/1999/xhtml", - "next": [Circular], - "parent": [Circular], - "prev": null, - "type": "tag", - "x-attribsNamespace": Object { - "class": undefined, - }, - "x-attribsPrefix": Object { - "class": undefined, - }, - }, + "prev": null, "type": "tag", "x-attribsNamespace": Object {}, "x-attribsPrefix": Object {}, @@ -35484,7 +7634,7 @@ initialize { "namespace": "http://www.w3.org/1999/xhtml", "next": null, "parent": [Circular], - "prev": null, + "prev": [Circular], "type": "tag", "x-attribsNamespace": Object { "class": undefined, @@ -35493,22 +7643,31 @@ initialize { "class": undefined, }, }, - ], - "name": "div", - "namespace": "http://www.w3.org/1999/xhtml", - "next": null, + "parent": [Circular], + "prev": [Circular], + "type": "tag", + "x-attribsNamespace": Object { + "class": undefined, + }, + "x-attribsPrefix": Object { + "class": undefined, + }, + }, "parent": [Circular], - "prev": [Circular], + "prev": null, "type": "tag", "x-attribsNamespace": Object { + "aria-label": undefined, "class": undefined, + "type": undefined, }, "x-attribsPrefix": Object { + "aria-label": undefined, "class": undefined, + "type": undefined, }, }, - "parent": [Circular], - "prev": Object { + Object { "attribs": Object { "class": "gio-modal-header", }, @@ -35564,312 +7723,143 @@ initialize { ], "name": "div", "namespace": "http://www.w3.org/1999/xhtml", - "next": [Circular], - "parent": [Circular], - "prev": Object { + "next": Object { "attribs": Object { - "aria-label": "Close", - "class": "gio-modal-close", - "type": "button", + "class": "gio-modal-body", }, - "children": Array [ - Object { - "attribs": Object { - "class": "gio-icon gio-modal__close", - }, - "children": Array [ - Object { - "attribs": Object { - "class": "gio-icon-svg", - "fill": "currentColor", - "height": "1rem", - "viewBox": "0 0 14 14", - "width": "1rem", - }, - "children": Array [ - Object { - "attribs": Object {}, - "children": Array [ - Object { - "attribs": Object {}, - "children": Array [], - "name": "style", - "namespace": "http://www.w3.org/2000/svg", - "next": null, - "parent": [Circular], - "prev": null, - "type": "style", - "x-attribsNamespace": Object {}, - "x-attribsPrefix": Object {}, - }, - ], - "name": "defs", - "namespace": "http://www.w3.org/2000/svg", - "next": Object { - "attribs": Object { - "data-name": "\\\\u56FE\\\\u5C42 2", - "id": "close_svg__\\\\u56FE\\\\u5C42_2", - }, - "children": Array [ - Object { - "attribs": Object { - "data-name": "\\\\u56FE\\\\u5C42 1", - "id": "close_svg__\\\\u56FE\\\\u5C42_1-2", - }, - "children": Array [ - Object { - "attribs": Object { - "d": "M6.62 5.92a.54.54 0 00.76 0l3.87-3.87a.49.49 0 01.7.7L8.08 6.62a.54.54 0 000 .76L12 11.25a.49.49 0 01-.7.7L7.38 8.08a.54.54 0 00-.76 0L2.75 12a.49.49 0 01-.7-.7l3.87-3.92a.54.54 0 000-.76L2.05 2.75a.49.49 0 01.7-.7z", - "fill": "currentColor", - "fill-rule": "evenodd", - "id": "close_svg__close", - }, - "children": Array [], - "name": "path", - "namespace": "http://www.w3.org/2000/svg", - "next": null, - "parent": [Circular], - "prev": null, - "type": "tag", - "x-attribsNamespace": Object { - "d": undefined, - "fill": undefined, - "fill-rule": undefined, - "id": undefined, - }, - "x-attribsPrefix": Object { - "d": undefined, - "fill": undefined, - "fill-rule": undefined, - "id": undefined, - }, - }, - ], - "name": "g", - "namespace": "http://www.w3.org/2000/svg", + "children": Array [ + Object { + "attribs": Object {}, + "children": Array [ + Object { + "data": "Step One", + "next": Object { + "attribs": Object { + "class": "gio-btn gio-btn-text gio-btn-small", + "style": "margin-left: 5px;", + "type": "button", + }, + "children": Array [ + Object { + "attribs": Object {}, + "children": Array [ + Object { + "data": "go 2-1", "next": null, "parent": [Circular], "prev": null, - "type": "tag", - "x-attribsNamespace": Object { - "data-name": undefined, - "id": undefined, - }, - "x-attribsPrefix": Object { - "data-name": undefined, - "id": undefined, - }, + "type": "text", }, ], - "name": "g", - "namespace": "http://www.w3.org/2000/svg", + "name": "span", + "namespace": "http://www.w3.org/1999/xhtml", "next": null, "parent": [Circular], - "prev": [Circular], + "prev": null, "type": "tag", - "x-attribsNamespace": Object { - "data-name": undefined, - "id": undefined, - }, - "x-attribsPrefix": Object { - "data-name": undefined, - "id": undefined, - }, + "x-attribsNamespace": Object {}, + "x-attribsPrefix": Object {}, }, - "parent": [Circular], - "prev": null, - "type": "tag", - "x-attribsNamespace": Object {}, - "x-attribsPrefix": Object {}, - }, - Object { + ], + "name": "button", + "namespace": "http://www.w3.org/1999/xhtml", + "next": Object { "attribs": Object { - "data-name": "\\\\u56FE\\\\u5C42 2", - "id": "close_svg__\\\\u56FE\\\\u5C42_2", + "class": "gio-btn gio-btn-text gio-btn-small", + "style": "margin-left: 5px;", + "type": "button", }, "children": Array [ Object { - "attribs": Object { - "data-name": "\\\\u56FE\\\\u5C42 1", - "id": "close_svg__\\\\u56FE\\\\u5C42_1-2", - }, + "attribs": Object {}, "children": Array [ Object { - "attribs": Object { - "d": "M6.62 5.92a.54.54 0 00.76 0l3.87-3.87a.49.49 0 01.7.7L8.08 6.62a.54.54 0 000 .76L12 11.25a.49.49 0 01-.7.7L7.38 8.08a.54.54 0 00-.76 0L2.75 12a.49.49 0 01-.7-.7l3.87-3.92a.54.54 0 000-.76L2.05 2.75a.49.49 0 01.7-.7z", - "fill": "currentColor", - "fill-rule": "evenodd", - "id": "close_svg__close", - }, - "children": Array [], - "name": "path", - "namespace": "http://www.w3.org/2000/svg", + "data": "go 2-2", "next": null, "parent": [Circular], "prev": null, - "type": "tag", - "x-attribsNamespace": Object { - "d": undefined, - "fill": undefined, - "fill-rule": undefined, - "id": undefined, - }, - "x-attribsPrefix": Object { - "d": undefined, - "fill": undefined, - "fill-rule": undefined, - "id": undefined, - }, + "type": "text", }, ], - "name": "g", - "namespace": "http://www.w3.org/2000/svg", + "name": "span", + "namespace": "http://www.w3.org/1999/xhtml", "next": null, "parent": [Circular], "prev": null, "type": "tag", - "x-attribsNamespace": Object { - "data-name": undefined, - "id": undefined, - }, - "x-attribsPrefix": Object { - "data-name": undefined, - "id": undefined, - }, + "x-attribsNamespace": Object {}, + "x-attribsPrefix": Object {}, }, ], - "name": "g", - "namespace": "http://www.w3.org/2000/svg", + "name": "button", + "namespace": "http://www.w3.org/1999/xhtml", "next": null, "parent": [Circular], - "prev": Object { - "attribs": Object {}, - "children": Array [ - Object { - "attribs": Object {}, - "children": Array [], - "name": "style", - "namespace": "http://www.w3.org/2000/svg", - "next": null, - "parent": [Circular], - "prev": null, - "type": "style", - "x-attribsNamespace": Object {}, - "x-attribsPrefix": Object {}, - }, - ], - "name": "defs", - "namespace": "http://www.w3.org/2000/svg", - "next": [Circular], - "parent": [Circular], - "prev": null, - "type": "tag", - "x-attribsNamespace": Object {}, - "x-attribsPrefix": Object {}, - }, + "prev": [Circular], "type": "tag", "x-attribsNamespace": Object { - "data-name": undefined, - "id": undefined, + "class": undefined, + "style": undefined, + "type": undefined, }, "x-attribsPrefix": Object { - "data-name": undefined, - "id": undefined, + "class": undefined, + "style": undefined, + "type": undefined, }, }, - ], - "name": "svg", - "namespace": "http://www.w3.org/2000/svg", - "next": null, + "parent": [Circular], + "prev": [Circular], + "type": "tag", + "x-attribsNamespace": Object { + "class": undefined, + "style": undefined, + "type": undefined, + }, + "x-attribsPrefix": Object { + "class": undefined, + "style": undefined, + "type": undefined, + }, + }, "parent": [Circular], "prev": null, - "type": "tag", - "x-attribsNamespace": Object { - "class": undefined, - "fill": undefined, - "height": undefined, - "viewBox": undefined, - "width": undefined, - }, - "x-attribsPrefix": Object { - "class": undefined, - "fill": undefined, - "height": undefined, - "viewBox": undefined, - "width": undefined, - }, + "type": "text", }, - ], - "name": "span", - "namespace": "http://www.w3.org/1999/xhtml", - "next": null, - "parent": [Circular], - "prev": null, - "type": "tag", - "x-attribsNamespace": Object { - "class": undefined, - }, - "x-attribsPrefix": Object { - "class": undefined, - }, - }, - ], - "name": "button", - "namespace": "http://www.w3.org/1999/xhtml", - "next": [Circular], - "parent": [Circular], - "prev": null, - "type": "tag", - "x-attribsNamespace": Object { - "aria-label": undefined, - "class": undefined, - "type": undefined, - }, - "x-attribsPrefix": Object { - "aria-label": undefined, - "class": undefined, - "type": undefined, - }, - }, - "type": "tag", - "x-attribsNamespace": Object { - "class": undefined, - }, - "x-attribsPrefix": Object { - "class": undefined, - }, - }, - "type": "tag", - "x-attribsNamespace": Object { - "class": undefined, - }, - "x-attribsPrefix": Object { - "class": undefined, - }, - }, - Object { - "attribs": Object { - "class": "gio-modal-footer", - }, - "children": Array [ - Object { - "attribs": Object { - "class": "gio-modal__footer", - }, - "children": Array [ - Object { - "attribs": Object { - "class": "gio-modal__footer-additional", - }, - "children": Array [], - "name": "div", - "namespace": "http://www.w3.org/1999/xhtml", - "next": Object { - "attribs": Object {}, - "children": Array [ - Object { + Object { + "attribs": Object { + "class": "gio-btn gio-btn-text gio-btn-small", + "style": "margin-left: 5px;", + "type": "button", + }, + "children": Array [ + Object { + "attribs": Object {}, + "children": Array [ + Object { + "data": "go 2-1", + "next": null, + "parent": [Circular], + "prev": null, + "type": "text", + }, + ], + "name": "span", + "namespace": "http://www.w3.org/1999/xhtml", + "next": null, + "parent": [Circular], + "prev": null, + "type": "tag", + "x-attribsNamespace": Object {}, + "x-attribsPrefix": Object {}, + }, + ], + "name": "button", + "namespace": "http://www.w3.org/1999/xhtml", + "next": Object { "attribs": Object { - "class": "gio-btn gio-modal__btn-close gio-btn-secondary", + "class": "gio-btn gio-btn-text gio-btn-small", + "style": "margin-left: 5px;", "type": "button", }, "children": Array [ @@ -35877,7 +7867,7 @@ initialize { "attribs": Object {}, "children": Array [ Object { - "data": "取 消", + "data": "go 2-2", "next": null, "parent": [Circular], "prev": null, @@ -35896,63 +7886,77 @@ initialize { ], "name": "button", "namespace": "http://www.w3.org/1999/xhtml", - "next": Object { - "attribs": Object { - "class": "gio-btn gio-modal__btn-ok gio-btn-primary", - "type": "button", - }, + "next": null, + "parent": [Circular], + "prev": [Circular], + "type": "tag", + "x-attribsNamespace": Object { + "class": undefined, + "style": undefined, + "type": undefined, + }, + "x-attribsPrefix": Object { + "class": undefined, + "style": undefined, + "type": undefined, + }, + }, + "parent": [Circular], + "prev": Object { + "data": "Step One", + "next": [Circular], + "parent": [Circular], + "prev": null, + "type": "text", + }, + "type": "tag", + "x-attribsNamespace": Object { + "class": undefined, + "style": undefined, + "type": undefined, + }, + "x-attribsPrefix": Object { + "class": undefined, + "style": undefined, + "type": undefined, + }, + }, + Object { + "attribs": Object { + "class": "gio-btn gio-btn-text gio-btn-small", + "style": "margin-left: 5px;", + "type": "button", + }, + "children": Array [ + Object { + "attribs": Object {}, "children": Array [ Object { - "attribs": Object {}, - "children": Array [ - Object { - "data": "下一步", - "next": null, - "parent": [Circular], - "prev": null, - "type": "text", - }, - ], - "name": "span", - "namespace": "http://www.w3.org/1999/xhtml", + "data": "go 2-2", "next": null, "parent": [Circular], "prev": null, - "type": "tag", - "x-attribsNamespace": Object {}, - "x-attribsPrefix": Object {}, + "type": "text", }, ], - "name": "button", + "name": "span", "namespace": "http://www.w3.org/1999/xhtml", "next": null, "parent": [Circular], - "prev": [Circular], + "prev": null, "type": "tag", - "x-attribsNamespace": Object { - "class": undefined, - "type": undefined, - }, - "x-attribsPrefix": Object { - "class": undefined, - "type": undefined, - }, - }, - "parent": [Circular], - "prev": null, - "type": "tag", - "x-attribsNamespace": Object { - "class": undefined, - "type": undefined, - }, - "x-attribsPrefix": Object { - "class": undefined, - "type": undefined, + "x-attribsNamespace": Object {}, + "x-attribsPrefix": Object {}, }, - }, - Object { + ], + "name": "button", + "namespace": "http://www.w3.org/1999/xhtml", + "next": null, + "parent": [Circular], + "prev": Object { "attribs": Object { - "class": "gio-btn gio-modal__btn-ok gio-btn-primary", + "class": "gio-btn gio-btn-text gio-btn-small", + "style": "margin-left: 5px;", "type": "button", }, "children": Array [ @@ -35960,7 +7964,7 @@ initialize { "attribs": Object {}, "children": Array [ Object { - "data": "下一步", + "data": "go 2-1", "next": null, "parent": [Circular], "prev": null, @@ -35979,296 +7983,338 @@ initialize { ], "name": "button", "namespace": "http://www.w3.org/1999/xhtml", - "next": null, + "next": [Circular], "parent": [Circular], "prev": Object { - "attribs": Object { - "class": "gio-btn gio-modal__btn-close gio-btn-secondary", - "type": "button", - }, - "children": Array [ - Object { - "attribs": Object {}, - "children": Array [ - Object { - "data": "取 消", - "next": null, - "parent": [Circular], - "prev": null, - "type": "text", - }, - ], - "name": "span", - "namespace": "http://www.w3.org/1999/xhtml", - "next": null, - "parent": [Circular], - "prev": null, - "type": "tag", - "x-attribsNamespace": Object {}, - "x-attribsPrefix": Object {}, - }, - ], - "name": "button", - "namespace": "http://www.w3.org/1999/xhtml", + "data": "Step One", "next": [Circular], "parent": [Circular], "prev": null, - "type": "tag", - "x-attribsNamespace": Object { - "class": undefined, - "type": undefined, - }, - "x-attribsPrefix": Object { - "class": undefined, - "type": undefined, - }, + "type": "text", }, "type": "tag", "x-attribsNamespace": Object { "class": undefined, + "style": undefined, "type": undefined, }, "x-attribsPrefix": Object { "class": undefined, + "style": undefined, "type": undefined, }, }, - ], - "name": "div", - "namespace": "http://www.w3.org/1999/xhtml", - "next": null, - "parent": [Circular], - "prev": [Circular], - "type": "tag", - "x-attribsNamespace": Object {}, - "x-attribsPrefix": Object {}, - }, + "type": "tag", + "x-attribsNamespace": Object { + "class": undefined, + "style": undefined, + "type": undefined, + }, + "x-attribsPrefix": Object { + "class": undefined, + "style": undefined, + "type": undefined, + }, + }, + ], + "name": "div", + "namespace": "http://www.w3.org/1999/xhtml", + "next": null, "parent": [Circular], "prev": null, "type": "tag", - "x-attribsNamespace": Object { - "class": undefined, - }, - "x-attribsPrefix": Object { - "class": undefined, - }, + "x-attribsNamespace": Object {}, + "x-attribsPrefix": Object {}, }, + ], + "name": "div", + "namespace": "http://www.w3.org/1999/xhtml", + "next": null, + "parent": [Circular], + "prev": [Circular], + "type": "tag", + "x-attribsNamespace": Object { + "class": undefined, + }, + "x-attribsPrefix": Object { + "class": undefined, + }, + }, + "parent": [Circular], + "prev": Object { + "attribs": Object { + "aria-label": "Close", + "class": "gio-modal-close", + "type": "button", + }, + "children": Array [ Object { - "attribs": Object {}, + "attribs": Object { + "class": "gio-icon gio-modal__close", + }, "children": Array [ Object { "attribs": Object { - "class": "gio-btn gio-modal__btn-close gio-btn-secondary", - "type": "button", + "class": "gio-icon-svg", + "fill": "currentColor", + "height": "1rem", + "viewBox": "0 0 14 14", + "width": "1rem", }, "children": Array [ Object { "attribs": Object {}, "children": Array [ Object { - "data": "取 消", + "attribs": Object {}, + "children": Array [], + "name": "style", + "namespace": "http://www.w3.org/2000/svg", "next": null, "parent": [Circular], "prev": null, - "type": "text", + "type": "style", + "x-attribsNamespace": Object {}, + "x-attribsPrefix": Object {}, }, ], - "name": "span", - "namespace": "http://www.w3.org/1999/xhtml", - "next": null, - "parent": [Circular], - "prev": null, - "type": "tag", - "x-attribsNamespace": Object {}, - "x-attribsPrefix": Object {}, - }, - ], - "name": "button", - "namespace": "http://www.w3.org/1999/xhtml", - "next": Object { - "attribs": Object { - "class": "gio-btn gio-modal__btn-ok gio-btn-primary", - "type": "button", - }, - "children": Array [ - Object { - "attribs": Object {}, + "name": "defs", + "namespace": "http://www.w3.org/2000/svg", + "next": Object { + "attribs": Object { + "data-name": "\\\\u56FE\\\\u5C42 2", + "id": "close_svg__\\\\u56FE\\\\u5C42_2", + }, "children": Array [ Object { - "data": "下一步", + "attribs": Object { + "data-name": "\\\\u56FE\\\\u5C42 1", + "id": "close_svg__\\\\u56FE\\\\u5C42_1-2", + }, + "children": Array [ + Object { + "attribs": Object { + "d": "M6.62 5.92a.54.54 0 00.76 0l3.87-3.87a.49.49 0 01.7.7L8.08 6.62a.54.54 0 000 .76L12 11.25a.49.49 0 01-.7.7L7.38 8.08a.54.54 0 00-.76 0L2.75 12a.49.49 0 01-.7-.7l3.87-3.92a.54.54 0 000-.76L2.05 2.75a.49.49 0 01.7-.7z", + "fill": "currentColor", + "fill-rule": "evenodd", + "id": "close_svg__close", + }, + "children": Array [], + "name": "path", + "namespace": "http://www.w3.org/2000/svg", + "next": null, + "parent": [Circular], + "prev": null, + "type": "tag", + "x-attribsNamespace": Object { + "d": undefined, + "fill": undefined, + "fill-rule": undefined, + "id": undefined, + }, + "x-attribsPrefix": Object { + "d": undefined, + "fill": undefined, + "fill-rule": undefined, + "id": undefined, + }, + }, + ], + "name": "g", + "namespace": "http://www.w3.org/2000/svg", "next": null, "parent": [Circular], "prev": null, - "type": "text", + "type": "tag", + "x-attribsNamespace": Object { + "data-name": undefined, + "id": undefined, + }, + "x-attribsPrefix": Object { + "data-name": undefined, + "id": undefined, + }, }, ], - "name": "span", - "namespace": "http://www.w3.org/1999/xhtml", + "name": "g", + "namespace": "http://www.w3.org/2000/svg", "next": null, "parent": [Circular], - "prev": null, + "prev": [Circular], "type": "tag", - "x-attribsNamespace": Object {}, - "x-attribsPrefix": Object {}, + "x-attribsNamespace": Object { + "data-name": undefined, + "id": undefined, + }, + "x-attribsPrefix": Object { + "data-name": undefined, + "id": undefined, + }, }, - ], - "name": "button", - "namespace": "http://www.w3.org/1999/xhtml", - "next": null, - "parent": [Circular], - "prev": [Circular], - "type": "tag", - "x-attribsNamespace": Object { - "class": undefined, - "type": undefined, - }, - "x-attribsPrefix": Object { - "class": undefined, - "type": undefined, + "parent": [Circular], + "prev": null, + "type": "tag", + "x-attribsNamespace": Object {}, + "x-attribsPrefix": Object {}, }, - }, - "parent": [Circular], - "prev": null, - "type": "tag", - "x-attribsNamespace": Object { - "class": undefined, - "type": undefined, - }, - "x-attribsPrefix": Object { - "class": undefined, - "type": undefined, - }, - }, - Object { - "attribs": Object { - "class": "gio-btn gio-modal__btn-ok gio-btn-primary", - "type": "button", - }, - "children": Array [ Object { - "attribs": Object {}, + "attribs": Object { + "data-name": "\\\\u56FE\\\\u5C42 2", + "id": "close_svg__\\\\u56FE\\\\u5C42_2", + }, "children": Array [ Object { - "data": "下一步", + "attribs": Object { + "data-name": "\\\\u56FE\\\\u5C42 1", + "id": "close_svg__\\\\u56FE\\\\u5C42_1-2", + }, + "children": Array [ + Object { + "attribs": Object { + "d": "M6.62 5.92a.54.54 0 00.76 0l3.87-3.87a.49.49 0 01.7.7L8.08 6.62a.54.54 0 000 .76L12 11.25a.49.49 0 01-.7.7L7.38 8.08a.54.54 0 00-.76 0L2.75 12a.49.49 0 01-.7-.7l3.87-3.92a.54.54 0 000-.76L2.05 2.75a.49.49 0 01.7-.7z", + "fill": "currentColor", + "fill-rule": "evenodd", + "id": "close_svg__close", + }, + "children": Array [], + "name": "path", + "namespace": "http://www.w3.org/2000/svg", + "next": null, + "parent": [Circular], + "prev": null, + "type": "tag", + "x-attribsNamespace": Object { + "d": undefined, + "fill": undefined, + "fill-rule": undefined, + "id": undefined, + }, + "x-attribsPrefix": Object { + "d": undefined, + "fill": undefined, + "fill-rule": undefined, + "id": undefined, + }, + }, + ], + "name": "g", + "namespace": "http://www.w3.org/2000/svg", "next": null, "parent": [Circular], "prev": null, - "type": "text", + "type": "tag", + "x-attribsNamespace": Object { + "data-name": undefined, + "id": undefined, + }, + "x-attribsPrefix": Object { + "data-name": undefined, + "id": undefined, + }, }, ], - "name": "span", - "namespace": "http://www.w3.org/1999/xhtml", + "name": "g", + "namespace": "http://www.w3.org/2000/svg", "next": null, "parent": [Circular], - "prev": null, - "type": "tag", - "x-attribsNamespace": Object {}, - "x-attribsPrefix": Object {}, - }, - ], - "name": "button", - "namespace": "http://www.w3.org/1999/xhtml", - "next": null, - "parent": [Circular], - "prev": Object { - "attribs": Object { - "class": "gio-btn gio-modal__btn-close gio-btn-secondary", - "type": "button", - }, - "children": Array [ - Object { + "prev": Object { "attribs": Object {}, "children": Array [ Object { - "data": "取 消", + "attribs": Object {}, + "children": Array [], + "name": "style", + "namespace": "http://www.w3.org/2000/svg", "next": null, "parent": [Circular], "prev": null, - "type": "text", + "type": "style", + "x-attribsNamespace": Object {}, + "x-attribsPrefix": Object {}, }, ], - "name": "span", - "namespace": "http://www.w3.org/1999/xhtml", - "next": null, + "name": "defs", + "namespace": "http://www.w3.org/2000/svg", + "next": [Circular], "parent": [Circular], "prev": null, "type": "tag", "x-attribsNamespace": Object {}, "x-attribsPrefix": Object {}, }, - ], - "name": "button", - "namespace": "http://www.w3.org/1999/xhtml", - "next": [Circular], - "parent": [Circular], - "prev": null, - "type": "tag", - "x-attribsNamespace": Object { - "class": undefined, - "type": undefined, - }, - "x-attribsPrefix": Object { - "class": undefined, - "type": undefined, + "type": "tag", + "x-attribsNamespace": Object { + "data-name": undefined, + "id": undefined, + }, + "x-attribsPrefix": Object { + "data-name": undefined, + "id": undefined, + }, }, - }, + ], + "name": "svg", + "namespace": "http://www.w3.org/2000/svg", + "next": null, + "parent": [Circular], + "prev": null, "type": "tag", "x-attribsNamespace": Object { "class": undefined, - "type": undefined, + "fill": undefined, + "height": undefined, + "viewBox": undefined, + "width": undefined, }, "x-attribsPrefix": Object { "class": undefined, - "type": undefined, + "fill": undefined, + "height": undefined, + "viewBox": undefined, + "width": undefined, }, }, ], - "name": "div", + "name": "span", "namespace": "http://www.w3.org/1999/xhtml", "next": null, "parent": [Circular], - "prev": Object { - "attribs": Object { - "class": "gio-modal__footer-additional", - }, - "children": Array [], - "name": "div", - "namespace": "http://www.w3.org/1999/xhtml", - "next": [Circular], - "parent": [Circular], - "prev": null, - "type": "tag", - "x-attribsNamespace": Object { - "class": undefined, - }, - "x-attribsPrefix": Object { - "class": undefined, - }, - }, + "prev": null, "type": "tag", - "x-attribsNamespace": Object {}, - "x-attribsPrefix": Object {}, + "x-attribsNamespace": Object { + "class": undefined, + }, + "x-attribsPrefix": Object { + "class": undefined, + }, }, ], - "name": "div", + "name": "button", "namespace": "http://www.w3.org/1999/xhtml", - "next": null, + "next": [Circular], "parent": [Circular], "prev": null, "type": "tag", "x-attribsNamespace": Object { + "aria-label": undefined, "class": undefined, + "type": undefined, }, "x-attribsPrefix": Object { + "aria-label": undefined, "class": undefined, + "type": undefined, }, }, - ], - "name": "div", - "namespace": "http://www.w3.org/1999/xhtml", - "next": null, - "parent": [Circular], - "prev": Object { + "type": "tag", + "x-attribsNamespace": Object { + "class": undefined, + }, + "x-attribsPrefix": Object { + "class": undefined, + }, + }, + Object { "attribs": Object { "class": "gio-modal-body", }, @@ -36574,7 +8620,7 @@ initialize { ], "name": "div", "namespace": "http://www.w3.org/1999/xhtml", - "next": [Circular], + "next": null, "parent": [Circular], "prev": Object { "attribs": Object { @@ -36752,56 +8798,300 @@ initialize { }, Object { "attribs": Object { - "data-name": "\\\\u56FE\\\\u5C42 2", - "id": "close_svg__\\\\u56FE\\\\u5C42_2", + "data-name": "\\\\u56FE\\\\u5C42 2", + "id": "close_svg__\\\\u56FE\\\\u5C42_2", + }, + "children": Array [ + Object { + "attribs": Object { + "data-name": "\\\\u56FE\\\\u5C42 1", + "id": "close_svg__\\\\u56FE\\\\u5C42_1-2", + }, + "children": Array [ + Object { + "attribs": Object { + "d": "M6.62 5.92a.54.54 0 00.76 0l3.87-3.87a.49.49 0 01.7.7L8.08 6.62a.54.54 0 000 .76L12 11.25a.49.49 0 01-.7.7L7.38 8.08a.54.54 0 00-.76 0L2.75 12a.49.49 0 01-.7-.7l3.87-3.92a.54.54 0 000-.76L2.05 2.75a.49.49 0 01.7-.7z", + "fill": "currentColor", + "fill-rule": "evenodd", + "id": "close_svg__close", + }, + "children": Array [], + "name": "path", + "namespace": "http://www.w3.org/2000/svg", + "next": null, + "parent": [Circular], + "prev": null, + "type": "tag", + "x-attribsNamespace": Object { + "d": undefined, + "fill": undefined, + "fill-rule": undefined, + "id": undefined, + }, + "x-attribsPrefix": Object { + "d": undefined, + "fill": undefined, + "fill-rule": undefined, + "id": undefined, + }, + }, + ], + "name": "g", + "namespace": "http://www.w3.org/2000/svg", + "next": null, + "parent": [Circular], + "prev": null, + "type": "tag", + "x-attribsNamespace": Object { + "data-name": undefined, + "id": undefined, + }, + "x-attribsPrefix": Object { + "data-name": undefined, + "id": undefined, + }, + }, + ], + "name": "g", + "namespace": "http://www.w3.org/2000/svg", + "next": null, + "parent": [Circular], + "prev": Object { + "attribs": Object {}, + "children": Array [ + Object { + "attribs": Object {}, + "children": Array [], + "name": "style", + "namespace": "http://www.w3.org/2000/svg", + "next": null, + "parent": [Circular], + "prev": null, + "type": "style", + "x-attribsNamespace": Object {}, + "x-attribsPrefix": Object {}, + }, + ], + "name": "defs", + "namespace": "http://www.w3.org/2000/svg", + "next": [Circular], + "parent": [Circular], + "prev": null, + "type": "tag", + "x-attribsNamespace": Object {}, + "x-attribsPrefix": Object {}, + }, + "type": "tag", + "x-attribsNamespace": Object { + "data-name": undefined, + "id": undefined, + }, + "x-attribsPrefix": Object { + "data-name": undefined, + "id": undefined, + }, + }, + ], + "name": "svg", + "namespace": "http://www.w3.org/2000/svg", + "next": null, + "parent": [Circular], + "prev": null, + "type": "tag", + "x-attribsNamespace": Object { + "class": undefined, + "fill": undefined, + "height": undefined, + "viewBox": undefined, + "width": undefined, + }, + "x-attribsPrefix": Object { + "class": undefined, + "fill": undefined, + "height": undefined, + "viewBox": undefined, + "width": undefined, + }, + }, + ], + "name": "span", + "namespace": "http://www.w3.org/1999/xhtml", + "next": null, + "parent": [Circular], + "prev": null, + "type": "tag", + "x-attribsNamespace": Object { + "class": undefined, + }, + "x-attribsPrefix": Object { + "class": undefined, + }, + }, + ], + "name": "button", + "namespace": "http://www.w3.org/1999/xhtml", + "next": [Circular], + "parent": [Circular], + "prev": null, + "type": "tag", + "x-attribsNamespace": Object { + "aria-label": undefined, + "class": undefined, + "type": undefined, + }, + "x-attribsPrefix": Object { + "aria-label": undefined, + "class": undefined, + "type": undefined, + }, + }, + "type": "tag", + "x-attribsNamespace": Object { + "class": undefined, + }, + "x-attribsPrefix": Object { + "class": undefined, + }, + }, + "type": "tag", + "x-attribsNamespace": Object { + "class": undefined, + }, + "x-attribsPrefix": Object { + "class": undefined, + }, + }, + ], + "name": "div", + "namespace": "http://www.w3.org/1999/xhtml", + "next": Object { + "attribs": Object { + "aria-hidden": "true", + "style": "width: 0px; height: 0px; overflow: hidden; outline: none;", + "tabindex": "0", + }, + "children": Array [], + "name": "div", + "namespace": "http://www.w3.org/1999/xhtml", + "next": null, + "parent": [Circular], + "prev": [Circular], + "type": "tag", + "x-attribsNamespace": Object { + "aria-hidden": undefined, + "style": undefined, + "tabindex": undefined, + }, + "x-attribsPrefix": Object { + "aria-hidden": undefined, + "style": undefined, + "tabindex": undefined, + }, + }, + "parent": [Circular], + "prev": [Circular], + "type": "tag", + "x-attribsNamespace": Object { + "class": undefined, + }, + "x-attribsPrefix": Object { + "class": undefined, + }, + }, + "parent": [Circular], + "prev": null, + "type": "tag", + "x-attribsNamespace": Object { + "aria-hidden": undefined, + "style": undefined, + "tabindex": undefined, + }, + "x-attribsPrefix": Object { + "aria-hidden": undefined, + "style": undefined, + "tabindex": undefined, + }, + }, + Object { + "attribs": Object { + "class": "gio-modal-content", + }, + "children": Array [ + Object { + "attribs": Object { + "aria-label": "Close", + "class": "gio-modal-close", + "type": "button", + }, + "children": Array [ + Object { + "attribs": Object { + "class": "gio-icon gio-modal__close", + }, + "children": Array [ + Object { + "attribs": Object { + "class": "gio-icon-svg", + "fill": "currentColor", + "height": "1rem", + "viewBox": "0 0 14 14", + "width": "1rem", + }, + "children": Array [ + Object { + "attribs": Object {}, + "children": Array [ + Object { + "attribs": Object {}, + "children": Array [], + "name": "style", + "namespace": "http://www.w3.org/2000/svg", + "next": null, + "parent": [Circular], + "prev": null, + "type": "style", + "x-attribsNamespace": Object {}, + "x-attribsPrefix": Object {}, + }, + ], + "name": "defs", + "namespace": "http://www.w3.org/2000/svg", + "next": Object { + "attribs": Object { + "data-name": "\\\\u56FE\\\\u5C42 2", + "id": "close_svg__\\\\u56FE\\\\u5C42_2", + }, + "children": Array [ + Object { + "attribs": Object { + "data-name": "\\\\u56FE\\\\u5C42 1", + "id": "close_svg__\\\\u56FE\\\\u5C42_1-2", }, "children": Array [ Object { "attribs": Object { - "data-name": "\\\\u56FE\\\\u5C42 1", - "id": "close_svg__\\\\u56FE\\\\u5C42_1-2", + "d": "M6.62 5.92a.54.54 0 00.76 0l3.87-3.87a.49.49 0 01.7.7L8.08 6.62a.54.54 0 000 .76L12 11.25a.49.49 0 01-.7.7L7.38 8.08a.54.54 0 00-.76 0L2.75 12a.49.49 0 01-.7-.7l3.87-3.92a.54.54 0 000-.76L2.05 2.75a.49.49 0 01.7-.7z", + "fill": "currentColor", + "fill-rule": "evenodd", + "id": "close_svg__close", }, - "children": Array [ - Object { - "attribs": Object { - "d": "M6.62 5.92a.54.54 0 00.76 0l3.87-3.87a.49.49 0 01.7.7L8.08 6.62a.54.54 0 000 .76L12 11.25a.49.49 0 01-.7.7L7.38 8.08a.54.54 0 00-.76 0L2.75 12a.49.49 0 01-.7-.7l3.87-3.92a.54.54 0 000-.76L2.05 2.75a.49.49 0 01.7-.7z", - "fill": "currentColor", - "fill-rule": "evenodd", - "id": "close_svg__close", - }, - "children": Array [], - "name": "path", - "namespace": "http://www.w3.org/2000/svg", - "next": null, - "parent": [Circular], - "prev": null, - "type": "tag", - "x-attribsNamespace": Object { - "d": undefined, - "fill": undefined, - "fill-rule": undefined, - "id": undefined, - }, - "x-attribsPrefix": Object { - "d": undefined, - "fill": undefined, - "fill-rule": undefined, - "id": undefined, - }, - }, - ], - "name": "g", + "children": Array [], + "name": "path", "namespace": "http://www.w3.org/2000/svg", "next": null, "parent": [Circular], "prev": null, "type": "tag", "x-attribsNamespace": Object { - "data-name": undefined, + "d": undefined, + "fill": undefined, + "fill-rule": undefined, "id": undefined, }, "x-attribsPrefix": Object { - "data-name": undefined, + "d": undefined, + "fill": undefined, + "fill-rule": undefined, "id": undefined, }, }, @@ -36810,31 +9100,7 @@ initialize { "namespace": "http://www.w3.org/2000/svg", "next": null, "parent": [Circular], - "prev": Object { - "attribs": Object {}, - "children": Array [ - Object { - "attribs": Object {}, - "children": Array [], - "name": "style", - "namespace": "http://www.w3.org/2000/svg", - "next": null, - "parent": [Circular], - "prev": null, - "type": "style", - "x-attribsNamespace": Object {}, - "x-attribsPrefix": Object {}, - }, - ], - "name": "defs", - "namespace": "http://www.w3.org/2000/svg", - "next": [Circular], - "parent": [Circular], - "prev": null, - "type": "tag", - "x-attribsNamespace": Object {}, - "x-attribsPrefix": Object {}, - }, + "prev": null, "type": "tag", "x-attribsNamespace": Object { "data-name": undefined, @@ -36846,29 +9112,186 @@ initialize { }, }, ], - "name": "svg", + "name": "g", + "namespace": "http://www.w3.org/2000/svg", + "next": null, + "parent": [Circular], + "prev": [Circular], + "type": "tag", + "x-attribsNamespace": Object { + "data-name": undefined, + "id": undefined, + }, + "x-attribsPrefix": Object { + "data-name": undefined, + "id": undefined, + }, + }, + "parent": [Circular], + "prev": null, + "type": "tag", + "x-attribsNamespace": Object {}, + "x-attribsPrefix": Object {}, + }, + Object { + "attribs": Object { + "data-name": "\\\\u56FE\\\\u5C42 2", + "id": "close_svg__\\\\u56FE\\\\u5C42_2", + }, + "children": Array [ + Object { + "attribs": Object { + "data-name": "\\\\u56FE\\\\u5C42 1", + "id": "close_svg__\\\\u56FE\\\\u5C42_1-2", + }, + "children": Array [ + Object { + "attribs": Object { + "d": "M6.62 5.92a.54.54 0 00.76 0l3.87-3.87a.49.49 0 01.7.7L8.08 6.62a.54.54 0 000 .76L12 11.25a.49.49 0 01-.7.7L7.38 8.08a.54.54 0 00-.76 0L2.75 12a.49.49 0 01-.7-.7l3.87-3.92a.54.54 0 000-.76L2.05 2.75a.49.49 0 01.7-.7z", + "fill": "currentColor", + "fill-rule": "evenodd", + "id": "close_svg__close", + }, + "children": Array [], + "name": "path", + "namespace": "http://www.w3.org/2000/svg", + "next": null, + "parent": [Circular], + "prev": null, + "type": "tag", + "x-attribsNamespace": Object { + "d": undefined, + "fill": undefined, + "fill-rule": undefined, + "id": undefined, + }, + "x-attribsPrefix": Object { + "d": undefined, + "fill": undefined, + "fill-rule": undefined, + "id": undefined, + }, + }, + ], + "name": "g", + "namespace": "http://www.w3.org/2000/svg", + "next": null, + "parent": [Circular], + "prev": null, + "type": "tag", + "x-attribsNamespace": Object { + "data-name": undefined, + "id": undefined, + }, + "x-attribsPrefix": Object { + "data-name": undefined, + "id": undefined, + }, + }, + ], + "name": "g", + "namespace": "http://www.w3.org/2000/svg", + "next": null, + "parent": [Circular], + "prev": Object { + "attribs": Object {}, + "children": Array [ + Object { + "attribs": Object {}, + "children": Array [], + "name": "style", + "namespace": "http://www.w3.org/2000/svg", + "next": null, + "parent": [Circular], + "prev": null, + "type": "style", + "x-attribsNamespace": Object {}, + "x-attribsPrefix": Object {}, + }, + ], + "name": "defs", "namespace": "http://www.w3.org/2000/svg", + "next": [Circular], + "parent": [Circular], + "prev": null, + "type": "tag", + "x-attribsNamespace": Object {}, + "x-attribsPrefix": Object {}, + }, + "type": "tag", + "x-attribsNamespace": Object { + "data-name": undefined, + "id": undefined, + }, + "x-attribsPrefix": Object { + "data-name": undefined, + "id": undefined, + }, + }, + ], + "name": "svg", + "namespace": "http://www.w3.org/2000/svg", + "next": null, + "parent": [Circular], + "prev": null, + "type": "tag", + "x-attribsNamespace": Object { + "class": undefined, + "fill": undefined, + "height": undefined, + "viewBox": undefined, + "width": undefined, + }, + "x-attribsPrefix": Object { + "class": undefined, + "fill": undefined, + "height": undefined, + "viewBox": undefined, + "width": undefined, + }, + }, + ], + "name": "span", + "namespace": "http://www.w3.org/1999/xhtml", + "next": null, + "parent": [Circular], + "prev": null, + "type": "tag", + "x-attribsNamespace": Object { + "class": undefined, + }, + "x-attribsPrefix": Object { + "class": undefined, + }, + }, + ], + "name": "button", + "namespace": "http://www.w3.org/1999/xhtml", + "next": Object { + "attribs": Object { + "class": "gio-modal-header", + }, + "children": Array [ + Object { + "attribs": Object { + "class": "gio-modal-title", + "id": "rcDialogTitle1", + }, + "children": Array [ + Object { + "attribs": Object { + "class": "gio-modal__title", + }, + "children": Array [ + Object { + "data": "步骤 1", "next": null, "parent": [Circular], "prev": null, - "type": "tag", - "x-attribsNamespace": Object { - "class": undefined, - "fill": undefined, - "height": undefined, - "viewBox": undefined, - "width": undefined, - }, - "x-attribsPrefix": Object { - "class": undefined, - "fill": undefined, - "height": undefined, - "viewBox": undefined, - "width": undefined, - }, + "type": "text", }, ], - "name": "span", + "name": "div", "namespace": "http://www.w3.org/1999/xhtml", "next": null, "parent": [Circular], @@ -36882,342 +9305,343 @@ initialize { }, }, ], - "name": "button", + "name": "div", "namespace": "http://www.w3.org/1999/xhtml", - "next": [Circular], + "next": null, "parent": [Circular], "prev": null, "type": "tag", "x-attribsNamespace": Object { - "aria-label": undefined, "class": undefined, - "type": undefined, + "id": undefined, }, "x-attribsPrefix": Object { - "aria-label": undefined, "class": undefined, - "type": undefined, + "id": undefined, }, }, - "type": "tag", - "x-attribsNamespace": Object { - "class": undefined, - }, - "x-attribsPrefix": Object { - "class": undefined, + ], + "name": "div", + "namespace": "http://www.w3.org/1999/xhtml", + "next": Object { + "attribs": Object { + "class": "gio-modal-body", }, - }, - "type": "tag", - "x-attribsNamespace": Object { - "class": undefined, - }, - "x-attribsPrefix": Object { - "class": undefined, - }, - }, - "type": "tag", - "x-attribsNamespace": Object { - "class": undefined, - }, - "x-attribsPrefix": Object { - "class": undefined, - }, - }, - ], - "name": "div", - "namespace": "http://www.w3.org/1999/xhtml", - "next": Object { - "attribs": Object { - "aria-hidden": "true", - "style": "width: 0px; height: 0px; overflow: hidden; outline: none;", - "tabindex": "0", - }, - "children": Array [], - "name": "div", - "namespace": "http://www.w3.org/1999/xhtml", - "next": null, - "parent": [Circular], - "prev": [Circular], - "type": "tag", - "x-attribsNamespace": Object { - "aria-hidden": undefined, - "style": undefined, - "tabindex": undefined, - }, - "x-attribsPrefix": Object { - "aria-hidden": undefined, - "style": undefined, - "tabindex": undefined, - }, - }, - "parent": [Circular], - "prev": [Circular], - "type": "tag", - "x-attribsNamespace": Object { - "class": undefined, - }, - "x-attribsPrefix": Object { - "class": undefined, - }, - }, - "parent": [Circular], - "prev": null, - "type": "tag", - "x-attribsNamespace": Object { - "aria-hidden": undefined, - "style": undefined, - "tabindex": undefined, - }, - "x-attribsPrefix": Object { - "aria-hidden": undefined, - "style": undefined, - "tabindex": undefined, - }, - }, - Object { - "attribs": Object { - "class": "gio-modal-content", - }, - "children": Array [ - Object { - "attribs": Object { - "aria-label": "Close", - "class": "gio-modal-close", - "type": "button", - }, - "children": Array [ - Object { - "attribs": Object { - "class": "gio-icon gio-modal__close", - }, - "children": Array [ - Object { - "attribs": Object { - "class": "gio-icon-svg", - "fill": "currentColor", - "height": "1rem", - "viewBox": "0 0 14 14", - "width": "1rem", - }, - "children": Array [ - Object { - "attribs": Object {}, - "children": Array [ - Object { - "attribs": Object {}, - "children": Array [], - "name": "style", - "namespace": "http://www.w3.org/2000/svg", - "next": null, + "children": Array [ + Object { + "attribs": Object {}, + "children": Array [ + Object { + "data": "Step One", + "next": Object { + "attribs": Object { + "class": "gio-btn gio-btn-text gio-btn-small", + "style": "margin-left: 5px;", + "type": "button", + }, + "children": Array [ + Object { + "attribs": Object {}, + "children": Array [ + Object { + "data": "go 2-1", + "next": null, + "parent": [Circular], + "prev": null, + "type": "text", + }, + ], + "name": "span", + "namespace": "http://www.w3.org/1999/xhtml", + "next": null, + "parent": [Circular], + "prev": null, + "type": "tag", + "x-attribsNamespace": Object {}, + "x-attribsPrefix": Object {}, + }, + ], + "name": "button", + "namespace": "http://www.w3.org/1999/xhtml", + "next": Object { + "attribs": Object { + "class": "gio-btn gio-btn-text gio-btn-small", + "style": "margin-left: 5px;", + "type": "button", + }, + "children": Array [ + Object { + "attribs": Object {}, + "children": Array [ + Object { + "data": "go 2-2", + "next": null, + "parent": [Circular], + "prev": null, + "type": "text", + }, + ], + "name": "span", + "namespace": "http://www.w3.org/1999/xhtml", + "next": null, + "parent": [Circular], + "prev": null, + "type": "tag", + "x-attribsNamespace": Object {}, + "x-attribsPrefix": Object {}, + }, + ], + "name": "button", + "namespace": "http://www.w3.org/1999/xhtml", + "next": null, + "parent": [Circular], + "prev": [Circular], + "type": "tag", + "x-attribsNamespace": Object { + "class": undefined, + "style": undefined, + "type": undefined, + }, + "x-attribsPrefix": Object { + "class": undefined, + "style": undefined, + "type": undefined, + }, + }, "parent": [Circular], - "prev": null, - "type": "style", - "x-attribsNamespace": Object {}, - "x-attribsPrefix": Object {}, + "prev": [Circular], + "type": "tag", + "x-attribsNamespace": Object { + "class": undefined, + "style": undefined, + "type": undefined, + }, + "x-attribsPrefix": Object { + "class": undefined, + "style": undefined, + "type": undefined, + }, }, - ], - "name": "defs", - "namespace": "http://www.w3.org/2000/svg", - "next": Object { + "parent": [Circular], + "prev": null, + "type": "text", + }, + Object { "attribs": Object { - "data-name": "\\\\u56FE\\\\u5C42 2", - "id": "close_svg__\\\\u56FE\\\\u5C42_2", + "class": "gio-btn gio-btn-text gio-btn-small", + "style": "margin-left: 5px;", + "type": "button", }, "children": Array [ Object { - "attribs": Object { - "data-name": "\\\\u56FE\\\\u5C42 1", - "id": "close_svg__\\\\u56FE\\\\u5C42_1-2", - }, + "attribs": Object {}, "children": Array [ Object { - "attribs": Object { - "d": "M6.62 5.92a.54.54 0 00.76 0l3.87-3.87a.49.49 0 01.7.7L8.08 6.62a.54.54 0 000 .76L12 11.25a.49.49 0 01-.7.7L7.38 8.08a.54.54 0 00-.76 0L2.75 12a.49.49 0 01-.7-.7l3.87-3.92a.54.54 0 000-.76L2.05 2.75a.49.49 0 01.7-.7z", - "fill": "currentColor", - "fill-rule": "evenodd", - "id": "close_svg__close", - }, - "children": Array [], - "name": "path", - "namespace": "http://www.w3.org/2000/svg", + "data": "go 2-1", "next": null, "parent": [Circular], "prev": null, - "type": "tag", - "x-attribsNamespace": Object { - "d": undefined, - "fill": undefined, - "fill-rule": undefined, - "id": undefined, - }, - "x-attribsPrefix": Object { - "d": undefined, - "fill": undefined, - "fill-rule": undefined, - "id": undefined, - }, + "type": "text", }, ], - "name": "g", - "namespace": "http://www.w3.org/2000/svg", + "name": "span", + "namespace": "http://www.w3.org/1999/xhtml", "next": null, "parent": [Circular], "prev": null, "type": "tag", - "x-attribsNamespace": Object { - "data-name": undefined, - "id": undefined, - }, - "x-attribsPrefix": Object { - "data-name": undefined, - "id": undefined, - }, + "x-attribsNamespace": Object {}, + "x-attribsPrefix": Object {}, }, ], - "name": "g", - "namespace": "http://www.w3.org/2000/svg", - "next": null, - "parent": [Circular], - "prev": [Circular], - "type": "tag", - "x-attribsNamespace": Object { - "data-name": undefined, - "id": undefined, - }, - "x-attribsPrefix": Object { - "data-name": undefined, - "id": undefined, - }, - }, - "parent": [Circular], - "prev": null, - "type": "tag", - "x-attribsNamespace": Object {}, - "x-attribsPrefix": Object {}, - }, - Object { - "attribs": Object { - "data-name": "\\\\u56FE\\\\u5C42 2", - "id": "close_svg__\\\\u56FE\\\\u5C42_2", - }, - "children": Array [ - Object { + "name": "button", + "namespace": "http://www.w3.org/1999/xhtml", + "next": Object { "attribs": Object { - "data-name": "\\\\u56FE\\\\u5C42 1", - "id": "close_svg__\\\\u56FE\\\\u5C42_1-2", + "class": "gio-btn gio-btn-text gio-btn-small", + "style": "margin-left: 5px;", + "type": "button", }, "children": Array [ Object { - "attribs": Object { - "d": "M6.62 5.92a.54.54 0 00.76 0l3.87-3.87a.49.49 0 01.7.7L8.08 6.62a.54.54 0 000 .76L12 11.25a.49.49 0 01-.7.7L7.38 8.08a.54.54 0 00-.76 0L2.75 12a.49.49 0 01-.7-.7l3.87-3.92a.54.54 0 000-.76L2.05 2.75a.49.49 0 01.7-.7z", - "fill": "currentColor", - "fill-rule": "evenodd", - "id": "close_svg__close", - }, - "children": Array [], - "name": "path", - "namespace": "http://www.w3.org/2000/svg", + "attribs": Object {}, + "children": Array [ + Object { + "data": "go 2-2", + "next": null, + "parent": [Circular], + "prev": null, + "type": "text", + }, + ], + "name": "span", + "namespace": "http://www.w3.org/1999/xhtml", "next": null, "parent": [Circular], "prev": null, "type": "tag", - "x-attribsNamespace": Object { - "d": undefined, - "fill": undefined, - "fill-rule": undefined, - "id": undefined, - }, - "x-attribsPrefix": Object { - "d": undefined, - "fill": undefined, - "fill-rule": undefined, - "id": undefined, - }, + "x-attribsNamespace": Object {}, + "x-attribsPrefix": Object {}, }, ], - "name": "g", - "namespace": "http://www.w3.org/2000/svg", + "name": "button", + "namespace": "http://www.w3.org/1999/xhtml", "next": null, "parent": [Circular], - "prev": null, + "prev": [Circular], "type": "tag", "x-attribsNamespace": Object { - "data-name": undefined, - "id": undefined, + "class": undefined, + "style": undefined, + "type": undefined, }, "x-attribsPrefix": Object { - "data-name": undefined, - "id": undefined, + "class": undefined, + "style": undefined, + "type": undefined, }, }, - ], - "name": "g", - "namespace": "http://www.w3.org/2000/svg", - "next": null, - "parent": [Circular], - "prev": Object { - "attribs": Object {}, + "parent": [Circular], + "prev": Object { + "data": "Step One", + "next": [Circular], + "parent": [Circular], + "prev": null, + "type": "text", + }, + "type": "tag", + "x-attribsNamespace": Object { + "class": undefined, + "style": undefined, + "type": undefined, + }, + "x-attribsPrefix": Object { + "class": undefined, + "style": undefined, + "type": undefined, + }, + }, + Object { + "attribs": Object { + "class": "gio-btn gio-btn-text gio-btn-small", + "style": "margin-left: 5px;", + "type": "button", + }, "children": Array [ Object { "attribs": Object {}, - "children": Array [], - "name": "style", - "namespace": "http://www.w3.org/2000/svg", + "children": Array [ + Object { + "data": "go 2-2", + "next": null, + "parent": [Circular], + "prev": null, + "type": "text", + }, + ], + "name": "span", + "namespace": "http://www.w3.org/1999/xhtml", "next": null, "parent": [Circular], "prev": null, - "type": "style", + "type": "tag", "x-attribsNamespace": Object {}, "x-attribsPrefix": Object {}, }, ], - "name": "defs", - "namespace": "http://www.w3.org/2000/svg", - "next": [Circular], + "name": "button", + "namespace": "http://www.w3.org/1999/xhtml", + "next": null, "parent": [Circular], - "prev": null, + "prev": Object { + "attribs": Object { + "class": "gio-btn gio-btn-text gio-btn-small", + "style": "margin-left: 5px;", + "type": "button", + }, + "children": Array [ + Object { + "attribs": Object {}, + "children": Array [ + Object { + "data": "go 2-1", + "next": null, + "parent": [Circular], + "prev": null, + "type": "text", + }, + ], + "name": "span", + "namespace": "http://www.w3.org/1999/xhtml", + "next": null, + "parent": [Circular], + "prev": null, + "type": "tag", + "x-attribsNamespace": Object {}, + "x-attribsPrefix": Object {}, + }, + ], + "name": "button", + "namespace": "http://www.w3.org/1999/xhtml", + "next": [Circular], + "parent": [Circular], + "prev": Object { + "data": "Step One", + "next": [Circular], + "parent": [Circular], + "prev": null, + "type": "text", + }, + "type": "tag", + "x-attribsNamespace": Object { + "class": undefined, + "style": undefined, + "type": undefined, + }, + "x-attribsPrefix": Object { + "class": undefined, + "style": undefined, + "type": undefined, + }, + }, "type": "tag", - "x-attribsNamespace": Object {}, - "x-attribsPrefix": Object {}, - }, - "type": "tag", - "x-attribsNamespace": Object { - "data-name": undefined, - "id": undefined, - }, - "x-attribsPrefix": Object { - "data-name": undefined, - "id": undefined, + "x-attribsNamespace": Object { + "class": undefined, + "style": undefined, + "type": undefined, + }, + "x-attribsPrefix": Object { + "class": undefined, + "style": undefined, + "type": undefined, + }, }, - }, - ], - "name": "svg", - "namespace": "http://www.w3.org/2000/svg", - "next": null, - "parent": [Circular], - "prev": null, - "type": "tag", - "x-attribsNamespace": Object { - "class": undefined, - "fill": undefined, - "height": undefined, - "viewBox": undefined, - "width": undefined, - }, - "x-attribsPrefix": Object { - "class": undefined, - "fill": undefined, - "height": undefined, - "viewBox": undefined, - "width": undefined, + ], + "name": "div", + "namespace": "http://www.w3.org/1999/xhtml", + "next": null, + "parent": [Circular], + "prev": null, + "type": "tag", + "x-attribsNamespace": Object {}, + "x-attribsPrefix": Object {}, }, + ], + "name": "div", + "namespace": "http://www.w3.org/1999/xhtml", + "next": null, + "parent": [Circular], + "prev": [Circular], + "type": "tag", + "x-attribsNamespace": Object { + "class": undefined, }, - ], - "name": "span", - "namespace": "http://www.w3.org/1999/xhtml", - "next": null, + "x-attribsPrefix": Object { + "class": undefined, + }, + }, "parent": [Circular], - "prev": null, + "prev": [Circular], "type": "tag", "x-attribsNamespace": Object { "class": undefined, @@ -37226,10 +9650,21 @@ initialize { "class": undefined, }, }, - ], - "name": "button", - "namespace": "http://www.w3.org/1999/xhtml", - "next": Object { + "parent": [Circular], + "prev": null, + "type": "tag", + "x-attribsNamespace": Object { + "aria-label": undefined, + "class": undefined, + "type": undefined, + }, + "x-attribsPrefix": Object { + "aria-label": undefined, + "class": undefined, + "type": undefined, + }, + }, + Object { "attribs": Object { "class": "gio-modal-header", }, @@ -37591,495 +10026,253 @@ initialize { ], "name": "div", "namespace": "http://www.w3.org/1999/xhtml", - "next": Object { - "attribs": Object { - "class": "gio-modal-footer", - }, - "children": Array [ - Object { - "attribs": Object { - "class": "gio-modal__footer", - }, - "children": Array [ - Object { - "attribs": Object { - "class": "gio-modal__footer-additional", - }, - "children": Array [], - "name": "div", - "namespace": "http://www.w3.org/1999/xhtml", - "next": Object { + "next": null, + "parent": [Circular], + "prev": [Circular], + "type": "tag", + "x-attribsNamespace": Object { + "class": undefined, + }, + "x-attribsPrefix": Object { + "class": undefined, + }, + }, + "parent": [Circular], + "prev": Object { + "attribs": Object { + "aria-label": "Close", + "class": "gio-modal-close", + "type": "button", + }, + "children": Array [ + Object { + "attribs": Object { + "class": "gio-icon gio-modal__close", + }, + "children": Array [ + Object { + "attribs": Object { + "class": "gio-icon-svg", + "fill": "currentColor", + "height": "1rem", + "viewBox": "0 0 14 14", + "width": "1rem", + }, + "children": Array [ + Object { "attribs": Object {}, "children": Array [ Object { - "attribs": Object { - "class": "gio-btn gio-modal__btn-close gio-btn-secondary", - "type": "button", - }, - "children": Array [ - Object { - "attribs": Object {}, - "children": Array [ - Object { - "data": "取 消", - "next": null, - "parent": [Circular], - "prev": null, - "type": "text", - }, - ], - "name": "span", - "namespace": "http://www.w3.org/1999/xhtml", - "next": null, - "parent": [Circular], - "prev": null, - "type": "tag", - "x-attribsNamespace": Object {}, - "x-attribsPrefix": Object {}, - }, - ], - "name": "button", - "namespace": "http://www.w3.org/1999/xhtml", - "next": Object { - "attribs": Object { - "class": "gio-btn gio-modal__btn-ok gio-btn-primary", - "type": "button", - }, - "children": Array [ - Object { - "attribs": Object {}, - "children": Array [ - Object { - "data": "下一步", - "next": null, - "parent": [Circular], - "prev": null, - "type": "text", - }, - ], - "name": "span", - "namespace": "http://www.w3.org/1999/xhtml", - "next": null, - "parent": [Circular], - "prev": null, - "type": "tag", - "x-attribsNamespace": Object {}, - "x-attribsPrefix": Object {}, - }, - ], - "name": "button", - "namespace": "http://www.w3.org/1999/xhtml", - "next": null, - "parent": [Circular], - "prev": [Circular], - "type": "tag", - "x-attribsNamespace": Object { - "class": undefined, - "type": undefined, - }, - "x-attribsPrefix": Object { - "class": undefined, - "type": undefined, - }, - }, + "attribs": Object {}, + "children": Array [], + "name": "style", + "namespace": "http://www.w3.org/2000/svg", + "next": null, "parent": [Circular], "prev": null, - "type": "tag", - "x-attribsNamespace": Object { - "class": undefined, - "type": undefined, - }, - "x-attribsPrefix": Object { - "class": undefined, - "type": undefined, - }, + "type": "style", + "x-attribsNamespace": Object {}, + "x-attribsPrefix": Object {}, }, - Object { - "attribs": Object { - "class": "gio-btn gio-modal__btn-ok gio-btn-primary", - "type": "button", - }, - "children": Array [ - Object { - "attribs": Object {}, - "children": Array [ - Object { - "data": "下一步", - "next": null, - "parent": [Circular], - "prev": null, - "type": "text", - }, - ], - "name": "span", - "namespace": "http://www.w3.org/1999/xhtml", - "next": null, - "parent": [Circular], - "prev": null, - "type": "tag", - "x-attribsNamespace": Object {}, - "x-attribsPrefix": Object {}, - }, - ], - "name": "button", - "namespace": "http://www.w3.org/1999/xhtml", - "next": null, - "parent": [Circular], - "prev": Object { + ], + "name": "defs", + "namespace": "http://www.w3.org/2000/svg", + "next": Object { + "attribs": Object { + "data-name": "\\\\u56FE\\\\u5C42 2", + "id": "close_svg__\\\\u56FE\\\\u5C42_2", + }, + "children": Array [ + Object { "attribs": Object { - "class": "gio-btn gio-modal__btn-close gio-btn-secondary", - "type": "button", + "data-name": "\\\\u56FE\\\\u5C42 1", + "id": "close_svg__\\\\u56FE\\\\u5C42_1-2", }, "children": Array [ Object { - "attribs": Object {}, - "children": Array [ - Object { - "data": "取 消", - "next": null, - "parent": [Circular], - "prev": null, - "type": "text", - }, - ], - "name": "span", - "namespace": "http://www.w3.org/1999/xhtml", + "attribs": Object { + "d": "M6.62 5.92a.54.54 0 00.76 0l3.87-3.87a.49.49 0 01.7.7L8.08 6.62a.54.54 0 000 .76L12 11.25a.49.49 0 01-.7.7L7.38 8.08a.54.54 0 00-.76 0L2.75 12a.49.49 0 01-.7-.7l3.87-3.92a.54.54 0 000-.76L2.05 2.75a.49.49 0 01.7-.7z", + "fill": "currentColor", + "fill-rule": "evenodd", + "id": "close_svg__close", + }, + "children": Array [], + "name": "path", + "namespace": "http://www.w3.org/2000/svg", "next": null, "parent": [Circular], "prev": null, "type": "tag", - "x-attribsNamespace": Object {}, - "x-attribsPrefix": Object {}, + "x-attribsNamespace": Object { + "d": undefined, + "fill": undefined, + "fill-rule": undefined, + "id": undefined, + }, + "x-attribsPrefix": Object { + "d": undefined, + "fill": undefined, + "fill-rule": undefined, + "id": undefined, + }, }, ], - "name": "button", - "namespace": "http://www.w3.org/1999/xhtml", - "next": [Circular], + "name": "g", + "namespace": "http://www.w3.org/2000/svg", + "next": null, "parent": [Circular], "prev": null, "type": "tag", "x-attribsNamespace": Object { - "class": undefined, - "type": undefined, + "data-name": undefined, + "id": undefined, }, "x-attribsPrefix": Object { - "class": undefined, - "type": undefined, + "data-name": undefined, + "id": undefined, }, }, - "type": "tag", - "x-attribsNamespace": Object { - "class": undefined, - "type": undefined, - }, - "x-attribsPrefix": Object { - "class": undefined, - "type": undefined, - }, + ], + "name": "g", + "namespace": "http://www.w3.org/2000/svg", + "next": null, + "parent": [Circular], + "prev": [Circular], + "type": "tag", + "x-attribsNamespace": Object { + "data-name": undefined, + "id": undefined, }, - ], - "name": "div", - "namespace": "http://www.w3.org/1999/xhtml", - "next": null, + "x-attribsPrefix": Object { + "data-name": undefined, + "id": undefined, + }, + }, "parent": [Circular], - "prev": [Circular], + "prev": null, "type": "tag", "x-attribsNamespace": Object {}, "x-attribsPrefix": Object {}, }, - "parent": [Circular], - "prev": null, - "type": "tag", - "x-attribsNamespace": Object { - "class": undefined, - }, - "x-attribsPrefix": Object { - "class": undefined, - }, - }, - Object { - "attribs": Object {}, - "children": Array [ - Object { - "attribs": Object { - "class": "gio-btn gio-modal__btn-close gio-btn-secondary", - "type": "button", - }, - "children": Array [ - Object { - "attribs": Object {}, - "children": Array [ - Object { - "data": "取 消", - "next": null, - "parent": [Circular], - "prev": null, - "type": "text", - }, - ], - "name": "span", - "namespace": "http://www.w3.org/1999/xhtml", - "next": null, - "parent": [Circular], - "prev": null, - "type": "tag", - "x-attribsNamespace": Object {}, - "x-attribsPrefix": Object {}, - }, - ], - "name": "button", - "namespace": "http://www.w3.org/1999/xhtml", - "next": Object { + Object { + "attribs": Object { + "data-name": "\\\\u56FE\\\\u5C42 2", + "id": "close_svg__\\\\u56FE\\\\u5C42_2", + }, + "children": Array [ + Object { "attribs": Object { - "class": "gio-btn gio-modal__btn-ok gio-btn-primary", - "type": "button", + "data-name": "\\\\u56FE\\\\u5C42 1", + "id": "close_svg__\\\\u56FE\\\\u5C42_1-2", }, "children": Array [ Object { - "attribs": Object {}, - "children": Array [ - Object { - "data": "下一步", - "next": null, - "parent": [Circular], - "prev": null, - "type": "text", - }, - ], - "name": "span", - "namespace": "http://www.w3.org/1999/xhtml", + "attribs": Object { + "d": "M6.62 5.92a.54.54 0 00.76 0l3.87-3.87a.49.49 0 01.7.7L8.08 6.62a.54.54 0 000 .76L12 11.25a.49.49 0 01-.7.7L7.38 8.08a.54.54 0 00-.76 0L2.75 12a.49.49 0 01-.7-.7l3.87-3.92a.54.54 0 000-.76L2.05 2.75a.49.49 0 01.7-.7z", + "fill": "currentColor", + "fill-rule": "evenodd", + "id": "close_svg__close", + }, + "children": Array [], + "name": "path", + "namespace": "http://www.w3.org/2000/svg", "next": null, "parent": [Circular], "prev": null, "type": "tag", - "x-attribsNamespace": Object {}, - "x-attribsPrefix": Object {}, + "x-attribsNamespace": Object { + "d": undefined, + "fill": undefined, + "fill-rule": undefined, + "id": undefined, + }, + "x-attribsPrefix": Object { + "d": undefined, + "fill": undefined, + "fill-rule": undefined, + "id": undefined, + }, }, ], - "name": "button", - "namespace": "http://www.w3.org/1999/xhtml", + "name": "g", + "namespace": "http://www.w3.org/2000/svg", "next": null, "parent": [Circular], - "prev": [Circular], + "prev": null, "type": "tag", "x-attribsNamespace": Object { - "class": undefined, - "type": undefined, + "data-name": undefined, + "id": undefined, }, "x-attribsPrefix": Object { - "class": undefined, - "type": undefined, + "data-name": undefined, + "id": undefined, }, }, - "parent": [Circular], - "prev": null, - "type": "tag", - "x-attribsNamespace": Object { - "class": undefined, - "type": undefined, - }, - "x-attribsPrefix": Object { - "class": undefined, - "type": undefined, - }, - }, - Object { - "attribs": Object { - "class": "gio-btn gio-modal__btn-ok gio-btn-primary", - "type": "button", - }, + ], + "name": "g", + "namespace": "http://www.w3.org/2000/svg", + "next": null, + "parent": [Circular], + "prev": Object { + "attribs": Object {}, "children": Array [ Object { "attribs": Object {}, - "children": Array [ - Object { - "data": "下一步", - "next": null, - "parent": [Circular], - "prev": null, - "type": "text", - }, - ], - "name": "span", - "namespace": "http://www.w3.org/1999/xhtml", + "children": Array [], + "name": "style", + "namespace": "http://www.w3.org/2000/svg", "next": null, - "parent": [Circular], - "prev": null, - "type": "tag", - "x-attribsNamespace": Object {}, - "x-attribsPrefix": Object {}, - }, - ], - "name": "button", - "namespace": "http://www.w3.org/1999/xhtml", - "next": null, - "parent": [Circular], - "prev": Object { - "attribs": Object { - "class": "gio-btn gio-modal__btn-close gio-btn-secondary", - "type": "button", - }, - "children": Array [ - Object { - "attribs": Object {}, - "children": Array [ - Object { - "data": "取 消", - "next": null, - "parent": [Circular], - "prev": null, - "type": "text", - }, - ], - "name": "span", - "namespace": "http://www.w3.org/1999/xhtml", - "next": null, - "parent": [Circular], - "prev": null, - "type": "tag", - "x-attribsNamespace": Object {}, - "x-attribsPrefix": Object {}, - }, - ], - "name": "button", - "namespace": "http://www.w3.org/1999/xhtml", - "next": [Circular], - "parent": [Circular], - "prev": null, - "type": "tag", - "x-attribsNamespace": Object { - "class": undefined, - "type": undefined, - }, - "x-attribsPrefix": Object { - "class": undefined, - "type": undefined, + "parent": [Circular], + "prev": null, + "type": "style", + "x-attribsNamespace": Object {}, + "x-attribsPrefix": Object {}, }, - }, + ], + "name": "defs", + "namespace": "http://www.w3.org/2000/svg", + "next": [Circular], + "parent": [Circular], + "prev": null, "type": "tag", - "x-attribsNamespace": Object { - "class": undefined, - "type": undefined, - }, - "x-attribsPrefix": Object { - "class": undefined, - "type": undefined, - }, - }, - ], - "name": "div", - "namespace": "http://www.w3.org/1999/xhtml", - "next": null, - "parent": [Circular], - "prev": Object { - "attribs": Object { - "class": "gio-modal__footer-additional", + "x-attribsNamespace": Object {}, + "x-attribsPrefix": Object {}, }, - "children": Array [], - "name": "div", - "namespace": "http://www.w3.org/1999/xhtml", - "next": [Circular], - "parent": [Circular], - "prev": null, "type": "tag", "x-attribsNamespace": Object { - "class": undefined, + "data-name": undefined, + "id": undefined, }, "x-attribsPrefix": Object { - "class": undefined, + "data-name": undefined, + "id": undefined, }, }, - "type": "tag", - "x-attribsNamespace": Object {}, - "x-attribsPrefix": Object {}, - }, - ], - "name": "div", - "namespace": "http://www.w3.org/1999/xhtml", - "next": null, - "parent": [Circular], - "prev": null, - "type": "tag", - "x-attribsNamespace": Object { - "class": undefined, - }, - "x-attribsPrefix": Object { - "class": undefined, - }, - }, - ], - "name": "div", - "namespace": "http://www.w3.org/1999/xhtml", - "next": null, - "parent": [Circular], - "prev": [Circular], - "type": "tag", - "x-attribsNamespace": Object { - "class": undefined, - }, - "x-attribsPrefix": Object { - "class": undefined, - }, - }, - "parent": [Circular], - "prev": [Circular], - "type": "tag", - "x-attribsNamespace": Object { - "class": undefined, - }, - "x-attribsPrefix": Object { - "class": undefined, - }, - }, - "parent": [Circular], - "prev": [Circular], - "type": "tag", - "x-attribsNamespace": Object { - "class": undefined, - }, - "x-attribsPrefix": Object { - "class": undefined, - }, - }, - "parent": [Circular], - "prev": null, - "type": "tag", - "x-attribsNamespace": Object { - "aria-label": undefined, - "class": undefined, - "type": undefined, - }, - "x-attribsPrefix": Object { - "aria-label": undefined, - "class": undefined, - "type": undefined, - }, - }, - Object { - "attribs": Object { - "class": "gio-modal-header", - }, - "children": Array [ - Object { - "attribs": Object { - "class": "gio-modal-title", - "id": "rcDialogTitle1", - }, - "children": Array [ - Object { - "attribs": Object { - "class": "gio-modal__title", - }, - "children": Array [ - Object { - "data": "步骤 1", + ], + "name": "svg", + "namespace": "http://www.w3.org/2000/svg", "next": null, "parent": [Circular], "prev": null, - "type": "text", + "type": "tag", + "x-attribsNamespace": Object { + "class": undefined, + "fill": undefined, + "height": undefined, + "viewBox": undefined, + "width": undefined, + }, + "x-attribsPrefix": Object { + "class": undefined, + "fill": undefined, + "height": undefined, + "viewBox": undefined, + "width": undefined, + }, }, ], - "name": "div", + "name": "span", "namespace": "http://www.w3.org/1999/xhtml", "next": null, "parent": [Circular], @@ -38093,25 +10286,32 @@ initialize { }, }, ], - "name": "div", + "name": "button", "namespace": "http://www.w3.org/1999/xhtml", - "next": null, + "next": [Circular], "parent": [Circular], "prev": null, "type": "tag", "x-attribsNamespace": Object { + "aria-label": undefined, "class": undefined, - "id": undefined, + "type": undefined, }, "x-attribsPrefix": Object { + "aria-label": undefined, "class": undefined, - "id": undefined, + "type": undefined, }, }, - ], - "name": "div", - "namespace": "http://www.w3.org/1999/xhtml", - "next": Object { + "type": "tag", + "x-attribsNamespace": Object { + "class": undefined, + }, + "x-attribsPrefix": Object { + "class": undefined, + }, + }, + Object { "attribs": Object { "class": "gio-modal-body", }, @@ -38417,487 +10617,540 @@ initialize { ], "name": "div", "namespace": "http://www.w3.org/1999/xhtml", - "next": Object { + "next": null, + "parent": [Circular], + "prev": Object { "attribs": Object { - "class": "gio-modal-footer", + "class": "gio-modal-header", }, "children": Array [ Object { "attribs": Object { - "class": "gio-modal__footer", + "class": "gio-modal-title", + "id": "rcDialogTitle1", }, "children": Array [ Object { "attribs": Object { - "class": "gio-modal__footer-additional", + "class": "gio-modal__title", }, - "children": Array [], + "children": Array [ + Object { + "data": "步骤 1", + "next": null, + "parent": [Circular], + "prev": null, + "type": "text", + }, + ], "name": "div", "namespace": "http://www.w3.org/1999/xhtml", - "next": Object { - "attribs": Object {}, + "next": null, + "parent": [Circular], + "prev": null, + "type": "tag", + "x-attribsNamespace": Object { + "class": undefined, + }, + "x-attribsPrefix": Object { + "class": undefined, + }, + }, + ], + "name": "div", + "namespace": "http://www.w3.org/1999/xhtml", + "next": null, + "parent": [Circular], + "prev": null, + "type": "tag", + "x-attribsNamespace": Object { + "class": undefined, + "id": undefined, + }, + "x-attribsPrefix": Object { + "class": undefined, + "id": undefined, + }, + }, + ], + "name": "div", + "namespace": "http://www.w3.org/1999/xhtml", + "next": [Circular], + "parent": [Circular], + "prev": Object { + "attribs": Object { + "aria-label": "Close", + "class": "gio-modal-close", + "type": "button", + }, + "children": Array [ + Object { + "attribs": Object { + "class": "gio-icon gio-modal__close", + }, + "children": Array [ + Object { + "attribs": Object { + "class": "gio-icon-svg", + "fill": "currentColor", + "height": "1rem", + "viewBox": "0 0 14 14", + "width": "1rem", + }, "children": Array [ Object { - "attribs": Object { - "class": "gio-btn gio-modal__btn-close gio-btn-secondary", - "type": "button", - }, + "attribs": Object {}, "children": Array [ - Object { - "attribs": Object {}, - "children": Array [ - Object { - "data": "取 消", - "next": null, - "parent": [Circular], - "prev": null, - "type": "text", - }, - ], - "name": "span", - "namespace": "http://www.w3.org/1999/xhtml", + Object { + "attribs": Object {}, + "children": Array [], + "name": "style", + "namespace": "http://www.w3.org/2000/svg", "next": null, "parent": [Circular], "prev": null, - "type": "tag", + "type": "style", "x-attribsNamespace": Object {}, "x-attribsPrefix": Object {}, }, ], - "name": "button", - "namespace": "http://www.w3.org/1999/xhtml", + "name": "defs", + "namespace": "http://www.w3.org/2000/svg", "next": Object { "attribs": Object { - "class": "gio-btn gio-modal__btn-ok gio-btn-primary", - "type": "button", + "data-name": "\\\\u56FE\\\\u5C42 2", + "id": "close_svg__\\\\u56FE\\\\u5C42_2", }, "children": Array [ Object { - "attribs": Object {}, + "attribs": Object { + "data-name": "\\\\u56FE\\\\u5C42 1", + "id": "close_svg__\\\\u56FE\\\\u5C42_1-2", + }, "children": Array [ Object { - "data": "下一步", + "attribs": Object { + "d": "M6.62 5.92a.54.54 0 00.76 0l3.87-3.87a.49.49 0 01.7.7L8.08 6.62a.54.54 0 000 .76L12 11.25a.49.49 0 01-.7.7L7.38 8.08a.54.54 0 00-.76 0L2.75 12a.49.49 0 01-.7-.7l3.87-3.92a.54.54 0 000-.76L2.05 2.75a.49.49 0 01.7-.7z", + "fill": "currentColor", + "fill-rule": "evenodd", + "id": "close_svg__close", + }, + "children": Array [], + "name": "path", + "namespace": "http://www.w3.org/2000/svg", "next": null, "parent": [Circular], "prev": null, - "type": "text", + "type": "tag", + "x-attribsNamespace": Object { + "d": undefined, + "fill": undefined, + "fill-rule": undefined, + "id": undefined, + }, + "x-attribsPrefix": Object { + "d": undefined, + "fill": undefined, + "fill-rule": undefined, + "id": undefined, + }, }, ], - "name": "span", - "namespace": "http://www.w3.org/1999/xhtml", + "name": "g", + "namespace": "http://www.w3.org/2000/svg", "next": null, "parent": [Circular], "prev": null, "type": "tag", - "x-attribsNamespace": Object {}, - "x-attribsPrefix": Object {}, + "x-attribsNamespace": Object { + "data-name": undefined, + "id": undefined, + }, + "x-attribsPrefix": Object { + "data-name": undefined, + "id": undefined, + }, }, ], - "name": "button", - "namespace": "http://www.w3.org/1999/xhtml", + "name": "g", + "namespace": "http://www.w3.org/2000/svg", "next": null, "parent": [Circular], "prev": [Circular], "type": "tag", "x-attribsNamespace": Object { - "class": undefined, - "type": undefined, + "data-name": undefined, + "id": undefined, }, "x-attribsPrefix": Object { - "class": undefined, - "type": undefined, + "data-name": undefined, + "id": undefined, }, }, "parent": [Circular], "prev": null, "type": "tag", - "x-attribsNamespace": Object { - "class": undefined, - "type": undefined, - }, - "x-attribsPrefix": Object { - "class": undefined, - "type": undefined, - }, + "x-attribsNamespace": Object {}, + "x-attribsPrefix": Object {}, }, Object { "attribs": Object { - "class": "gio-btn gio-modal__btn-ok gio-btn-primary", - "type": "button", + "data-name": "\\\\u56FE\\\\u5C42 2", + "id": "close_svg__\\\\u56FE\\\\u5C42_2", }, "children": Array [ Object { - "attribs": Object {}, + "attribs": Object { + "data-name": "\\\\u56FE\\\\u5C42 1", + "id": "close_svg__\\\\u56FE\\\\u5C42_1-2", + }, "children": Array [ Object { - "data": "下一步", + "attribs": Object { + "d": "M6.62 5.92a.54.54 0 00.76 0l3.87-3.87a.49.49 0 01.7.7L8.08 6.62a.54.54 0 000 .76L12 11.25a.49.49 0 01-.7.7L7.38 8.08a.54.54 0 00-.76 0L2.75 12a.49.49 0 01-.7-.7l3.87-3.92a.54.54 0 000-.76L2.05 2.75a.49.49 0 01.7-.7z", + "fill": "currentColor", + "fill-rule": "evenodd", + "id": "close_svg__close", + }, + "children": Array [], + "name": "path", + "namespace": "http://www.w3.org/2000/svg", "next": null, "parent": [Circular], "prev": null, - "type": "text", + "type": "tag", + "x-attribsNamespace": Object { + "d": undefined, + "fill": undefined, + "fill-rule": undefined, + "id": undefined, + }, + "x-attribsPrefix": Object { + "d": undefined, + "fill": undefined, + "fill-rule": undefined, + "id": undefined, + }, }, ], - "name": "span", - "namespace": "http://www.w3.org/1999/xhtml", + "name": "g", + "namespace": "http://www.w3.org/2000/svg", "next": null, "parent": [Circular], "prev": null, "type": "tag", - "x-attribsNamespace": Object {}, - "x-attribsPrefix": Object {}, + "x-attribsNamespace": Object { + "data-name": undefined, + "id": undefined, + }, + "x-attribsPrefix": Object { + "data-name": undefined, + "id": undefined, + }, }, ], - "name": "button", - "namespace": "http://www.w3.org/1999/xhtml", + "name": "g", + "namespace": "http://www.w3.org/2000/svg", "next": null, "parent": [Circular], "prev": Object { - "attribs": Object { - "class": "gio-btn gio-modal__btn-close gio-btn-secondary", - "type": "button", - }, - "children": Array [ - Object { - "attribs": Object {}, - "children": Array [ - Object { - "data": "取 消", - "next": null, - "parent": [Circular], - "prev": null, - "type": "text", - }, - ], - "name": "span", - "namespace": "http://www.w3.org/1999/xhtml", - "next": null, - "parent": [Circular], - "prev": null, - "type": "tag", - "x-attribsNamespace": Object {}, - "x-attribsPrefix": Object {}, - }, - ], - "name": "button", - "namespace": "http://www.w3.org/1999/xhtml", - "next": [Circular], - "parent": [Circular], - "prev": null, - "type": "tag", - "x-attribsNamespace": Object { - "class": undefined, - "type": undefined, - }, - "x-attribsPrefix": Object { - "class": undefined, - "type": undefined, - }, - }, - "type": "tag", - "x-attribsNamespace": Object { - "class": undefined, - "type": undefined, - }, - "x-attribsPrefix": Object { - "class": undefined, - "type": undefined, - }, - }, - ], - "name": "div", - "namespace": "http://www.w3.org/1999/xhtml", - "next": null, - "parent": [Circular], - "prev": [Circular], - "type": "tag", - "x-attribsNamespace": Object {}, - "x-attribsPrefix": Object {}, - }, - "parent": [Circular], - "prev": null, - "type": "tag", - "x-attribsNamespace": Object { - "class": undefined, - }, - "x-attribsPrefix": Object { - "class": undefined, - }, - }, - Object { - "attribs": Object {}, - "children": Array [ - Object { - "attribs": Object { - "class": "gio-btn gio-modal__btn-close gio-btn-secondary", - "type": "button", - }, - "children": Array [ - Object { "attribs": Object {}, "children": Array [ Object { - "data": "取 消", + "attribs": Object {}, + "children": Array [], + "name": "style", + "namespace": "http://www.w3.org/2000/svg", "next": null, - "parent": [Circular], - "prev": null, - "type": "text", - }, - ], - "name": "span", - "namespace": "http://www.w3.org/1999/xhtml", - "next": null, - "parent": [Circular], - "prev": null, - "type": "tag", - "x-attribsNamespace": Object {}, - "x-attribsPrefix": Object {}, - }, - ], - "name": "button", - "namespace": "http://www.w3.org/1999/xhtml", - "next": Object { - "attribs": Object { - "class": "gio-btn gio-modal__btn-ok gio-btn-primary", - "type": "button", - }, - "children": Array [ - Object { - "attribs": Object {}, - "children": Array [ - Object { - "data": "下一步", - "next": null, - "parent": [Circular], - "prev": null, - "type": "text", - }, - ], - "name": "span", - "namespace": "http://www.w3.org/1999/xhtml", - "next": null, - "parent": [Circular], - "prev": null, - "type": "tag", - "x-attribsNamespace": Object {}, - "x-attribsPrefix": Object {}, - }, - ], - "name": "button", - "namespace": "http://www.w3.org/1999/xhtml", - "next": null, - "parent": [Circular], - "prev": [Circular], + "parent": [Circular], + "prev": null, + "type": "style", + "x-attribsNamespace": Object {}, + "x-attribsPrefix": Object {}, + }, + ], + "name": "defs", + "namespace": "http://www.w3.org/2000/svg", + "next": [Circular], + "parent": [Circular], + "prev": null, + "type": "tag", + "x-attribsNamespace": Object {}, + "x-attribsPrefix": Object {}, + }, "type": "tag", "x-attribsNamespace": Object { - "class": undefined, - "type": undefined, + "data-name": undefined, + "id": undefined, }, "x-attribsPrefix": Object { - "class": undefined, - "type": undefined, + "data-name": undefined, + "id": undefined, }, }, - "parent": [Circular], - "prev": null, - "type": "tag", - "x-attribsNamespace": Object { - "class": undefined, - "type": undefined, - }, - "x-attribsPrefix": Object { - "class": undefined, - "type": undefined, - }, + ], + "name": "svg", + "namespace": "http://www.w3.org/2000/svg", + "next": null, + "parent": [Circular], + "prev": null, + "type": "tag", + "x-attribsNamespace": Object { + "class": undefined, + "fill": undefined, + "height": undefined, + "viewBox": undefined, + "width": undefined, }, + "x-attribsPrefix": Object { + "class": undefined, + "fill": undefined, + "height": undefined, + "viewBox": undefined, + "width": undefined, + }, + }, + ], + "name": "span", + "namespace": "http://www.w3.org/1999/xhtml", + "next": null, + "parent": [Circular], + "prev": null, + "type": "tag", + "x-attribsNamespace": Object { + "class": undefined, + }, + "x-attribsPrefix": Object { + "class": undefined, + }, + }, + ], + "name": "button", + "namespace": "http://www.w3.org/1999/xhtml", + "next": [Circular], + "parent": [Circular], + "prev": null, + "type": "tag", + "x-attribsNamespace": Object { + "aria-label": undefined, + "class": undefined, + "type": undefined, + }, + "x-attribsPrefix": Object { + "aria-label": undefined, + "class": undefined, + "type": undefined, + }, + }, + "type": "tag", + "x-attribsNamespace": Object { + "class": undefined, + }, + "x-attribsPrefix": Object { + "class": undefined, + }, + }, + "type": "tag", + "x-attribsNamespace": Object { + "class": undefined, + }, + "x-attribsPrefix": Object { + "class": undefined, + }, + }, + ], + "name": "div", + "namespace": "http://www.w3.org/1999/xhtml", + "next": Object { + "attribs": Object { + "aria-hidden": "true", + "style": "width: 0px; height: 0px; overflow: hidden; outline: none;", + "tabindex": "0", + }, + "children": Array [], + "name": "div", + "namespace": "http://www.w3.org/1999/xhtml", + "next": null, + "parent": [Circular], + "prev": [Circular], + "type": "tag", + "x-attribsNamespace": Object { + "aria-hidden": undefined, + "style": undefined, + "tabindex": undefined, + }, + "x-attribsPrefix": Object { + "aria-hidden": undefined, + "style": undefined, + "tabindex": undefined, + }, + }, + "parent": [Circular], + "prev": Object { + "attribs": Object { + "aria-hidden": "true", + "style": "width: 0px; height: 0px; overflow: hidden; outline: none;", + "tabindex": "0", + }, + "children": Array [], + "name": "div", + "namespace": "http://www.w3.org/1999/xhtml", + "next": [Circular], + "parent": [Circular], + "prev": null, + "type": "tag", + "x-attribsNamespace": Object { + "aria-hidden": undefined, + "style": undefined, + "tabindex": undefined, + }, + "x-attribsPrefix": Object { + "aria-hidden": undefined, + "style": undefined, + "tabindex": undefined, + }, + }, + "type": "tag", + "x-attribsNamespace": Object { + "class": undefined, + }, + "x-attribsPrefix": Object { + "class": undefined, + }, + }, + Object { + "attribs": Object { + "aria-hidden": "true", + "style": "width: 0px; height: 0px; overflow: hidden; outline: none;", + "tabindex": "0", + }, + "children": Array [], + "name": "div", + "namespace": "http://www.w3.org/1999/xhtml", + "next": null, + "parent": [Circular], + "prev": Object { + "attribs": Object { + "class": "gio-modal-content", + }, + "children": Array [ + Object { + "attribs": Object { + "aria-label": "Close", + "class": "gio-modal-close", + "type": "button", + }, + "children": Array [ + Object { + "attribs": Object { + "class": "gio-icon gio-modal__close", + }, + "children": Array [ + Object { + "attribs": Object { + "class": "gio-icon-svg", + "fill": "currentColor", + "height": "1rem", + "viewBox": "0 0 14 14", + "width": "1rem", + }, + "children": Array [ Object { - "attribs": Object { - "class": "gio-btn gio-modal__btn-ok gio-btn-primary", - "type": "button", - }, + "attribs": Object {}, "children": Array [ Object { "attribs": Object {}, - "children": Array [ - Object { - "data": "下一步", - "next": null, - "parent": [Circular], - "prev": null, - "type": "text", - }, - ], - "name": "span", - "namespace": "http://www.w3.org/1999/xhtml", + "children": Array [], + "name": "style", + "namespace": "http://www.w3.org/2000/svg", "next": null, "parent": [Circular], "prev": null, - "type": "tag", + "type": "style", "x-attribsNamespace": Object {}, "x-attribsPrefix": Object {}, }, ], - "name": "button", - "namespace": "http://www.w3.org/1999/xhtml", - "next": null, - "parent": [Circular], - "prev": Object { + "name": "defs", + "namespace": "http://www.w3.org/2000/svg", + "next": Object { "attribs": Object { - "class": "gio-btn gio-modal__btn-close gio-btn-secondary", - "type": "button", + "data-name": "\\\\u56FE\\\\u5C42 2", + "id": "close_svg__\\\\u56FE\\\\u5C42_2", }, "children": Array [ Object { - "attribs": Object {}, + "attribs": Object { + "data-name": "\\\\u56FE\\\\u5C42 1", + "id": "close_svg__\\\\u56FE\\\\u5C42_1-2", + }, "children": Array [ Object { - "data": "取 消", + "attribs": Object { + "d": "M6.62 5.92a.54.54 0 00.76 0l3.87-3.87a.49.49 0 01.7.7L8.08 6.62a.54.54 0 000 .76L12 11.25a.49.49 0 01-.7.7L7.38 8.08a.54.54 0 00-.76 0L2.75 12a.49.49 0 01-.7-.7l3.87-3.92a.54.54 0 000-.76L2.05 2.75a.49.49 0 01.7-.7z", + "fill": "currentColor", + "fill-rule": "evenodd", + "id": "close_svg__close", + }, + "children": Array [], + "name": "path", + "namespace": "http://www.w3.org/2000/svg", "next": null, "parent": [Circular], "prev": null, - "type": "text", + "type": "tag", + "x-attribsNamespace": Object { + "d": undefined, + "fill": undefined, + "fill-rule": undefined, + "id": undefined, + }, + "x-attribsPrefix": Object { + "d": undefined, + "fill": undefined, + "fill-rule": undefined, + "id": undefined, + }, }, ], - "name": "span", - "namespace": "http://www.w3.org/1999/xhtml", + "name": "g", + "namespace": "http://www.w3.org/2000/svg", "next": null, "parent": [Circular], "prev": null, "type": "tag", - "x-attribsNamespace": Object {}, - "x-attribsPrefix": Object {}, + "x-attribsNamespace": Object { + "data-name": undefined, + "id": undefined, + }, + "x-attribsPrefix": Object { + "data-name": undefined, + "id": undefined, + }, }, ], - "name": "button", - "namespace": "http://www.w3.org/1999/xhtml", - "next": [Circular], + "name": "g", + "namespace": "http://www.w3.org/2000/svg", + "next": null, "parent": [Circular], - "prev": null, + "prev": [Circular], "type": "tag", "x-attribsNamespace": Object { - "class": undefined, - "type": undefined, + "data-name": undefined, + "id": undefined, }, "x-attribsPrefix": Object { - "class": undefined, - "type": undefined, + "data-name": undefined, + "id": undefined, }, }, + "parent": [Circular], + "prev": null, "type": "tag", - "x-attribsNamespace": Object { - "class": undefined, - "type": undefined, - }, - "x-attribsPrefix": Object { - "class": undefined, - "type": undefined, - }, - }, - ], - "name": "div", - "namespace": "http://www.w3.org/1999/xhtml", - "next": null, - "parent": [Circular], - "prev": Object { - "attribs": Object { - "class": "gio-modal__footer-additional", - }, - "children": Array [], - "name": "div", - "namespace": "http://www.w3.org/1999/xhtml", - "next": [Circular], - "parent": [Circular], - "prev": null, - "type": "tag", - "x-attribsNamespace": Object { - "class": undefined, - }, - "x-attribsPrefix": Object { - "class": undefined, + "x-attribsNamespace": Object {}, + "x-attribsPrefix": Object {}, }, - }, - "type": "tag", - "x-attribsNamespace": Object {}, - "x-attribsPrefix": Object {}, - }, - ], - "name": "div", - "namespace": "http://www.w3.org/1999/xhtml", - "next": null, - "parent": [Circular], - "prev": null, - "type": "tag", - "x-attribsNamespace": Object { - "class": undefined, - }, - "x-attribsPrefix": Object { - "class": undefined, - }, - }, - ], - "name": "div", - "namespace": "http://www.w3.org/1999/xhtml", - "next": null, - "parent": [Circular], - "prev": [Circular], - "type": "tag", - "x-attribsNamespace": Object { - "class": undefined, - }, - "x-attribsPrefix": Object { - "class": undefined, - }, - }, - "parent": [Circular], - "prev": [Circular], - "type": "tag", - "x-attribsNamespace": Object { - "class": undefined, - }, - "x-attribsPrefix": Object { - "class": undefined, - }, - }, - "parent": [Circular], - "prev": Object { - "attribs": Object { - "aria-label": "Close", - "class": "gio-modal-close", - "type": "button", - }, - "children": Array [ - Object { - "attribs": Object { - "class": "gio-icon gio-modal__close", - }, - "children": Array [ - Object { - "attribs": Object { - "class": "gio-icon-svg", - "fill": "currentColor", - "height": "1rem", - "viewBox": "0 0 14 14", - "width": "1rem", - }, - "children": Array [ - Object { - "attribs": Object {}, - "children": Array [ - Object { - "attribs": Object {}, - "children": Array [], - "name": "style", - "namespace": "http://www.w3.org/2000/svg", - "next": null, - "parent": [Circular], - "prev": null, - "type": "style", - "x-attribsNamespace": Object {}, - "x-attribsPrefix": Object {}, - }, - ], - "name": "defs", - "namespace": "http://www.w3.org/2000/svg", - "next": Object { + Object { "attribs": Object { "data-name": "\\\\u56FE\\\\u5C42 2", "id": "close_svg__\\\\u56FE\\\\u5C42_2", @@ -38957,7 +11210,31 @@ initialize { "namespace": "http://www.w3.org/2000/svg", "next": null, "parent": [Circular], - "prev": [Circular], + "prev": Object { + "attribs": Object {}, + "children": Array [ + Object { + "attribs": Object {}, + "children": Array [], + "name": "style", + "namespace": "http://www.w3.org/2000/svg", + "next": null, + "parent": [Circular], + "prev": null, + "type": "style", + "x-attribsNamespace": Object {}, + "x-attribsPrefix": Object {}, + }, + ], + "name": "defs", + "namespace": "http://www.w3.org/2000/svg", + "next": [Circular], + "parent": [Circular], + "prev": null, + "type": "tag", + "x-attribsNamespace": Object {}, + "x-attribsPrefix": Object {}, + }, "type": "tag", "x-attribsNamespace": Object { "data-name": undefined, @@ -38968,671 +11245,1053 @@ initialize { "id": undefined, }, }, - "parent": [Circular], - "prev": null, - "type": "tag", - "x-attribsNamespace": Object {}, - "x-attribsPrefix": Object {}, + ], + "name": "svg", + "namespace": "http://www.w3.org/2000/svg", + "next": null, + "parent": [Circular], + "prev": null, + "type": "tag", + "x-attribsNamespace": Object { + "class": undefined, + "fill": undefined, + "height": undefined, + "viewBox": undefined, + "width": undefined, }, - Object { - "attribs": Object { - "data-name": "\\\\u56FE\\\\u5C42 2", - "id": "close_svg__\\\\u56FE\\\\u5C42_2", - }, - "children": Array [ - Object { - "attribs": Object { - "data-name": "\\\\u56FE\\\\u5C42 1", - "id": "close_svg__\\\\u56FE\\\\u5C42_1-2", - }, - "children": Array [ - Object { - "attribs": Object { - "d": "M6.62 5.92a.54.54 0 00.76 0l3.87-3.87a.49.49 0 01.7.7L8.08 6.62a.54.54 0 000 .76L12 11.25a.49.49 0 01-.7.7L7.38 8.08a.54.54 0 00-.76 0L2.75 12a.49.49 0 01-.7-.7l3.87-3.92a.54.54 0 000-.76L2.05 2.75a.49.49 0 01.7-.7z", - "fill": "currentColor", - "fill-rule": "evenodd", - "id": "close_svg__close", - }, - "children": Array [], - "name": "path", - "namespace": "http://www.w3.org/2000/svg", - "next": null, - "parent": [Circular], - "prev": null, - "type": "tag", - "x-attribsNamespace": Object { - "d": undefined, - "fill": undefined, - "fill-rule": undefined, - "id": undefined, - }, - "x-attribsPrefix": Object { - "d": undefined, - "fill": undefined, - "fill-rule": undefined, - "id": undefined, - }, - }, - ], - "name": "g", - "namespace": "http://www.w3.org/2000/svg", + "x-attribsPrefix": Object { + "class": undefined, + "fill": undefined, + "height": undefined, + "viewBox": undefined, + "width": undefined, + }, + }, + ], + "name": "span", + "namespace": "http://www.w3.org/1999/xhtml", + "next": null, + "parent": [Circular], + "prev": null, + "type": "tag", + "x-attribsNamespace": Object { + "class": undefined, + }, + "x-attribsPrefix": Object { + "class": undefined, + }, + }, + ], + "name": "button", + "namespace": "http://www.w3.org/1999/xhtml", + "next": Object { + "attribs": Object { + "class": "gio-modal-header", + }, + "children": Array [ + Object { + "attribs": Object { + "class": "gio-modal-title", + "id": "rcDialogTitle1", + }, + "children": Array [ + Object { + "attribs": Object { + "class": "gio-modal__title", + }, + "children": Array [ + Object { + "data": "步骤 1", "next": null, "parent": [Circular], "prev": null, - "type": "tag", - "x-attribsNamespace": Object { - "data-name": undefined, - "id": undefined, - }, - "x-attribsPrefix": Object { - "data-name": undefined, - "id": undefined, - }, + "type": "text", }, ], - "name": "g", - "namespace": "http://www.w3.org/2000/svg", + "name": "div", + "namespace": "http://www.w3.org/1999/xhtml", "next": null, "parent": [Circular], - "prev": Object { - "attribs": Object {}, - "children": Array [ - Object { - "attribs": Object {}, - "children": Array [], - "name": "style", - "namespace": "http://www.w3.org/2000/svg", - "next": null, - "parent": [Circular], - "prev": null, - "type": "style", - "x-attribsNamespace": Object {}, - "x-attribsPrefix": Object {}, - }, - ], - "name": "defs", - "namespace": "http://www.w3.org/2000/svg", - "next": [Circular], - "parent": [Circular], - "prev": null, - "type": "tag", - "x-attribsNamespace": Object {}, - "x-attribsPrefix": Object {}, - }, + "prev": null, "type": "tag", "x-attribsNamespace": Object { - "data-name": undefined, - "id": undefined, + "class": undefined, }, "x-attribsPrefix": Object { - "data-name": undefined, - "id": undefined, + "class": undefined, }, }, ], - "name": "svg", - "namespace": "http://www.w3.org/2000/svg", + "name": "div", + "namespace": "http://www.w3.org/1999/xhtml", "next": null, "parent": [Circular], "prev": null, "type": "tag", "x-attribsNamespace": Object { "class": undefined, - "fill": undefined, - "height": undefined, - "viewBox": undefined, - "width": undefined, + "id": undefined, }, "x-attribsPrefix": Object { "class": undefined, - "fill": undefined, - "height": undefined, - "viewBox": undefined, - "width": undefined, + "id": undefined, }, }, ], - "name": "span", + "name": "div", "namespace": "http://www.w3.org/1999/xhtml", - "next": null, - "parent": [Circular], - "prev": null, - "type": "tag", - "x-attribsNamespace": Object { - "class": undefined, - }, - "x-attribsPrefix": Object { - "class": undefined, - }, - }, - ], - "name": "button", - "namespace": "http://www.w3.org/1999/xhtml", - "next": [Circular], - "parent": [Circular], - "prev": null, - "type": "tag", - "x-attribsNamespace": Object { - "aria-label": undefined, - "class": undefined, - "type": undefined, - }, - "x-attribsPrefix": Object { - "aria-label": undefined, - "class": undefined, - "type": undefined, - }, - }, - "type": "tag", - "x-attribsNamespace": Object { - "class": undefined, - }, - "x-attribsPrefix": Object { - "class": undefined, - }, - }, - Object { - "attribs": Object { - "class": "gio-modal-body", - }, - "children": Array [ - Object { - "attribs": Object {}, - "children": Array [ - Object { - "data": "Step One", - "next": Object { - "attribs": Object { - "class": "gio-btn gio-btn-text gio-btn-small", - "style": "margin-left: 5px;", - "type": "button", - }, - "children": Array [ - Object { - "attribs": Object {}, - "children": Array [ - Object { - "data": "go 2-1", + "next": Object { + "attribs": Object { + "class": "gio-modal-body", + }, + "children": Array [ + Object { + "attribs": Object {}, + "children": Array [ + Object { + "data": "Step One", + "next": Object { + "attribs": Object { + "class": "gio-btn gio-btn-text gio-btn-small", + "style": "margin-left: 5px;", + "type": "button", + }, + "children": Array [ + Object { + "attribs": Object {}, + "children": Array [ + Object { + "data": "go 2-1", + "next": null, + "parent": [Circular], + "prev": null, + "type": "text", + }, + ], + "name": "span", + "namespace": "http://www.w3.org/1999/xhtml", + "next": null, + "parent": [Circular], + "prev": null, + "type": "tag", + "x-attribsNamespace": Object {}, + "x-attribsPrefix": Object {}, + }, + ], + "name": "button", + "namespace": "http://www.w3.org/1999/xhtml", + "next": Object { + "attribs": Object { + "class": "gio-btn gio-btn-text gio-btn-small", + "style": "margin-left: 5px;", + "type": "button", + }, + "children": Array [ + Object { + "attribs": Object {}, + "children": Array [ + Object { + "data": "go 2-2", + "next": null, + "parent": [Circular], + "prev": null, + "type": "text", + }, + ], + "name": "span", + "namespace": "http://www.w3.org/1999/xhtml", + "next": null, + "parent": [Circular], + "prev": null, + "type": "tag", + "x-attribsNamespace": Object {}, + "x-attribsPrefix": Object {}, + }, + ], + "name": "button", + "namespace": "http://www.w3.org/1999/xhtml", + "next": null, + "parent": [Circular], + "prev": [Circular], + "type": "tag", + "x-attribsNamespace": Object { + "class": undefined, + "style": undefined, + "type": undefined, + }, + "x-attribsPrefix": Object { + "class": undefined, + "style": undefined, + "type": undefined, + }, + }, + "parent": [Circular], + "prev": [Circular], + "type": "tag", + "x-attribsNamespace": Object { + "class": undefined, + "style": undefined, + "type": undefined, + }, + "x-attribsPrefix": Object { + "class": undefined, + "style": undefined, + "type": undefined, + }, + }, + "parent": [Circular], + "prev": null, + "type": "text", + }, + Object { + "attribs": Object { + "class": "gio-btn gio-btn-text gio-btn-small", + "style": "margin-left: 5px;", + "type": "button", + }, + "children": Array [ + Object { + "attribs": Object {}, + "children": Array [ + Object { + "data": "go 2-1", + "next": null, + "parent": [Circular], + "prev": null, + "type": "text", + }, + ], + "name": "span", + "namespace": "http://www.w3.org/1999/xhtml", + "next": null, + "parent": [Circular], + "prev": null, + "type": "tag", + "x-attribsNamespace": Object {}, + "x-attribsPrefix": Object {}, + }, + ], + "name": "button", + "namespace": "http://www.w3.org/1999/xhtml", + "next": Object { + "attribs": Object { + "class": "gio-btn gio-btn-text gio-btn-small", + "style": "margin-left: 5px;", + "type": "button", + }, + "children": Array [ + Object { + "attribs": Object {}, + "children": Array [ + Object { + "data": "go 2-2", + "next": null, + "parent": [Circular], + "prev": null, + "type": "text", + }, + ], + "name": "span", + "namespace": "http://www.w3.org/1999/xhtml", + "next": null, + "parent": [Circular], + "prev": null, + "type": "tag", + "x-attribsNamespace": Object {}, + "x-attribsPrefix": Object {}, + }, + ], + "name": "button", + "namespace": "http://www.w3.org/1999/xhtml", "next": null, "parent": [Circular], + "prev": [Circular], + "type": "tag", + "x-attribsNamespace": Object { + "class": undefined, + "style": undefined, + "type": undefined, + }, + "x-attribsPrefix": Object { + "class": undefined, + "style": undefined, + "type": undefined, + }, + }, + "parent": [Circular], + "prev": Object { + "data": "Step One", + "next": [Circular], + "parent": [Circular], "prev": null, "type": "text", }, - ], - "name": "span", - "namespace": "http://www.w3.org/1999/xhtml", - "next": null, - "parent": [Circular], - "prev": null, - "type": "tag", - "x-attribsNamespace": Object {}, - "x-attribsPrefix": Object {}, - }, - ], - "name": "button", - "namespace": "http://www.w3.org/1999/xhtml", - "next": Object { - "attribs": Object { - "class": "gio-btn gio-btn-text gio-btn-small", - "style": "margin-left: 5px;", - "type": "button", - }, - "children": Array [ + "type": "tag", + "x-attribsNamespace": Object { + "class": undefined, + "style": undefined, + "type": undefined, + }, + "x-attribsPrefix": Object { + "class": undefined, + "style": undefined, + "type": undefined, + }, + }, Object { - "attribs": Object {}, + "attribs": Object { + "class": "gio-btn gio-btn-text gio-btn-small", + "style": "margin-left: 5px;", + "type": "button", + }, "children": Array [ Object { - "data": "go 2-2", + "attribs": Object {}, + "children": Array [ + Object { + "data": "go 2-2", + "next": null, + "parent": [Circular], + "prev": null, + "type": "text", + }, + ], + "name": "span", + "namespace": "http://www.w3.org/1999/xhtml", "next": null, "parent": [Circular], "prev": null, - "type": "text", + "type": "tag", + "x-attribsNamespace": Object {}, + "x-attribsPrefix": Object {}, }, ], - "name": "span", + "name": "button", "namespace": "http://www.w3.org/1999/xhtml", "next": null, "parent": [Circular], - "prev": null, + "prev": Object { + "attribs": Object { + "class": "gio-btn gio-btn-text gio-btn-small", + "style": "margin-left: 5px;", + "type": "button", + }, + "children": Array [ + Object { + "attribs": Object {}, + "children": Array [ + Object { + "data": "go 2-1", + "next": null, + "parent": [Circular], + "prev": null, + "type": "text", + }, + ], + "name": "span", + "namespace": "http://www.w3.org/1999/xhtml", + "next": null, + "parent": [Circular], + "prev": null, + "type": "tag", + "x-attribsNamespace": Object {}, + "x-attribsPrefix": Object {}, + }, + ], + "name": "button", + "namespace": "http://www.w3.org/1999/xhtml", + "next": [Circular], + "parent": [Circular], + "prev": Object { + "data": "Step One", + "next": [Circular], + "parent": [Circular], + "prev": null, + "type": "text", + }, + "type": "tag", + "x-attribsNamespace": Object { + "class": undefined, + "style": undefined, + "type": undefined, + }, + "x-attribsPrefix": Object { + "class": undefined, + "style": undefined, + "type": undefined, + }, + }, "type": "tag", - "x-attribsNamespace": Object {}, - "x-attribsPrefix": Object {}, + "x-attribsNamespace": Object { + "class": undefined, + "style": undefined, + "type": undefined, + }, + "x-attribsPrefix": Object { + "class": undefined, + "style": undefined, + "type": undefined, + }, }, ], - "name": "button", + "name": "div", "namespace": "http://www.w3.org/1999/xhtml", "next": null, "parent": [Circular], - "prev": [Circular], + "prev": null, "type": "tag", - "x-attribsNamespace": Object { - "class": undefined, - "style": undefined, - "type": undefined, - }, - "x-attribsPrefix": Object { - "class": undefined, - "style": undefined, - "type": undefined, - }, - }, - "parent": [Circular], - "prev": [Circular], - "type": "tag", - "x-attribsNamespace": Object { - "class": undefined, - "style": undefined, - "type": undefined, - }, - "x-attribsPrefix": Object { - "class": undefined, - "style": undefined, - "type": undefined, + "x-attribsNamespace": Object {}, + "x-attribsPrefix": Object {}, }, - }, + ], + "name": "div", + "namespace": "http://www.w3.org/1999/xhtml", + "next": null, "parent": [Circular], - "prev": null, - "type": "text", + "prev": [Circular], + "type": "tag", + "x-attribsNamespace": Object { + "class": undefined, + }, + "x-attribsPrefix": Object { + "class": undefined, + }, + }, + "parent": [Circular], + "prev": [Circular], + "type": "tag", + "x-attribsNamespace": Object { + "class": undefined, }, + "x-attribsPrefix": Object { + "class": undefined, + }, + }, + "parent": [Circular], + "prev": null, + "type": "tag", + "x-attribsNamespace": Object { + "aria-label": undefined, + "class": undefined, + "type": undefined, + }, + "x-attribsPrefix": Object { + "aria-label": undefined, + "class": undefined, + "type": undefined, + }, + }, + Object { + "attribs": Object { + "class": "gio-modal-header", + }, + "children": Array [ Object { "attribs": Object { - "class": "gio-btn gio-btn-text gio-btn-small", - "style": "margin-left: 5px;", - "type": "button", + "class": "gio-modal-title", + "id": "rcDialogTitle1", }, "children": Array [ Object { - "attribs": Object {}, + "attribs": Object { + "class": "gio-modal__title", + }, "children": Array [ Object { - "data": "go 2-1", + "data": "步骤 1", "next": null, "parent": [Circular], "prev": null, "type": "text", }, ], - "name": "span", + "name": "div", "namespace": "http://www.w3.org/1999/xhtml", "next": null, "parent": [Circular], "prev": null, "type": "tag", - "x-attribsNamespace": Object {}, - "x-attribsPrefix": Object {}, + "x-attribsNamespace": Object { + "class": undefined, + }, + "x-attribsPrefix": Object { + "class": undefined, + }, }, ], - "name": "button", + "name": "div", "namespace": "http://www.w3.org/1999/xhtml", - "next": Object { - "attribs": Object { - "class": "gio-btn gio-btn-text gio-btn-small", - "style": "margin-left: 5px;", - "type": "button", - }, + "next": null, + "parent": [Circular], + "prev": null, + "type": "tag", + "x-attribsNamespace": Object { + "class": undefined, + "id": undefined, + }, + "x-attribsPrefix": Object { + "class": undefined, + "id": undefined, + }, + }, + ], + "name": "div", + "namespace": "http://www.w3.org/1999/xhtml", + "next": Object { + "attribs": Object { + "class": "gio-modal-body", + }, + "children": Array [ + Object { + "attribs": Object {}, "children": Array [ Object { - "attribs": Object {}, + "data": "Step One", + "next": Object { + "attribs": Object { + "class": "gio-btn gio-btn-text gio-btn-small", + "style": "margin-left: 5px;", + "type": "button", + }, + "children": Array [ + Object { + "attribs": Object {}, + "children": Array [ + Object { + "data": "go 2-1", + "next": null, + "parent": [Circular], + "prev": null, + "type": "text", + }, + ], + "name": "span", + "namespace": "http://www.w3.org/1999/xhtml", + "next": null, + "parent": [Circular], + "prev": null, + "type": "tag", + "x-attribsNamespace": Object {}, + "x-attribsPrefix": Object {}, + }, + ], + "name": "button", + "namespace": "http://www.w3.org/1999/xhtml", + "next": Object { + "attribs": Object { + "class": "gio-btn gio-btn-text gio-btn-small", + "style": "margin-left: 5px;", + "type": "button", + }, + "children": Array [ + Object { + "attribs": Object {}, + "children": Array [ + Object { + "data": "go 2-2", + "next": null, + "parent": [Circular], + "prev": null, + "type": "text", + }, + ], + "name": "span", + "namespace": "http://www.w3.org/1999/xhtml", + "next": null, + "parent": [Circular], + "prev": null, + "type": "tag", + "x-attribsNamespace": Object {}, + "x-attribsPrefix": Object {}, + }, + ], + "name": "button", + "namespace": "http://www.w3.org/1999/xhtml", + "next": null, + "parent": [Circular], + "prev": [Circular], + "type": "tag", + "x-attribsNamespace": Object { + "class": undefined, + "style": undefined, + "type": undefined, + }, + "x-attribsPrefix": Object { + "class": undefined, + "style": undefined, + "type": undefined, + }, + }, + "parent": [Circular], + "prev": [Circular], + "type": "tag", + "x-attribsNamespace": Object { + "class": undefined, + "style": undefined, + "type": undefined, + }, + "x-attribsPrefix": Object { + "class": undefined, + "style": undefined, + "type": undefined, + }, + }, + "parent": [Circular], + "prev": null, + "type": "text", + }, + Object { + "attribs": Object { + "class": "gio-btn gio-btn-text gio-btn-small", + "style": "margin-left: 5px;", + "type": "button", + }, "children": Array [ Object { - "data": "go 2-2", + "attribs": Object {}, + "children": Array [ + Object { + "data": "go 2-1", + "next": null, + "parent": [Circular], + "prev": null, + "type": "text", + }, + ], + "name": "span", + "namespace": "http://www.w3.org/1999/xhtml", "next": null, "parent": [Circular], "prev": null, - "type": "text", + "type": "tag", + "x-attribsNamespace": Object {}, + "x-attribsPrefix": Object {}, }, ], - "name": "span", + "name": "button", "namespace": "http://www.w3.org/1999/xhtml", - "next": null, - "parent": [Circular], - "prev": null, - "type": "tag", - "x-attribsNamespace": Object {}, - "x-attribsPrefix": Object {}, - }, - ], - "name": "button", - "namespace": "http://www.w3.org/1999/xhtml", - "next": null, - "parent": [Circular], - "prev": [Circular], - "type": "tag", - "x-attribsNamespace": Object { - "class": undefined, - "style": undefined, - "type": undefined, - }, - "x-attribsPrefix": Object { - "class": undefined, - "style": undefined, - "type": undefined, - }, - }, - "parent": [Circular], - "prev": Object { - "data": "Step One", - "next": [Circular], - "parent": [Circular], - "prev": null, - "type": "text", - }, - "type": "tag", - "x-attribsNamespace": Object { - "class": undefined, - "style": undefined, - "type": undefined, - }, - "x-attribsPrefix": Object { - "class": undefined, - "style": undefined, - "type": undefined, - }, - }, - Object { - "attribs": Object { - "class": "gio-btn gio-btn-text gio-btn-small", - "style": "margin-left: 5px;", - "type": "button", - }, - "children": Array [ - Object { - "attribs": Object {}, - "children": Array [ - Object { - "data": "go 2-2", + "next": Object { + "attribs": Object { + "class": "gio-btn gio-btn-text gio-btn-small", + "style": "margin-left: 5px;", + "type": "button", + }, + "children": Array [ + Object { + "attribs": Object {}, + "children": Array [ + Object { + "data": "go 2-2", + "next": null, + "parent": [Circular], + "prev": null, + "type": "text", + }, + ], + "name": "span", + "namespace": "http://www.w3.org/1999/xhtml", + "next": null, + "parent": [Circular], + "prev": null, + "type": "tag", + "x-attribsNamespace": Object {}, + "x-attribsPrefix": Object {}, + }, + ], + "name": "button", + "namespace": "http://www.w3.org/1999/xhtml", "next": null, "parent": [Circular], + "prev": [Circular], + "type": "tag", + "x-attribsNamespace": Object { + "class": undefined, + "style": undefined, + "type": undefined, + }, + "x-attribsPrefix": Object { + "class": undefined, + "style": undefined, + "type": undefined, + }, + }, + "parent": [Circular], + "prev": Object { + "data": "Step One", + "next": [Circular], + "parent": [Circular], "prev": null, "type": "text", }, - ], - "name": "span", - "namespace": "http://www.w3.org/1999/xhtml", - "next": null, - "parent": [Circular], - "prev": null, - "type": "tag", - "x-attribsNamespace": Object {}, - "x-attribsPrefix": Object {}, - }, - ], - "name": "button", - "namespace": "http://www.w3.org/1999/xhtml", - "next": null, - "parent": [Circular], - "prev": Object { - "attribs": Object { - "class": "gio-btn gio-btn-text gio-btn-small", - "style": "margin-left: 5px;", - "type": "button", - }, - "children": Array [ + "type": "tag", + "x-attribsNamespace": Object { + "class": undefined, + "style": undefined, + "type": undefined, + }, + "x-attribsPrefix": Object { + "class": undefined, + "style": undefined, + "type": undefined, + }, + }, Object { - "attribs": Object {}, + "attribs": Object { + "class": "gio-btn gio-btn-text gio-btn-small", + "style": "margin-left: 5px;", + "type": "button", + }, "children": Array [ Object { - "data": "go 2-1", + "attribs": Object {}, + "children": Array [ + Object { + "data": "go 2-2", + "next": null, + "parent": [Circular], + "prev": null, + "type": "text", + }, + ], + "name": "span", + "namespace": "http://www.w3.org/1999/xhtml", "next": null, "parent": [Circular], "prev": null, - "type": "text", + "type": "tag", + "x-attribsNamespace": Object {}, + "x-attribsPrefix": Object {}, }, ], - "name": "span", + "name": "button", "namespace": "http://www.w3.org/1999/xhtml", "next": null, "parent": [Circular], - "prev": null, + "prev": Object { + "attribs": Object { + "class": "gio-btn gio-btn-text gio-btn-small", + "style": "margin-left: 5px;", + "type": "button", + }, + "children": Array [ + Object { + "attribs": Object {}, + "children": Array [ + Object { + "data": "go 2-1", + "next": null, + "parent": [Circular], + "prev": null, + "type": "text", + }, + ], + "name": "span", + "namespace": "http://www.w3.org/1999/xhtml", + "next": null, + "parent": [Circular], + "prev": null, + "type": "tag", + "x-attribsNamespace": Object {}, + "x-attribsPrefix": Object {}, + }, + ], + "name": "button", + "namespace": "http://www.w3.org/1999/xhtml", + "next": [Circular], + "parent": [Circular], + "prev": Object { + "data": "Step One", + "next": [Circular], + "parent": [Circular], + "prev": null, + "type": "text", + }, + "type": "tag", + "x-attribsNamespace": Object { + "class": undefined, + "style": undefined, + "type": undefined, + }, + "x-attribsPrefix": Object { + "class": undefined, + "style": undefined, + "type": undefined, + }, + }, "type": "tag", - "x-attribsNamespace": Object {}, - "x-attribsPrefix": Object {}, + "x-attribsNamespace": Object { + "class": undefined, + "style": undefined, + "type": undefined, + }, + "x-attribsPrefix": Object { + "class": undefined, + "style": undefined, + "type": undefined, + }, }, ], - "name": "button", + "name": "div", "namespace": "http://www.w3.org/1999/xhtml", - "next": [Circular], + "next": null, "parent": [Circular], - "prev": Object { - "data": "Step One", - "next": [Circular], - "parent": [Circular], - "prev": null, - "type": "text", - }, + "prev": null, "type": "tag", - "x-attribsNamespace": Object { - "class": undefined, - "style": undefined, - "type": undefined, - }, - "x-attribsPrefix": Object { - "class": undefined, - "style": undefined, - "type": undefined, - }, - }, - "type": "tag", - "x-attribsNamespace": Object { - "class": undefined, - "style": undefined, - "type": undefined, - }, - "x-attribsPrefix": Object { - "class": undefined, - "style": undefined, - "type": undefined, + "x-attribsNamespace": Object {}, + "x-attribsPrefix": Object {}, }, + ], + "name": "div", + "namespace": "http://www.w3.org/1999/xhtml", + "next": null, + "parent": [Circular], + "prev": [Circular], + "type": "tag", + "x-attribsNamespace": Object { + "class": undefined, }, - ], - "name": "div", - "namespace": "http://www.w3.org/1999/xhtml", - "next": null, + "x-attribsPrefix": Object { + "class": undefined, + }, + }, "parent": [Circular], - "prev": null, - "type": "tag", - "x-attribsNamespace": Object {}, - "x-attribsPrefix": Object {}, - }, - ], - "name": "div", - "namespace": "http://www.w3.org/1999/xhtml", - "next": Object { - "attribs": Object { - "class": "gio-modal-footer", - }, - "children": Array [ - Object { + "prev": Object { "attribs": Object { - "class": "gio-modal__footer", + "aria-label": "Close", + "class": "gio-modal-close", + "type": "button", }, "children": Array [ Object { "attribs": Object { - "class": "gio-modal__footer-additional", + "class": "gio-icon gio-modal__close", }, - "children": Array [], - "name": "div", - "namespace": "http://www.w3.org/1999/xhtml", - "next": Object { - "attribs": Object {}, - "children": Array [ - Object { - "attribs": Object { - "class": "gio-btn gio-modal__btn-close gio-btn-secondary", - "type": "button", - }, - "children": Array [ - Object { - "attribs": Object {}, + "children": Array [ + Object { + "attribs": Object { + "class": "gio-icon-svg", + "fill": "currentColor", + "height": "1rem", + "viewBox": "0 0 14 14", + "width": "1rem", + }, + "children": Array [ + Object { + "attribs": Object {}, + "children": Array [ + Object { + "attribs": Object {}, + "children": Array [], + "name": "style", + "namespace": "http://www.w3.org/2000/svg", + "next": null, + "parent": [Circular], + "prev": null, + "type": "style", + "x-attribsNamespace": Object {}, + "x-attribsPrefix": Object {}, + }, + ], + "name": "defs", + "namespace": "http://www.w3.org/2000/svg", + "next": Object { + "attribs": Object { + "data-name": "\\\\u56FE\\\\u5C42 2", + "id": "close_svg__\\\\u56FE\\\\u5C42_2", + }, "children": Array [ Object { - "data": "取 消", + "attribs": Object { + "data-name": "\\\\u56FE\\\\u5C42 1", + "id": "close_svg__\\\\u56FE\\\\u5C42_1-2", + }, + "children": Array [ + Object { + "attribs": Object { + "d": "M6.62 5.92a.54.54 0 00.76 0l3.87-3.87a.49.49 0 01.7.7L8.08 6.62a.54.54 0 000 .76L12 11.25a.49.49 0 01-.7.7L7.38 8.08a.54.54 0 00-.76 0L2.75 12a.49.49 0 01-.7-.7l3.87-3.92a.54.54 0 000-.76L2.05 2.75a.49.49 0 01.7-.7z", + "fill": "currentColor", + "fill-rule": "evenodd", + "id": "close_svg__close", + }, + "children": Array [], + "name": "path", + "namespace": "http://www.w3.org/2000/svg", + "next": null, + "parent": [Circular], + "prev": null, + "type": "tag", + "x-attribsNamespace": Object { + "d": undefined, + "fill": undefined, + "fill-rule": undefined, + "id": undefined, + }, + "x-attribsPrefix": Object { + "d": undefined, + "fill": undefined, + "fill-rule": undefined, + "id": undefined, + }, + }, + ], + "name": "g", + "namespace": "http://www.w3.org/2000/svg", "next": null, "parent": [Circular], "prev": null, - "type": "text", + "type": "tag", + "x-attribsNamespace": Object { + "data-name": undefined, + "id": undefined, + }, + "x-attribsPrefix": Object { + "data-name": undefined, + "id": undefined, + }, }, ], - "name": "span", - "namespace": "http://www.w3.org/1999/xhtml", + "name": "g", + "namespace": "http://www.w3.org/2000/svg", "next": null, "parent": [Circular], - "prev": null, + "prev": [Circular], "type": "tag", - "x-attribsNamespace": Object {}, - "x-attribsPrefix": Object {}, + "x-attribsNamespace": Object { + "data-name": undefined, + "id": undefined, + }, + "x-attribsPrefix": Object { + "data-name": undefined, + "id": undefined, + }, }, - ], - "name": "button", - "namespace": "http://www.w3.org/1999/xhtml", - "next": Object { + "parent": [Circular], + "prev": null, + "type": "tag", + "x-attribsNamespace": Object {}, + "x-attribsPrefix": Object {}, + }, + Object { "attribs": Object { - "class": "gio-btn gio-modal__btn-ok gio-btn-primary", - "type": "button", + "data-name": "\\\\u56FE\\\\u5C42 2", + "id": "close_svg__\\\\u56FE\\\\u5C42_2", }, "children": Array [ Object { - "attribs": Object {}, + "attribs": Object { + "data-name": "\\\\u56FE\\\\u5C42 1", + "id": "close_svg__\\\\u56FE\\\\u5C42_1-2", + }, "children": Array [ Object { - "data": "下一步", + "attribs": Object { + "d": "M6.62 5.92a.54.54 0 00.76 0l3.87-3.87a.49.49 0 01.7.7L8.08 6.62a.54.54 0 000 .76L12 11.25a.49.49 0 01-.7.7L7.38 8.08a.54.54 0 00-.76 0L2.75 12a.49.49 0 01-.7-.7l3.87-3.92a.54.54 0 000-.76L2.05 2.75a.49.49 0 01.7-.7z", + "fill": "currentColor", + "fill-rule": "evenodd", + "id": "close_svg__close", + }, + "children": Array [], + "name": "path", + "namespace": "http://www.w3.org/2000/svg", "next": null, "parent": [Circular], "prev": null, - "type": "text", + "type": "tag", + "x-attribsNamespace": Object { + "d": undefined, + "fill": undefined, + "fill-rule": undefined, + "id": undefined, + }, + "x-attribsPrefix": Object { + "d": undefined, + "fill": undefined, + "fill-rule": undefined, + "id": undefined, + }, }, ], - "name": "span", - "namespace": "http://www.w3.org/1999/xhtml", + "name": "g", + "namespace": "http://www.w3.org/2000/svg", "next": null, "parent": [Circular], "prev": null, "type": "tag", - "x-attribsNamespace": Object {}, - "x-attribsPrefix": Object {}, + "x-attribsNamespace": Object { + "data-name": undefined, + "id": undefined, + }, + "x-attribsPrefix": Object { + "data-name": undefined, + "id": undefined, + }, }, ], - "name": "button", - "namespace": "http://www.w3.org/1999/xhtml", + "name": "g", + "namespace": "http://www.w3.org/2000/svg", "next": null, "parent": [Circular], - "prev": [Circular], - "type": "tag", - "x-attribsNamespace": Object { - "class": undefined, - "type": undefined, - }, - "x-attribsPrefix": Object { - "class": undefined, - "type": undefined, - }, - }, - "parent": [Circular], - "prev": null, - "type": "tag", - "x-attribsNamespace": Object { - "class": undefined, - "type": undefined, - }, - "x-attribsPrefix": Object { - "class": undefined, - "type": undefined, - }, - }, - Object { - "attribs": Object { - "class": "gio-btn gio-modal__btn-ok gio-btn-primary", - "type": "button", - }, - "children": Array [ - Object { + "prev": Object { "attribs": Object {}, "children": Array [ Object { - "data": "下一步", + "attribs": Object {}, + "children": Array [], + "name": "style", + "namespace": "http://www.w3.org/2000/svg", "next": null, "parent": [Circular], "prev": null, - "type": "text", + "type": "style", + "x-attribsNamespace": Object {}, + "x-attribsPrefix": Object {}, }, ], - "name": "span", - "namespace": "http://www.w3.org/1999/xhtml", - "next": null, + "name": "defs", + "namespace": "http://www.w3.org/2000/svg", + "next": [Circular], "parent": [Circular], "prev": null, "type": "tag", "x-attribsNamespace": Object {}, "x-attribsPrefix": Object {}, }, - ], - "name": "button", - "namespace": "http://www.w3.org/1999/xhtml", - "next": null, - "parent": [Circular], - "prev": Object { - "attribs": Object { - "class": "gio-btn gio-modal__btn-close gio-btn-secondary", - "type": "button", - }, - "children": Array [ - Object { - "attribs": Object {}, - "children": Array [ - Object { - "data": "取 消", - "next": null, - "parent": [Circular], - "prev": null, - "type": "text", - }, - ], - "name": "span", - "namespace": "http://www.w3.org/1999/xhtml", - "next": null, - "parent": [Circular], - "prev": null, - "type": "tag", - "x-attribsNamespace": Object {}, - "x-attribsPrefix": Object {}, - }, - ], - "name": "button", - "namespace": "http://www.w3.org/1999/xhtml", - "next": [Circular], - "parent": [Circular], - "prev": null, "type": "tag", "x-attribsNamespace": Object { - "class": undefined, - "type": undefined, + "data-name": undefined, + "id": undefined, }, "x-attribsPrefix": Object { - "class": undefined, - "type": undefined, + "data-name": undefined, + "id": undefined, }, }, - "type": "tag", - "x-attribsNamespace": Object { - "class": undefined, - "type": undefined, - }, - "x-attribsPrefix": Object { - "class": undefined, - "type": undefined, - }, + ], + "name": "svg", + "namespace": "http://www.w3.org/2000/svg", + "next": null, + "parent": [Circular], + "prev": null, + "type": "tag", + "x-attribsNamespace": Object { + "class": undefined, + "fill": undefined, + "height": undefined, + "viewBox": undefined, + "width": undefined, }, - ], - "name": "div", - "namespace": "http://www.w3.org/1999/xhtml", - "next": null, - "parent": [Circular], - "prev": [Circular], - "type": "tag", - "x-attribsNamespace": Object {}, - "x-attribsPrefix": Object {}, - }, + "x-attribsPrefix": Object { + "class": undefined, + "fill": undefined, + "height": undefined, + "viewBox": undefined, + "width": undefined, + }, + }, + ], + "name": "span", + "namespace": "http://www.w3.org/1999/xhtml", + "next": null, "parent": [Circular], "prev": null, "type": "tag", @@ -39643,12 +12302,46 @@ initialize { "class": undefined, }, }, - Object { - "attribs": Object {}, - "children": Array [ - Object { + ], + "name": "button", + "namespace": "http://www.w3.org/1999/xhtml", + "next": [Circular], + "parent": [Circular], + "prev": null, + "type": "tag", + "x-attribsNamespace": Object { + "aria-label": undefined, + "class": undefined, + "type": undefined, + }, + "x-attribsPrefix": Object { + "aria-label": undefined, + "class": undefined, + "type": undefined, + }, + }, + "type": "tag", + "x-attribsNamespace": Object { + "class": undefined, + }, + "x-attribsPrefix": Object { + "class": undefined, + }, + }, + Object { + "attribs": Object { + "class": "gio-modal-body", + }, + "children": Array [ + Object { + "attribs": Object {}, + "children": Array [ + Object { + "data": "Step One", + "next": Object { "attribs": Object { - "class": "gio-btn gio-modal__btn-close gio-btn-secondary", + "class": "gio-btn gio-btn-text gio-btn-small", + "style": "margin-left: 5px;", "type": "button", }, "children": Array [ @@ -39656,7 +12349,7 @@ initialize { "attribs": Object {}, "children": Array [ Object { - "data": "取 消", + "data": "go 2-1", "next": null, "parent": [Circular], "prev": null, @@ -39677,7 +12370,8 @@ initialize { "namespace": "http://www.w3.org/1999/xhtml", "next": Object { "attribs": Object { - "class": "gio-btn gio-modal__btn-ok gio-btn-primary", + "class": "gio-btn gio-btn-text gio-btn-small", + "style": "margin-left: 5px;", "type": "button", }, "children": Array [ @@ -39685,7 +12379,7 @@ initialize { "attribs": Object {}, "children": Array [ Object { - "data": "下一步", + "data": "go 2-2", "next": null, "parent": [Circular], "prev": null, @@ -39710,28 +12404,67 @@ initialize { "type": "tag", "x-attribsNamespace": Object { "class": undefined, + "style": undefined, "type": undefined, }, "x-attribsPrefix": Object { "class": undefined, + "style": undefined, "type": undefined, }, }, "parent": [Circular], - "prev": null, + "prev": [Circular], "type": "tag", "x-attribsNamespace": Object { "class": undefined, + "style": undefined, "type": undefined, }, "x-attribsPrefix": Object { "class": undefined, + "style": undefined, "type": undefined, }, }, - Object { + "parent": [Circular], + "prev": null, + "type": "text", + }, + Object { + "attribs": Object { + "class": "gio-btn gio-btn-text gio-btn-small", + "style": "margin-left: 5px;", + "type": "button", + }, + "children": Array [ + Object { + "attribs": Object {}, + "children": Array [ + Object { + "data": "go 2-1", + "next": null, + "parent": [Circular], + "prev": null, + "type": "text", + }, + ], + "name": "span", + "namespace": "http://www.w3.org/1999/xhtml", + "next": null, + "parent": [Circular], + "prev": null, + "type": "tag", + "x-attribsNamespace": Object {}, + "x-attribsPrefix": Object {}, + }, + ], + "name": "button", + "namespace": "http://www.w3.org/1999/xhtml", + "next": Object { "attribs": Object { - "class": "gio-btn gio-modal__btn-ok gio-btn-primary", + "class": "gio-btn gio-btn-text gio-btn-small", + "style": "margin-left: 5px;", "type": "button", }, "children": Array [ @@ -39739,7 +12472,7 @@ initialize { "attribs": Object {}, "children": Array [ Object { - "data": "下一步", + "data": "go 2-2", "next": null, "parent": [Circular], "prev": null, @@ -39760,136 +12493,185 @@ initialize { "namespace": "http://www.w3.org/1999/xhtml", "next": null, "parent": [Circular], - "prev": Object { - "attribs": Object { - "class": "gio-btn gio-modal__btn-close gio-btn-secondary", - "type": "button", - }, + "prev": [Circular], + "type": "tag", + "x-attribsNamespace": Object { + "class": undefined, + "style": undefined, + "type": undefined, + }, + "x-attribsPrefix": Object { + "class": undefined, + "style": undefined, + "type": undefined, + }, + }, + "parent": [Circular], + "prev": Object { + "data": "Step One", + "next": [Circular], + "parent": [Circular], + "prev": null, + "type": "text", + }, + "type": "tag", + "x-attribsNamespace": Object { + "class": undefined, + "style": undefined, + "type": undefined, + }, + "x-attribsPrefix": Object { + "class": undefined, + "style": undefined, + "type": undefined, + }, + }, + Object { + "attribs": Object { + "class": "gio-btn gio-btn-text gio-btn-small", + "style": "margin-left: 5px;", + "type": "button", + }, + "children": Array [ + Object { + "attribs": Object {}, "children": Array [ Object { - "attribs": Object {}, - "children": Array [ - Object { - "data": "取 消", - "next": null, - "parent": [Circular], - "prev": null, - "type": "text", - }, - ], - "name": "span", - "namespace": "http://www.w3.org/1999/xhtml", + "data": "go 2-2", "next": null, "parent": [Circular], "prev": null, - "type": "tag", - "x-attribsNamespace": Object {}, - "x-attribsPrefix": Object {}, + "type": "text", }, ], - "name": "button", + "name": "span", "namespace": "http://www.w3.org/1999/xhtml", - "next": [Circular], + "next": null, "parent": [Circular], "prev": null, "type": "tag", - "x-attribsNamespace": Object { - "class": undefined, - "type": undefined, - }, - "x-attribsPrefix": Object { - "class": undefined, - "type": undefined, + "x-attribsNamespace": Object {}, + "x-attribsPrefix": Object {}, + }, + ], + "name": "button", + "namespace": "http://www.w3.org/1999/xhtml", + "next": null, + "parent": [Circular], + "prev": Object { + "attribs": Object { + "class": "gio-btn gio-btn-text gio-btn-small", + "style": "margin-left: 5px;", + "type": "button", + }, + "children": Array [ + Object { + "attribs": Object {}, + "children": Array [ + Object { + "data": "go 2-1", + "next": null, + "parent": [Circular], + "prev": null, + "type": "text", + }, + ], + "name": "span", + "namespace": "http://www.w3.org/1999/xhtml", + "next": null, + "parent": [Circular], + "prev": null, + "type": "tag", + "x-attribsNamespace": Object {}, + "x-attribsPrefix": Object {}, }, + ], + "name": "button", + "namespace": "http://www.w3.org/1999/xhtml", + "next": [Circular], + "parent": [Circular], + "prev": Object { + "data": "Step One", + "next": [Circular], + "parent": [Circular], + "prev": null, + "type": "text", }, "type": "tag", "x-attribsNamespace": Object { "class": undefined, + "style": undefined, "type": undefined, }, "x-attribsPrefix": Object { "class": undefined, + "style": undefined, "type": undefined, }, }, - ], - "name": "div", - "namespace": "http://www.w3.org/1999/xhtml", - "next": null, - "parent": [Circular], - "prev": Object { - "attribs": Object { - "class": "gio-modal__footer-additional", - }, - "children": Array [], - "name": "div", - "namespace": "http://www.w3.org/1999/xhtml", - "next": [Circular], - "parent": [Circular], - "prev": null, "type": "tag", "x-attribsNamespace": Object { "class": undefined, + "style": undefined, + "type": undefined, }, "x-attribsPrefix": Object { "class": undefined, + "style": undefined, + "type": undefined, }, }, - "type": "tag", - "x-attribsNamespace": Object {}, - "x-attribsPrefix": Object {}, - }, - ], - "name": "div", - "namespace": "http://www.w3.org/1999/xhtml", - "next": null, - "parent": [Circular], - "prev": null, - "type": "tag", - "x-attribsNamespace": Object { - "class": undefined, - }, - "x-attribsPrefix": Object { - "class": undefined, + ], + "name": "div", + "namespace": "http://www.w3.org/1999/xhtml", + "next": null, + "parent": [Circular], + "prev": null, + "type": "tag", + "x-attribsNamespace": Object {}, + "x-attribsPrefix": Object {}, }, - }, - ], - "name": "div", - "namespace": "http://www.w3.org/1999/xhtml", - "next": null, - "parent": [Circular], - "prev": [Circular], - "type": "tag", - "x-attribsNamespace": Object { - "class": undefined, - }, - "x-attribsPrefix": Object { - "class": undefined, - }, - }, - "parent": [Circular], - "prev": Object { - "attribs": Object { - "class": "gio-modal-header", - }, - "children": Array [ - Object { + ], + "name": "div", + "namespace": "http://www.w3.org/1999/xhtml", + "next": null, + "parent": [Circular], + "prev": Object { "attribs": Object { - "class": "gio-modal-title", - "id": "rcDialogTitle1", + "class": "gio-modal-header", }, "children": Array [ Object { "attribs": Object { - "class": "gio-modal__title", + "class": "gio-modal-title", + "id": "rcDialogTitle1", }, "children": Array [ Object { - "data": "步骤 1", + "attribs": Object { + "class": "gio-modal__title", + }, + "children": Array [ + Object { + "data": "步骤 1", + "next": null, + "parent": [Circular], + "prev": null, + "type": "text", + }, + ], + "name": "div", + "namespace": "http://www.w3.org/1999/xhtml", "next": null, "parent": [Circular], "prev": null, - "type": "text", + "type": "tag", + "x-attribsNamespace": Object { + "class": undefined, + }, + "x-attribsPrefix": Object { + "class": undefined, + }, }, ], "name": "div", @@ -39900,149 +12682,462 @@ initialize { "type": "tag", "x-attribsNamespace": Object { "class": undefined, + "id": undefined, }, "x-attribsPrefix": Object { "class": undefined, + "id": undefined, }, }, ], "name": "div", "namespace": "http://www.w3.org/1999/xhtml", - "next": null, + "next": [Circular], "parent": [Circular], - "prev": null, - "type": "tag", - "x-attribsNamespace": Object { - "class": undefined, - "id": undefined, - }, - "x-attribsPrefix": Object { - "class": undefined, - "id": undefined, - }, - }, - ], - "name": "div", - "namespace": "http://www.w3.org/1999/xhtml", - "next": [Circular], - "parent": [Circular], - "prev": Object { - "attribs": Object { - "aria-label": "Close", - "class": "gio-modal-close", - "type": "button", - }, - "children": Array [ - Object { + "prev": Object { "attribs": Object { - "class": "gio-icon gio-modal__close", + "aria-label": "Close", + "class": "gio-modal-close", + "type": "button", }, "children": Array [ Object { "attribs": Object { - "class": "gio-icon-svg", - "fill": "currentColor", - "height": "1rem", - "viewBox": "0 0 14 14", - "width": "1rem", + "class": "gio-icon gio-modal__close", }, "children": Array [ Object { - "attribs": Object {}, + "attribs": Object { + "class": "gio-icon-svg", + "fill": "currentColor", + "height": "1rem", + "viewBox": "0 0 14 14", + "width": "1rem", + }, "children": Array [ Object { "attribs": Object {}, - "children": Array [], - "name": "style", + "children": Array [ + Object { + "attribs": Object {}, + "children": Array [], + "name": "style", + "namespace": "http://www.w3.org/2000/svg", + "next": null, + "parent": [Circular], + "prev": null, + "type": "style", + "x-attribsNamespace": Object {}, + "x-attribsPrefix": Object {}, + }, + ], + "name": "defs", + "namespace": "http://www.w3.org/2000/svg", + "next": Object { + "attribs": Object { + "data-name": "\\\\u56FE\\\\u5C42 2", + "id": "close_svg__\\\\u56FE\\\\u5C42_2", + }, + "children": Array [ + Object { + "attribs": Object { + "data-name": "\\\\u56FE\\\\u5C42 1", + "id": "close_svg__\\\\u56FE\\\\u5C42_1-2", + }, + "children": Array [ + Object { + "attribs": Object { + "d": "M6.62 5.92a.54.54 0 00.76 0l3.87-3.87a.49.49 0 01.7.7L8.08 6.62a.54.54 0 000 .76L12 11.25a.49.49 0 01-.7.7L7.38 8.08a.54.54 0 00-.76 0L2.75 12a.49.49 0 01-.7-.7l3.87-3.92a.54.54 0 000-.76L2.05 2.75a.49.49 0 01.7-.7z", + "fill": "currentColor", + "fill-rule": "evenodd", + "id": "close_svg__close", + }, + "children": Array [], + "name": "path", + "namespace": "http://www.w3.org/2000/svg", + "next": null, + "parent": [Circular], + "prev": null, + "type": "tag", + "x-attribsNamespace": Object { + "d": undefined, + "fill": undefined, + "fill-rule": undefined, + "id": undefined, + }, + "x-attribsPrefix": Object { + "d": undefined, + "fill": undefined, + "fill-rule": undefined, + "id": undefined, + }, + }, + ], + "name": "g", + "namespace": "http://www.w3.org/2000/svg", + "next": null, + "parent": [Circular], + "prev": null, + "type": "tag", + "x-attribsNamespace": Object { + "data-name": undefined, + "id": undefined, + }, + "x-attribsPrefix": Object { + "data-name": undefined, + "id": undefined, + }, + }, + ], + "name": "g", + "namespace": "http://www.w3.org/2000/svg", + "next": null, + "parent": [Circular], + "prev": [Circular], + "type": "tag", + "x-attribsNamespace": Object { + "data-name": undefined, + "id": undefined, + }, + "x-attribsPrefix": Object { + "data-name": undefined, + "id": undefined, + }, + }, + "parent": [Circular], + "prev": null, + "type": "tag", + "x-attribsNamespace": Object {}, + "x-attribsPrefix": Object {}, + }, + Object { + "attribs": Object { + "data-name": "\\\\u56FE\\\\u5C42 2", + "id": "close_svg__\\\\u56FE\\\\u5C42_2", + }, + "children": Array [ + Object { + "attribs": Object { + "data-name": "\\\\u56FE\\\\u5C42 1", + "id": "close_svg__\\\\u56FE\\\\u5C42_1-2", + }, + "children": Array [ + Object { + "attribs": Object { + "d": "M6.62 5.92a.54.54 0 00.76 0l3.87-3.87a.49.49 0 01.7.7L8.08 6.62a.54.54 0 000 .76L12 11.25a.49.49 0 01-.7.7L7.38 8.08a.54.54 0 00-.76 0L2.75 12a.49.49 0 01-.7-.7l3.87-3.92a.54.54 0 000-.76L2.05 2.75a.49.49 0 01.7-.7z", + "fill": "currentColor", + "fill-rule": "evenodd", + "id": "close_svg__close", + }, + "children": Array [], + "name": "path", + "namespace": "http://www.w3.org/2000/svg", + "next": null, + "parent": [Circular], + "prev": null, + "type": "tag", + "x-attribsNamespace": Object { + "d": undefined, + "fill": undefined, + "fill-rule": undefined, + "id": undefined, + }, + "x-attribsPrefix": Object { + "d": undefined, + "fill": undefined, + "fill-rule": undefined, + "id": undefined, + }, + }, + ], + "name": "g", + "namespace": "http://www.w3.org/2000/svg", + "next": null, + "parent": [Circular], + "prev": null, + "type": "tag", + "x-attribsNamespace": Object { + "data-name": undefined, + "id": undefined, + }, + "x-attribsPrefix": Object { + "data-name": undefined, + "id": undefined, + }, + }, + ], + "name": "g", "namespace": "http://www.w3.org/2000/svg", "next": null, "parent": [Circular], - "prev": null, - "type": "style", - "x-attribsNamespace": Object {}, - "x-attribsPrefix": Object {}, - }, - ], - "name": "defs", - "namespace": "http://www.w3.org/2000/svg", - "next": Object { - "attribs": Object { - "data-name": "\\\\u56FE\\\\u5C42 2", - "id": "close_svg__\\\\u56FE\\\\u5C42_2", - }, - "children": Array [ - Object { - "attribs": Object { - "data-name": "\\\\u56FE\\\\u5C42 1", - "id": "close_svg__\\\\u56FE\\\\u5C42_1-2", - }, + "prev": Object { + "attribs": Object {}, "children": Array [ Object { - "attribs": Object { - "d": "M6.62 5.92a.54.54 0 00.76 0l3.87-3.87a.49.49 0 01.7.7L8.08 6.62a.54.54 0 000 .76L12 11.25a.49.49 0 01-.7.7L7.38 8.08a.54.54 0 00-.76 0L2.75 12a.49.49 0 01-.7-.7l3.87-3.92a.54.54 0 000-.76L2.05 2.75a.49.49 0 01.7-.7z", - "fill": "currentColor", - "fill-rule": "evenodd", - "id": "close_svg__close", - }, + "attribs": Object {}, "children": Array [], - "name": "path", + "name": "style", "namespace": "http://www.w3.org/2000/svg", "next": null, "parent": [Circular], "prev": null, - "type": "tag", - "x-attribsNamespace": Object { - "d": undefined, - "fill": undefined, - "fill-rule": undefined, - "id": undefined, - }, - "x-attribsPrefix": Object { - "d": undefined, - "fill": undefined, - "fill-rule": undefined, - "id": undefined, - }, + "type": "style", + "x-attribsNamespace": Object {}, + "x-attribsPrefix": Object {}, }, ], - "name": "g", + "name": "defs", "namespace": "http://www.w3.org/2000/svg", - "next": null, + "next": [Circular], "parent": [Circular], "prev": null, "type": "tag", - "x-attribsNamespace": Object { - "data-name": undefined, - "id": undefined, - }, - "x-attribsPrefix": Object { - "data-name": undefined, - "id": undefined, - }, + "x-attribsNamespace": Object {}, + "x-attribsPrefix": Object {}, }, - ], - "name": "g", + "type": "tag", + "x-attribsNamespace": Object { + "data-name": undefined, + "id": undefined, + }, + "x-attribsPrefix": Object { + "data-name": undefined, + "id": undefined, + }, + }, + ], + "name": "svg", + "namespace": "http://www.w3.org/2000/svg", + "next": null, + "parent": [Circular], + "prev": null, + "type": "tag", + "x-attribsNamespace": Object { + "class": undefined, + "fill": undefined, + "height": undefined, + "viewBox": undefined, + "width": undefined, + }, + "x-attribsPrefix": Object { + "class": undefined, + "fill": undefined, + "height": undefined, + "viewBox": undefined, + "width": undefined, + }, + }, + ], + "name": "span", + "namespace": "http://www.w3.org/1999/xhtml", + "next": null, + "parent": [Circular], + "prev": null, + "type": "tag", + "x-attribsNamespace": Object { + "class": undefined, + }, + "x-attribsPrefix": Object { + "class": undefined, + }, + }, + ], + "name": "button", + "namespace": "http://www.w3.org/1999/xhtml", + "next": [Circular], + "parent": [Circular], + "prev": null, + "type": "tag", + "x-attribsNamespace": Object { + "aria-label": undefined, + "class": undefined, + "type": undefined, + }, + "x-attribsPrefix": Object { + "aria-label": undefined, + "class": undefined, + "type": undefined, + }, + }, + "type": "tag", + "x-attribsNamespace": Object { + "class": undefined, + }, + "x-attribsPrefix": Object { + "class": undefined, + }, + }, + "type": "tag", + "x-attribsNamespace": Object { + "class": undefined, + }, + "x-attribsPrefix": Object { + "class": undefined, + }, + }, + ], + "name": "div", + "namespace": "http://www.w3.org/1999/xhtml", + "next": [Circular], + "parent": [Circular], + "prev": Object { + "attribs": Object { + "aria-hidden": "true", + "style": "width: 0px; height: 0px; overflow: hidden; outline: none;", + "tabindex": "0", + }, + "children": Array [], + "name": "div", + "namespace": "http://www.w3.org/1999/xhtml", + "next": [Circular], + "parent": [Circular], + "prev": null, + "type": "tag", + "x-attribsNamespace": Object { + "aria-hidden": undefined, + "style": undefined, + "tabindex": undefined, + }, + "x-attribsPrefix": Object { + "aria-hidden": undefined, + "style": undefined, + "tabindex": undefined, + }, + }, + "type": "tag", + "x-attribsNamespace": Object { + "class": undefined, + }, + "x-attribsPrefix": Object { + "class": undefined, + }, + }, + "type": "tag", + "x-attribsNamespace": Object { + "aria-hidden": undefined, + "style": undefined, + "tabindex": undefined, + }, + "x-attribsPrefix": Object { + "aria-hidden": undefined, + "style": undefined, + "tabindex": undefined, + }, + }, + ], + "name": "div", + "namespace": "http://www.w3.org/1999/xhtml", + "next": null, + "parent": [Circular], + "prev": null, + "type": "tag", + "x-attribsNamespace": Object { + "class": undefined, + "role": undefined, + }, + "x-attribsPrefix": Object { + "class": undefined, + "role": undefined, + }, + }, + ], + "name": "div", + "namespace": "http://www.w3.org/1999/xhtml", + "next": null, + "parent": [Circular], + "prev": [Circular], + "type": "tag", + "x-attribsNamespace": Object { + "aria-labelledby": undefined, + "class": undefined, + "role": undefined, + "tabindex": undefined, + }, + "x-attribsPrefix": Object { + "aria-labelledby": undefined, + "class": undefined, + "role": undefined, + "tabindex": undefined, + }, + }, + "parent": [Circular], + "prev": null, + "type": "tag", + "x-attribsNamespace": Object { + "class": undefined, + }, + "x-attribsPrefix": Object { + "class": undefined, + }, + }, + Object { + "attribs": Object { + "aria-labelledby": "rcDialogTitle1", + "class": "gio-modal-wrap gio-modal__wrapper", + "role": "dialog", + "tabindex": "-1", + }, + "children": Array [ + Object { + "attribs": Object { + "class": "gio-modal gio-modal--small zoom-appear", + "role": "document", + }, + "children": Array [ + Object { + "attribs": Object { + "aria-hidden": "true", + "style": "width: 0px; height: 0px; overflow: hidden; outline: none;", + "tabindex": "0", + }, + "children": Array [], + "name": "div", + "namespace": "http://www.w3.org/1999/xhtml", + "next": Object { + "attribs": Object { + "class": "gio-modal-content", + }, + "children": Array [ + Object { + "attribs": Object { + "aria-label": "Close", + "class": "gio-modal-close", + "type": "button", + }, + "children": Array [ + Object { + "attribs": Object { + "class": "gio-icon gio-modal__close", + }, + "children": Array [ + Object { + "attribs": Object { + "class": "gio-icon-svg", + "fill": "currentColor", + "height": "1rem", + "viewBox": "0 0 14 14", + "width": "1rem", + }, + "children": Array [ + Object { + "attribs": Object {}, + "children": Array [ + Object { + "attribs": Object {}, + "children": Array [], + "name": "style", "namespace": "http://www.w3.org/2000/svg", "next": null, "parent": [Circular], - "prev": [Circular], - "type": "tag", - "x-attribsNamespace": Object { - "data-name": undefined, - "id": undefined, - }, - "x-attribsPrefix": Object { - "data-name": undefined, - "id": undefined, - }, + "prev": null, + "type": "style", + "x-attribsNamespace": Object {}, + "x-attribsPrefix": Object {}, }, - "parent": [Circular], - "prev": null, - "type": "tag", - "x-attribsNamespace": Object {}, - "x-attribsPrefix": Object {}, - }, - Object { + ], + "name": "defs", + "namespace": "http://www.w3.org/2000/svg", + "next": Object { "attribs": Object { "data-name": "\\\\u56FE\\\\u5C42 2", "id": "close_svg__\\\\u56FE\\\\u5C42_2", @@ -40102,65 +13197,196 @@ initialize { "namespace": "http://www.w3.org/2000/svg", "next": null, "parent": [Circular], - "prev": Object { - "attribs": Object {}, + "prev": [Circular], + "type": "tag", + "x-attribsNamespace": Object { + "data-name": undefined, + "id": undefined, + }, + "x-attribsPrefix": Object { + "data-name": undefined, + "id": undefined, + }, + }, + "parent": [Circular], + "prev": null, + "type": "tag", + "x-attribsNamespace": Object {}, + "x-attribsPrefix": Object {}, + }, + Object { + "attribs": Object { + "data-name": "\\\\u56FE\\\\u5C42 2", + "id": "close_svg__\\\\u56FE\\\\u5C42_2", + }, + "children": Array [ + Object { + "attribs": Object { + "data-name": "\\\\u56FE\\\\u5C42 1", + "id": "close_svg__\\\\u56FE\\\\u5C42_1-2", + }, "children": Array [ Object { - "attribs": Object {}, + "attribs": Object { + "d": "M6.62 5.92a.54.54 0 00.76 0l3.87-3.87a.49.49 0 01.7.7L8.08 6.62a.54.54 0 000 .76L12 11.25a.49.49 0 01-.7.7L7.38 8.08a.54.54 0 00-.76 0L2.75 12a.49.49 0 01-.7-.7l3.87-3.92a.54.54 0 000-.76L2.05 2.75a.49.49 0 01.7-.7z", + "fill": "currentColor", + "fill-rule": "evenodd", + "id": "close_svg__close", + }, "children": Array [], - "name": "style", + "name": "path", "namespace": "http://www.w3.org/2000/svg", "next": null, "parent": [Circular], "prev": null, - "type": "style", - "x-attribsNamespace": Object {}, - "x-attribsPrefix": Object {}, + "type": "tag", + "x-attribsNamespace": Object { + "d": undefined, + "fill": undefined, + "fill-rule": undefined, + "id": undefined, + }, + "x-attribsPrefix": Object { + "d": undefined, + "fill": undefined, + "fill-rule": undefined, + "id": undefined, + }, }, ], - "name": "defs", + "name": "g", "namespace": "http://www.w3.org/2000/svg", - "next": [Circular], + "next": null, "parent": [Circular], "prev": null, "type": "tag", - "x-attribsNamespace": Object {}, - "x-attribsPrefix": Object {}, + "x-attribsNamespace": Object { + "data-name": undefined, + "id": undefined, + }, + "x-attribsPrefix": Object { + "data-name": undefined, + "id": undefined, + }, }, + ], + "name": "g", + "namespace": "http://www.w3.org/2000/svg", + "next": null, + "parent": [Circular], + "prev": Object { + "attribs": Object {}, + "children": Array [ + Object { + "attribs": Object {}, + "children": Array [], + "name": "style", + "namespace": "http://www.w3.org/2000/svg", + "next": null, + "parent": [Circular], + "prev": null, + "type": "style", + "x-attribsNamespace": Object {}, + "x-attribsPrefix": Object {}, + }, + ], + "name": "defs", + "namespace": "http://www.w3.org/2000/svg", + "next": [Circular], + "parent": [Circular], + "prev": null, "type": "tag", - "x-attribsNamespace": Object { - "data-name": undefined, - "id": undefined, - }, - "x-attribsPrefix": Object { - "data-name": undefined, - "id": undefined, - }, + "x-attribsNamespace": Object {}, + "x-attribsPrefix": Object {}, + }, + "type": "tag", + "x-attribsNamespace": Object { + "data-name": undefined, + "id": undefined, + }, + "x-attribsPrefix": Object { + "data-name": undefined, + "id": undefined, + }, + }, + ], + "name": "svg", + "namespace": "http://www.w3.org/2000/svg", + "next": null, + "parent": [Circular], + "prev": null, + "type": "tag", + "x-attribsNamespace": Object { + "class": undefined, + "fill": undefined, + "height": undefined, + "viewBox": undefined, + "width": undefined, + }, + "x-attribsPrefix": Object { + "class": undefined, + "fill": undefined, + "height": undefined, + "viewBox": undefined, + "width": undefined, + }, + }, + ], + "name": "span", + "namespace": "http://www.w3.org/1999/xhtml", + "next": null, + "parent": [Circular], + "prev": null, + "type": "tag", + "x-attribsNamespace": Object { + "class": undefined, + }, + "x-attribsPrefix": Object { + "class": undefined, + }, + }, + ], + "name": "button", + "namespace": "http://www.w3.org/1999/xhtml", + "next": Object { + "attribs": Object { + "class": "gio-modal-header", + }, + "children": Array [ + Object { + "attribs": Object { + "class": "gio-modal-title", + "id": "rcDialogTitle1", + }, + "children": Array [ + Object { + "attribs": Object { + "class": "gio-modal__title", + }, + "children": Array [ + Object { + "data": "步骤 1", + "next": null, + "parent": [Circular], + "prev": null, + "type": "text", }, ], - "name": "svg", - "namespace": "http://www.w3.org/2000/svg", + "name": "div", + "namespace": "http://www.w3.org/1999/xhtml", "next": null, "parent": [Circular], "prev": null, "type": "tag", "x-attribsNamespace": Object { "class": undefined, - "fill": undefined, - "height": undefined, - "viewBox": undefined, - "width": undefined, }, "x-attribsPrefix": Object { - "class": undefined, - "fill": undefined, - "height": undefined, - "viewBox": undefined, - "width": undefined, + "class": undefined, }, }, ], - "name": "span", + "name": "div", "namespace": "http://www.w3.org/1999/xhtml", "next": null, "parent": [Circular], @@ -40168,97 +13394,30 @@ initialize { "type": "tag", "x-attribsNamespace": Object { "class": undefined, + "id": undefined, }, "x-attribsPrefix": Object { "class": undefined, + "id": undefined, }, }, ], - "name": "button", + "name": "div", "namespace": "http://www.w3.org/1999/xhtml", - "next": [Circular], - "parent": [Circular], - "prev": null, - "type": "tag", - "x-attribsNamespace": Object { - "aria-label": undefined, - "class": undefined, - "type": undefined, - }, - "x-attribsPrefix": Object { - "aria-label": undefined, - "class": undefined, - "type": undefined, - }, - }, - "type": "tag", - "x-attribsNamespace": Object { - "class": undefined, - }, - "x-attribsPrefix": Object { - "class": undefined, - }, - }, - "type": "tag", - "x-attribsNamespace": Object { - "class": undefined, - }, - "x-attribsPrefix": Object { - "class": undefined, - }, - }, - Object { - "attribs": Object { - "class": "gio-modal-footer", - }, - "children": Array [ - Object { - "attribs": Object { - "class": "gio-modal__footer", - }, - "children": Array [ - Object { - "attribs": Object { - "class": "gio-modal__footer-additional", - }, - "children": Array [], - "name": "div", - "namespace": "http://www.w3.org/1999/xhtml", - "next": Object { + "next": Object { + "attribs": Object { + "class": "gio-modal-body", + }, + "children": Array [ + Object { "attribs": Object {}, "children": Array [ Object { - "attribs": Object { - "class": "gio-btn gio-modal__btn-close gio-btn-secondary", - "type": "button", - }, - "children": Array [ - Object { - "attribs": Object {}, - "children": Array [ - Object { - "data": "取 消", - "next": null, - "parent": [Circular], - "prev": null, - "type": "text", - }, - ], - "name": "span", - "namespace": "http://www.w3.org/1999/xhtml", - "next": null, - "parent": [Circular], - "prev": null, - "type": "tag", - "x-attribsNamespace": Object {}, - "x-attribsPrefix": Object {}, - }, - ], - "name": "button", - "namespace": "http://www.w3.org/1999/xhtml", + "data": "Step One", "next": Object { "attribs": Object { - "class": "gio-btn gio-modal__btn-ok gio-btn-primary", + "class": "gio-btn gio-btn-text gio-btn-small", + "style": "margin-left: 5px;", "type": "button", }, "children": Array [ @@ -40266,7 +13425,7 @@ initialize { "attribs": Object {}, "children": Array [ Object { - "data": "下一步", + "data": "go 2-1", "next": null, "parent": [Circular], "prev": null, @@ -40285,169 +13444,73 @@ initialize { ], "name": "button", "namespace": "http://www.w3.org/1999/xhtml", - "next": null, - "parent": [Circular], - "prev": [Circular], - "type": "tag", - "x-attribsNamespace": Object { - "class": undefined, - "type": undefined, - }, - "x-attribsPrefix": Object { - "class": undefined, - "type": undefined, - }, - }, - "parent": [Circular], - "prev": null, - "type": "tag", - "x-attribsNamespace": Object { - "class": undefined, - "type": undefined, - }, - "x-attribsPrefix": Object { - "class": undefined, - "type": undefined, - }, - }, - Object { - "attribs": Object { - "class": "gio-btn gio-modal__btn-ok gio-btn-primary", - "type": "button", - }, - "children": Array [ - Object { - "attribs": Object {}, + "next": Object { + "attribs": Object { + "class": "gio-btn gio-btn-text gio-btn-small", + "style": "margin-left: 5px;", + "type": "button", + }, "children": Array [ Object { - "data": "下一步", + "attribs": Object {}, + "children": Array [ + Object { + "data": "go 2-2", + "next": null, + "parent": [Circular], + "prev": null, + "type": "text", + }, + ], + "name": "span", + "namespace": "http://www.w3.org/1999/xhtml", "next": null, "parent": [Circular], "prev": null, - "type": "text", + "type": "tag", + "x-attribsNamespace": Object {}, + "x-attribsPrefix": Object {}, }, ], - "name": "span", + "name": "button", "namespace": "http://www.w3.org/1999/xhtml", "next": null, "parent": [Circular], - "prev": null, + "prev": [Circular], "type": "tag", - "x-attribsNamespace": Object {}, - "x-attribsPrefix": Object {}, - }, - ], - "name": "button", - "namespace": "http://www.w3.org/1999/xhtml", - "next": null, - "parent": [Circular], - "prev": Object { - "attribs": Object { - "class": "gio-btn gio-modal__btn-close gio-btn-secondary", - "type": "button", - }, - "children": Array [ - Object { - "attribs": Object {}, - "children": Array [ - Object { - "data": "取 消", - "next": null, - "parent": [Circular], - "prev": null, - "type": "text", - }, - ], - "name": "span", - "namespace": "http://www.w3.org/1999/xhtml", - "next": null, - "parent": [Circular], - "prev": null, - "type": "tag", - "x-attribsNamespace": Object {}, - "x-attribsPrefix": Object {}, + "x-attribsNamespace": Object { + "class": undefined, + "style": undefined, + "type": undefined, }, - ], - "name": "button", - "namespace": "http://www.w3.org/1999/xhtml", - "next": [Circular], - "parent": [Circular], - "prev": null, - "type": "tag", - "x-attribsNamespace": Object { - "class": undefined, - "type": undefined, - }, - "x-attribsPrefix": Object { - "class": undefined, - "type": undefined, - }, - }, - "type": "tag", - "x-attribsNamespace": Object { - "class": undefined, - "type": undefined, - }, - "x-attribsPrefix": Object { - "class": undefined, - "type": undefined, - }, - }, - ], - "name": "div", - "namespace": "http://www.w3.org/1999/xhtml", - "next": null, - "parent": [Circular], - "prev": [Circular], - "type": "tag", - "x-attribsNamespace": Object {}, - "x-attribsPrefix": Object {}, - }, - "parent": [Circular], - "prev": null, - "type": "tag", - "x-attribsNamespace": Object { - "class": undefined, - }, - "x-attribsPrefix": Object { - "class": undefined, - }, - }, - Object { - "attribs": Object {}, - "children": Array [ - Object { - "attribs": Object { - "class": "gio-btn gio-modal__btn-close gio-btn-secondary", - "type": "button", - }, - "children": Array [ - Object { - "attribs": Object {}, - "children": Array [ - Object { - "data": "取 消", - "next": null, - "parent": [Circular], - "prev": null, - "type": "text", + "x-attribsPrefix": Object { + "class": undefined, + "style": undefined, + "type": undefined, }, - ], - "name": "span", - "namespace": "http://www.w3.org/1999/xhtml", - "next": null, + }, "parent": [Circular], - "prev": null, + "prev": [Circular], "type": "tag", - "x-attribsNamespace": Object {}, - "x-attribsPrefix": Object {}, + "x-attribsNamespace": Object { + "class": undefined, + "style": undefined, + "type": undefined, + }, + "x-attribsPrefix": Object { + "class": undefined, + "style": undefined, + "type": undefined, + }, }, - ], - "name": "button", - "namespace": "http://www.w3.org/1999/xhtml", - "next": Object { + "parent": [Circular], + "prev": null, + "type": "text", + }, + Object { "attribs": Object { - "class": "gio-btn gio-modal__btn-ok gio-btn-primary", + "class": "gio-btn gio-btn-text gio-btn-small", + "style": "margin-left: 5px;", "type": "button", }, "children": Array [ @@ -40455,7 +13518,7 @@ initialize { "attribs": Object {}, "children": Array [ Object { - "data": "下一步", + "data": "go 2-1", "next": null, "parent": [Circular], "prev": null, @@ -40474,65 +13537,75 @@ initialize { ], "name": "button", "namespace": "http://www.w3.org/1999/xhtml", - "next": null, - "parent": [Circular], - "prev": [Circular], - "type": "tag", - "x-attribsNamespace": Object { - "class": undefined, - "type": undefined, - }, - "x-attribsPrefix": Object { - "class": undefined, - "type": undefined, - }, - }, - "parent": [Circular], - "prev": null, - "type": "tag", - "x-attribsNamespace": Object { - "class": undefined, - "type": undefined, - }, - "x-attribsPrefix": Object { - "class": undefined, - "type": undefined, - }, - }, - Object { - "attribs": Object { - "class": "gio-btn gio-modal__btn-ok gio-btn-primary", - "type": "button", - }, - "children": Array [ - Object { - "attribs": Object {}, + "next": Object { + "attribs": Object { + "class": "gio-btn gio-btn-text gio-btn-small", + "style": "margin-left: 5px;", + "type": "button", + }, "children": Array [ Object { - "data": "下一步", + "attribs": Object {}, + "children": Array [ + Object { + "data": "go 2-2", + "next": null, + "parent": [Circular], + "prev": null, + "type": "text", + }, + ], + "name": "span", + "namespace": "http://www.w3.org/1999/xhtml", "next": null, "parent": [Circular], "prev": null, - "type": "text", + "type": "tag", + "x-attribsNamespace": Object {}, + "x-attribsPrefix": Object {}, }, ], - "name": "span", + "name": "button", "namespace": "http://www.w3.org/1999/xhtml", "next": null, "parent": [Circular], - "prev": null, + "prev": [Circular], "type": "tag", - "x-attribsNamespace": Object {}, - "x-attribsPrefix": Object {}, + "x-attribsNamespace": Object { + "class": undefined, + "style": undefined, + "type": undefined, + }, + "x-attribsPrefix": Object { + "class": undefined, + "style": undefined, + "type": undefined, + }, }, - ], - "name": "button", - "namespace": "http://www.w3.org/1999/xhtml", - "next": null, - "parent": [Circular], - "prev": Object { + "parent": [Circular], + "prev": Object { + "data": "Step One", + "next": [Circular], + "parent": [Circular], + "prev": null, + "type": "text", + }, + "type": "tag", + "x-attribsNamespace": Object { + "class": undefined, + "style": undefined, + "type": undefined, + }, + "x-attribsPrefix": Object { + "class": undefined, + "style": undefined, + "type": undefined, + }, + }, + Object { "attribs": Object { - "class": "gio-btn gio-modal__btn-close gio-btn-secondary", + "class": "gio-btn gio-btn-text gio-btn-small", + "style": "margin-left: 5px;", "type": "button", }, "children": Array [ @@ -40540,7 +13613,7 @@ initialize { "attribs": Object {}, "children": Array [ Object { - "data": "取 消", + "data": "go 2-2", "next": null, "parent": [Circular], "prev": null, @@ -40559,62 +13632,97 @@ initialize { ], "name": "button", "namespace": "http://www.w3.org/1999/xhtml", - "next": [Circular], + "next": null, "parent": [Circular], - "prev": null, + "prev": Object { + "attribs": Object { + "class": "gio-btn gio-btn-text gio-btn-small", + "style": "margin-left: 5px;", + "type": "button", + }, + "children": Array [ + Object { + "attribs": Object {}, + "children": Array [ + Object { + "data": "go 2-1", + "next": null, + "parent": [Circular], + "prev": null, + "type": "text", + }, + ], + "name": "span", + "namespace": "http://www.w3.org/1999/xhtml", + "next": null, + "parent": [Circular], + "prev": null, + "type": "tag", + "x-attribsNamespace": Object {}, + "x-attribsPrefix": Object {}, + }, + ], + "name": "button", + "namespace": "http://www.w3.org/1999/xhtml", + "next": [Circular], + "parent": [Circular], + "prev": Object { + "data": "Step One", + "next": [Circular], + "parent": [Circular], + "prev": null, + "type": "text", + }, + "type": "tag", + "x-attribsNamespace": Object { + "class": undefined, + "style": undefined, + "type": undefined, + }, + "x-attribsPrefix": Object { + "class": undefined, + "style": undefined, + "type": undefined, + }, + }, "type": "tag", "x-attribsNamespace": Object { "class": undefined, + "style": undefined, "type": undefined, }, "x-attribsPrefix": Object { "class": undefined, + "style": undefined, "type": undefined, }, }, - "type": "tag", - "x-attribsNamespace": Object { - "class": undefined, - "type": undefined, - }, - "x-attribsPrefix": Object { - "class": undefined, - "type": undefined, - }, - }, - ], - "name": "div", - "namespace": "http://www.w3.org/1999/xhtml", - "next": null, - "parent": [Circular], - "prev": Object { - "attribs": Object { - "class": "gio-modal__footer-additional", - }, - "children": Array [], + ], "name": "div", "namespace": "http://www.w3.org/1999/xhtml", - "next": [Circular], + "next": null, "parent": [Circular], "prev": null, "type": "tag", - "x-attribsNamespace": Object { - "class": undefined, - }, - "x-attribsPrefix": Object { - "class": undefined, - }, + "x-attribsNamespace": Object {}, + "x-attribsPrefix": Object {}, }, - "type": "tag", - "x-attribsNamespace": Object {}, - "x-attribsPrefix": Object {}, + ], + "name": "div", + "namespace": "http://www.w3.org/1999/xhtml", + "next": null, + "parent": [Circular], + "prev": [Circular], + "type": "tag", + "x-attribsNamespace": Object { + "class": undefined, }, - ], - "name": "div", - "namespace": "http://www.w3.org/1999/xhtml", - "next": null, + "x-attribsPrefix": Object { + "class": undefined, + }, + }, "parent": [Circular], - "prev": null, + "prev": [Circular], "type": "tag", "x-attribsNamespace": Object { "class": undefined, @@ -40623,51 +13731,86 @@ initialize { "class": undefined, }, }, - ], - "name": "div", - "namespace": "http://www.w3.org/1999/xhtml", - "next": null, - "parent": [Circular], - "prev": Object { + "parent": [Circular], + "prev": null, + "type": "tag", + "x-attribsNamespace": Object { + "aria-label": undefined, + "class": undefined, + "type": undefined, + }, + "x-attribsPrefix": Object { + "aria-label": undefined, + "class": undefined, + "type": undefined, + }, + }, + Object { "attribs": Object { - "class": "gio-modal-body", + "class": "gio-modal-header", }, "children": Array [ Object { - "attribs": Object {}, + "attribs": Object { + "class": "gio-modal-title", + "id": "rcDialogTitle1", + }, "children": Array [ Object { - "data": "Step One", - "next": Object { - "attribs": Object { - "class": "gio-btn gio-btn-text gio-btn-small", - "style": "margin-left: 5px;", - "type": "button", + "attribs": Object { + "class": "gio-modal__title", + }, + "children": Array [ + Object { + "data": "步骤 1", + "next": null, + "parent": [Circular], + "prev": null, + "type": "text", }, - "children": Array [ - Object { - "attribs": Object {}, - "children": Array [ - Object { - "data": "go 2-1", - "next": null, - "parent": [Circular], - "prev": null, - "type": "text", - }, - ], - "name": "span", - "namespace": "http://www.w3.org/1999/xhtml", - "next": null, - "parent": [Circular], - "prev": null, - "type": "tag", - "x-attribsNamespace": Object {}, - "x-attribsPrefix": Object {}, - }, - ], - "name": "button", - "namespace": "http://www.w3.org/1999/xhtml", + ], + "name": "div", + "namespace": "http://www.w3.org/1999/xhtml", + "next": null, + "parent": [Circular], + "prev": null, + "type": "tag", + "x-attribsNamespace": Object { + "class": undefined, + }, + "x-attribsPrefix": Object { + "class": undefined, + }, + }, + ], + "name": "div", + "namespace": "http://www.w3.org/1999/xhtml", + "next": null, + "parent": [Circular], + "prev": null, + "type": "tag", + "x-attribsNamespace": Object { + "class": undefined, + "id": undefined, + }, + "x-attribsPrefix": Object { + "class": undefined, + "id": undefined, + }, + }, + ], + "name": "div", + "namespace": "http://www.w3.org/1999/xhtml", + "next": Object { + "attribs": Object { + "class": "gio-modal-body", + }, + "children": Array [ + Object { + "attribs": Object {}, + "children": Array [ + Object { + "data": "Step One", "next": Object { "attribs": Object { "class": "gio-btn gio-btn-text gio-btn-small", @@ -40679,7 +13822,7 @@ initialize { "attribs": Object {}, "children": Array [ Object { - "data": "go 2-2", + "data": "go 2-1", "next": null, "parent": [Circular], "prev": null, @@ -40698,167 +13841,70 @@ initialize { ], "name": "button", "namespace": "http://www.w3.org/1999/xhtml", - "next": null, - "parent": [Circular], - "prev": [Circular], - "type": "tag", - "x-attribsNamespace": Object { - "class": undefined, - "style": undefined, - "type": undefined, - }, - "x-attribsPrefix": Object { - "class": undefined, - "style": undefined, - "type": undefined, - }, - }, - "parent": [Circular], - "prev": [Circular], - "type": "tag", - "x-attribsNamespace": Object { - "class": undefined, - "style": undefined, - "type": undefined, - }, - "x-attribsPrefix": Object { - "class": undefined, - "style": undefined, - "type": undefined, - }, - }, - "parent": [Circular], - "prev": null, - "type": "text", - }, - Object { - "attribs": Object { - "class": "gio-btn gio-btn-text gio-btn-small", - "style": "margin-left: 5px;", - "type": "button", - }, - "children": Array [ - Object { - "attribs": Object {}, - "children": Array [ - Object { - "data": "go 2-1", - "next": null, - "parent": [Circular], - "prev": null, - "type": "text", + "next": Object { + "attribs": Object { + "class": "gio-btn gio-btn-text gio-btn-small", + "style": "margin-left: 5px;", + "type": "button", }, - ], - "name": "span", - "namespace": "http://www.w3.org/1999/xhtml", - "next": null, - "parent": [Circular], - "prev": null, - "type": "tag", - "x-attribsNamespace": Object {}, - "x-attribsPrefix": Object {}, - }, - ], - "name": "button", - "namespace": "http://www.w3.org/1999/xhtml", - "next": Object { - "attribs": Object { - "class": "gio-btn gio-btn-text gio-btn-small", - "style": "margin-left: 5px;", - "type": "button", - }, - "children": Array [ - Object { - "attribs": Object {}, "children": Array [ Object { - "data": "go 2-2", + "attribs": Object {}, + "children": Array [ + Object { + "data": "go 2-2", + "next": null, + "parent": [Circular], + "prev": null, + "type": "text", + }, + ], + "name": "span", + "namespace": "http://www.w3.org/1999/xhtml", "next": null, "parent": [Circular], "prev": null, - "type": "text", + "type": "tag", + "x-attribsNamespace": Object {}, + "x-attribsPrefix": Object {}, }, ], - "name": "span", + "name": "button", "namespace": "http://www.w3.org/1999/xhtml", "next": null, "parent": [Circular], - "prev": null, + "prev": [Circular], "type": "tag", - "x-attribsNamespace": Object {}, - "x-attribsPrefix": Object {}, - }, - ], - "name": "button", - "namespace": "http://www.w3.org/1999/xhtml", - "next": null, - "parent": [Circular], - "prev": [Circular], - "type": "tag", - "x-attribsNamespace": Object { - "class": undefined, - "style": undefined, - "type": undefined, - }, - "x-attribsPrefix": Object { - "class": undefined, - "style": undefined, - "type": undefined, - }, - }, - "parent": [Circular], - "prev": Object { - "data": "Step One", - "next": [Circular], - "parent": [Circular], - "prev": null, - "type": "text", - }, - "type": "tag", - "x-attribsNamespace": Object { - "class": undefined, - "style": undefined, - "type": undefined, - }, - "x-attribsPrefix": Object { - "class": undefined, - "style": undefined, - "type": undefined, - }, - }, - Object { - "attribs": Object { - "class": "gio-btn gio-btn-text gio-btn-small", - "style": "margin-left: 5px;", - "type": "button", - }, - "children": Array [ - Object { - "attribs": Object {}, - "children": Array [ - Object { - "data": "go 2-2", - "next": null, - "parent": [Circular], - "prev": null, - "type": "text", + "x-attribsNamespace": Object { + "class": undefined, + "style": undefined, + "type": undefined, }, - ], - "name": "span", - "namespace": "http://www.w3.org/1999/xhtml", - "next": null, + "x-attribsPrefix": Object { + "class": undefined, + "style": undefined, + "type": undefined, + }, + }, "parent": [Circular], - "prev": null, + "prev": [Circular], "type": "tag", - "x-attribsNamespace": Object {}, - "x-attribsPrefix": Object {}, + "x-attribsNamespace": Object { + "class": undefined, + "style": undefined, + "type": undefined, + }, + "x-attribsPrefix": Object { + "class": undefined, + "style": undefined, + "type": undefined, + }, }, - ], - "name": "button", - "namespace": "http://www.w3.org/1999/xhtml", - "next": null, - "parent": [Circular], - "prev": Object { + "parent": [Circular], + "prev": null, + "type": "text", + }, + Object { "attribs": Object { "class": "gio-btn gio-btn-text gio-btn-small", "style": "margin-left: 5px;", @@ -40888,7 +13934,51 @@ initialize { ], "name": "button", "namespace": "http://www.w3.org/1999/xhtml", - "next": [Circular], + "next": Object { + "attribs": Object { + "class": "gio-btn gio-btn-text gio-btn-small", + "style": "margin-left: 5px;", + "type": "button", + }, + "children": Array [ + Object { + "attribs": Object {}, + "children": Array [ + Object { + "data": "go 2-2", + "next": null, + "parent": [Circular], + "prev": null, + "type": "text", + }, + ], + "name": "span", + "namespace": "http://www.w3.org/1999/xhtml", + "next": null, + "parent": [Circular], + "prev": null, + "type": "tag", + "x-attribsNamespace": Object {}, + "x-attribsPrefix": Object {}, + }, + ], + "name": "button", + "namespace": "http://www.w3.org/1999/xhtml", + "next": null, + "parent": [Circular], + "prev": [Circular], + "type": "tag", + "x-attribsNamespace": Object { + "class": undefined, + "style": undefined, + "type": undefined, + }, + "x-attribsPrefix": Object { + "class": undefined, + "style": undefined, + "type": undefined, + }, + }, "parent": [Circular], "prev": Object { "data": "Step One", @@ -40904,213 +13994,171 @@ initialize { "type": undefined, }, "x-attribsPrefix": Object { - "class": undefined, - "style": undefined, - "type": undefined, - }, - }, - "type": "tag", - "x-attribsNamespace": Object { - "class": undefined, - "style": undefined, - "type": undefined, - }, - "x-attribsPrefix": Object { - "class": undefined, - "style": undefined, - "type": undefined, - }, - }, - ], - "name": "div", - "namespace": "http://www.w3.org/1999/xhtml", - "next": null, - "parent": [Circular], - "prev": null, - "type": "tag", - "x-attribsNamespace": Object {}, - "x-attribsPrefix": Object {}, - }, - ], - "name": "div", - "namespace": "http://www.w3.org/1999/xhtml", - "next": [Circular], - "parent": [Circular], - "prev": Object { - "attribs": Object { - "class": "gio-modal-header", - }, - "children": Array [ - Object { - "attribs": Object { - "class": "gio-modal-title", - "id": "rcDialogTitle1", - }, - "children": Array [ - Object { - "attribs": Object { - "class": "gio-modal__title", - }, - "children": Array [ - Object { - "data": "步骤 1", - "next": null, - "parent": [Circular], - "prev": null, - "type": "text", - }, - ], - "name": "div", - "namespace": "http://www.w3.org/1999/xhtml", - "next": null, - "parent": [Circular], - "prev": null, - "type": "tag", - "x-attribsNamespace": Object { - "class": undefined, - }, - "x-attribsPrefix": Object { - "class": undefined, - }, - }, - ], - "name": "div", - "namespace": "http://www.w3.org/1999/xhtml", - "next": null, - "parent": [Circular], - "prev": null, - "type": "tag", - "x-attribsNamespace": Object { - "class": undefined, - "id": undefined, - }, - "x-attribsPrefix": Object { - "class": undefined, - "id": undefined, - }, - }, - ], - "name": "div", - "namespace": "http://www.w3.org/1999/xhtml", - "next": [Circular], - "parent": [Circular], - "prev": Object { - "attribs": Object { - "aria-label": "Close", - "class": "gio-modal-close", - "type": "button", - }, - "children": Array [ - Object { - "attribs": Object { - "class": "gio-icon gio-modal__close", - }, - "children": Array [ - Object { - "attribs": Object { - "class": "gio-icon-svg", - "fill": "currentColor", - "height": "1rem", - "viewBox": "0 0 14 14", - "width": "1rem", - }, - "children": Array [ - Object { - "attribs": Object {}, - "children": Array [ - Object { - "attribs": Object {}, - "children": Array [], - "name": "style", - "namespace": "http://www.w3.org/2000/svg", - "next": null, - "parent": [Circular], - "prev": null, - "type": "style", - "x-attribsNamespace": Object {}, - "x-attribsPrefix": Object {}, - }, - ], - "name": "defs", - "namespace": "http://www.w3.org/2000/svg", - "next": Object { - "attribs": Object { - "data-name": "\\\\u56FE\\\\u5C42 2", - "id": "close_svg__\\\\u56FE\\\\u5C42_2", - }, - "children": Array [ - Object { - "attribs": Object { - "data-name": "\\\\u56FE\\\\u5C42 1", - "id": "close_svg__\\\\u56FE\\\\u5C42_1-2", - }, - "children": Array [ - Object { - "attribs": Object { - "d": "M6.62 5.92a.54.54 0 00.76 0l3.87-3.87a.49.49 0 01.7.7L8.08 6.62a.54.54 0 000 .76L12 11.25a.49.49 0 01-.7.7L7.38 8.08a.54.54 0 00-.76 0L2.75 12a.49.49 0 01-.7-.7l3.87-3.92a.54.54 0 000-.76L2.05 2.75a.49.49 0 01.7-.7z", - "fill": "currentColor", - "fill-rule": "evenodd", - "id": "close_svg__close", - }, - "children": Array [], - "name": "path", - "namespace": "http://www.w3.org/2000/svg", - "next": null, - "parent": [Circular], - "prev": null, - "type": "tag", - "x-attribsNamespace": Object { - "d": undefined, - "fill": undefined, - "fill-rule": undefined, - "id": undefined, - }, - "x-attribsPrefix": Object { - "d": undefined, - "fill": undefined, - "fill-rule": undefined, - "id": undefined, - }, - }, - ], - "name": "g", - "namespace": "http://www.w3.org/2000/svg", - "next": null, - "parent": [Circular], - "prev": null, - "type": "tag", - "x-attribsNamespace": Object { - "data-name": undefined, - "id": undefined, - }, - "x-attribsPrefix": Object { - "data-name": undefined, - "id": undefined, - }, - }, - ], - "name": "g", - "namespace": "http://www.w3.org/2000/svg", + "class": undefined, + "style": undefined, + "type": undefined, + }, + }, + Object { + "attribs": Object { + "class": "gio-btn gio-btn-text gio-btn-small", + "style": "margin-left: 5px;", + "type": "button", + }, + "children": Array [ + Object { + "attribs": Object {}, + "children": Array [ + Object { + "data": "go 2-2", "next": null, "parent": [Circular], - "prev": [Circular], - "type": "tag", - "x-attribsNamespace": Object { - "data-name": undefined, - "id": undefined, - }, - "x-attribsPrefix": Object { - "data-name": undefined, - "id": undefined, - }, + "prev": null, + "type": "text", }, + ], + "name": "span", + "namespace": "http://www.w3.org/1999/xhtml", + "next": null, + "parent": [Circular], + "prev": null, + "type": "tag", + "x-attribsNamespace": Object {}, + "x-attribsPrefix": Object {}, + }, + ], + "name": "button", + "namespace": "http://www.w3.org/1999/xhtml", + "next": null, + "parent": [Circular], + "prev": Object { + "attribs": Object { + "class": "gio-btn gio-btn-text gio-btn-small", + "style": "margin-left: 5px;", + "type": "button", + }, + "children": Array [ + Object { + "attribs": Object {}, + "children": Array [ + Object { + "data": "go 2-1", + "next": null, + "parent": [Circular], + "prev": null, + "type": "text", + }, + ], + "name": "span", + "namespace": "http://www.w3.org/1999/xhtml", + "next": null, "parent": [Circular], "prev": null, "type": "tag", "x-attribsNamespace": Object {}, "x-attribsPrefix": Object {}, }, - Object { + ], + "name": "button", + "namespace": "http://www.w3.org/1999/xhtml", + "next": [Circular], + "parent": [Circular], + "prev": Object { + "data": "Step One", + "next": [Circular], + "parent": [Circular], + "prev": null, + "type": "text", + }, + "type": "tag", + "x-attribsNamespace": Object { + "class": undefined, + "style": undefined, + "type": undefined, + }, + "x-attribsPrefix": Object { + "class": undefined, + "style": undefined, + "type": undefined, + }, + }, + "type": "tag", + "x-attribsNamespace": Object { + "class": undefined, + "style": undefined, + "type": undefined, + }, + "x-attribsPrefix": Object { + "class": undefined, + "style": undefined, + "type": undefined, + }, + }, + ], + "name": "div", + "namespace": "http://www.w3.org/1999/xhtml", + "next": null, + "parent": [Circular], + "prev": null, + "type": "tag", + "x-attribsNamespace": Object {}, + "x-attribsPrefix": Object {}, + }, + ], + "name": "div", + "namespace": "http://www.w3.org/1999/xhtml", + "next": null, + "parent": [Circular], + "prev": [Circular], + "type": "tag", + "x-attribsNamespace": Object { + "class": undefined, + }, + "x-attribsPrefix": Object { + "class": undefined, + }, + }, + "parent": [Circular], + "prev": Object { + "attribs": Object { + "aria-label": "Close", + "class": "gio-modal-close", + "type": "button", + }, + "children": Array [ + Object { + "attribs": Object { + "class": "gio-icon gio-modal__close", + }, + "children": Array [ + Object { + "attribs": Object { + "class": "gio-icon-svg", + "fill": "currentColor", + "height": "1rem", + "viewBox": "0 0 14 14", + "width": "1rem", + }, + "children": Array [ + Object { + "attribs": Object {}, + "children": Array [ + Object { + "attribs": Object {}, + "children": Array [], + "name": "style", + "namespace": "http://www.w3.org/2000/svg", + "next": null, + "parent": [Circular], + "prev": null, + "type": "style", + "x-attribsNamespace": Object {}, + "x-attribsPrefix": Object {}, + }, + ], + "name": "defs", + "namespace": "http://www.w3.org/2000/svg", + "next": Object { "attribs": Object { "data-name": "\\\\u56FE\\\\u5C42 2", "id": "close_svg__\\\\u56FE\\\\u5C42_2", @@ -41170,101 +14218,170 @@ initialize { "namespace": "http://www.w3.org/2000/svg", "next": null, "parent": [Circular], - "prev": Object { - "attribs": Object {}, + "prev": [Circular], + "type": "tag", + "x-attribsNamespace": Object { + "data-name": undefined, + "id": undefined, + }, + "x-attribsPrefix": Object { + "data-name": undefined, + "id": undefined, + }, + }, + "parent": [Circular], + "prev": null, + "type": "tag", + "x-attribsNamespace": Object {}, + "x-attribsPrefix": Object {}, + }, + Object { + "attribs": Object { + "data-name": "\\\\u56FE\\\\u5C42 2", + "id": "close_svg__\\\\u56FE\\\\u5C42_2", + }, + "children": Array [ + Object { + "attribs": Object { + "data-name": "\\\\u56FE\\\\u5C42 1", + "id": "close_svg__\\\\u56FE\\\\u5C42_1-2", + }, "children": Array [ Object { - "attribs": Object {}, + "attribs": Object { + "d": "M6.62 5.92a.54.54 0 00.76 0l3.87-3.87a.49.49 0 01.7.7L8.08 6.62a.54.54 0 000 .76L12 11.25a.49.49 0 01-.7.7L7.38 8.08a.54.54 0 00-.76 0L2.75 12a.49.49 0 01-.7-.7l3.87-3.92a.54.54 0 000-.76L2.05 2.75a.49.49 0 01.7-.7z", + "fill": "currentColor", + "fill-rule": "evenodd", + "id": "close_svg__close", + }, "children": Array [], - "name": "style", + "name": "path", "namespace": "http://www.w3.org/2000/svg", "next": null, "parent": [Circular], "prev": null, - "type": "style", - "x-attribsNamespace": Object {}, - "x-attribsPrefix": Object {}, + "type": "tag", + "x-attribsNamespace": Object { + "d": undefined, + "fill": undefined, + "fill-rule": undefined, + "id": undefined, + }, + "x-attribsPrefix": Object { + "d": undefined, + "fill": undefined, + "fill-rule": undefined, + "id": undefined, + }, }, ], - "name": "defs", + "name": "g", "namespace": "http://www.w3.org/2000/svg", - "next": [Circular], + "next": null, "parent": [Circular], "prev": null, "type": "tag", - "x-attribsNamespace": Object {}, - "x-attribsPrefix": Object {}, + "x-attribsNamespace": Object { + "data-name": undefined, + "id": undefined, + }, + "x-attribsPrefix": Object { + "data-name": undefined, + "id": undefined, + }, }, + ], + "name": "g", + "namespace": "http://www.w3.org/2000/svg", + "next": null, + "parent": [Circular], + "prev": Object { + "attribs": Object {}, + "children": Array [ + Object { + "attribs": Object {}, + "children": Array [], + "name": "style", + "namespace": "http://www.w3.org/2000/svg", + "next": null, + "parent": [Circular], + "prev": null, + "type": "style", + "x-attribsNamespace": Object {}, + "x-attribsPrefix": Object {}, + }, + ], + "name": "defs", + "namespace": "http://www.w3.org/2000/svg", + "next": [Circular], + "parent": [Circular], + "prev": null, "type": "tag", - "x-attribsNamespace": Object { - "data-name": undefined, - "id": undefined, - }, - "x-attribsPrefix": Object { - "data-name": undefined, - "id": undefined, - }, + "x-attribsNamespace": Object {}, + "x-attribsPrefix": Object {}, + }, + "type": "tag", + "x-attribsNamespace": Object { + "data-name": undefined, + "id": undefined, + }, + "x-attribsPrefix": Object { + "data-name": undefined, + "id": undefined, }, - ], - "name": "svg", - "namespace": "http://www.w3.org/2000/svg", - "next": null, - "parent": [Circular], - "prev": null, - "type": "tag", - "x-attribsNamespace": Object { - "class": undefined, - "fill": undefined, - "height": undefined, - "viewBox": undefined, - "width": undefined, - }, - "x-attribsPrefix": Object { - "class": undefined, - "fill": undefined, - "height": undefined, - "viewBox": undefined, - "width": undefined, }, + ], + "name": "svg", + "namespace": "http://www.w3.org/2000/svg", + "next": null, + "parent": [Circular], + "prev": null, + "type": "tag", + "x-attribsNamespace": Object { + "class": undefined, + "fill": undefined, + "height": undefined, + "viewBox": undefined, + "width": undefined, + }, + "x-attribsPrefix": Object { + "class": undefined, + "fill": undefined, + "height": undefined, + "viewBox": undefined, + "width": undefined, }, - ], - "name": "span", - "namespace": "http://www.w3.org/1999/xhtml", - "next": null, - "parent": [Circular], - "prev": null, - "type": "tag", - "x-attribsNamespace": Object { - "class": undefined, - }, - "x-attribsPrefix": Object { - "class": undefined, }, + ], + "name": "span", + "namespace": "http://www.w3.org/1999/xhtml", + "next": null, + "parent": [Circular], + "prev": null, + "type": "tag", + "x-attribsNamespace": Object { + "class": undefined, + }, + "x-attribsPrefix": Object { + "class": undefined, }, - ], - "name": "button", - "namespace": "http://www.w3.org/1999/xhtml", - "next": [Circular], - "parent": [Circular], - "prev": null, - "type": "tag", - "x-attribsNamespace": Object { - "aria-label": undefined, - "class": undefined, - "type": undefined, - }, - "x-attribsPrefix": Object { - "aria-label": undefined, - "class": undefined, - "type": undefined, }, - }, + ], + "name": "button", + "namespace": "http://www.w3.org/1999/xhtml", + "next": [Circular], + "parent": [Circular], + "prev": null, "type": "tag", "x-attribsNamespace": Object { + "aria-label": undefined, "class": undefined, + "type": undefined, }, "x-attribsPrefix": Object { + "aria-label": undefined, "class": undefined, + "type": undefined, }, }, "type": "tag", @@ -41275,341 +14392,315 @@ initialize { "class": undefined, }, }, - "type": "tag", - "x-attribsNamespace": Object { - "class": undefined, - }, - "x-attribsPrefix": Object { - "class": undefined, - }, - }, - ], - "name": "div", - "namespace": "http://www.w3.org/1999/xhtml", - "next": Object { - "attribs": Object { - "aria-hidden": "true", - "style": "width: 0px; height: 0px; overflow: hidden; outline: none;", - "tabindex": "0", - }, - "children": Array [], - "name": "div", - "namespace": "http://www.w3.org/1999/xhtml", - "next": null, - "parent": [Circular], - "prev": [Circular], - "type": "tag", - "x-attribsNamespace": Object { - "aria-hidden": undefined, - "style": undefined, - "tabindex": undefined, - }, - "x-attribsPrefix": Object { - "aria-hidden": undefined, - "style": undefined, - "tabindex": undefined, - }, - }, - "parent": [Circular], - "prev": Object { - "attribs": Object { - "aria-hidden": "true", - "style": "width: 0px; height: 0px; overflow: hidden; outline: none;", - "tabindex": "0", - }, - "children": Array [], - "name": "div", - "namespace": "http://www.w3.org/1999/xhtml", - "next": [Circular], - "parent": [Circular], - "prev": null, - "type": "tag", - "x-attribsNamespace": Object { - "aria-hidden": undefined, - "style": undefined, - "tabindex": undefined, - }, - "x-attribsPrefix": Object { - "aria-hidden": undefined, - "style": undefined, - "tabindex": undefined, - }, - }, - "type": "tag", - "x-attribsNamespace": Object { - "class": undefined, - }, - "x-attribsPrefix": Object { - "class": undefined, - }, - }, - Object { - "attribs": Object { - "aria-hidden": "true", - "style": "width: 0px; height: 0px; overflow: hidden; outline: none;", - "tabindex": "0", - }, - "children": Array [], - "name": "div", - "namespace": "http://www.w3.org/1999/xhtml", - "next": null, - "parent": [Circular], - "prev": Object { - "attribs": Object { - "class": "gio-modal-content", - }, - "children": Array [ Object { "attribs": Object { - "aria-label": "Close", - "class": "gio-modal-close", - "type": "button", + "class": "gio-modal-body", }, "children": Array [ Object { - "attribs": Object { - "class": "gio-icon gio-modal__close", - }, + "attribs": Object {}, "children": Array [ + Object { + "data": "Step One", + "next": Object { + "attribs": Object { + "class": "gio-btn gio-btn-text gio-btn-small", + "style": "margin-left: 5px;", + "type": "button", + }, + "children": Array [ + Object { + "attribs": Object {}, + "children": Array [ + Object { + "data": "go 2-1", + "next": null, + "parent": [Circular], + "prev": null, + "type": "text", + }, + ], + "name": "span", + "namespace": "http://www.w3.org/1999/xhtml", + "next": null, + "parent": [Circular], + "prev": null, + "type": "tag", + "x-attribsNamespace": Object {}, + "x-attribsPrefix": Object {}, + }, + ], + "name": "button", + "namespace": "http://www.w3.org/1999/xhtml", + "next": Object { + "attribs": Object { + "class": "gio-btn gio-btn-text gio-btn-small", + "style": "margin-left: 5px;", + "type": "button", + }, + "children": Array [ + Object { + "attribs": Object {}, + "children": Array [ + Object { + "data": "go 2-2", + "next": null, + "parent": [Circular], + "prev": null, + "type": "text", + }, + ], + "name": "span", + "namespace": "http://www.w3.org/1999/xhtml", + "next": null, + "parent": [Circular], + "prev": null, + "type": "tag", + "x-attribsNamespace": Object {}, + "x-attribsPrefix": Object {}, + }, + ], + "name": "button", + "namespace": "http://www.w3.org/1999/xhtml", + "next": null, + "parent": [Circular], + "prev": [Circular], + "type": "tag", + "x-attribsNamespace": Object { + "class": undefined, + "style": undefined, + "type": undefined, + }, + "x-attribsPrefix": Object { + "class": undefined, + "style": undefined, + "type": undefined, + }, + }, + "parent": [Circular], + "prev": [Circular], + "type": "tag", + "x-attribsNamespace": Object { + "class": undefined, + "style": undefined, + "type": undefined, + }, + "x-attribsPrefix": Object { + "class": undefined, + "style": undefined, + "type": undefined, + }, + }, + "parent": [Circular], + "prev": null, + "type": "text", + }, Object { "attribs": Object { - "class": "gio-icon-svg", - "fill": "currentColor", - "height": "1rem", - "viewBox": "0 0 14 14", - "width": "1rem", + "class": "gio-btn gio-btn-text gio-btn-small", + "style": "margin-left: 5px;", + "type": "button", }, "children": Array [ Object { "attribs": Object {}, "children": Array [ Object { - "attribs": Object {}, - "children": Array [], - "name": "style", - "namespace": "http://www.w3.org/2000/svg", + "data": "go 2-1", "next": null, "parent": [Circular], "prev": null, - "type": "style", - "x-attribsNamespace": Object {}, - "x-attribsPrefix": Object {}, + "type": "text", }, ], - "name": "defs", - "namespace": "http://www.w3.org/2000/svg", - "next": Object { - "attribs": Object { - "data-name": "\\\\u56FE\\\\u5C42 2", - "id": "close_svg__\\\\u56FE\\\\u5C42_2", - }, + "name": "span", + "namespace": "http://www.w3.org/1999/xhtml", + "next": null, + "parent": [Circular], + "prev": null, + "type": "tag", + "x-attribsNamespace": Object {}, + "x-attribsPrefix": Object {}, + }, + ], + "name": "button", + "namespace": "http://www.w3.org/1999/xhtml", + "next": Object { + "attribs": Object { + "class": "gio-btn gio-btn-text gio-btn-small", + "style": "margin-left: 5px;", + "type": "button", + }, + "children": Array [ + Object { + "attribs": Object {}, "children": Array [ Object { - "attribs": Object { - "data-name": "\\\\u56FE\\\\u5C42 1", - "id": "close_svg__\\\\u56FE\\\\u5C42_1-2", - }, - "children": Array [ - Object { - "attribs": Object { - "d": "M6.62 5.92a.54.54 0 00.76 0l3.87-3.87a.49.49 0 01.7.7L8.08 6.62a.54.54 0 000 .76L12 11.25a.49.49 0 01-.7.7L7.38 8.08a.54.54 0 00-.76 0L2.75 12a.49.49 0 01-.7-.7l3.87-3.92a.54.54 0 000-.76L2.05 2.75a.49.49 0 01.7-.7z", - "fill": "currentColor", - "fill-rule": "evenodd", - "id": "close_svg__close", - }, - "children": Array [], - "name": "path", - "namespace": "http://www.w3.org/2000/svg", - "next": null, - "parent": [Circular], - "prev": null, - "type": "tag", - "x-attribsNamespace": Object { - "d": undefined, - "fill": undefined, - "fill-rule": undefined, - "id": undefined, - }, - "x-attribsPrefix": Object { - "d": undefined, - "fill": undefined, - "fill-rule": undefined, - "id": undefined, - }, - }, - ], - "name": "g", - "namespace": "http://www.w3.org/2000/svg", + "data": "go 2-2", "next": null, "parent": [Circular], "prev": null, - "type": "tag", - "x-attribsNamespace": Object { - "data-name": undefined, - "id": undefined, - }, - "x-attribsPrefix": Object { - "data-name": undefined, - "id": undefined, - }, + "type": "text", }, ], - "name": "g", - "namespace": "http://www.w3.org/2000/svg", + "name": "span", + "namespace": "http://www.w3.org/1999/xhtml", "next": null, "parent": [Circular], - "prev": [Circular], + "prev": null, "type": "tag", - "x-attribsNamespace": Object { - "data-name": undefined, - "id": undefined, - }, - "x-attribsPrefix": Object { - "data-name": undefined, - "id": undefined, - }, + "x-attribsNamespace": Object {}, + "x-attribsPrefix": Object {}, }, - "parent": [Circular], - "prev": null, - "type": "tag", - "x-attribsNamespace": Object {}, - "x-attribsPrefix": Object {}, + ], + "name": "button", + "namespace": "http://www.w3.org/1999/xhtml", + "next": null, + "parent": [Circular], + "prev": [Circular], + "type": "tag", + "x-attribsNamespace": Object { + "class": undefined, + "style": undefined, + "type": undefined, + }, + "x-attribsPrefix": Object { + "class": undefined, + "style": undefined, + "type": undefined, }, + }, + "parent": [Circular], + "prev": Object { + "data": "Step One", + "next": [Circular], + "parent": [Circular], + "prev": null, + "type": "text", + }, + "type": "tag", + "x-attribsNamespace": Object { + "class": undefined, + "style": undefined, + "type": undefined, + }, + "x-attribsPrefix": Object { + "class": undefined, + "style": undefined, + "type": undefined, + }, + }, + Object { + "attribs": Object { + "class": "gio-btn gio-btn-text gio-btn-small", + "style": "margin-left: 5px;", + "type": "button", + }, + "children": Array [ Object { - "attribs": Object { - "data-name": "\\\\u56FE\\\\u5C42 2", - "id": "close_svg__\\\\u56FE\\\\u5C42_2", - }, - "children": Array [ - Object { - "attribs": Object { - "data-name": "\\\\u56FE\\\\u5C42 1", - "id": "close_svg__\\\\u56FE\\\\u5C42_1-2", - }, - "children": Array [ - Object { - "attribs": Object { - "d": "M6.62 5.92a.54.54 0 00.76 0l3.87-3.87a.49.49 0 01.7.7L8.08 6.62a.54.54 0 000 .76L12 11.25a.49.49 0 01-.7.7L7.38 8.08a.54.54 0 00-.76 0L2.75 12a.49.49 0 01-.7-.7l3.87-3.92a.54.54 0 000-.76L2.05 2.75a.49.49 0 01.7-.7z", - "fill": "currentColor", - "fill-rule": "evenodd", - "id": "close_svg__close", - }, - "children": Array [], - "name": "path", - "namespace": "http://www.w3.org/2000/svg", - "next": null, - "parent": [Circular], - "prev": null, - "type": "tag", - "x-attribsNamespace": Object { - "d": undefined, - "fill": undefined, - "fill-rule": undefined, - "id": undefined, - }, - "x-attribsPrefix": Object { - "d": undefined, - "fill": undefined, - "fill-rule": undefined, - "id": undefined, - }, - }, - ], - "name": "g", - "namespace": "http://www.w3.org/2000/svg", - "next": null, - "parent": [Circular], - "prev": null, - "type": "tag", - "x-attribsNamespace": Object { - "data-name": undefined, - "id": undefined, - }, - "x-attribsPrefix": Object { - "data-name": undefined, - "id": undefined, - }, + "attribs": Object {}, + "children": Array [ + Object { + "data": "go 2-2", + "next": null, + "parent": [Circular], + "prev": null, + "type": "text", }, ], - "name": "g", - "namespace": "http://www.w3.org/2000/svg", + "name": "span", + "namespace": "http://www.w3.org/1999/xhtml", "next": null, "parent": [Circular], - "prev": Object { + "prev": null, + "type": "tag", + "x-attribsNamespace": Object {}, + "x-attribsPrefix": Object {}, + }, + ], + "name": "button", + "namespace": "http://www.w3.org/1999/xhtml", + "next": null, + "parent": [Circular], + "prev": Object { + "attribs": Object { + "class": "gio-btn gio-btn-text gio-btn-small", + "style": "margin-left: 5px;", + "type": "button", + }, + "children": Array [ + Object { "attribs": Object {}, "children": Array [ Object { - "attribs": Object {}, - "children": Array [], - "name": "style", - "namespace": "http://www.w3.org/2000/svg", + "data": "go 2-1", "next": null, "parent": [Circular], "prev": null, - "type": "style", - "x-attribsNamespace": Object {}, - "x-attribsPrefix": Object {}, + "type": "text", }, ], - "name": "defs", - "namespace": "http://www.w3.org/2000/svg", - "next": [Circular], + "name": "span", + "namespace": "http://www.w3.org/1999/xhtml", + "next": null, "parent": [Circular], "prev": null, "type": "tag", "x-attribsNamespace": Object {}, "x-attribsPrefix": Object {}, }, - "type": "tag", - "x-attribsNamespace": Object { - "data-name": undefined, - "id": undefined, - }, - "x-attribsPrefix": Object { - "data-name": undefined, - "id": undefined, - }, + ], + "name": "button", + "namespace": "http://www.w3.org/1999/xhtml", + "next": [Circular], + "parent": [Circular], + "prev": Object { + "data": "Step One", + "next": [Circular], + "parent": [Circular], + "prev": null, + "type": "text", }, - ], - "name": "svg", - "namespace": "http://www.w3.org/2000/svg", - "next": null, - "parent": [Circular], - "prev": null, + "type": "tag", + "x-attribsNamespace": Object { + "class": undefined, + "style": undefined, + "type": undefined, + }, + "x-attribsPrefix": Object { + "class": undefined, + "style": undefined, + "type": undefined, + }, + }, "type": "tag", "x-attribsNamespace": Object { "class": undefined, - "fill": undefined, - "height": undefined, - "viewBox": undefined, - "width": undefined, + "style": undefined, + "type": undefined, }, "x-attribsPrefix": Object { "class": undefined, - "fill": undefined, - "height": undefined, - "viewBox": undefined, - "width": undefined, + "style": undefined, + "type": undefined, }, }, ], - "name": "span", + "name": "div", "namespace": "http://www.w3.org/1999/xhtml", "next": null, "parent": [Circular], "prev": null, "type": "tag", - "x-attribsNamespace": Object { - "class": undefined, - }, - "x-attribsPrefix": Object { - "class": undefined, - }, + "x-attribsNamespace": Object {}, + "x-attribsPrefix": Object {}, }, ], - "name": "button", + "name": "div", "namespace": "http://www.w3.org/1999/xhtml", - "next": Object { + "next": null, + "parent": [Circular], + "prev": Object { "attribs": Object { "class": "gio-modal-header", }, @@ -41665,754 +14756,584 @@ initialize { ], "name": "div", "namespace": "http://www.w3.org/1999/xhtml", - "next": Object { + "next": [Circular], + "parent": [Circular], + "prev": Object { "attribs": Object { - "class": "gio-modal-body", + "aria-label": "Close", + "class": "gio-modal-close", + "type": "button", }, "children": Array [ Object { - "attribs": Object {}, + "attribs": Object { + "class": "gio-icon gio-modal__close", + }, "children": Array [ - Object { - "data": "Step One", - "next": Object { - "attribs": Object { - "class": "gio-btn gio-btn-text gio-btn-small", - "style": "margin-left: 5px;", - "type": "button", - }, - "children": Array [ - Object { - "attribs": Object {}, - "children": Array [ - Object { - "data": "go 2-1", - "next": null, - "parent": [Circular], - "prev": null, - "type": "text", - }, - ], - "name": "span", - "namespace": "http://www.w3.org/1999/xhtml", - "next": null, - "parent": [Circular], - "prev": null, - "type": "tag", - "x-attribsNamespace": Object {}, - "x-attribsPrefix": Object {}, - }, - ], - "name": "button", - "namespace": "http://www.w3.org/1999/xhtml", - "next": Object { - "attribs": Object { - "class": "gio-btn gio-btn-text gio-btn-small", - "style": "margin-left: 5px;", - "type": "button", - }, - "children": Array [ - Object { - "attribs": Object {}, - "children": Array [ - Object { - "data": "go 2-2", - "next": null, - "parent": [Circular], - "prev": null, - "type": "text", - }, - ], - "name": "span", - "namespace": "http://www.w3.org/1999/xhtml", - "next": null, - "parent": [Circular], - "prev": null, - "type": "tag", - "x-attribsNamespace": Object {}, - "x-attribsPrefix": Object {}, - }, - ], - "name": "button", - "namespace": "http://www.w3.org/1999/xhtml", - "next": null, - "parent": [Circular], - "prev": [Circular], - "type": "tag", - "x-attribsNamespace": Object { - "class": undefined, - "style": undefined, - "type": undefined, - }, - "x-attribsPrefix": Object { - "class": undefined, - "style": undefined, - "type": undefined, - }, - }, - "parent": [Circular], - "prev": [Circular], - "type": "tag", - "x-attribsNamespace": Object { - "class": undefined, - "style": undefined, - "type": undefined, - }, - "x-attribsPrefix": Object { - "class": undefined, - "style": undefined, - "type": undefined, - }, - }, - "parent": [Circular], - "prev": null, - "type": "text", - }, Object { "attribs": Object { - "class": "gio-btn gio-btn-text gio-btn-small", - "style": "margin-left: 5px;", - "type": "button", + "class": "gio-icon-svg", + "fill": "currentColor", + "height": "1rem", + "viewBox": "0 0 14 14", + "width": "1rem", }, "children": Array [ Object { "attribs": Object {}, "children": Array [ Object { - "data": "go 2-1", - "next": null, - "parent": [Circular], - "prev": null, - "type": "text", - }, - ], - "name": "span", - "namespace": "http://www.w3.org/1999/xhtml", - "next": null, - "parent": [Circular], - "prev": null, - "type": "tag", - "x-attribsNamespace": Object {}, - "x-attribsPrefix": Object {}, - }, - ], - "name": "button", - "namespace": "http://www.w3.org/1999/xhtml", - "next": Object { - "attribs": Object { - "class": "gio-btn gio-btn-text gio-btn-small", - "style": "margin-left: 5px;", - "type": "button", - }, - "children": Array [ - Object { - "attribs": Object {}, + "attribs": Object {}, + "children": Array [], + "name": "style", + "namespace": "http://www.w3.org/2000/svg", + "next": null, + "parent": [Circular], + "prev": null, + "type": "style", + "x-attribsNamespace": Object {}, + "x-attribsPrefix": Object {}, + }, + ], + "name": "defs", + "namespace": "http://www.w3.org/2000/svg", + "next": Object { + "attribs": Object { + "data-name": "\\\\u56FE\\\\u5C42 2", + "id": "close_svg__\\\\u56FE\\\\u5C42_2", + }, "children": Array [ Object { - "data": "go 2-2", + "attribs": Object { + "data-name": "\\\\u56FE\\\\u5C42 1", + "id": "close_svg__\\\\u56FE\\\\u5C42_1-2", + }, + "children": Array [ + Object { + "attribs": Object { + "d": "M6.62 5.92a.54.54 0 00.76 0l3.87-3.87a.49.49 0 01.7.7L8.08 6.62a.54.54 0 000 .76L12 11.25a.49.49 0 01-.7.7L7.38 8.08a.54.54 0 00-.76 0L2.75 12a.49.49 0 01-.7-.7l3.87-3.92a.54.54 0 000-.76L2.05 2.75a.49.49 0 01.7-.7z", + "fill": "currentColor", + "fill-rule": "evenodd", + "id": "close_svg__close", + }, + "children": Array [], + "name": "path", + "namespace": "http://www.w3.org/2000/svg", + "next": null, + "parent": [Circular], + "prev": null, + "type": "tag", + "x-attribsNamespace": Object { + "d": undefined, + "fill": undefined, + "fill-rule": undefined, + "id": undefined, + }, + "x-attribsPrefix": Object { + "d": undefined, + "fill": undefined, + "fill-rule": undefined, + "id": undefined, + }, + }, + ], + "name": "g", + "namespace": "http://www.w3.org/2000/svg", "next": null, "parent": [Circular], "prev": null, - "type": "text", + "type": "tag", + "x-attribsNamespace": Object { + "data-name": undefined, + "id": undefined, + }, + "x-attribsPrefix": Object { + "data-name": undefined, + "id": undefined, + }, }, ], - "name": "span", - "namespace": "http://www.w3.org/1999/xhtml", + "name": "g", + "namespace": "http://www.w3.org/2000/svg", "next": null, "parent": [Circular], - "prev": null, + "prev": [Circular], "type": "tag", - "x-attribsNamespace": Object {}, - "x-attribsPrefix": Object {}, + "x-attribsNamespace": Object { + "data-name": undefined, + "id": undefined, + }, + "x-attribsPrefix": Object { + "data-name": undefined, + "id": undefined, + }, }, - ], - "name": "button", - "namespace": "http://www.w3.org/1999/xhtml", - "next": null, - "parent": [Circular], - "prev": [Circular], - "type": "tag", - "x-attribsNamespace": Object { - "class": undefined, - "style": undefined, - "type": undefined, - }, - "x-attribsPrefix": Object { - "class": undefined, - "style": undefined, - "type": undefined, + "parent": [Circular], + "prev": null, + "type": "tag", + "x-attribsNamespace": Object {}, + "x-attribsPrefix": Object {}, }, - }, - "parent": [Circular], - "prev": Object { - "data": "Step One", - "next": [Circular], - "parent": [Circular], - "prev": null, - "type": "text", - }, - "type": "tag", - "x-attribsNamespace": Object { - "class": undefined, - "style": undefined, - "type": undefined, - }, - "x-attribsPrefix": Object { - "class": undefined, - "style": undefined, - "type": undefined, - }, - }, - Object { - "attribs": Object { - "class": "gio-btn gio-btn-text gio-btn-small", - "style": "margin-left: 5px;", - "type": "button", - }, - "children": Array [ Object { - "attribs": Object {}, + "attribs": Object { + "data-name": "\\\\u56FE\\\\u5C42 2", + "id": "close_svg__\\\\u56FE\\\\u5C42_2", + }, "children": Array [ Object { - "data": "go 2-2", + "attribs": Object { + "data-name": "\\\\u56FE\\\\u5C42 1", + "id": "close_svg__\\\\u56FE\\\\u5C42_1-2", + }, + "children": Array [ + Object { + "attribs": Object { + "d": "M6.62 5.92a.54.54 0 00.76 0l3.87-3.87a.49.49 0 01.7.7L8.08 6.62a.54.54 0 000 .76L12 11.25a.49.49 0 01-.7.7L7.38 8.08a.54.54 0 00-.76 0L2.75 12a.49.49 0 01-.7-.7l3.87-3.92a.54.54 0 000-.76L2.05 2.75a.49.49 0 01.7-.7z", + "fill": "currentColor", + "fill-rule": "evenodd", + "id": "close_svg__close", + }, + "children": Array [], + "name": "path", + "namespace": "http://www.w3.org/2000/svg", + "next": null, + "parent": [Circular], + "prev": null, + "type": "tag", + "x-attribsNamespace": Object { + "d": undefined, + "fill": undefined, + "fill-rule": undefined, + "id": undefined, + }, + "x-attribsPrefix": Object { + "d": undefined, + "fill": undefined, + "fill-rule": undefined, + "id": undefined, + }, + }, + ], + "name": "g", + "namespace": "http://www.w3.org/2000/svg", "next": null, "parent": [Circular], "prev": null, - "type": "text", + "type": "tag", + "x-attribsNamespace": Object { + "data-name": undefined, + "id": undefined, + }, + "x-attribsPrefix": Object { + "data-name": undefined, + "id": undefined, + }, }, ], - "name": "span", - "namespace": "http://www.w3.org/1999/xhtml", + "name": "g", + "namespace": "http://www.w3.org/2000/svg", "next": null, "parent": [Circular], - "prev": null, - "type": "tag", - "x-attribsNamespace": Object {}, - "x-attribsPrefix": Object {}, - }, - ], - "name": "button", - "namespace": "http://www.w3.org/1999/xhtml", - "next": null, - "parent": [Circular], - "prev": Object { - "attribs": Object { - "class": "gio-btn gio-btn-text gio-btn-small", - "style": "margin-left: 5px;", - "type": "button", - }, - "children": Array [ - Object { + "prev": Object { "attribs": Object {}, "children": Array [ Object { - "data": "go 2-1", + "attribs": Object {}, + "children": Array [], + "name": "style", + "namespace": "http://www.w3.org/2000/svg", "next": null, "parent": [Circular], "prev": null, - "type": "text", + "type": "style", + "x-attribsNamespace": Object {}, + "x-attribsPrefix": Object {}, }, ], - "name": "span", - "namespace": "http://www.w3.org/1999/xhtml", - "next": null, + "name": "defs", + "namespace": "http://www.w3.org/2000/svg", + "next": [Circular], "parent": [Circular], "prev": null, "type": "tag", "x-attribsNamespace": Object {}, "x-attribsPrefix": Object {}, }, - ], - "name": "button", - "namespace": "http://www.w3.org/1999/xhtml", - "next": [Circular], - "parent": [Circular], - "prev": Object { - "data": "Step One", - "next": [Circular], - "parent": [Circular], - "prev": null, - "type": "text", - }, - "type": "tag", - "x-attribsNamespace": Object { - "class": undefined, - "style": undefined, - "type": undefined, - }, - "x-attribsPrefix": Object { - "class": undefined, - "style": undefined, - "type": undefined, + "type": "tag", + "x-attribsNamespace": Object { + "data-name": undefined, + "id": undefined, + }, + "x-attribsPrefix": Object { + "data-name": undefined, + "id": undefined, + }, }, - }, + ], + "name": "svg", + "namespace": "http://www.w3.org/2000/svg", + "next": null, + "parent": [Circular], + "prev": null, "type": "tag", "x-attribsNamespace": Object { "class": undefined, - "style": undefined, - "type": undefined, + "fill": undefined, + "height": undefined, + "viewBox": undefined, + "width": undefined, }, "x-attribsPrefix": Object { "class": undefined, - "style": undefined, - "type": undefined, + "fill": undefined, + "height": undefined, + "viewBox": undefined, + "width": undefined, }, }, ], - "name": "div", + "name": "span", "namespace": "http://www.w3.org/1999/xhtml", "next": null, "parent": [Circular], "prev": null, "type": "tag", - "x-attribsNamespace": Object {}, - "x-attribsPrefix": Object {}, + "x-attribsNamespace": Object { + "class": undefined, + }, + "x-attribsPrefix": Object { + "class": undefined, + }, }, ], - "name": "div", + "name": "button", "namespace": "http://www.w3.org/1999/xhtml", - "next": Object { + "next": [Circular], + "parent": [Circular], + "prev": null, + "type": "tag", + "x-attribsNamespace": Object { + "aria-label": undefined, + "class": undefined, + "type": undefined, + }, + "x-attribsPrefix": Object { + "aria-label": undefined, + "class": undefined, + "type": undefined, + }, + }, + "type": "tag", + "x-attribsNamespace": Object { + "class": undefined, + }, + "x-attribsPrefix": Object { + "class": undefined, + }, + }, + "type": "tag", + "x-attribsNamespace": Object { + "class": undefined, + }, + "x-attribsPrefix": Object { + "class": undefined, + }, + }, + ], + "name": "div", + "namespace": "http://www.w3.org/1999/xhtml", + "next": Object { + "attribs": Object { + "aria-hidden": "true", + "style": "width: 0px; height: 0px; overflow: hidden; outline: none;", + "tabindex": "0", + }, + "children": Array [], + "name": "div", + "namespace": "http://www.w3.org/1999/xhtml", + "next": null, + "parent": [Circular], + "prev": [Circular], + "type": "tag", + "x-attribsNamespace": Object { + "aria-hidden": undefined, + "style": undefined, + "tabindex": undefined, + }, + "x-attribsPrefix": Object { + "aria-hidden": undefined, + "style": undefined, + "tabindex": undefined, + }, + }, + "parent": [Circular], + "prev": [Circular], + "type": "tag", + "x-attribsNamespace": Object { + "class": undefined, + }, + "x-attribsPrefix": Object { + "class": undefined, + }, + }, + "parent": [Circular], + "prev": null, + "type": "tag", + "x-attribsNamespace": Object { + "aria-hidden": undefined, + "style": undefined, + "tabindex": undefined, + }, + "x-attribsPrefix": Object { + "aria-hidden": undefined, + "style": undefined, + "tabindex": undefined, + }, + }, + Object { + "attribs": Object { + "class": "gio-modal-content", + }, + "children": Array [ + Object { + "attribs": Object { + "aria-label": "Close", + "class": "gio-modal-close", + "type": "button", + }, + "children": Array [ + Object { + "attribs": Object { + "class": "gio-icon gio-modal__close", + }, + "children": Array [ + Object { "attribs": Object { - "class": "gio-modal-footer", + "class": "gio-icon-svg", + "fill": "currentColor", + "height": "1rem", + "viewBox": "0 0 14 14", + "width": "1rem", }, "children": Array [ Object { - "attribs": Object { - "class": "gio-modal__footer", - }, + "attribs": Object {}, "children": Array [ Object { - "attribs": Object { - "class": "gio-modal__footer-additional", - }, + "attribs": Object {}, "children": Array [], - "name": "div", - "namespace": "http://www.w3.org/1999/xhtml", - "next": Object { - "attribs": Object {}, - "children": Array [ - Object { - "attribs": Object { - "class": "gio-btn gio-modal__btn-close gio-btn-secondary", - "type": "button", - }, - "children": Array [ - Object { - "attribs": Object {}, - "children": Array [ - Object { - "data": "取 消", - "next": null, - "parent": [Circular], - "prev": null, - "type": "text", - }, - ], - "name": "span", - "namespace": "http://www.w3.org/1999/xhtml", - "next": null, - "parent": [Circular], - "prev": null, - "type": "tag", - "x-attribsNamespace": Object {}, - "x-attribsPrefix": Object {}, - }, - ], - "name": "button", - "namespace": "http://www.w3.org/1999/xhtml", - "next": Object { - "attribs": Object { - "class": "gio-btn gio-modal__btn-ok gio-btn-primary", - "type": "button", - }, - "children": Array [ - Object { - "attribs": Object {}, - "children": Array [ - Object { - "data": "下一步", - "next": null, - "parent": [Circular], - "prev": null, - "type": "text", - }, - ], - "name": "span", - "namespace": "http://www.w3.org/1999/xhtml", - "next": null, - "parent": [Circular], - "prev": null, - "type": "tag", - "x-attribsNamespace": Object {}, - "x-attribsPrefix": Object {}, - }, - ], - "name": "button", - "namespace": "http://www.w3.org/1999/xhtml", - "next": null, - "parent": [Circular], - "prev": [Circular], - "type": "tag", - "x-attribsNamespace": Object { - "class": undefined, - "type": undefined, - }, - "x-attribsPrefix": Object { - "class": undefined, - "type": undefined, - }, - }, - "parent": [Circular], - "prev": null, - "type": "tag", - "x-attribsNamespace": Object { - "class": undefined, - "type": undefined, - }, - "x-attribsPrefix": Object { - "class": undefined, - "type": undefined, - }, - }, - Object { - "attribs": Object { - "class": "gio-btn gio-modal__btn-ok gio-btn-primary", - "type": "button", - }, - "children": Array [ - Object { - "attribs": Object {}, - "children": Array [ - Object { - "data": "下一步", - "next": null, - "parent": [Circular], - "prev": null, - "type": "text", - }, - ], - "name": "span", - "namespace": "http://www.w3.org/1999/xhtml", - "next": null, - "parent": [Circular], - "prev": null, - "type": "tag", - "x-attribsNamespace": Object {}, - "x-attribsPrefix": Object {}, - }, - ], - "name": "button", - "namespace": "http://www.w3.org/1999/xhtml", - "next": null, - "parent": [Circular], - "prev": Object { - "attribs": Object { - "class": "gio-btn gio-modal__btn-close gio-btn-secondary", - "type": "button", - }, - "children": Array [ - Object { - "attribs": Object {}, - "children": Array [ - Object { - "data": "取 消", - "next": null, - "parent": [Circular], - "prev": null, - "type": "text", - }, - ], - "name": "span", - "namespace": "http://www.w3.org/1999/xhtml", - "next": null, - "parent": [Circular], - "prev": null, - "type": "tag", - "x-attribsNamespace": Object {}, - "x-attribsPrefix": Object {}, - }, - ], - "name": "button", - "namespace": "http://www.w3.org/1999/xhtml", - "next": [Circular], - "parent": [Circular], - "prev": null, - "type": "tag", - "x-attribsNamespace": Object { - "class": undefined, - "type": undefined, - }, - "x-attribsPrefix": Object { - "class": undefined, - "type": undefined, - }, + "name": "style", + "namespace": "http://www.w3.org/2000/svg", + "next": null, + "parent": [Circular], + "prev": null, + "type": "style", + "x-attribsNamespace": Object {}, + "x-attribsPrefix": Object {}, + }, + ], + "name": "defs", + "namespace": "http://www.w3.org/2000/svg", + "next": Object { + "attribs": Object { + "data-name": "\\\\u56FE\\\\u5C42 2", + "id": "close_svg__\\\\u56FE\\\\u5C42_2", + }, + "children": Array [ + Object { + "attribs": Object { + "data-name": "\\\\u56FE\\\\u5C42 1", + "id": "close_svg__\\\\u56FE\\\\u5C42_1-2", + }, + "children": Array [ + Object { + "attribs": Object { + "d": "M6.62 5.92a.54.54 0 00.76 0l3.87-3.87a.49.49 0 01.7.7L8.08 6.62a.54.54 0 000 .76L12 11.25a.49.49 0 01-.7.7L7.38 8.08a.54.54 0 00-.76 0L2.75 12a.49.49 0 01-.7-.7l3.87-3.92a.54.54 0 000-.76L2.05 2.75a.49.49 0 01.7-.7z", + "fill": "currentColor", + "fill-rule": "evenodd", + "id": "close_svg__close", }, + "children": Array [], + "name": "path", + "namespace": "http://www.w3.org/2000/svg", + "next": null, + "parent": [Circular], + "prev": null, "type": "tag", "x-attribsNamespace": Object { - "class": undefined, - "type": undefined, + "d": undefined, + "fill": undefined, + "fill-rule": undefined, + "id": undefined, }, "x-attribsPrefix": Object { - "class": undefined, - "type": undefined, + "d": undefined, + "fill": undefined, + "fill-rule": undefined, + "id": undefined, }, }, ], - "name": "div", - "namespace": "http://www.w3.org/1999/xhtml", + "name": "g", + "namespace": "http://www.w3.org/2000/svg", "next": null, "parent": [Circular], - "prev": [Circular], + "prev": null, "type": "tag", - "x-attribsNamespace": Object {}, - "x-attribsPrefix": Object {}, - }, - "parent": [Circular], - "prev": null, - "type": "tag", - "x-attribsNamespace": Object { - "class": undefined, - }, - "x-attribsPrefix": Object { - "class": undefined, + "x-attribsNamespace": Object { + "data-name": undefined, + "id": undefined, + }, + "x-attribsPrefix": Object { + "data-name": undefined, + "id": undefined, + }, }, + ], + "name": "g", + "namespace": "http://www.w3.org/2000/svg", + "next": null, + "parent": [Circular], + "prev": [Circular], + "type": "tag", + "x-attribsNamespace": Object { + "data-name": undefined, + "id": undefined, + }, + "x-attribsPrefix": Object { + "data-name": undefined, + "id": undefined, }, + }, + "parent": [Circular], + "prev": null, + "type": "tag", + "x-attribsNamespace": Object {}, + "x-attribsPrefix": Object {}, + }, + Object { + "attribs": Object { + "data-name": "\\\\u56FE\\\\u5C42 2", + "id": "close_svg__\\\\u56FE\\\\u5C42_2", + }, + "children": Array [ Object { - "attribs": Object {}, + "attribs": Object { + "data-name": "\\\\u56FE\\\\u5C42 1", + "id": "close_svg__\\\\u56FE\\\\u5C42_1-2", + }, "children": Array [ Object { "attribs": Object { - "class": "gio-btn gio-modal__btn-close gio-btn-secondary", - "type": "button", - }, - "children": Array [ - Object { - "attribs": Object {}, - "children": Array [ - Object { - "data": "取 消", - "next": null, - "parent": [Circular], - "prev": null, - "type": "text", - }, - ], - "name": "span", - "namespace": "http://www.w3.org/1999/xhtml", - "next": null, - "parent": [Circular], - "prev": null, - "type": "tag", - "x-attribsNamespace": Object {}, - "x-attribsPrefix": Object {}, - }, - ], - "name": "button", - "namespace": "http://www.w3.org/1999/xhtml", - "next": Object { - "attribs": Object { - "class": "gio-btn gio-modal__btn-ok gio-btn-primary", - "type": "button", - }, - "children": Array [ - Object { - "attribs": Object {}, - "children": Array [ - Object { - "data": "下一步", - "next": null, - "parent": [Circular], - "prev": null, - "type": "text", - }, - ], - "name": "span", - "namespace": "http://www.w3.org/1999/xhtml", - "next": null, - "parent": [Circular], - "prev": null, - "type": "tag", - "x-attribsNamespace": Object {}, - "x-attribsPrefix": Object {}, - }, - ], - "name": "button", - "namespace": "http://www.w3.org/1999/xhtml", - "next": null, - "parent": [Circular], - "prev": [Circular], - "type": "tag", - "x-attribsNamespace": Object { - "class": undefined, - "type": undefined, - }, - "x-attribsPrefix": Object { - "class": undefined, - "type": undefined, - }, - }, - "parent": [Circular], - "prev": null, - "type": "tag", - "x-attribsNamespace": Object { - "class": undefined, - "type": undefined, - }, - "x-attribsPrefix": Object { - "class": undefined, - "type": undefined, - }, - }, - Object { - "attribs": Object { - "class": "gio-btn gio-modal__btn-ok gio-btn-primary", - "type": "button", + "d": "M6.62 5.92a.54.54 0 00.76 0l3.87-3.87a.49.49 0 01.7.7L8.08 6.62a.54.54 0 000 .76L12 11.25a.49.49 0 01-.7.7L7.38 8.08a.54.54 0 00-.76 0L2.75 12a.49.49 0 01-.7-.7l3.87-3.92a.54.54 0 000-.76L2.05 2.75a.49.49 0 01.7-.7z", + "fill": "currentColor", + "fill-rule": "evenodd", + "id": "close_svg__close", }, - "children": Array [ - Object { - "attribs": Object {}, - "children": Array [ - Object { - "data": "下一步", - "next": null, - "parent": [Circular], - "prev": null, - "type": "text", - }, - ], - "name": "span", - "namespace": "http://www.w3.org/1999/xhtml", - "next": null, - "parent": [Circular], - "prev": null, - "type": "tag", - "x-attribsNamespace": Object {}, - "x-attribsPrefix": Object {}, - }, - ], - "name": "button", - "namespace": "http://www.w3.org/1999/xhtml", + "children": Array [], + "name": "path", + "namespace": "http://www.w3.org/2000/svg", "next": null, "parent": [Circular], - "prev": Object { - "attribs": Object { - "class": "gio-btn gio-modal__btn-close gio-btn-secondary", - "type": "button", - }, - "children": Array [ - Object { - "attribs": Object {}, - "children": Array [ - Object { - "data": "取 消", - "next": null, - "parent": [Circular], - "prev": null, - "type": "text", - }, - ], - "name": "span", - "namespace": "http://www.w3.org/1999/xhtml", - "next": null, - "parent": [Circular], - "prev": null, - "type": "tag", - "x-attribsNamespace": Object {}, - "x-attribsPrefix": Object {}, - }, - ], - "name": "button", - "namespace": "http://www.w3.org/1999/xhtml", - "next": [Circular], - "parent": [Circular], - "prev": null, - "type": "tag", - "x-attribsNamespace": Object { - "class": undefined, - "type": undefined, - }, - "x-attribsPrefix": Object { - "class": undefined, - "type": undefined, - }, - }, + "prev": null, "type": "tag", "x-attribsNamespace": Object { - "class": undefined, - "type": undefined, + "d": undefined, + "fill": undefined, + "fill-rule": undefined, + "id": undefined, }, "x-attribsPrefix": Object { - "class": undefined, - "type": undefined, + "d": undefined, + "fill": undefined, + "fill-rule": undefined, + "id": undefined, }, }, ], - "name": "div", - "namespace": "http://www.w3.org/1999/xhtml", + "name": "g", + "namespace": "http://www.w3.org/2000/svg", "next": null, "parent": [Circular], - "prev": Object { - "attribs": Object { - "class": "gio-modal__footer-additional", - }, - "children": Array [], - "name": "div", - "namespace": "http://www.w3.org/1999/xhtml", - "next": [Circular], - "parent": [Circular], - "prev": null, - "type": "tag", - "x-attribsNamespace": Object { - "class": undefined, - }, - "x-attribsPrefix": Object { - "class": undefined, - }, - }, + "prev": null, "type": "tag", - "x-attribsNamespace": Object {}, - "x-attribsPrefix": Object {}, + "x-attribsNamespace": Object { + "data-name": undefined, + "id": undefined, + }, + "x-attribsPrefix": Object { + "data-name": undefined, + "id": undefined, + }, }, ], - "name": "div", - "namespace": "http://www.w3.org/1999/xhtml", + "name": "g", + "namespace": "http://www.w3.org/2000/svg", "next": null, "parent": [Circular], - "prev": null, + "prev": Object { + "attribs": Object {}, + "children": Array [ + Object { + "attribs": Object {}, + "children": Array [], + "name": "style", + "namespace": "http://www.w3.org/2000/svg", + "next": null, + "parent": [Circular], + "prev": null, + "type": "style", + "x-attribsNamespace": Object {}, + "x-attribsPrefix": Object {}, + }, + ], + "name": "defs", + "namespace": "http://www.w3.org/2000/svg", + "next": [Circular], + "parent": [Circular], + "prev": null, + "type": "tag", + "x-attribsNamespace": Object {}, + "x-attribsPrefix": Object {}, + }, "type": "tag", "x-attribsNamespace": Object { - "class": undefined, + "data-name": undefined, + "id": undefined, }, "x-attribsPrefix": Object { - "class": undefined, + "data-name": undefined, + "id": undefined, }, }, ], - "name": "div", - "namespace": "http://www.w3.org/1999/xhtml", + "name": "svg", + "namespace": "http://www.w3.org/2000/svg", "next": null, "parent": [Circular], - "prev": [Circular], + "prev": null, "type": "tag", "x-attribsNamespace": Object { "class": undefined, + "fill": undefined, + "height": undefined, + "viewBox": undefined, + "width": undefined, }, "x-attribsPrefix": Object { "class": undefined, + "fill": undefined, + "height": undefined, + "viewBox": undefined, + "width": undefined, }, }, - "parent": [Circular], - "prev": [Circular], - "type": "tag", - "x-attribsNamespace": Object { - "class": undefined, - }, - "x-attribsPrefix": Object { - "class": undefined, - }, - }, + ], + "name": "span", + "namespace": "http://www.w3.org/1999/xhtml", + "next": null, "parent": [Circular], - "prev": [Circular], + "prev": null, "type": "tag", "x-attribsNamespace": Object { "class": undefined, @@ -42421,21 +15342,10 @@ initialize { "class": undefined, }, }, - "parent": [Circular], - "prev": null, - "type": "tag", - "x-attribsNamespace": Object { - "aria-label": undefined, - "class": undefined, - "type": undefined, - }, - "x-attribsPrefix": Object { - "aria-label": undefined, - "class": undefined, - "type": undefined, - }, - }, - Object { + ], + "name": "button", + "namespace": "http://www.w3.org/1999/xhtml", + "next": Object { "attribs": Object { "class": "gio-modal-header", }, @@ -42700,7 +15610,216 @@ initialize { "attribs": Object {}, "children": Array [ Object { - "data": "go 2-2", + "data": "go 2-2", + "next": null, + "parent": [Circular], + "prev": null, + "type": "text", + }, + ], + "name": "span", + "namespace": "http://www.w3.org/1999/xhtml", + "next": null, + "parent": [Circular], + "prev": null, + "type": "tag", + "x-attribsNamespace": Object {}, + "x-attribsPrefix": Object {}, + }, + ], + "name": "button", + "namespace": "http://www.w3.org/1999/xhtml", + "next": null, + "parent": [Circular], + "prev": Object { + "attribs": Object { + "class": "gio-btn gio-btn-text gio-btn-small", + "style": "margin-left: 5px;", + "type": "button", + }, + "children": Array [ + Object { + "attribs": Object {}, + "children": Array [ + Object { + "data": "go 2-1", + "next": null, + "parent": [Circular], + "prev": null, + "type": "text", + }, + ], + "name": "span", + "namespace": "http://www.w3.org/1999/xhtml", + "next": null, + "parent": [Circular], + "prev": null, + "type": "tag", + "x-attribsNamespace": Object {}, + "x-attribsPrefix": Object {}, + }, + ], + "name": "button", + "namespace": "http://www.w3.org/1999/xhtml", + "next": [Circular], + "parent": [Circular], + "prev": Object { + "data": "Step One", + "next": [Circular], + "parent": [Circular], + "prev": null, + "type": "text", + }, + "type": "tag", + "x-attribsNamespace": Object { + "class": undefined, + "style": undefined, + "type": undefined, + }, + "x-attribsPrefix": Object { + "class": undefined, + "style": undefined, + "type": undefined, + }, + }, + "type": "tag", + "x-attribsNamespace": Object { + "class": undefined, + "style": undefined, + "type": undefined, + }, + "x-attribsPrefix": Object { + "class": undefined, + "style": undefined, + "type": undefined, + }, + }, + ], + "name": "div", + "namespace": "http://www.w3.org/1999/xhtml", + "next": null, + "parent": [Circular], + "prev": null, + "type": "tag", + "x-attribsNamespace": Object {}, + "x-attribsPrefix": Object {}, + }, + ], + "name": "div", + "namespace": "http://www.w3.org/1999/xhtml", + "next": null, + "parent": [Circular], + "prev": [Circular], + "type": "tag", + "x-attribsNamespace": Object { + "class": undefined, + }, + "x-attribsPrefix": Object { + "class": undefined, + }, + }, + "parent": [Circular], + "prev": [Circular], + "type": "tag", + "x-attribsNamespace": Object { + "class": undefined, + }, + "x-attribsPrefix": Object { + "class": undefined, + }, + }, + "parent": [Circular], + "prev": null, + "type": "tag", + "x-attribsNamespace": Object { + "aria-label": undefined, + "class": undefined, + "type": undefined, + }, + "x-attribsPrefix": Object { + "aria-label": undefined, + "class": undefined, + "type": undefined, + }, + }, + Object { + "attribs": Object { + "class": "gio-modal-header", + }, + "children": Array [ + Object { + "attribs": Object { + "class": "gio-modal-title", + "id": "rcDialogTitle1", + }, + "children": Array [ + Object { + "attribs": Object { + "class": "gio-modal__title", + }, + "children": Array [ + Object { + "data": "步骤 1", + "next": null, + "parent": [Circular], + "prev": null, + "type": "text", + }, + ], + "name": "div", + "namespace": "http://www.w3.org/1999/xhtml", + "next": null, + "parent": [Circular], + "prev": null, + "type": "tag", + "x-attribsNamespace": Object { + "class": undefined, + }, + "x-attribsPrefix": Object { + "class": undefined, + }, + }, + ], + "name": "div", + "namespace": "http://www.w3.org/1999/xhtml", + "next": null, + "parent": [Circular], + "prev": null, + "type": "tag", + "x-attribsNamespace": Object { + "class": undefined, + "id": undefined, + }, + "x-attribsPrefix": Object { + "class": undefined, + "id": undefined, + }, + }, + ], + "name": "div", + "namespace": "http://www.w3.org/1999/xhtml", + "next": Object { + "attribs": Object { + "class": "gio-modal-body", + }, + "children": Array [ + Object { + "attribs": Object {}, + "children": Array [ + Object { + "data": "Step One", + "next": Object { + "attribs": Object { + "class": "gio-btn gio-btn-text gio-btn-small", + "style": "margin-left: 5px;", + "type": "button", + }, + "children": Array [ + Object { + "attribs": Object {}, + "children": Array [ + Object { + "data": "go 2-1", "next": null, "parent": [Circular], "prev": null, @@ -42719,9 +15838,7 @@ initialize { ], "name": "button", "namespace": "http://www.w3.org/1999/xhtml", - "next": null, - "parent": [Circular], - "prev": Object { + "next": Object { "attribs": Object { "class": "gio-btn gio-btn-text gio-btn-small", "style": "margin-left: 5px;", @@ -42732,7 +15849,7 @@ initialize { "attribs": Object {}, "children": Array [ Object { - "data": "go 2-1", + "data": "go 2-2", "next": null, "parent": [Circular], "prev": null, @@ -42748,469 +15865,230 @@ initialize { "x-attribsNamespace": Object {}, "x-attribsPrefix": Object {}, }, - ], - "name": "button", - "namespace": "http://www.w3.org/1999/xhtml", - "next": [Circular], - "parent": [Circular], - "prev": Object { - "data": "Step One", - "next": [Circular], - "parent": [Circular], - "prev": null, - "type": "text", - }, - "type": "tag", - "x-attribsNamespace": Object { - "class": undefined, - "style": undefined, - "type": undefined, - }, - "x-attribsPrefix": Object { - "class": undefined, - "style": undefined, - "type": undefined, - }, - }, - "type": "tag", - "x-attribsNamespace": Object { - "class": undefined, - "style": undefined, - "type": undefined, - }, - "x-attribsPrefix": Object { - "class": undefined, - "style": undefined, - "type": undefined, - }, - }, - ], - "name": "div", - "namespace": "http://www.w3.org/1999/xhtml", - "next": null, - "parent": [Circular], - "prev": null, - "type": "tag", - "x-attribsNamespace": Object {}, - "x-attribsPrefix": Object {}, - }, - ], - "name": "div", - "namespace": "http://www.w3.org/1999/xhtml", - "next": Object { - "attribs": Object { - "class": "gio-modal-footer", - }, - "children": Array [ - Object { - "attribs": Object { - "class": "gio-modal__footer", - }, - "children": Array [ - Object { - "attribs": Object { - "class": "gio-modal__footer-additional", - }, - "children": Array [], - "name": "div", - "namespace": "http://www.w3.org/1999/xhtml", - "next": Object { - "attribs": Object {}, - "children": Array [ - Object { - "attribs": Object { - "class": "gio-btn gio-modal__btn-close gio-btn-secondary", - "type": "button", - }, - "children": Array [ - Object { - "attribs": Object {}, - "children": Array [ - Object { - "data": "取 消", - "next": null, - "parent": [Circular], - "prev": null, - "type": "text", - }, - ], - "name": "span", - "namespace": "http://www.w3.org/1999/xhtml", - "next": null, - "parent": [Circular], - "prev": null, - "type": "tag", - "x-attribsNamespace": Object {}, - "x-attribsPrefix": Object {}, - }, - ], - "name": "button", - "namespace": "http://www.w3.org/1999/xhtml", - "next": Object { - "attribs": Object { - "class": "gio-btn gio-modal__btn-ok gio-btn-primary", - "type": "button", - }, - "children": Array [ - Object { - "attribs": Object {}, - "children": Array [ - Object { - "data": "下一步", - "next": null, - "parent": [Circular], - "prev": null, - "type": "text", - }, - ], - "name": "span", - "namespace": "http://www.w3.org/1999/xhtml", - "next": null, - "parent": [Circular], - "prev": null, - "type": "tag", - "x-attribsNamespace": Object {}, - "x-attribsPrefix": Object {}, - }, - ], - "name": "button", - "namespace": "http://www.w3.org/1999/xhtml", - "next": null, - "parent": [Circular], - "prev": [Circular], - "type": "tag", - "x-attribsNamespace": Object { - "class": undefined, - "type": undefined, - }, - "x-attribsPrefix": Object { - "class": undefined, - "type": undefined, - }, - }, - "parent": [Circular], - "prev": null, - "type": "tag", - "x-attribsNamespace": Object { - "class": undefined, - "type": undefined, - }, - "x-attribsPrefix": Object { - "class": undefined, - "type": undefined, - }, - }, - Object { - "attribs": Object { - "class": "gio-btn gio-modal__btn-ok gio-btn-primary", - "type": "button", - }, - "children": Array [ - Object { - "attribs": Object {}, - "children": Array [ - Object { - "data": "下一步", - "next": null, - "parent": [Circular], - "prev": null, - "type": "text", - }, - ], - "name": "span", - "namespace": "http://www.w3.org/1999/xhtml", - "next": null, - "parent": [Circular], - "prev": null, - "type": "tag", - "x-attribsNamespace": Object {}, - "x-attribsPrefix": Object {}, - }, - ], - "name": "button", - "namespace": "http://www.w3.org/1999/xhtml", - "next": null, - "parent": [Circular], - "prev": Object { - "attribs": Object { - "class": "gio-btn gio-modal__btn-close gio-btn-secondary", - "type": "button", - }, - "children": Array [ - Object { - "attribs": Object {}, - "children": Array [ - Object { - "data": "取 消", - "next": null, - "parent": [Circular], - "prev": null, - "type": "text", - }, - ], - "name": "span", - "namespace": "http://www.w3.org/1999/xhtml", - "next": null, - "parent": [Circular], - "prev": null, - "type": "tag", - "x-attribsNamespace": Object {}, - "x-attribsPrefix": Object {}, - }, - ], - "name": "button", - "namespace": "http://www.w3.org/1999/xhtml", - "next": [Circular], - "parent": [Circular], - "prev": null, - "type": "tag", - "x-attribsNamespace": Object { - "class": undefined, - "type": undefined, - }, - "x-attribsPrefix": Object { - "class": undefined, - "type": undefined, - }, - }, - "type": "tag", - "x-attribsNamespace": Object { - "class": undefined, - "type": undefined, - }, - "x-attribsPrefix": Object { - "class": undefined, - "type": undefined, - }, - }, - ], - "name": "div", - "namespace": "http://www.w3.org/1999/xhtml", - "next": null, - "parent": [Circular], - "prev": [Circular], - "type": "tag", - "x-attribsNamespace": Object {}, - "x-attribsPrefix": Object {}, - }, + ], + "name": "button", + "namespace": "http://www.w3.org/1999/xhtml", + "next": null, "parent": [Circular], - "prev": null, + "prev": [Circular], "type": "tag", "x-attribsNamespace": Object { "class": undefined, + "style": undefined, + "type": undefined, }, "x-attribsPrefix": Object { "class": undefined, + "style": undefined, + "type": undefined, }, }, + "parent": [Circular], + "prev": [Circular], + "type": "tag", + "x-attribsNamespace": Object { + "class": undefined, + "style": undefined, + "type": undefined, + }, + "x-attribsPrefix": Object { + "class": undefined, + "style": undefined, + "type": undefined, + }, + }, + "parent": [Circular], + "prev": null, + "type": "text", + }, + Object { + "attribs": Object { + "class": "gio-btn gio-btn-text gio-btn-small", + "style": "margin-left: 5px;", + "type": "button", + }, + "children": Array [ Object { "attribs": Object {}, "children": Array [ Object { - "attribs": Object { - "class": "gio-btn gio-modal__btn-close gio-btn-secondary", - "type": "button", - }, - "children": Array [ - Object { - "attribs": Object {}, - "children": Array [ - Object { - "data": "取 消", - "next": null, - "parent": [Circular], - "prev": null, - "type": "text", - }, - ], - "name": "span", - "namespace": "http://www.w3.org/1999/xhtml", - "next": null, - "parent": [Circular], - "prev": null, - "type": "tag", - "x-attribsNamespace": Object {}, - "x-attribsPrefix": Object {}, - }, - ], - "name": "button", - "namespace": "http://www.w3.org/1999/xhtml", - "next": Object { - "attribs": Object { - "class": "gio-btn gio-modal__btn-ok gio-btn-primary", - "type": "button", - }, - "children": Array [ - Object { - "attribs": Object {}, - "children": Array [ - Object { - "data": "下一步", - "next": null, - "parent": [Circular], - "prev": null, - "type": "text", - }, - ], - "name": "span", - "namespace": "http://www.w3.org/1999/xhtml", - "next": null, - "parent": [Circular], - "prev": null, - "type": "tag", - "x-attribsNamespace": Object {}, - "x-attribsPrefix": Object {}, - }, - ], - "name": "button", - "namespace": "http://www.w3.org/1999/xhtml", - "next": null, - "parent": [Circular], - "prev": [Circular], - "type": "tag", - "x-attribsNamespace": Object { - "class": undefined, - "type": undefined, - }, - "x-attribsPrefix": Object { - "class": undefined, - "type": undefined, - }, - }, + "data": "go 2-1", + "next": null, "parent": [Circular], "prev": null, - "type": "tag", - "x-attribsNamespace": Object { - "class": undefined, - "type": undefined, - }, - "x-attribsPrefix": Object { - "class": undefined, - "type": undefined, - }, + "type": "text", }, - Object { - "attribs": Object { - "class": "gio-btn gio-modal__btn-ok gio-btn-primary", - "type": "button", - }, - "children": Array [ - Object { - "attribs": Object {}, - "children": Array [ - Object { - "data": "下一步", - "next": null, - "parent": [Circular], - "prev": null, - "type": "text", - }, - ], - "name": "span", - "namespace": "http://www.w3.org/1999/xhtml", - "next": null, - "parent": [Circular], - "prev": null, - "type": "tag", - "x-attribsNamespace": Object {}, - "x-attribsPrefix": Object {}, - }, - ], - "name": "button", - "namespace": "http://www.w3.org/1999/xhtml", - "next": null, - "parent": [Circular], - "prev": Object { - "attribs": Object { - "class": "gio-btn gio-modal__btn-close gio-btn-secondary", - "type": "button", - }, - "children": Array [ - Object { - "attribs": Object {}, - "children": Array [ - Object { - "data": "取 消", - "next": null, - "parent": [Circular], - "prev": null, - "type": "text", - }, - ], - "name": "span", - "namespace": "http://www.w3.org/1999/xhtml", - "next": null, - "parent": [Circular], - "prev": null, - "type": "tag", - "x-attribsNamespace": Object {}, - "x-attribsPrefix": Object {}, - }, - ], - "name": "button", - "namespace": "http://www.w3.org/1999/xhtml", - "next": [Circular], + ], + "name": "span", + "namespace": "http://www.w3.org/1999/xhtml", + "next": null, + "parent": [Circular], + "prev": null, + "type": "tag", + "x-attribsNamespace": Object {}, + "x-attribsPrefix": Object {}, + }, + ], + "name": "button", + "namespace": "http://www.w3.org/1999/xhtml", + "next": Object { + "attribs": Object { + "class": "gio-btn gio-btn-text gio-btn-small", + "style": "margin-left: 5px;", + "type": "button", + }, + "children": Array [ + Object { + "attribs": Object {}, + "children": Array [ + Object { + "data": "go 2-2", + "next": null, "parent": [Circular], "prev": null, - "type": "tag", - "x-attribsNamespace": Object { - "class": undefined, - "type": undefined, - }, - "x-attribsPrefix": Object { - "class": undefined, - "type": undefined, - }, - }, - "type": "tag", - "x-attribsNamespace": Object { - "class": undefined, - "type": undefined, - }, - "x-attribsPrefix": Object { - "class": undefined, - "type": undefined, + "type": "text", }, + ], + "name": "span", + "namespace": "http://www.w3.org/1999/xhtml", + "next": null, + "parent": [Circular], + "prev": null, + "type": "tag", + "x-attribsNamespace": Object {}, + "x-attribsPrefix": Object {}, + }, + ], + "name": "button", + "namespace": "http://www.w3.org/1999/xhtml", + "next": null, + "parent": [Circular], + "prev": [Circular], + "type": "tag", + "x-attribsNamespace": Object { + "class": undefined, + "style": undefined, + "type": undefined, + }, + "x-attribsPrefix": Object { + "class": undefined, + "style": undefined, + "type": undefined, + }, + }, + "parent": [Circular], + "prev": Object { + "data": "Step One", + "next": [Circular], + "parent": [Circular], + "prev": null, + "type": "text", + }, + "type": "tag", + "x-attribsNamespace": Object { + "class": undefined, + "style": undefined, + "type": undefined, + }, + "x-attribsPrefix": Object { + "class": undefined, + "style": undefined, + "type": undefined, + }, + }, + Object { + "attribs": Object { + "class": "gio-btn gio-btn-text gio-btn-small", + "style": "margin-left: 5px;", + "type": "button", + }, + "children": Array [ + Object { + "attribs": Object {}, + "children": Array [ + Object { + "data": "go 2-2", + "next": null, + "parent": [Circular], + "prev": null, + "type": "text", }, ], - "name": "div", + "name": "span", "namespace": "http://www.w3.org/1999/xhtml", "next": null, "parent": [Circular], - "prev": Object { - "attribs": Object { - "class": "gio-modal__footer-additional", - }, - "children": Array [], - "name": "div", - "namespace": "http://www.w3.org/1999/xhtml", - "next": [Circular], - "parent": [Circular], - "prev": null, - "type": "tag", - "x-attribsNamespace": Object { - "class": undefined, - }, - "x-attribsPrefix": Object { - "class": undefined, - }, - }, + "prev": null, "type": "tag", "x-attribsNamespace": Object {}, "x-attribsPrefix": Object {}, }, ], - "name": "div", + "name": "button", "namespace": "http://www.w3.org/1999/xhtml", "next": null, "parent": [Circular], - "prev": null, + "prev": Object { + "attribs": Object { + "class": "gio-btn gio-btn-text gio-btn-small", + "style": "margin-left: 5px;", + "type": "button", + }, + "children": Array [ + Object { + "attribs": Object {}, + "children": Array [ + Object { + "data": "go 2-1", + "next": null, + "parent": [Circular], + "prev": null, + "type": "text", + }, + ], + "name": "span", + "namespace": "http://www.w3.org/1999/xhtml", + "next": null, + "parent": [Circular], + "prev": null, + "type": "tag", + "x-attribsNamespace": Object {}, + "x-attribsPrefix": Object {}, + }, + ], + "name": "button", + "namespace": "http://www.w3.org/1999/xhtml", + "next": [Circular], + "parent": [Circular], + "prev": Object { + "data": "Step One", + "next": [Circular], + "parent": [Circular], + "prev": null, + "type": "text", + }, + "type": "tag", + "x-attribsNamespace": Object { + "class": undefined, + "style": undefined, + "type": undefined, + }, + "x-attribsPrefix": Object { + "class": undefined, + "style": undefined, + "type": undefined, + }, + }, "type": "tag", "x-attribsNamespace": Object { "class": undefined, + "style": undefined, + "type": undefined, }, "x-attribsPrefix": Object { "class": undefined, + "style": undefined, + "type": undefined, }, }, ], @@ -43218,143 +16096,66 @@ initialize { "namespace": "http://www.w3.org/1999/xhtml", "next": null, "parent": [Circular], - "prev": [Circular], + "prev": null, "type": "tag", - "x-attribsNamespace": Object { - "class": undefined, - }, - "x-attribsPrefix": Object { - "class": undefined, - }, - }, - "parent": [Circular], - "prev": [Circular], - "type": "tag", - "x-attribsNamespace": Object { - "class": undefined, - }, - "x-attribsPrefix": Object { - "class": undefined, + "x-attribsNamespace": Object {}, + "x-attribsPrefix": Object {}, }, - }, + ], + "name": "div", + "namespace": "http://www.w3.org/1999/xhtml", + "next": null, "parent": [Circular], - "prev": Object { - "attribs": Object { - "aria-label": "Close", - "class": "gio-modal-close", - "type": "button", - }, - "children": Array [ - Object { - "attribs": Object { - "class": "gio-icon gio-modal__close", - }, - "children": Array [ - Object { - "attribs": Object { - "class": "gio-icon-svg", - "fill": "currentColor", - "height": "1rem", - "viewBox": "0 0 14 14", - "width": "1rem", - }, - "children": Array [ - Object { - "attribs": Object {}, - "children": Array [ - Object { - "attribs": Object {}, - "children": Array [], - "name": "style", - "namespace": "http://www.w3.org/2000/svg", - "next": null, - "parent": [Circular], - "prev": null, - "type": "style", - "x-attribsNamespace": Object {}, - "x-attribsPrefix": Object {}, - }, - ], - "name": "defs", - "namespace": "http://www.w3.org/2000/svg", - "next": Object { - "attribs": Object { - "data-name": "\\\\u56FE\\\\u5C42 2", - "id": "close_svg__\\\\u56FE\\\\u5C42_2", - }, - "children": Array [ - Object { - "attribs": Object { - "data-name": "\\\\u56FE\\\\u5C42 1", - "id": "close_svg__\\\\u56FE\\\\u5C42_1-2", - }, - "children": Array [ - Object { - "attribs": Object { - "d": "M6.62 5.92a.54.54 0 00.76 0l3.87-3.87a.49.49 0 01.7.7L8.08 6.62a.54.54 0 000 .76L12 11.25a.49.49 0 01-.7.7L7.38 8.08a.54.54 0 00-.76 0L2.75 12a.49.49 0 01-.7-.7l3.87-3.92a.54.54 0 000-.76L2.05 2.75a.49.49 0 01.7-.7z", - "fill": "currentColor", - "fill-rule": "evenodd", - "id": "close_svg__close", - }, - "children": Array [], - "name": "path", - "namespace": "http://www.w3.org/2000/svg", - "next": null, - "parent": [Circular], - "prev": null, - "type": "tag", - "x-attribsNamespace": Object { - "d": undefined, - "fill": undefined, - "fill-rule": undefined, - "id": undefined, - }, - "x-attribsPrefix": Object { - "d": undefined, - "fill": undefined, - "fill-rule": undefined, - "id": undefined, - }, - }, - ], - "name": "g", - "namespace": "http://www.w3.org/2000/svg", - "next": null, - "parent": [Circular], - "prev": null, - "type": "tag", - "x-attribsNamespace": Object { - "data-name": undefined, - "id": undefined, - }, - "x-attribsPrefix": Object { - "data-name": undefined, - "id": undefined, - }, - }, - ], - "name": "g", + "prev": [Circular], + "type": "tag", + "x-attribsNamespace": Object { + "class": undefined, + }, + "x-attribsPrefix": Object { + "class": undefined, + }, + }, + "parent": [Circular], + "prev": Object { + "attribs": Object { + "aria-label": "Close", + "class": "gio-modal-close", + "type": "button", + }, + "children": Array [ + Object { + "attribs": Object { + "class": "gio-icon gio-modal__close", + }, + "children": Array [ + Object { + "attribs": Object { + "class": "gio-icon-svg", + "fill": "currentColor", + "height": "1rem", + "viewBox": "0 0 14 14", + "width": "1rem", + }, + "children": Array [ + Object { + "attribs": Object {}, + "children": Array [ + Object { + "attribs": Object {}, + "children": Array [], + "name": "style", "namespace": "http://www.w3.org/2000/svg", "next": null, "parent": [Circular], - "prev": [Circular], - "type": "tag", - "x-attribsNamespace": Object { - "data-name": undefined, - "id": undefined, - }, - "x-attribsPrefix": Object { - "data-name": undefined, - "id": undefined, - }, + "prev": null, + "type": "style", + "x-attribsNamespace": Object {}, + "x-attribsPrefix": Object {}, }, - "parent": [Circular], - "prev": null, - "type": "tag", - "x-attribsNamespace": Object {}, - "x-attribsPrefix": Object {}, - }, - Object { + ], + "name": "defs", + "namespace": "http://www.w3.org/2000/svg", + "next": Object { "attribs": Object { "data-name": "\\\\u56FE\\\\u5C42 2", "id": "close_svg__\\\\u56FE\\\\u5C42_2", @@ -43414,113 +16215,220 @@ initialize { "namespace": "http://www.w3.org/2000/svg", "next": null, "parent": [Circular], - "prev": Object { - "attribs": Object {}, + "prev": [Circular], + "type": "tag", + "x-attribsNamespace": Object { + "data-name": undefined, + "id": undefined, + }, + "x-attribsPrefix": Object { + "data-name": undefined, + "id": undefined, + }, + }, + "parent": [Circular], + "prev": null, + "type": "tag", + "x-attribsNamespace": Object {}, + "x-attribsPrefix": Object {}, + }, + Object { + "attribs": Object { + "data-name": "\\\\u56FE\\\\u5C42 2", + "id": "close_svg__\\\\u56FE\\\\u5C42_2", + }, + "children": Array [ + Object { + "attribs": Object { + "data-name": "\\\\u56FE\\\\u5C42 1", + "id": "close_svg__\\\\u56FE\\\\u5C42_1-2", + }, "children": Array [ Object { - "attribs": Object {}, + "attribs": Object { + "d": "M6.62 5.92a.54.54 0 00.76 0l3.87-3.87a.49.49 0 01.7.7L8.08 6.62a.54.54 0 000 .76L12 11.25a.49.49 0 01-.7.7L7.38 8.08a.54.54 0 00-.76 0L2.75 12a.49.49 0 01-.7-.7l3.87-3.92a.54.54 0 000-.76L2.05 2.75a.49.49 0 01.7-.7z", + "fill": "currentColor", + "fill-rule": "evenodd", + "id": "close_svg__close", + }, "children": Array [], - "name": "style", + "name": "path", "namespace": "http://www.w3.org/2000/svg", "next": null, "parent": [Circular], "prev": null, - "type": "style", - "x-attribsNamespace": Object {}, - "x-attribsPrefix": Object {}, + "type": "tag", + "x-attribsNamespace": Object { + "d": undefined, + "fill": undefined, + "fill-rule": undefined, + "id": undefined, + }, + "x-attribsPrefix": Object { + "d": undefined, + "fill": undefined, + "fill-rule": undefined, + "id": undefined, + }, }, ], - "name": "defs", + "name": "g", "namespace": "http://www.w3.org/2000/svg", - "next": [Circular], + "next": null, "parent": [Circular], "prev": null, "type": "tag", - "x-attribsNamespace": Object {}, - "x-attribsPrefix": Object {}, + "x-attribsNamespace": Object { + "data-name": undefined, + "id": undefined, + }, + "x-attribsPrefix": Object { + "data-name": undefined, + "id": undefined, + }, }, + ], + "name": "g", + "namespace": "http://www.w3.org/2000/svg", + "next": null, + "parent": [Circular], + "prev": Object { + "attribs": Object {}, + "children": Array [ + Object { + "attribs": Object {}, + "children": Array [], + "name": "style", + "namespace": "http://www.w3.org/2000/svg", + "next": null, + "parent": [Circular], + "prev": null, + "type": "style", + "x-attribsNamespace": Object {}, + "x-attribsPrefix": Object {}, + }, + ], + "name": "defs", + "namespace": "http://www.w3.org/2000/svg", + "next": [Circular], + "parent": [Circular], + "prev": null, "type": "tag", - "x-attribsNamespace": Object { - "data-name": undefined, - "id": undefined, - }, - "x-attribsPrefix": Object { - "data-name": undefined, - "id": undefined, - }, + "x-attribsNamespace": Object {}, + "x-attribsPrefix": Object {}, + }, + "type": "tag", + "x-attribsNamespace": Object { + "data-name": undefined, + "id": undefined, + }, + "x-attribsPrefix": Object { + "data-name": undefined, + "id": undefined, }, - ], - "name": "svg", - "namespace": "http://www.w3.org/2000/svg", - "next": null, - "parent": [Circular], - "prev": null, - "type": "tag", - "x-attribsNamespace": Object { - "class": undefined, - "fill": undefined, - "height": undefined, - "viewBox": undefined, - "width": undefined, - }, - "x-attribsPrefix": Object { - "class": undefined, - "fill": undefined, - "height": undefined, - "viewBox": undefined, - "width": undefined, }, + ], + "name": "svg", + "namespace": "http://www.w3.org/2000/svg", + "next": null, + "parent": [Circular], + "prev": null, + "type": "tag", + "x-attribsNamespace": Object { + "class": undefined, + "fill": undefined, + "height": undefined, + "viewBox": undefined, + "width": undefined, + }, + "x-attribsPrefix": Object { + "class": undefined, + "fill": undefined, + "height": undefined, + "viewBox": undefined, + "width": undefined, }, - ], - "name": "span", - "namespace": "http://www.w3.org/1999/xhtml", - "next": null, - "parent": [Circular], - "prev": null, - "type": "tag", - "x-attribsNamespace": Object { - "class": undefined, - }, - "x-attribsPrefix": Object { - "class": undefined, }, + ], + "name": "span", + "namespace": "http://www.w3.org/1999/xhtml", + "next": null, + "parent": [Circular], + "prev": null, + "type": "tag", + "x-attribsNamespace": Object { + "class": undefined, + }, + "x-attribsPrefix": Object { + "class": undefined, }, - ], - "name": "button", - "namespace": "http://www.w3.org/1999/xhtml", - "next": [Circular], - "parent": [Circular], - "prev": null, - "type": "tag", - "x-attribsNamespace": Object { - "aria-label": undefined, - "class": undefined, - "type": undefined, - }, - "x-attribsPrefix": Object { - "aria-label": undefined, - "class": undefined, - "type": undefined, }, - }, + ], + "name": "button", + "namespace": "http://www.w3.org/1999/xhtml", + "next": [Circular], + "parent": [Circular], + "prev": null, "type": "tag", "x-attribsNamespace": Object { + "aria-label": undefined, "class": undefined, + "type": undefined, }, "x-attribsPrefix": Object { + "aria-label": undefined, "class": undefined, + "type": undefined, }, }, - Object { - "attribs": Object { - "class": "gio-modal-body", - }, - "children": Array [ - Object { - "attribs": Object {}, - "children": Array [ - Object { - "data": "Step One", + "type": "tag", + "x-attribsNamespace": Object { + "class": undefined, + }, + "x-attribsPrefix": Object { + "class": undefined, + }, + }, + Object { + "attribs": Object { + "class": "gio-modal-body", + }, + "children": Array [ + Object { + "attribs": Object {}, + "children": Array [ + Object { + "data": "Step One", + "next": Object { + "attribs": Object { + "class": "gio-btn gio-btn-text gio-btn-small", + "style": "margin-left: 5px;", + "type": "button", + }, + "children": Array [ + Object { + "attribs": Object {}, + "children": Array [ + Object { + "data": "go 2-1", + "next": null, + "parent": [Circular], + "prev": null, + "type": "text", + }, + ], + "name": "span", + "namespace": "http://www.w3.org/1999/xhtml", + "next": null, + "parent": [Circular], + "prev": null, + "type": "tag", + "x-attribsNamespace": Object {}, + "x-attribsPrefix": Object {}, + }, + ], + "name": "button", + "namespace": "http://www.w3.org/1999/xhtml", "next": Object { "attribs": Object { "class": "gio-btn gio-btn-text gio-btn-small", @@ -43532,7 +16440,7 @@ initialize { "attribs": Object {}, "children": Array [ Object { - "data": "go 2-1", + "data": "go 2-2", "next": null, "parent": [Circular], "prev": null, @@ -43551,51 +16459,7 @@ initialize { ], "name": "button", "namespace": "http://www.w3.org/1999/xhtml", - "next": Object { - "attribs": Object { - "class": "gio-btn gio-btn-text gio-btn-small", - "style": "margin-left: 5px;", - "type": "button", - }, - "children": Array [ - Object { - "attribs": Object {}, - "children": Array [ - Object { - "data": "go 2-2", - "next": null, - "parent": [Circular], - "prev": null, - "type": "text", - }, - ], - "name": "span", - "namespace": "http://www.w3.org/1999/xhtml", - "next": null, - "parent": [Circular], - "prev": null, - "type": "tag", - "x-attribsNamespace": Object {}, - "x-attribsPrefix": Object {}, - }, - ], - "name": "button", - "namespace": "http://www.w3.org/1999/xhtml", - "next": null, - "parent": [Circular], - "prev": [Circular], - "type": "tag", - "x-attribsNamespace": Object { - "class": undefined, - "style": undefined, - "type": undefined, - }, - "x-attribsPrefix": Object { - "class": undefined, - "style": undefined, - "type": undefined, - }, - }, + "next": null, "parent": [Circular], "prev": [Circular], "type": "tag", @@ -43611,10 +16475,54 @@ initialize { }, }, "parent": [Circular], - "prev": null, - "type": "text", + "prev": [Circular], + "type": "tag", + "x-attribsNamespace": Object { + "class": undefined, + "style": undefined, + "type": undefined, + }, + "x-attribsPrefix": Object { + "class": undefined, + "style": undefined, + "type": undefined, + }, }, - Object { + "parent": [Circular], + "prev": null, + "type": "text", + }, + Object { + "attribs": Object { + "class": "gio-btn gio-btn-text gio-btn-small", + "style": "margin-left: 5px;", + "type": "button", + }, + "children": Array [ + Object { + "attribs": Object {}, + "children": Array [ + Object { + "data": "go 2-1", + "next": null, + "parent": [Circular], + "prev": null, + "type": "text", + }, + ], + "name": "span", + "namespace": "http://www.w3.org/1999/xhtml", + "next": null, + "parent": [Circular], + "prev": null, + "type": "tag", + "x-attribsNamespace": Object {}, + "x-attribsPrefix": Object {}, + }, + ], + "name": "button", + "namespace": "http://www.w3.org/1999/xhtml", + "next": Object { "attribs": Object { "class": "gio-btn gio-btn-text gio-btn-small", "style": "margin-left: 5px;", @@ -43625,7 +16533,7 @@ initialize { "attribs": Object {}, "children": Array [ Object { - "data": "go 2-1", + "data": "go 2-2", "next": null, "parent": [Circular], "prev": null, @@ -43644,51 +16552,104 @@ initialize { ], "name": "button", "namespace": "http://www.w3.org/1999/xhtml", - "next": Object { - "attribs": Object { - "class": "gio-btn gio-btn-text gio-btn-small", - "style": "margin-left: 5px;", - "type": "button", - }, + "next": null, + "parent": [Circular], + "prev": [Circular], + "type": "tag", + "x-attribsNamespace": Object { + "class": undefined, + "style": undefined, + "type": undefined, + }, + "x-attribsPrefix": Object { + "class": undefined, + "style": undefined, + "type": undefined, + }, + }, + "parent": [Circular], + "prev": Object { + "data": "Step One", + "next": [Circular], + "parent": [Circular], + "prev": null, + "type": "text", + }, + "type": "tag", + "x-attribsNamespace": Object { + "class": undefined, + "style": undefined, + "type": undefined, + }, + "x-attribsPrefix": Object { + "class": undefined, + "style": undefined, + "type": undefined, + }, + }, + Object { + "attribs": Object { + "class": "gio-btn gio-btn-text gio-btn-small", + "style": "margin-left: 5px;", + "type": "button", + }, + "children": Array [ + Object { + "attribs": Object {}, "children": Array [ Object { - "attribs": Object {}, - "children": Array [ - Object { - "data": "go 2-2", - "next": null, - "parent": [Circular], - "prev": null, - "type": "text", - }, - ], - "name": "span", - "namespace": "http://www.w3.org/1999/xhtml", + "data": "go 2-2", "next": null, "parent": [Circular], "prev": null, - "type": "tag", - "x-attribsNamespace": Object {}, - "x-attribsPrefix": Object {}, + "type": "text", }, ], - "name": "button", + "name": "span", "namespace": "http://www.w3.org/1999/xhtml", "next": null, "parent": [Circular], - "prev": [Circular], + "prev": null, "type": "tag", - "x-attribsNamespace": Object { - "class": undefined, - "style": undefined, - "type": undefined, - }, - "x-attribsPrefix": Object { - "class": undefined, - "style": undefined, - "type": undefined, - }, + "x-attribsNamespace": Object {}, + "x-attribsPrefix": Object {}, + }, + ], + "name": "button", + "namespace": "http://www.w3.org/1999/xhtml", + "next": null, + "parent": [Circular], + "prev": Object { + "attribs": Object { + "class": "gio-btn gio-btn-text gio-btn-small", + "style": "margin-left: 5px;", + "type": "button", }, + "children": Array [ + Object { + "attribs": Object {}, + "children": Array [ + Object { + "data": "go 2-1", + "next": null, + "parent": [Circular], + "prev": null, + "type": "text", + }, + ], + "name": "span", + "namespace": "http://www.w3.org/1999/xhtml", + "next": null, + "parent": [Circular], + "prev": null, + "type": "tag", + "x-attribsNamespace": Object {}, + "x-attribsPrefix": Object {}, + }, + ], + "name": "button", + "namespace": "http://www.w3.org/1999/xhtml", + "next": [Circular], "parent": [Circular], "prev": Object { "data": "Step One", @@ -43709,99 +16670,68 @@ initialize { "type": undefined, }, }, + "type": "tag", + "x-attribsNamespace": Object { + "class": undefined, + "style": undefined, + "type": undefined, + }, + "x-attribsPrefix": Object { + "class": undefined, + "style": undefined, + "type": undefined, + }, + }, + ], + "name": "div", + "namespace": "http://www.w3.org/1999/xhtml", + "next": null, + "parent": [Circular], + "prev": null, + "type": "tag", + "x-attribsNamespace": Object {}, + "x-attribsPrefix": Object {}, + }, + ], + "name": "div", + "namespace": "http://www.w3.org/1999/xhtml", + "next": null, + "parent": [Circular], + "prev": Object { + "attribs": Object { + "class": "gio-modal-header", + }, + "children": Array [ + Object { + "attribs": Object { + "class": "gio-modal-title", + "id": "rcDialogTitle1", + }, + "children": Array [ Object { "attribs": Object { - "class": "gio-btn gio-btn-text gio-btn-small", - "style": "margin-left: 5px;", - "type": "button", + "class": "gio-modal__title", }, "children": Array [ Object { - "attribs": Object {}, - "children": Array [ - Object { - "data": "go 2-2", - "next": null, - "parent": [Circular], - "prev": null, - "type": "text", - }, - ], - "name": "span", - "namespace": "http://www.w3.org/1999/xhtml", + "data": "步骤 1", "next": null, "parent": [Circular], "prev": null, - "type": "tag", - "x-attribsNamespace": Object {}, - "x-attribsPrefix": Object {}, + "type": "text", }, ], - "name": "button", + "name": "div", "namespace": "http://www.w3.org/1999/xhtml", "next": null, "parent": [Circular], - "prev": Object { - "attribs": Object { - "class": "gio-btn gio-btn-text gio-btn-small", - "style": "margin-left: 5px;", - "type": "button", - }, - "children": Array [ - Object { - "attribs": Object {}, - "children": Array [ - Object { - "data": "go 2-1", - "next": null, - "parent": [Circular], - "prev": null, - "type": "text", - }, - ], - "name": "span", - "namespace": "http://www.w3.org/1999/xhtml", - "next": null, - "parent": [Circular], - "prev": null, - "type": "tag", - "x-attribsNamespace": Object {}, - "x-attribsPrefix": Object {}, - }, - ], - "name": "button", - "namespace": "http://www.w3.org/1999/xhtml", - "next": [Circular], - "parent": [Circular], - "prev": Object { - "data": "Step One", - "next": [Circular], - "parent": [Circular], - "prev": null, - "type": "text", - }, - "type": "tag", - "x-attribsNamespace": Object { - "class": undefined, - "style": undefined, - "type": undefined, - }, - "x-attribsPrefix": Object { - "class": undefined, - "style": undefined, - "type": undefined, - }, - }, + "prev": null, "type": "tag", "x-attribsNamespace": Object { "class": undefined, - "style": undefined, - "type": undefined, }, "x-attribsPrefix": Object { "class": undefined, - "style": undefined, - "type": undefined, }, }, ], @@ -43811,444 +16741,628 @@ initialize { "parent": [Circular], "prev": null, "type": "tag", - "x-attribsNamespace": Object {}, - "x-attribsPrefix": Object {}, + "x-attribsNamespace": Object { + "class": undefined, + "id": undefined, + }, + "x-attribsPrefix": Object { + "class": undefined, + "id": undefined, + }, }, ], "name": "div", "namespace": "http://www.w3.org/1999/xhtml", - "next": Object { + "next": [Circular], + "parent": [Circular], + "prev": Object { "attribs": Object { - "class": "gio-modal-footer", + "aria-label": "Close", + "class": "gio-modal-close", + "type": "button", }, "children": Array [ Object { "attribs": Object { - "class": "gio-modal__footer", + "class": "gio-icon gio-modal__close", }, "children": Array [ Object { "attribs": Object { - "class": "gio-modal__footer-additional", + "class": "gio-icon-svg", + "fill": "currentColor", + "height": "1rem", + "viewBox": "0 0 14 14", + "width": "1rem", }, - "children": Array [], - "name": "div", - "namespace": "http://www.w3.org/1999/xhtml", - "next": Object { - "attribs": Object {}, - "children": Array [ - Object { + "children": Array [ + Object { + "attribs": Object {}, + "children": Array [ + Object { + "attribs": Object {}, + "children": Array [], + "name": "style", + "namespace": "http://www.w3.org/2000/svg", + "next": null, + "parent": [Circular], + "prev": null, + "type": "style", + "x-attribsNamespace": Object {}, + "x-attribsPrefix": Object {}, + }, + ], + "name": "defs", + "namespace": "http://www.w3.org/2000/svg", + "next": Object { "attribs": Object { - "class": "gio-btn gio-modal__btn-close gio-btn-secondary", - "type": "button", + "data-name": "\\\\u56FE\\\\u5C42 2", + "id": "close_svg__\\\\u56FE\\\\u5C42_2", }, "children": Array [ Object { - "attribs": Object {}, + "attribs": Object { + "data-name": "\\\\u56FE\\\\u5C42 1", + "id": "close_svg__\\\\u56FE\\\\u5C42_1-2", + }, "children": Array [ Object { - "data": "取 消", + "attribs": Object { + "d": "M6.62 5.92a.54.54 0 00.76 0l3.87-3.87a.49.49 0 01.7.7L8.08 6.62a.54.54 0 000 .76L12 11.25a.49.49 0 01-.7.7L7.38 8.08a.54.54 0 00-.76 0L2.75 12a.49.49 0 01-.7-.7l3.87-3.92a.54.54 0 000-.76L2.05 2.75a.49.49 0 01.7-.7z", + "fill": "currentColor", + "fill-rule": "evenodd", + "id": "close_svg__close", + }, + "children": Array [], + "name": "path", + "namespace": "http://www.w3.org/2000/svg", "next": null, "parent": [Circular], "prev": null, - "type": "text", + "type": "tag", + "x-attribsNamespace": Object { + "d": undefined, + "fill": undefined, + "fill-rule": undefined, + "id": undefined, + }, + "x-attribsPrefix": Object { + "d": undefined, + "fill": undefined, + "fill-rule": undefined, + "id": undefined, + }, }, ], - "name": "span", - "namespace": "http://www.w3.org/1999/xhtml", + "name": "g", + "namespace": "http://www.w3.org/2000/svg", "next": null, "parent": [Circular], "prev": null, "type": "tag", - "x-attribsNamespace": Object {}, - "x-attribsPrefix": Object {}, + "x-attribsNamespace": Object { + "data-name": undefined, + "id": undefined, + }, + "x-attribsPrefix": Object { + "data-name": undefined, + "id": undefined, + }, }, ], - "name": "button", - "namespace": "http://www.w3.org/1999/xhtml", - "next": Object { + "name": "g", + "namespace": "http://www.w3.org/2000/svg", + "next": null, + "parent": [Circular], + "prev": [Circular], + "type": "tag", + "x-attribsNamespace": Object { + "data-name": undefined, + "id": undefined, + }, + "x-attribsPrefix": Object { + "data-name": undefined, + "id": undefined, + }, + }, + "parent": [Circular], + "prev": null, + "type": "tag", + "x-attribsNamespace": Object {}, + "x-attribsPrefix": Object {}, + }, + Object { + "attribs": Object { + "data-name": "\\\\u56FE\\\\u5C42 2", + "id": "close_svg__\\\\u56FE\\\\u5C42_2", + }, + "children": Array [ + Object { "attribs": Object { - "class": "gio-btn gio-modal__btn-ok gio-btn-primary", - "type": "button", - }, - "children": Array [ - Object { - "attribs": Object {}, - "children": Array [ - Object { - "data": "下一步", - "next": null, - "parent": [Circular], - "prev": null, - "type": "text", - }, - ], - "name": "span", - "namespace": "http://www.w3.org/1999/xhtml", + "data-name": "\\\\u56FE\\\\u5C42 1", + "id": "close_svg__\\\\u56FE\\\\u5C42_1-2", + }, + "children": Array [ + Object { + "attribs": Object { + "d": "M6.62 5.92a.54.54 0 00.76 0l3.87-3.87a.49.49 0 01.7.7L8.08 6.62a.54.54 0 000 .76L12 11.25a.49.49 0 01-.7.7L7.38 8.08a.54.54 0 00-.76 0L2.75 12a.49.49 0 01-.7-.7l3.87-3.92a.54.54 0 000-.76L2.05 2.75a.49.49 0 01.7-.7z", + "fill": "currentColor", + "fill-rule": "evenodd", + "id": "close_svg__close", + }, + "children": Array [], + "name": "path", + "namespace": "http://www.w3.org/2000/svg", "next": null, "parent": [Circular], "prev": null, "type": "tag", - "x-attribsNamespace": Object {}, - "x-attribsPrefix": Object {}, + "x-attribsNamespace": Object { + "d": undefined, + "fill": undefined, + "fill-rule": undefined, + "id": undefined, + }, + "x-attribsPrefix": Object { + "d": undefined, + "fill": undefined, + "fill-rule": undefined, + "id": undefined, + }, }, ], - "name": "button", - "namespace": "http://www.w3.org/1999/xhtml", + "name": "g", + "namespace": "http://www.w3.org/2000/svg", "next": null, "parent": [Circular], - "prev": [Circular], + "prev": null, "type": "tag", "x-attribsNamespace": Object { - "class": undefined, - "type": undefined, + "data-name": undefined, + "id": undefined, }, "x-attribsPrefix": Object { - "class": undefined, - "type": undefined, + "data-name": undefined, + "id": undefined, }, }, - "parent": [Circular], - "prev": null, - "type": "tag", - "x-attribsNamespace": Object { - "class": undefined, - "type": undefined, - }, - "x-attribsPrefix": Object { - "class": undefined, - "type": undefined, - }, - }, - Object { - "attribs": Object { - "class": "gio-btn gio-modal__btn-ok gio-btn-primary", - "type": "button", - }, + ], + "name": "g", + "namespace": "http://www.w3.org/2000/svg", + "next": null, + "parent": [Circular], + "prev": Object { + "attribs": Object {}, "children": Array [ Object { "attribs": Object {}, - "children": Array [ - Object { - "data": "下一步", - "next": null, - "parent": [Circular], - "prev": null, - "type": "text", - }, - ], - "name": "span", - "namespace": "http://www.w3.org/1999/xhtml", + "children": Array [], + "name": "style", + "namespace": "http://www.w3.org/2000/svg", "next": null, "parent": [Circular], "prev": null, - "type": "tag", + "type": "style", "x-attribsNamespace": Object {}, "x-attribsPrefix": Object {}, }, ], - "name": "button", - "namespace": "http://www.w3.org/1999/xhtml", + "name": "defs", + "namespace": "http://www.w3.org/2000/svg", + "next": [Circular], + "parent": [Circular], + "prev": null, + "type": "tag", + "x-attribsNamespace": Object {}, + "x-attribsPrefix": Object {}, + }, + "type": "tag", + "x-attribsNamespace": Object { + "data-name": undefined, + "id": undefined, + }, + "x-attribsPrefix": Object { + "data-name": undefined, + "id": undefined, + }, + }, + ], + "name": "svg", + "namespace": "http://www.w3.org/2000/svg", + "next": null, + "parent": [Circular], + "prev": null, + "type": "tag", + "x-attribsNamespace": Object { + "class": undefined, + "fill": undefined, + "height": undefined, + "viewBox": undefined, + "width": undefined, + }, + "x-attribsPrefix": Object { + "class": undefined, + "fill": undefined, + "height": undefined, + "viewBox": undefined, + "width": undefined, + }, + }, + ], + "name": "span", + "namespace": "http://www.w3.org/1999/xhtml", + "next": null, + "parent": [Circular], + "prev": null, + "type": "tag", + "x-attribsNamespace": Object { + "class": undefined, + }, + "x-attribsPrefix": Object { + "class": undefined, + }, + }, + ], + "name": "button", + "namespace": "http://www.w3.org/1999/xhtml", + "next": [Circular], + "parent": [Circular], + "prev": null, + "type": "tag", + "x-attribsNamespace": Object { + "aria-label": undefined, + "class": undefined, + "type": undefined, + }, + "x-attribsPrefix": Object { + "aria-label": undefined, + "class": undefined, + "type": undefined, + }, + }, + "type": "tag", + "x-attribsNamespace": Object { + "class": undefined, + }, + "x-attribsPrefix": Object { + "class": undefined, + }, + }, + "type": "tag", + "x-attribsNamespace": Object { + "class": undefined, + }, + "x-attribsPrefix": Object { + "class": undefined, + }, + }, + ], + "name": "div", + "namespace": "http://www.w3.org/1999/xhtml", + "next": Object { + "attribs": Object { + "aria-hidden": "true", + "style": "width: 0px; height: 0px; overflow: hidden; outline: none;", + "tabindex": "0", + }, + "children": Array [], + "name": "div", + "namespace": "http://www.w3.org/1999/xhtml", + "next": null, + "parent": [Circular], + "prev": [Circular], + "type": "tag", + "x-attribsNamespace": Object { + "aria-hidden": undefined, + "style": undefined, + "tabindex": undefined, + }, + "x-attribsPrefix": Object { + "aria-hidden": undefined, + "style": undefined, + "tabindex": undefined, + }, + }, + "parent": [Circular], + "prev": Object { + "attribs": Object { + "aria-hidden": "true", + "style": "width: 0px; height: 0px; overflow: hidden; outline: none;", + "tabindex": "0", + }, + "children": Array [], + "name": "div", + "namespace": "http://www.w3.org/1999/xhtml", + "next": [Circular], + "parent": [Circular], + "prev": null, + "type": "tag", + "x-attribsNamespace": Object { + "aria-hidden": undefined, + "style": undefined, + "tabindex": undefined, + }, + "x-attribsPrefix": Object { + "aria-hidden": undefined, + "style": undefined, + "tabindex": undefined, + }, + }, + "type": "tag", + "x-attribsNamespace": Object { + "class": undefined, + }, + "x-attribsPrefix": Object { + "class": undefined, + }, + }, + Object { + "attribs": Object { + "aria-hidden": "true", + "style": "width: 0px; height: 0px; overflow: hidden; outline: none;", + "tabindex": "0", + }, + "children": Array [], + "name": "div", + "namespace": "http://www.w3.org/1999/xhtml", + "next": null, + "parent": [Circular], + "prev": Object { + "attribs": Object { + "class": "gio-modal-content", + }, + "children": Array [ + Object { + "attribs": Object { + "aria-label": "Close", + "class": "gio-modal-close", + "type": "button", + }, + "children": Array [ + Object { + "attribs": Object { + "class": "gio-icon gio-modal__close", + }, + "children": Array [ + Object { + "attribs": Object { + "class": "gio-icon-svg", + "fill": "currentColor", + "height": "1rem", + "viewBox": "0 0 14 14", + "width": "1rem", + }, + "children": Array [ + Object { + "attribs": Object {}, + "children": Array [ + Object { + "attribs": Object {}, + "children": Array [], + "name": "style", + "namespace": "http://www.w3.org/2000/svg", "next": null, "parent": [Circular], - "prev": Object { - "attribs": Object { - "class": "gio-btn gio-modal__btn-close gio-btn-secondary", - "type": "button", - }, - "children": Array [ - Object { - "attribs": Object {}, - "children": Array [ - Object { - "data": "取 消", - "next": null, - "parent": [Circular], - "prev": null, - "type": "text", - }, - ], - "name": "span", - "namespace": "http://www.w3.org/1999/xhtml", - "next": null, - "parent": [Circular], - "prev": null, - "type": "tag", - "x-attribsNamespace": Object {}, - "x-attribsPrefix": Object {}, - }, - ], - "name": "button", - "namespace": "http://www.w3.org/1999/xhtml", - "next": [Circular], - "parent": [Circular], - "prev": null, - "type": "tag", - "x-attribsNamespace": Object { - "class": undefined, - "type": undefined, - }, - "x-attribsPrefix": Object { - "class": undefined, - "type": undefined, - }, - }, - "type": "tag", - "x-attribsNamespace": Object { - "class": undefined, - "type": undefined, - }, - "x-attribsPrefix": Object { - "class": undefined, - "type": undefined, - }, + "prev": null, + "type": "style", + "x-attribsNamespace": Object {}, + "x-attribsPrefix": Object {}, }, ], - "name": "div", - "namespace": "http://www.w3.org/1999/xhtml", - "next": null, - "parent": [Circular], - "prev": [Circular], - "type": "tag", - "x-attribsNamespace": Object {}, - "x-attribsPrefix": Object {}, - }, - "parent": [Circular], - "prev": null, - "type": "tag", - "x-attribsNamespace": Object { - "class": undefined, - }, - "x-attribsPrefix": Object { - "class": undefined, - }, - }, - Object { - "attribs": Object {}, - "children": Array [ - Object { + "name": "defs", + "namespace": "http://www.w3.org/2000/svg", + "next": Object { "attribs": Object { - "class": "gio-btn gio-modal__btn-close gio-btn-secondary", - "type": "button", + "data-name": "\\\\u56FE\\\\u5C42 2", + "id": "close_svg__\\\\u56FE\\\\u5C42_2", }, "children": Array [ Object { - "attribs": Object {}, + "attribs": Object { + "data-name": "\\\\u56FE\\\\u5C42 1", + "id": "close_svg__\\\\u56FE\\\\u5C42_1-2", + }, "children": Array [ Object { - "data": "取 消", + "attribs": Object { + "d": "M6.62 5.92a.54.54 0 00.76 0l3.87-3.87a.49.49 0 01.7.7L8.08 6.62a.54.54 0 000 .76L12 11.25a.49.49 0 01-.7.7L7.38 8.08a.54.54 0 00-.76 0L2.75 12a.49.49 0 01-.7-.7l3.87-3.92a.54.54 0 000-.76L2.05 2.75a.49.49 0 01.7-.7z", + "fill": "currentColor", + "fill-rule": "evenodd", + "id": "close_svg__close", + }, + "children": Array [], + "name": "path", + "namespace": "http://www.w3.org/2000/svg", "next": null, "parent": [Circular], "prev": null, - "type": "text", + "type": "tag", + "x-attribsNamespace": Object { + "d": undefined, + "fill": undefined, + "fill-rule": undefined, + "id": undefined, + }, + "x-attribsPrefix": Object { + "d": undefined, + "fill": undefined, + "fill-rule": undefined, + "id": undefined, + }, }, ], - "name": "span", - "namespace": "http://www.w3.org/1999/xhtml", + "name": "g", + "namespace": "http://www.w3.org/2000/svg", "next": null, "parent": [Circular], "prev": null, "type": "tag", - "x-attribsNamespace": Object {}, - "x-attribsPrefix": Object {}, - }, - ], - "name": "button", - "namespace": "http://www.w3.org/1999/xhtml", - "next": Object { - "attribs": Object { - "class": "gio-btn gio-modal__btn-ok gio-btn-primary", - "type": "button", - }, - "children": Array [ - Object { - "attribs": Object {}, - "children": Array [ - Object { - "data": "下一步", - "next": null, - "parent": [Circular], - "prev": null, - "type": "text", - }, - ], - "name": "span", - "namespace": "http://www.w3.org/1999/xhtml", - "next": null, - "parent": [Circular], - "prev": null, - "type": "tag", - "x-attribsNamespace": Object {}, - "x-attribsPrefix": Object {}, + "x-attribsNamespace": Object { + "data-name": undefined, + "id": undefined, + }, + "x-attribsPrefix": Object { + "data-name": undefined, + "id": undefined, }, - ], - "name": "button", - "namespace": "http://www.w3.org/1999/xhtml", - "next": null, - "parent": [Circular], - "prev": [Circular], - "type": "tag", - "x-attribsNamespace": Object { - "class": undefined, - "type": undefined, - }, - "x-attribsPrefix": Object { - "class": undefined, - "type": undefined, }, - }, + ], + "name": "g", + "namespace": "http://www.w3.org/2000/svg", + "next": null, "parent": [Circular], - "prev": null, + "prev": [Circular], "type": "tag", "x-attribsNamespace": Object { - "class": undefined, - "type": undefined, + "data-name": undefined, + "id": undefined, }, "x-attribsPrefix": Object { - "class": undefined, - "type": undefined, + "data-name": undefined, + "id": undefined, }, }, - Object { - "attribs": Object { - "class": "gio-btn gio-modal__btn-ok gio-btn-primary", - "type": "button", - }, - "children": Array [ - Object { - "attribs": Object {}, - "children": Array [ - Object { - "data": "下一步", - "next": null, - "parent": [Circular], - "prev": null, - "type": "text", - }, - ], - "name": "span", - "namespace": "http://www.w3.org/1999/xhtml", - "next": null, - "parent": [Circular], - "prev": null, - "type": "tag", - "x-attribsNamespace": Object {}, - "x-attribsPrefix": Object {}, - }, - ], - "name": "button", - "namespace": "http://www.w3.org/1999/xhtml", - "next": null, - "parent": [Circular], - "prev": Object { + "parent": [Circular], + "prev": null, + "type": "tag", + "x-attribsNamespace": Object {}, + "x-attribsPrefix": Object {}, + }, + Object { + "attribs": Object { + "data-name": "\\\\u56FE\\\\u5C42 2", + "id": "close_svg__\\\\u56FE\\\\u5C42_2", + }, + "children": Array [ + Object { "attribs": Object { - "class": "gio-btn gio-modal__btn-close gio-btn-secondary", - "type": "button", + "data-name": "\\\\u56FE\\\\u5C42 1", + "id": "close_svg__\\\\u56FE\\\\u5C42_1-2", }, - "children": Array [ - Object { - "attribs": Object {}, - "children": Array [ - Object { - "data": "取 消", - "next": null, - "parent": [Circular], - "prev": null, - "type": "text", - }, - ], - "name": "span", - "namespace": "http://www.w3.org/1999/xhtml", + "children": Array [ + Object { + "attribs": Object { + "d": "M6.62 5.92a.54.54 0 00.76 0l3.87-3.87a.49.49 0 01.7.7L8.08 6.62a.54.54 0 000 .76L12 11.25a.49.49 0 01-.7.7L7.38 8.08a.54.54 0 00-.76 0L2.75 12a.49.49 0 01-.7-.7l3.87-3.92a.54.54 0 000-.76L2.05 2.75a.49.49 0 01.7-.7z", + "fill": "currentColor", + "fill-rule": "evenodd", + "id": "close_svg__close", + }, + "children": Array [], + "name": "path", + "namespace": "http://www.w3.org/2000/svg", "next": null, "parent": [Circular], "prev": null, "type": "tag", - "x-attribsNamespace": Object {}, - "x-attribsPrefix": Object {}, + "x-attribsNamespace": Object { + "d": undefined, + "fill": undefined, + "fill-rule": undefined, + "id": undefined, + }, + "x-attribsPrefix": Object { + "d": undefined, + "fill": undefined, + "fill-rule": undefined, + "id": undefined, + }, }, ], - "name": "button", - "namespace": "http://www.w3.org/1999/xhtml", - "next": [Circular], + "name": "g", + "namespace": "http://www.w3.org/2000/svg", + "next": null, "parent": [Circular], "prev": null, "type": "tag", "x-attribsNamespace": Object { - "class": undefined, - "type": undefined, + "data-name": undefined, + "id": undefined, }, "x-attribsPrefix": Object { - "class": undefined, - "type": undefined, + "data-name": undefined, + "id": undefined, }, }, + ], + "name": "g", + "namespace": "http://www.w3.org/2000/svg", + "next": null, + "parent": [Circular], + "prev": Object { + "attribs": Object {}, + "children": Array [ + Object { + "attribs": Object {}, + "children": Array [], + "name": "style", + "namespace": "http://www.w3.org/2000/svg", + "next": null, + "parent": [Circular], + "prev": null, + "type": "style", + "x-attribsNamespace": Object {}, + "x-attribsPrefix": Object {}, + }, + ], + "name": "defs", + "namespace": "http://www.w3.org/2000/svg", + "next": [Circular], + "parent": [Circular], + "prev": null, "type": "tag", - "x-attribsNamespace": Object { - "class": undefined, - "type": undefined, - }, - "x-attribsPrefix": Object { - "class": undefined, - "type": undefined, - }, - }, - ], - "name": "div", - "namespace": "http://www.w3.org/1999/xhtml", - "next": null, - "parent": [Circular], - "prev": Object { - "attribs": Object { - "class": "gio-modal__footer-additional", + "x-attribsNamespace": Object {}, + "x-attribsPrefix": Object {}, }, - "children": Array [], - "name": "div", - "namespace": "http://www.w3.org/1999/xhtml", - "next": [Circular], - "parent": [Circular], - "prev": null, "type": "tag", "x-attribsNamespace": Object { - "class": undefined, + "data-name": undefined, + "id": undefined, }, "x-attribsPrefix": Object { - "class": undefined, + "data-name": undefined, + "id": undefined, }, }, - "type": "tag", - "x-attribsNamespace": Object {}, - "x-attribsPrefix": Object {}, + ], + "name": "svg", + "namespace": "http://www.w3.org/2000/svg", + "next": null, + "parent": [Circular], + "prev": null, + "type": "tag", + "x-attribsNamespace": Object { + "class": undefined, + "fill": undefined, + "height": undefined, + "viewBox": undefined, + "width": undefined, + }, + "x-attribsPrefix": Object { + "class": undefined, + "fill": undefined, + "height": undefined, + "viewBox": undefined, + "width": undefined, }, - ], - "name": "div", - "namespace": "http://www.w3.org/1999/xhtml", - "next": null, - "parent": [Circular], - "prev": null, - "type": "tag", - "x-attribsNamespace": Object { - "class": undefined, - }, - "x-attribsPrefix": Object { - "class": undefined, }, + ], + "name": "span", + "namespace": "http://www.w3.org/1999/xhtml", + "next": null, + "parent": [Circular], + "prev": null, + "type": "tag", + "x-attribsNamespace": Object { + "class": undefined, + }, + "x-attribsPrefix": Object { + "class": undefined, }, - ], - "name": "div", - "namespace": "http://www.w3.org/1999/xhtml", - "next": null, - "parent": [Circular], - "prev": [Circular], - "type": "tag", - "x-attribsNamespace": Object { - "class": undefined, - }, - "x-attribsPrefix": Object { - "class": undefined, }, - }, - "parent": [Circular], - "prev": Object { + ], + "name": "button", + "namespace": "http://www.w3.org/1999/xhtml", + "next": Object { "attribs": Object { "class": "gio-modal-header", }, @@ -44304,273 +17418,325 @@ initialize { ], "name": "div", "namespace": "http://www.w3.org/1999/xhtml", - "next": [Circular], - "parent": [Circular], - "prev": Object { + "next": Object { "attribs": Object { - "aria-label": "Close", - "class": "gio-modal-close", - "type": "button", + "class": "gio-modal-body", }, "children": Array [ Object { - "attribs": Object { - "class": "gio-icon gio-modal__close", - }, + "attribs": Object {}, "children": Array [ + Object { + "data": "Step One", + "next": Object { + "attribs": Object { + "class": "gio-btn gio-btn-text gio-btn-small", + "style": "margin-left: 5px;", + "type": "button", + }, + "children": Array [ + Object { + "attribs": Object {}, + "children": Array [ + Object { + "data": "go 2-1", + "next": null, + "parent": [Circular], + "prev": null, + "type": "text", + }, + ], + "name": "span", + "namespace": "http://www.w3.org/1999/xhtml", + "next": null, + "parent": [Circular], + "prev": null, + "type": "tag", + "x-attribsNamespace": Object {}, + "x-attribsPrefix": Object {}, + }, + ], + "name": "button", + "namespace": "http://www.w3.org/1999/xhtml", + "next": Object { + "attribs": Object { + "class": "gio-btn gio-btn-text gio-btn-small", + "style": "margin-left: 5px;", + "type": "button", + }, + "children": Array [ + Object { + "attribs": Object {}, + "children": Array [ + Object { + "data": "go 2-2", + "next": null, + "parent": [Circular], + "prev": null, + "type": "text", + }, + ], + "name": "span", + "namespace": "http://www.w3.org/1999/xhtml", + "next": null, + "parent": [Circular], + "prev": null, + "type": "tag", + "x-attribsNamespace": Object {}, + "x-attribsPrefix": Object {}, + }, + ], + "name": "button", + "namespace": "http://www.w3.org/1999/xhtml", + "next": null, + "parent": [Circular], + "prev": [Circular], + "type": "tag", + "x-attribsNamespace": Object { + "class": undefined, + "style": undefined, + "type": undefined, + }, + "x-attribsPrefix": Object { + "class": undefined, + "style": undefined, + "type": undefined, + }, + }, + "parent": [Circular], + "prev": [Circular], + "type": "tag", + "x-attribsNamespace": Object { + "class": undefined, + "style": undefined, + "type": undefined, + }, + "x-attribsPrefix": Object { + "class": undefined, + "style": undefined, + "type": undefined, + }, + }, + "parent": [Circular], + "prev": null, + "type": "text", + }, Object { "attribs": Object { - "class": "gio-icon-svg", - "fill": "currentColor", - "height": "1rem", - "viewBox": "0 0 14 14", - "width": "1rem", + "class": "gio-btn gio-btn-text gio-btn-small", + "style": "margin-left: 5px;", + "type": "button", }, "children": Array [ Object { "attribs": Object {}, "children": Array [ Object { - "attribs": Object {}, - "children": Array [], - "name": "style", - "namespace": "http://www.w3.org/2000/svg", + "data": "go 2-1", "next": null, "parent": [Circular], "prev": null, - "type": "style", - "x-attribsNamespace": Object {}, - "x-attribsPrefix": Object {}, + "type": "text", }, ], - "name": "defs", - "namespace": "http://www.w3.org/2000/svg", - "next": Object { - "attribs": Object { - "data-name": "\\\\u56FE\\\\u5C42 2", - "id": "close_svg__\\\\u56FE\\\\u5C42_2", - }, + "name": "span", + "namespace": "http://www.w3.org/1999/xhtml", + "next": null, + "parent": [Circular], + "prev": null, + "type": "tag", + "x-attribsNamespace": Object {}, + "x-attribsPrefix": Object {}, + }, + ], + "name": "button", + "namespace": "http://www.w3.org/1999/xhtml", + "next": Object { + "attribs": Object { + "class": "gio-btn gio-btn-text gio-btn-small", + "style": "margin-left: 5px;", + "type": "button", + }, + "children": Array [ + Object { + "attribs": Object {}, "children": Array [ Object { - "attribs": Object { - "data-name": "\\\\u56FE\\\\u5C42 1", - "id": "close_svg__\\\\u56FE\\\\u5C42_1-2", - }, - "children": Array [ - Object { - "attribs": Object { - "d": "M6.62 5.92a.54.54 0 00.76 0l3.87-3.87a.49.49 0 01.7.7L8.08 6.62a.54.54 0 000 .76L12 11.25a.49.49 0 01-.7.7L7.38 8.08a.54.54 0 00-.76 0L2.75 12a.49.49 0 01-.7-.7l3.87-3.92a.54.54 0 000-.76L2.05 2.75a.49.49 0 01.7-.7z", - "fill": "currentColor", - "fill-rule": "evenodd", - "id": "close_svg__close", - }, - "children": Array [], - "name": "path", - "namespace": "http://www.w3.org/2000/svg", - "next": null, - "parent": [Circular], - "prev": null, - "type": "tag", - "x-attribsNamespace": Object { - "d": undefined, - "fill": undefined, - "fill-rule": undefined, - "id": undefined, - }, - "x-attribsPrefix": Object { - "d": undefined, - "fill": undefined, - "fill-rule": undefined, - "id": undefined, - }, - }, - ], - "name": "g", - "namespace": "http://www.w3.org/2000/svg", + "data": "go 2-2", "next": null, "parent": [Circular], "prev": null, - "type": "tag", - "x-attribsNamespace": Object { - "data-name": undefined, - "id": undefined, - }, - "x-attribsPrefix": Object { - "data-name": undefined, - "id": undefined, - }, + "type": "text", }, ], - "name": "g", - "namespace": "http://www.w3.org/2000/svg", + "name": "span", + "namespace": "http://www.w3.org/1999/xhtml", "next": null, "parent": [Circular], - "prev": [Circular], + "prev": null, "type": "tag", - "x-attribsNamespace": Object { - "data-name": undefined, - "id": undefined, - }, - "x-attribsPrefix": Object { - "data-name": undefined, - "id": undefined, - }, + "x-attribsNamespace": Object {}, + "x-attribsPrefix": Object {}, }, - "parent": [Circular], - "prev": null, - "type": "tag", - "x-attribsNamespace": Object {}, - "x-attribsPrefix": Object {}, + ], + "name": "button", + "namespace": "http://www.w3.org/1999/xhtml", + "next": null, + "parent": [Circular], + "prev": [Circular], + "type": "tag", + "x-attribsNamespace": Object { + "class": undefined, + "style": undefined, + "type": undefined, + }, + "x-attribsPrefix": Object { + "class": undefined, + "style": undefined, + "type": undefined, }, + }, + "parent": [Circular], + "prev": Object { + "data": "Step One", + "next": [Circular], + "parent": [Circular], + "prev": null, + "type": "text", + }, + "type": "tag", + "x-attribsNamespace": Object { + "class": undefined, + "style": undefined, + "type": undefined, + }, + "x-attribsPrefix": Object { + "class": undefined, + "style": undefined, + "type": undefined, + }, + }, + Object { + "attribs": Object { + "class": "gio-btn gio-btn-text gio-btn-small", + "style": "margin-left: 5px;", + "type": "button", + }, + "children": Array [ Object { - "attribs": Object { - "data-name": "\\\\u56FE\\\\u5C42 2", - "id": "close_svg__\\\\u56FE\\\\u5C42_2", - }, + "attribs": Object {}, "children": Array [ Object { - "attribs": Object { - "data-name": "\\\\u56FE\\\\u5C42 1", - "id": "close_svg__\\\\u56FE\\\\u5C42_1-2", - }, - "children": Array [ - Object { - "attribs": Object { - "d": "M6.62 5.92a.54.54 0 00.76 0l3.87-3.87a.49.49 0 01.7.7L8.08 6.62a.54.54 0 000 .76L12 11.25a.49.49 0 01-.7.7L7.38 8.08a.54.54 0 00-.76 0L2.75 12a.49.49 0 01-.7-.7l3.87-3.92a.54.54 0 000-.76L2.05 2.75a.49.49 0 01.7-.7z", - "fill": "currentColor", - "fill-rule": "evenodd", - "id": "close_svg__close", - }, - "children": Array [], - "name": "path", - "namespace": "http://www.w3.org/2000/svg", - "next": null, - "parent": [Circular], - "prev": null, - "type": "tag", - "x-attribsNamespace": Object { - "d": undefined, - "fill": undefined, - "fill-rule": undefined, - "id": undefined, - }, - "x-attribsPrefix": Object { - "d": undefined, - "fill": undefined, - "fill-rule": undefined, - "id": undefined, - }, - }, - ], - "name": "g", - "namespace": "http://www.w3.org/2000/svg", + "data": "go 2-2", "next": null, "parent": [Circular], "prev": null, - "type": "tag", - "x-attribsNamespace": Object { - "data-name": undefined, - "id": undefined, - }, - "x-attribsPrefix": Object { - "data-name": undefined, - "id": undefined, - }, + "type": "text", }, ], - "name": "g", - "namespace": "http://www.w3.org/2000/svg", + "name": "span", + "namespace": "http://www.w3.org/1999/xhtml", "next": null, "parent": [Circular], - "prev": Object { + "prev": null, + "type": "tag", + "x-attribsNamespace": Object {}, + "x-attribsPrefix": Object {}, + }, + ], + "name": "button", + "namespace": "http://www.w3.org/1999/xhtml", + "next": null, + "parent": [Circular], + "prev": Object { + "attribs": Object { + "class": "gio-btn gio-btn-text gio-btn-small", + "style": "margin-left: 5px;", + "type": "button", + }, + "children": Array [ + Object { "attribs": Object {}, "children": Array [ Object { - "attribs": Object {}, - "children": Array [], - "name": "style", - "namespace": "http://www.w3.org/2000/svg", + "data": "go 2-1", "next": null, "parent": [Circular], "prev": null, - "type": "style", - "x-attribsNamespace": Object {}, - "x-attribsPrefix": Object {}, + "type": "text", }, ], - "name": "defs", - "namespace": "http://www.w3.org/2000/svg", - "next": [Circular], + "name": "span", + "namespace": "http://www.w3.org/1999/xhtml", + "next": null, "parent": [Circular], "prev": null, "type": "tag", "x-attribsNamespace": Object {}, "x-attribsPrefix": Object {}, }, - "type": "tag", - "x-attribsNamespace": Object { - "data-name": undefined, - "id": undefined, - }, - "x-attribsPrefix": Object { - "data-name": undefined, - "id": undefined, - }, + ], + "name": "button", + "namespace": "http://www.w3.org/1999/xhtml", + "next": [Circular], + "parent": [Circular], + "prev": Object { + "data": "Step One", + "next": [Circular], + "parent": [Circular], + "prev": null, + "type": "text", }, - ], - "name": "svg", - "namespace": "http://www.w3.org/2000/svg", - "next": null, - "parent": [Circular], - "prev": null, + "type": "tag", + "x-attribsNamespace": Object { + "class": undefined, + "style": undefined, + "type": undefined, + }, + "x-attribsPrefix": Object { + "class": undefined, + "style": undefined, + "type": undefined, + }, + }, "type": "tag", "x-attribsNamespace": Object { "class": undefined, - "fill": undefined, - "height": undefined, - "viewBox": undefined, - "width": undefined, + "style": undefined, + "type": undefined, }, "x-attribsPrefix": Object { "class": undefined, - "fill": undefined, - "height": undefined, - "viewBox": undefined, - "width": undefined, + "style": undefined, + "type": undefined, }, }, ], - "name": "span", + "name": "div", "namespace": "http://www.w3.org/1999/xhtml", "next": null, "parent": [Circular], "prev": null, "type": "tag", - "x-attribsNamespace": Object { - "class": undefined, - }, - "x-attribsPrefix": Object { - "class": undefined, - }, + "x-attribsNamespace": Object {}, + "x-attribsPrefix": Object {}, }, ], - "name": "button", + "name": "div", "namespace": "http://www.w3.org/1999/xhtml", - "next": [Circular], + "next": null, "parent": [Circular], - "prev": null, + "prev": [Circular], "type": "tag", "x-attribsNamespace": Object { - "aria-label": undefined, "class": undefined, - "type": undefined, }, "x-attribsPrefix": Object { - "aria-label": undefined, "class": undefined, - "type": undefined, }, }, + "parent": [Circular], + "prev": [Circular], "type": "tag", "x-attribsNamespace": Object { "class": undefined, @@ -44579,37 +17745,120 @@ initialize { "class": undefined, }, }, + "parent": [Circular], + "prev": null, "type": "tag", "x-attribsNamespace": Object { + "aria-label": undefined, "class": undefined, + "type": undefined, }, "x-attribsPrefix": Object { + "aria-label": undefined, "class": undefined, + "type": undefined, }, }, Object { "attribs": Object { - "class": "gio-modal-footer", + "class": "gio-modal-header", }, "children": Array [ Object { "attribs": Object { - "class": "gio-modal__footer", + "class": "gio-modal-title", + "id": "rcDialogTitle1", }, "children": Array [ Object { "attribs": Object { - "class": "gio-modal__footer-additional", + "class": "gio-modal__title", }, - "children": Array [], + "children": Array [ + Object { + "data": "步骤 1", + "next": null, + "parent": [Circular], + "prev": null, + "type": "text", + }, + ], "name": "div", "namespace": "http://www.w3.org/1999/xhtml", - "next": Object { - "attribs": Object {}, - "children": Array [ - Object { + "next": null, + "parent": [Circular], + "prev": null, + "type": "tag", + "x-attribsNamespace": Object { + "class": undefined, + }, + "x-attribsPrefix": Object { + "class": undefined, + }, + }, + ], + "name": "div", + "namespace": "http://www.w3.org/1999/xhtml", + "next": null, + "parent": [Circular], + "prev": null, + "type": "tag", + "x-attribsNamespace": Object { + "class": undefined, + "id": undefined, + }, + "x-attribsPrefix": Object { + "class": undefined, + "id": undefined, + }, + }, + ], + "name": "div", + "namespace": "http://www.w3.org/1999/xhtml", + "next": Object { + "attribs": Object { + "class": "gio-modal-body", + }, + "children": Array [ + Object { + "attribs": Object {}, + "children": Array [ + Object { + "data": "Step One", + "next": Object { + "attribs": Object { + "class": "gio-btn gio-btn-text gio-btn-small", + "style": "margin-left: 5px;", + "type": "button", + }, + "children": Array [ + Object { + "attribs": Object {}, + "children": Array [ + Object { + "data": "go 2-1", + "next": null, + "parent": [Circular], + "prev": null, + "type": "text", + }, + ], + "name": "span", + "namespace": "http://www.w3.org/1999/xhtml", + "next": null, + "parent": [Circular], + "prev": null, + "type": "tag", + "x-attribsNamespace": Object {}, + "x-attribsPrefix": Object {}, + }, + ], + "name": "button", + "namespace": "http://www.w3.org/1999/xhtml", + "next": Object { "attribs": Object { - "class": "gio-btn gio-modal__btn-close gio-btn-secondary", + "class": "gio-btn gio-btn-text gio-btn-small", + "style": "margin-left: 5px;", "type": "button", }, "children": Array [ @@ -44617,7 +17866,7 @@ initialize { "attribs": Object {}, "children": Array [ Object { - "data": "取 消", + "data": "go 2-2", "next": null, "parent": [Circular], "prev": null, @@ -44636,169 +17885,170 @@ initialize { ], "name": "button", "namespace": "http://www.w3.org/1999/xhtml", - "next": Object { - "attribs": Object { - "class": "gio-btn gio-modal__btn-ok gio-btn-primary", - "type": "button", - }, - "children": Array [ - Object { - "attribs": Object {}, - "children": Array [ - Object { - "data": "下一步", - "next": null, - "parent": [Circular], - "prev": null, - "type": "text", - }, - ], - "name": "span", - "namespace": "http://www.w3.org/1999/xhtml", - "next": null, - "parent": [Circular], - "prev": null, - "type": "tag", - "x-attribsNamespace": Object {}, - "x-attribsPrefix": Object {}, - }, - ], - "name": "button", - "namespace": "http://www.w3.org/1999/xhtml", - "next": null, - "parent": [Circular], - "prev": [Circular], - "type": "tag", - "x-attribsNamespace": Object { - "class": undefined, - "type": undefined, - }, - "x-attribsPrefix": Object { - "class": undefined, - "type": undefined, - }, - }, + "next": null, "parent": [Circular], - "prev": null, + "prev": [Circular], "type": "tag", "x-attribsNamespace": Object { "class": undefined, + "style": undefined, "type": undefined, }, "x-attribsPrefix": Object { "class": undefined, + "style": undefined, "type": undefined, }, }, - Object { - "attribs": Object { - "class": "gio-btn gio-modal__btn-ok gio-btn-primary", - "type": "button", - }, - "children": Array [ - Object { - "attribs": Object {}, - "children": Array [ - Object { - "data": "下一步", - "next": null, - "parent": [Circular], - "prev": null, - "type": "text", - }, - ], - "name": "span", - "namespace": "http://www.w3.org/1999/xhtml", + "parent": [Circular], + "prev": [Circular], + "type": "tag", + "x-attribsNamespace": Object { + "class": undefined, + "style": undefined, + "type": undefined, + }, + "x-attribsPrefix": Object { + "class": undefined, + "style": undefined, + "type": undefined, + }, + }, + "parent": [Circular], + "prev": null, + "type": "text", + }, + Object { + "attribs": Object { + "class": "gio-btn gio-btn-text gio-btn-small", + "style": "margin-left: 5px;", + "type": "button", + }, + "children": Array [ + Object { + "attribs": Object {}, + "children": Array [ + Object { + "data": "go 2-1", "next": null, "parent": [Circular], "prev": null, - "type": "tag", - "x-attribsNamespace": Object {}, - "x-attribsPrefix": Object {}, + "type": "text", }, ], - "name": "button", + "name": "span", "namespace": "http://www.w3.org/1999/xhtml", "next": null, "parent": [Circular], - "prev": Object { - "attribs": Object { - "class": "gio-btn gio-modal__btn-close gio-btn-secondary", - "type": "button", - }, + "prev": null, + "type": "tag", + "x-attribsNamespace": Object {}, + "x-attribsPrefix": Object {}, + }, + ], + "name": "button", + "namespace": "http://www.w3.org/1999/xhtml", + "next": Object { + "attribs": Object { + "class": "gio-btn gio-btn-text gio-btn-small", + "style": "margin-left: 5px;", + "type": "button", + }, + "children": Array [ + Object { + "attribs": Object {}, "children": Array [ Object { - "attribs": Object {}, - "children": Array [ - Object { - "data": "取 消", - "next": null, - "parent": [Circular], - "prev": null, - "type": "text", - }, - ], - "name": "span", - "namespace": "http://www.w3.org/1999/xhtml", + "data": "go 2-2", "next": null, "parent": [Circular], "prev": null, - "type": "tag", - "x-attribsNamespace": Object {}, - "x-attribsPrefix": Object {}, + "type": "text", }, ], - "name": "button", + "name": "span", "namespace": "http://www.w3.org/1999/xhtml", - "next": [Circular], + "next": null, "parent": [Circular], "prev": null, "type": "tag", - "x-attribsNamespace": Object { - "class": undefined, - "type": undefined, - }, - "x-attribsPrefix": Object { - "class": undefined, - "type": undefined, - }, + "x-attribsNamespace": Object {}, + "x-attribsPrefix": Object {}, }, + ], + "name": "button", + "namespace": "http://www.w3.org/1999/xhtml", + "next": null, + "parent": [Circular], + "prev": [Circular], + "type": "tag", + "x-attribsNamespace": Object { + "class": undefined, + "style": undefined, + "type": undefined, + }, + "x-attribsPrefix": Object { + "class": undefined, + "style": undefined, + "type": undefined, + }, + }, + "parent": [Circular], + "prev": Object { + "data": "Step One", + "next": [Circular], + "parent": [Circular], + "prev": null, + "type": "text", + }, + "type": "tag", + "x-attribsNamespace": Object { + "class": undefined, + "style": undefined, + "type": undefined, + }, + "x-attribsPrefix": Object { + "class": undefined, + "style": undefined, + "type": undefined, + }, + }, + Object { + "attribs": Object { + "class": "gio-btn gio-btn-text gio-btn-small", + "style": "margin-left: 5px;", + "type": "button", + }, + "children": Array [ + Object { + "attribs": Object {}, + "children": Array [ + Object { + "data": "go 2-2", + "next": null, + "parent": [Circular], + "prev": null, + "type": "text", + }, + ], + "name": "span", + "namespace": "http://www.w3.org/1999/xhtml", + "next": null, + "parent": [Circular], + "prev": null, "type": "tag", - "x-attribsNamespace": Object { - "class": undefined, - "type": undefined, - }, - "x-attribsPrefix": Object { - "class": undefined, - "type": undefined, - }, + "x-attribsNamespace": Object {}, + "x-attribsPrefix": Object {}, }, ], - "name": "div", + "name": "button", "namespace": "http://www.w3.org/1999/xhtml", "next": null, "parent": [Circular], - "prev": [Circular], - "type": "tag", - "x-attribsNamespace": Object {}, - "x-attribsPrefix": Object {}, - }, - "parent": [Circular], - "prev": null, - "type": "tag", - "x-attribsNamespace": Object { - "class": undefined, - }, - "x-attribsPrefix": Object { - "class": undefined, - }, - }, - Object { - "attribs": Object {}, - "children": Array [ - Object { + "prev": Object { "attribs": Object { - "class": "gio-btn gio-modal__btn-close gio-btn-secondary", + "class": "gio-btn gio-btn-text gio-btn-small", + "style": "margin-left: 5px;", "type": "button", }, "children": Array [ @@ -44806,7 +18056,7 @@ initialize { "attribs": Object {}, "children": Array [ Object { - "data": "取 消", + "data": "go 2-1", "next": null, "parent": [Circular], "prev": null, @@ -44825,293 +18075,348 @@ initialize { ], "name": "button", "namespace": "http://www.w3.org/1999/xhtml", - "next": Object { - "attribs": Object { - "class": "gio-btn gio-modal__btn-ok gio-btn-primary", - "type": "button", - }, + "next": [Circular], + "parent": [Circular], + "prev": Object { + "data": "Step One", + "next": [Circular], + "parent": [Circular], + "prev": null, + "type": "text", + }, + "type": "tag", + "x-attribsNamespace": Object { + "class": undefined, + "style": undefined, + "type": undefined, + }, + "x-attribsPrefix": Object { + "class": undefined, + "style": undefined, + "type": undefined, + }, + }, + "type": "tag", + "x-attribsNamespace": Object { + "class": undefined, + "style": undefined, + "type": undefined, + }, + "x-attribsPrefix": Object { + "class": undefined, + "style": undefined, + "type": undefined, + }, + }, + ], + "name": "div", + "namespace": "http://www.w3.org/1999/xhtml", + "next": null, + "parent": [Circular], + "prev": null, + "type": "tag", + "x-attribsNamespace": Object {}, + "x-attribsPrefix": Object {}, + }, + ], + "name": "div", + "namespace": "http://www.w3.org/1999/xhtml", + "next": null, + "parent": [Circular], + "prev": [Circular], + "type": "tag", + "x-attribsNamespace": Object { + "class": undefined, + }, + "x-attribsPrefix": Object { + "class": undefined, + }, + }, + "parent": [Circular], + "prev": Object { + "attribs": Object { + "aria-label": "Close", + "class": "gio-modal-close", + "type": "button", + }, + "children": Array [ + Object { + "attribs": Object { + "class": "gio-icon gio-modal__close", + }, + "children": Array [ + Object { + "attribs": Object { + "class": "gio-icon-svg", + "fill": "currentColor", + "height": "1rem", + "viewBox": "0 0 14 14", + "width": "1rem", + }, + "children": Array [ + Object { + "attribs": Object {}, "children": Array [ Object { "attribs": Object {}, - "children": Array [ - Object { - "data": "下一步", - "next": null, - "parent": [Circular], - "prev": null, - "type": "text", - }, - ], - "name": "span", - "namespace": "http://www.w3.org/1999/xhtml", + "children": Array [], + "name": "style", + "namespace": "http://www.w3.org/2000/svg", "next": null, "parent": [Circular], "prev": null, - "type": "tag", + "type": "style", "x-attribsNamespace": Object {}, "x-attribsPrefix": Object {}, }, ], - "name": "button", - "namespace": "http://www.w3.org/1999/xhtml", - "next": null, - "parent": [Circular], - "prev": [Circular], - "type": "tag", - "x-attribsNamespace": Object { - "class": undefined, - "type": undefined, - }, - "x-attribsPrefix": Object { - "class": undefined, - "type": undefined, - }, - }, - "parent": [Circular], - "prev": null, - "type": "tag", - "x-attribsNamespace": Object { - "class": undefined, - "type": undefined, - }, - "x-attribsPrefix": Object { - "class": undefined, - "type": undefined, - }, - }, - Object { - "attribs": Object { - "class": "gio-btn gio-modal__btn-ok gio-btn-primary", - "type": "button", - }, - "children": Array [ - Object { - "attribs": Object {}, + "name": "defs", + "namespace": "http://www.w3.org/2000/svg", + "next": Object { + "attribs": Object { + "data-name": "\\\\u56FE\\\\u5C42 2", + "id": "close_svg__\\\\u56FE\\\\u5C42_2", + }, "children": Array [ Object { - "data": "下一步", + "attribs": Object { + "data-name": "\\\\u56FE\\\\u5C42 1", + "id": "close_svg__\\\\u56FE\\\\u5C42_1-2", + }, + "children": Array [ + Object { + "attribs": Object { + "d": "M6.62 5.92a.54.54 0 00.76 0l3.87-3.87a.49.49 0 01.7.7L8.08 6.62a.54.54 0 000 .76L12 11.25a.49.49 0 01-.7.7L7.38 8.08a.54.54 0 00-.76 0L2.75 12a.49.49 0 01-.7-.7l3.87-3.92a.54.54 0 000-.76L2.05 2.75a.49.49 0 01.7-.7z", + "fill": "currentColor", + "fill-rule": "evenodd", + "id": "close_svg__close", + }, + "children": Array [], + "name": "path", + "namespace": "http://www.w3.org/2000/svg", + "next": null, + "parent": [Circular], + "prev": null, + "type": "tag", + "x-attribsNamespace": Object { + "d": undefined, + "fill": undefined, + "fill-rule": undefined, + "id": undefined, + }, + "x-attribsPrefix": Object { + "d": undefined, + "fill": undefined, + "fill-rule": undefined, + "id": undefined, + }, + }, + ], + "name": "g", + "namespace": "http://www.w3.org/2000/svg", "next": null, "parent": [Circular], "prev": null, - "type": "text", + "type": "tag", + "x-attribsNamespace": Object { + "data-name": undefined, + "id": undefined, + }, + "x-attribsPrefix": Object { + "data-name": undefined, + "id": undefined, + }, }, ], - "name": "span", - "namespace": "http://www.w3.org/1999/xhtml", + "name": "g", + "namespace": "http://www.w3.org/2000/svg", "next": null, "parent": [Circular], - "prev": null, + "prev": [Circular], "type": "tag", - "x-attribsNamespace": Object {}, - "x-attribsPrefix": Object {}, + "x-attribsNamespace": Object { + "data-name": undefined, + "id": undefined, + }, + "x-attribsPrefix": Object { + "data-name": undefined, + "id": undefined, + }, }, - ], - "name": "button", - "namespace": "http://www.w3.org/1999/xhtml", - "next": null, - "parent": [Circular], - "prev": Object { + "parent": [Circular], + "prev": null, + "type": "tag", + "x-attribsNamespace": Object {}, + "x-attribsPrefix": Object {}, + }, + Object { "attribs": Object { - "class": "gio-btn gio-modal__btn-close gio-btn-secondary", - "type": "button", + "data-name": "\\\\u56FE\\\\u5C42 2", + "id": "close_svg__\\\\u56FE\\\\u5C42_2", }, "children": Array [ Object { - "attribs": Object {}, + "attribs": Object { + "data-name": "\\\\u56FE\\\\u5C42 1", + "id": "close_svg__\\\\u56FE\\\\u5C42_1-2", + }, "children": Array [ Object { - "data": "取 消", + "attribs": Object { + "d": "M6.62 5.92a.54.54 0 00.76 0l3.87-3.87a.49.49 0 01.7.7L8.08 6.62a.54.54 0 000 .76L12 11.25a.49.49 0 01-.7.7L7.38 8.08a.54.54 0 00-.76 0L2.75 12a.49.49 0 01-.7-.7l3.87-3.92a.54.54 0 000-.76L2.05 2.75a.49.49 0 01.7-.7z", + "fill": "currentColor", + "fill-rule": "evenodd", + "id": "close_svg__close", + }, + "children": Array [], + "name": "path", + "namespace": "http://www.w3.org/2000/svg", "next": null, "parent": [Circular], "prev": null, - "type": "text", + "type": "tag", + "x-attribsNamespace": Object { + "d": undefined, + "fill": undefined, + "fill-rule": undefined, + "id": undefined, + }, + "x-attribsPrefix": Object { + "d": undefined, + "fill": undefined, + "fill-rule": undefined, + "id": undefined, + }, }, ], - "name": "span", - "namespace": "http://www.w3.org/1999/xhtml", + "name": "g", + "namespace": "http://www.w3.org/2000/svg", "next": null, "parent": [Circular], "prev": null, "type": "tag", - "x-attribsNamespace": Object {}, - "x-attribsPrefix": Object {}, + "x-attribsNamespace": Object { + "data-name": undefined, + "id": undefined, + }, + "x-attribsPrefix": Object { + "data-name": undefined, + "id": undefined, + }, }, ], - "name": "button", - "namespace": "http://www.w3.org/1999/xhtml", - "next": [Circular], + "name": "g", + "namespace": "http://www.w3.org/2000/svg", + "next": null, "parent": [Circular], - "prev": null, - "type": "tag", - "x-attribsNamespace": Object { - "class": undefined, - "type": undefined, - }, - "x-attribsPrefix": Object { - "class": undefined, - "type": undefined, - }, - }, - "type": "tag", - "x-attribsNamespace": Object { - "class": undefined, - "type": undefined, - }, - "x-attribsPrefix": Object { - "class": undefined, - "type": undefined, - }, - }, - ], - "name": "div", - "namespace": "http://www.w3.org/1999/xhtml", - "next": null, - "parent": [Circular], - "prev": Object { - "attribs": Object { - "class": "gio-modal__footer-additional", - }, - "children": Array [], - "name": "div", - "namespace": "http://www.w3.org/1999/xhtml", - "next": [Circular], - "parent": [Circular], - "prev": null, - "type": "tag", - "x-attribsNamespace": Object { - "class": undefined, - }, - "x-attribsPrefix": Object { - "class": undefined, - }, - }, - "type": "tag", - "x-attribsNamespace": Object {}, - "x-attribsPrefix": Object {}, - }, - ], - "name": "div", - "namespace": "http://www.w3.org/1999/xhtml", - "next": null, - "parent": [Circular], - "prev": null, - "type": "tag", - "x-attribsNamespace": Object { - "class": undefined, - }, - "x-attribsPrefix": Object { - "class": undefined, - }, - }, - ], - "name": "div", - "namespace": "http://www.w3.org/1999/xhtml", - "next": null, - "parent": [Circular], - "prev": Object { - "attribs": Object { - "class": "gio-modal-body", - }, - "children": Array [ - Object { - "attribs": Object {}, - "children": Array [ - Object { - "data": "Step One", - "next": Object { - "attribs": Object { - "class": "gio-btn gio-btn-text gio-btn-small", - "style": "margin-left: 5px;", - "type": "button", - }, - "children": Array [ - Object { + "prev": Object { "attribs": Object {}, "children": Array [ Object { - "data": "go 2-1", + "attribs": Object {}, + "children": Array [], + "name": "style", + "namespace": "http://www.w3.org/2000/svg", "next": null, "parent": [Circular], "prev": null, - "type": "text", + "type": "style", + "x-attribsNamespace": Object {}, + "x-attribsPrefix": Object {}, }, ], - "name": "span", - "namespace": "http://www.w3.org/1999/xhtml", - "next": null, + "name": "defs", + "namespace": "http://www.w3.org/2000/svg", + "next": [Circular], "parent": [Circular], "prev": null, "type": "tag", "x-attribsNamespace": Object {}, "x-attribsPrefix": Object {}, }, - ], - "name": "button", - "namespace": "http://www.w3.org/1999/xhtml", - "next": Object { - "attribs": Object { - "class": "gio-btn gio-btn-text gio-btn-small", - "style": "margin-left: 5px;", - "type": "button", - }, - "children": Array [ - Object { - "attribs": Object {}, - "children": Array [ - Object { - "data": "go 2-2", - "next": null, - "parent": [Circular], - "prev": null, - "type": "text", - }, - ], - "name": "span", - "namespace": "http://www.w3.org/1999/xhtml", - "next": null, - "parent": [Circular], - "prev": null, - "type": "tag", - "x-attribsNamespace": Object {}, - "x-attribsPrefix": Object {}, - }, - ], - "name": "button", - "namespace": "http://www.w3.org/1999/xhtml", - "next": null, - "parent": [Circular], - "prev": [Circular], "type": "tag", "x-attribsNamespace": Object { - "class": undefined, - "style": undefined, - "type": undefined, + "data-name": undefined, + "id": undefined, }, "x-attribsPrefix": Object { - "class": undefined, - "style": undefined, - "type": undefined, + "data-name": undefined, + "id": undefined, }, }, - "parent": [Circular], - "prev": [Circular], - "type": "tag", - "x-attribsNamespace": Object { - "class": undefined, - "style": undefined, - "type": undefined, - }, - "x-attribsPrefix": Object { - "class": undefined, - "style": undefined, - "type": undefined, - }, - }, + ], + "name": "svg", + "namespace": "http://www.w3.org/2000/svg", + "next": null, "parent": [Circular], "prev": null, - "type": "text", + "type": "tag", + "x-attribsNamespace": Object { + "class": undefined, + "fill": undefined, + "height": undefined, + "viewBox": undefined, + "width": undefined, + }, + "x-attribsPrefix": Object { + "class": undefined, + "fill": undefined, + "height": undefined, + "viewBox": undefined, + "width": undefined, + }, }, - Object { + ], + "name": "span", + "namespace": "http://www.w3.org/1999/xhtml", + "next": null, + "parent": [Circular], + "prev": null, + "type": "tag", + "x-attribsNamespace": Object { + "class": undefined, + }, + "x-attribsPrefix": Object { + "class": undefined, + }, + }, + ], + "name": "button", + "namespace": "http://www.w3.org/1999/xhtml", + "next": [Circular], + "parent": [Circular], + "prev": null, + "type": "tag", + "x-attribsNamespace": Object { + "aria-label": undefined, + "class": undefined, + "type": undefined, + }, + "x-attribsPrefix": Object { + "aria-label": undefined, + "class": undefined, + "type": undefined, + }, + }, + "type": "tag", + "x-attribsNamespace": Object { + "class": undefined, + }, + "x-attribsPrefix": Object { + "class": undefined, + }, + }, + Object { + "attribs": Object { + "class": "gio-modal-body", + }, + "children": Array [ + Object { + "attribs": Object {}, + "children": Array [ + Object { + "data": "Step One", + "next": Object { "attribs": Object { "class": "gio-btn gio-btn-text gio-btn-small", "style": "margin-left: 5px;", @@ -45187,13 +18492,7 @@ initialize { }, }, "parent": [Circular], - "prev": Object { - "data": "Step One", - "next": [Circular], - "parent": [Circular], - "prev": null, - "type": "text", - }, + "prev": [Circular], "type": "tag", "x-attribsNamespace": Object { "class": undefined, @@ -45206,7 +18505,41 @@ initialize { "type": undefined, }, }, - Object { + "parent": [Circular], + "prev": null, + "type": "text", + }, + Object { + "attribs": Object { + "class": "gio-btn gio-btn-text gio-btn-small", + "style": "margin-left: 5px;", + "type": "button", + }, + "children": Array [ + Object { + "attribs": Object {}, + "children": Array [ + Object { + "data": "go 2-1", + "next": null, + "parent": [Circular], + "prev": null, + "type": "text", + }, + ], + "name": "span", + "namespace": "http://www.w3.org/1999/xhtml", + "next": null, + "parent": [Circular], + "prev": null, + "type": "tag", + "x-attribsNamespace": Object {}, + "x-attribsPrefix": Object {}, + }, + ], + "name": "button", + "namespace": "http://www.w3.org/1999/xhtml", + "next": Object { "attribs": Object { "class": "gio-btn gio-btn-text gio-btn-small", "style": "margin-left: 5px;", @@ -45238,57 +18571,7 @@ initialize { "namespace": "http://www.w3.org/1999/xhtml", "next": null, "parent": [Circular], - "prev": Object { - "attribs": Object { - "class": "gio-btn gio-btn-text gio-btn-small", - "style": "margin-left: 5px;", - "type": "button", - }, - "children": Array [ - Object { - "attribs": Object {}, - "children": Array [ - Object { - "data": "go 2-1", - "next": null, - "parent": [Circular], - "prev": null, - "type": "text", - }, - ], - "name": "span", - "namespace": "http://www.w3.org/1999/xhtml", - "next": null, - "parent": [Circular], - "prev": null, - "type": "tag", - "x-attribsNamespace": Object {}, - "x-attribsPrefix": Object {}, - }, - ], - "name": "button", - "namespace": "http://www.w3.org/1999/xhtml", - "next": [Circular], - "parent": [Circular], - "prev": Object { - "data": "Step One", - "next": [Circular], - "parent": [Circular], - "prev": null, - "type": "text", - }, - "type": "tag", - "x-attribsNamespace": Object { - "class": undefined, - "style": undefined, - "type": undefined, - }, - "x-attribsPrefix": Object { - "class": undefined, - "style": undefined, - "type": undefined, - }, - }, + "prev": [Circular], "type": "tag", "x-attribsNamespace": Object { "class": undefined, @@ -45301,196 +18584,234 @@ initialize { "type": undefined, }, }, - ], - "name": "div", - "namespace": "http://www.w3.org/1999/xhtml", - "next": null, - "parent": [Circular], - "prev": null, - "type": "tag", - "x-attribsNamespace": Object {}, - "x-attribsPrefix": Object {}, - }, - ], - "name": "div", - "namespace": "http://www.w3.org/1999/xhtml", - "next": [Circular], - "parent": [Circular], - "prev": Object { - "attribs": Object { - "class": "gio-modal-header", - }, - "children": Array [ + "parent": [Circular], + "prev": Object { + "data": "Step One", + "next": [Circular], + "parent": [Circular], + "prev": null, + "type": "text", + }, + "type": "tag", + "x-attribsNamespace": Object { + "class": undefined, + "style": undefined, + "type": undefined, + }, + "x-attribsPrefix": Object { + "class": undefined, + "style": undefined, + "type": undefined, + }, + }, Object { "attribs": Object { - "class": "gio-modal-title", - "id": "rcDialogTitle1", + "class": "gio-btn gio-btn-text gio-btn-small", + "style": "margin-left: 5px;", + "type": "button", }, "children": Array [ Object { - "attribs": Object { - "class": "gio-modal__title", - }, + "attribs": Object {}, "children": Array [ Object { - "data": "步骤 1", + "data": "go 2-2", "next": null, "parent": [Circular], "prev": null, "type": "text", }, ], - "name": "div", + "name": "span", "namespace": "http://www.w3.org/1999/xhtml", "next": null, "parent": [Circular], "prev": null, "type": "tag", - "x-attribsNamespace": Object { - "class": undefined, - }, - "x-attribsPrefix": Object { - "class": undefined, - }, + "x-attribsNamespace": Object {}, + "x-attribsPrefix": Object {}, }, ], - "name": "div", + "name": "button", "namespace": "http://www.w3.org/1999/xhtml", "next": null, "parent": [Circular], - "prev": null, + "prev": Object { + "attribs": Object { + "class": "gio-btn gio-btn-text gio-btn-small", + "style": "margin-left: 5px;", + "type": "button", + }, + "children": Array [ + Object { + "attribs": Object {}, + "children": Array [ + Object { + "data": "go 2-1", + "next": null, + "parent": [Circular], + "prev": null, + "type": "text", + }, + ], + "name": "span", + "namespace": "http://www.w3.org/1999/xhtml", + "next": null, + "parent": [Circular], + "prev": null, + "type": "tag", + "x-attribsNamespace": Object {}, + "x-attribsPrefix": Object {}, + }, + ], + "name": "button", + "namespace": "http://www.w3.org/1999/xhtml", + "next": [Circular], + "parent": [Circular], + "prev": Object { + "data": "Step One", + "next": [Circular], + "parent": [Circular], + "prev": null, + "type": "text", + }, + "type": "tag", + "x-attribsNamespace": Object { + "class": undefined, + "style": undefined, + "type": undefined, + }, + "x-attribsPrefix": Object { + "class": undefined, + "style": undefined, + "type": undefined, + }, + }, "type": "tag", "x-attribsNamespace": Object { "class": undefined, - "id": undefined, + "style": undefined, + "type": undefined, }, "x-attribsPrefix": Object { "class": undefined, - "id": undefined, + "style": undefined, + "type": undefined, }, }, ], "name": "div", "namespace": "http://www.w3.org/1999/xhtml", - "next": [Circular], + "next": null, "parent": [Circular], - "prev": Object { + "prev": null, + "type": "tag", + "x-attribsNamespace": Object {}, + "x-attribsPrefix": Object {}, + }, + ], + "name": "div", + "namespace": "http://www.w3.org/1999/xhtml", + "next": null, + "parent": [Circular], + "prev": Object { + "attribs": Object { + "class": "gio-modal-header", + }, + "children": Array [ + Object { "attribs": Object { - "aria-label": "Close", - "class": "gio-modal-close", - "type": "button", + "class": "gio-modal-title", + "id": "rcDialogTitle1", }, "children": Array [ Object { "attribs": Object { - "class": "gio-icon gio-modal__close", + "class": "gio-modal__title", }, "children": Array [ Object { - "attribs": Object { - "class": "gio-icon-svg", - "fill": "currentColor", - "height": "1rem", - "viewBox": "0 0 14 14", - "width": "1rem", - }, - "children": Array [ - Object { - "attribs": Object {}, - "children": Array [ - Object { - "attribs": Object {}, - "children": Array [], - "name": "style", - "namespace": "http://www.w3.org/2000/svg", - "next": null, - "parent": [Circular], - "prev": null, - "type": "style", - "x-attribsNamespace": Object {}, - "x-attribsPrefix": Object {}, - }, - ], - "name": "defs", - "namespace": "http://www.w3.org/2000/svg", - "next": Object { - "attribs": Object { - "data-name": "\\\\u56FE\\\\u5C42 2", - "id": "close_svg__\\\\u56FE\\\\u5C42_2", - }, - "children": Array [ - Object { - "attribs": Object { - "data-name": "\\\\u56FE\\\\u5C42 1", - "id": "close_svg__\\\\u56FE\\\\u5C42_1-2", - }, - "children": Array [ - Object { - "attribs": Object { - "d": "M6.62 5.92a.54.54 0 00.76 0l3.87-3.87a.49.49 0 01.7.7L8.08 6.62a.54.54 0 000 .76L12 11.25a.49.49 0 01-.7.7L7.38 8.08a.54.54 0 00-.76 0L2.75 12a.49.49 0 01-.7-.7l3.87-3.92a.54.54 0 000-.76L2.05 2.75a.49.49 0 01.7-.7z", - "fill": "currentColor", - "fill-rule": "evenodd", - "id": "close_svg__close", - }, - "children": Array [], - "name": "path", - "namespace": "http://www.w3.org/2000/svg", - "next": null, - "parent": [Circular], - "prev": null, - "type": "tag", - "x-attribsNamespace": Object { - "d": undefined, - "fill": undefined, - "fill-rule": undefined, - "id": undefined, - }, - "x-attribsPrefix": Object { - "d": undefined, - "fill": undefined, - "fill-rule": undefined, - "id": undefined, - }, - }, - ], - "name": "g", - "namespace": "http://www.w3.org/2000/svg", - "next": null, - "parent": [Circular], - "prev": null, - "type": "tag", - "x-attribsNamespace": Object { - "data-name": undefined, - "id": undefined, - }, - "x-attribsPrefix": Object { - "data-name": undefined, - "id": undefined, - }, - }, - ], - "name": "g", + "data": "步骤 1", + "next": null, + "parent": [Circular], + "prev": null, + "type": "text", + }, + ], + "name": "div", + "namespace": "http://www.w3.org/1999/xhtml", + "next": null, + "parent": [Circular], + "prev": null, + "type": "tag", + "x-attribsNamespace": Object { + "class": undefined, + }, + "x-attribsPrefix": Object { + "class": undefined, + }, + }, + ], + "name": "div", + "namespace": "http://www.w3.org/1999/xhtml", + "next": null, + "parent": [Circular], + "prev": null, + "type": "tag", + "x-attribsNamespace": Object { + "class": undefined, + "id": undefined, + }, + "x-attribsPrefix": Object { + "class": undefined, + "id": undefined, + }, + }, + ], + "name": "div", + "namespace": "http://www.w3.org/1999/xhtml", + "next": [Circular], + "parent": [Circular], + "prev": Object { + "attribs": Object { + "aria-label": "Close", + "class": "gio-modal-close", + "type": "button", + }, + "children": Array [ + Object { + "attribs": Object { + "class": "gio-icon gio-modal__close", + }, + "children": Array [ + Object { + "attribs": Object { + "class": "gio-icon-svg", + "fill": "currentColor", + "height": "1rem", + "viewBox": "0 0 14 14", + "width": "1rem", + }, + "children": Array [ + Object { + "attribs": Object {}, + "children": Array [ + Object { + "attribs": Object {}, + "children": Array [], + "name": "style", "namespace": "http://www.w3.org/2000/svg", "next": null, "parent": [Circular], - "prev": [Circular], - "type": "tag", - "x-attribsNamespace": Object { - "data-name": undefined, - "id": undefined, - }, - "x-attribsPrefix": Object { - "data-name": undefined, - "id": undefined, - }, + "prev": null, + "type": "style", + "x-attribsNamespace": Object {}, + "x-attribsPrefix": Object {}, }, - "parent": [Circular], - "prev": null, - "type": "tag", - "x-attribsNamespace": Object {}, - "x-attribsPrefix": Object {}, - }, - Object { + ], + "name": "defs", + "namespace": "http://www.w3.org/2000/svg", + "next": Object { "attribs": Object { "data-name": "\\\\u56FE\\\\u5C42 2", "id": "close_svg__\\\\u56FE\\\\u5C42_2", @@ -45550,101 +18871,170 @@ initialize { "namespace": "http://www.w3.org/2000/svg", "next": null, "parent": [Circular], - "prev": Object { - "attribs": Object {}, + "prev": [Circular], + "type": "tag", + "x-attribsNamespace": Object { + "data-name": undefined, + "id": undefined, + }, + "x-attribsPrefix": Object { + "data-name": undefined, + "id": undefined, + }, + }, + "parent": [Circular], + "prev": null, + "type": "tag", + "x-attribsNamespace": Object {}, + "x-attribsPrefix": Object {}, + }, + Object { + "attribs": Object { + "data-name": "\\\\u56FE\\\\u5C42 2", + "id": "close_svg__\\\\u56FE\\\\u5C42_2", + }, + "children": Array [ + Object { + "attribs": Object { + "data-name": "\\\\u56FE\\\\u5C42 1", + "id": "close_svg__\\\\u56FE\\\\u5C42_1-2", + }, "children": Array [ Object { - "attribs": Object {}, + "attribs": Object { + "d": "M6.62 5.92a.54.54 0 00.76 0l3.87-3.87a.49.49 0 01.7.7L8.08 6.62a.54.54 0 000 .76L12 11.25a.49.49 0 01-.7.7L7.38 8.08a.54.54 0 00-.76 0L2.75 12a.49.49 0 01-.7-.7l3.87-3.92a.54.54 0 000-.76L2.05 2.75a.49.49 0 01.7-.7z", + "fill": "currentColor", + "fill-rule": "evenodd", + "id": "close_svg__close", + }, "children": Array [], - "name": "style", + "name": "path", "namespace": "http://www.w3.org/2000/svg", "next": null, "parent": [Circular], "prev": null, - "type": "style", - "x-attribsNamespace": Object {}, - "x-attribsPrefix": Object {}, + "type": "tag", + "x-attribsNamespace": Object { + "d": undefined, + "fill": undefined, + "fill-rule": undefined, + "id": undefined, + }, + "x-attribsPrefix": Object { + "d": undefined, + "fill": undefined, + "fill-rule": undefined, + "id": undefined, + }, }, ], - "name": "defs", + "name": "g", "namespace": "http://www.w3.org/2000/svg", - "next": [Circular], + "next": null, "parent": [Circular], "prev": null, "type": "tag", - "x-attribsNamespace": Object {}, - "x-attribsPrefix": Object {}, + "x-attribsNamespace": Object { + "data-name": undefined, + "id": undefined, + }, + "x-attribsPrefix": Object { + "data-name": undefined, + "id": undefined, + }, }, + ], + "name": "g", + "namespace": "http://www.w3.org/2000/svg", + "next": null, + "parent": [Circular], + "prev": Object { + "attribs": Object {}, + "children": Array [ + Object { + "attribs": Object {}, + "children": Array [], + "name": "style", + "namespace": "http://www.w3.org/2000/svg", + "next": null, + "parent": [Circular], + "prev": null, + "type": "style", + "x-attribsNamespace": Object {}, + "x-attribsPrefix": Object {}, + }, + ], + "name": "defs", + "namespace": "http://www.w3.org/2000/svg", + "next": [Circular], + "parent": [Circular], + "prev": null, "type": "tag", - "x-attribsNamespace": Object { - "data-name": undefined, - "id": undefined, - }, - "x-attribsPrefix": Object { - "data-name": undefined, - "id": undefined, - }, + "x-attribsNamespace": Object {}, + "x-attribsPrefix": Object {}, + }, + "type": "tag", + "x-attribsNamespace": Object { + "data-name": undefined, + "id": undefined, + }, + "x-attribsPrefix": Object { + "data-name": undefined, + "id": undefined, }, - ], - "name": "svg", - "namespace": "http://www.w3.org/2000/svg", - "next": null, - "parent": [Circular], - "prev": null, - "type": "tag", - "x-attribsNamespace": Object { - "class": undefined, - "fill": undefined, - "height": undefined, - "viewBox": undefined, - "width": undefined, - }, - "x-attribsPrefix": Object { - "class": undefined, - "fill": undefined, - "height": undefined, - "viewBox": undefined, - "width": undefined, }, + ], + "name": "svg", + "namespace": "http://www.w3.org/2000/svg", + "next": null, + "parent": [Circular], + "prev": null, + "type": "tag", + "x-attribsNamespace": Object { + "class": undefined, + "fill": undefined, + "height": undefined, + "viewBox": undefined, + "width": undefined, + }, + "x-attribsPrefix": Object { + "class": undefined, + "fill": undefined, + "height": undefined, + "viewBox": undefined, + "width": undefined, }, - ], - "name": "span", - "namespace": "http://www.w3.org/1999/xhtml", - "next": null, - "parent": [Circular], - "prev": null, - "type": "tag", - "x-attribsNamespace": Object { - "class": undefined, - }, - "x-attribsPrefix": Object { - "class": undefined, }, + ], + "name": "span", + "namespace": "http://www.w3.org/1999/xhtml", + "next": null, + "parent": [Circular], + "prev": null, + "type": "tag", + "x-attribsNamespace": Object { + "class": undefined, + }, + "x-attribsPrefix": Object { + "class": undefined, }, - ], - "name": "button", - "namespace": "http://www.w3.org/1999/xhtml", - "next": [Circular], - "parent": [Circular], - "prev": null, - "type": "tag", - "x-attribsNamespace": Object { - "aria-label": undefined, - "class": undefined, - "type": undefined, - }, - "x-attribsPrefix": Object { - "aria-label": undefined, - "class": undefined, - "type": undefined, }, - }, + ], + "name": "button", + "namespace": "http://www.w3.org/1999/xhtml", + "next": [Circular], + "parent": [Circular], + "prev": null, "type": "tag", "x-attribsNamespace": Object { + "aria-label": undefined, "class": undefined, + "type": undefined, }, "x-attribsPrefix": Object { + "aria-label": undefined, "class": undefined, + "type": undefined, }, }, "type": "tag",