lt-ppt 1.0.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/LICENSE +661 -0
- package/README.md +31 -0
- package/dist/InnerApp-Cw-WNV5d.js +96942 -0
- package/dist/favicon.ico +0 -0
- package/dist/imgs/template_1.webp +0 -0
- package/dist/imgs/template_2.webp +0 -0
- package/dist/imgs/template_3.webp +0 -0
- package/dist/imgs/template_4.webp +0 -0
- package/dist/imgs/template_5.webp +0 -0
- package/dist/imgs/template_6.webp +0 -0
- package/dist/imgs/template_7.webp +0 -0
- package/dist/imgs/template_8.webp +0 -0
- package/dist/index-Bp6Exf0_.js +166 -0
- package/dist/index-lXMdfvq4.js +8 -0
- package/dist/lib-CcU3sBPZ.js +1907 -0
- package/dist/logo.png +0 -0
- package/dist/lt-ppt.css +7 -0
- package/dist/lt-ppt.es.js +5 -0
- package/dist/lt-ppt.umd.js +461 -0
- package/dist/mocks/AIPPT.json +475 -0
- package/dist/mocks/AIPPT_Outline.md +69 -0
- package/dist/mocks/imgs.json +482 -0
- package/dist/mocks/slides.json +184 -0
- package/dist/mocks/template_1.json +1 -0
- package/dist/mocks/template_2.json +1 -0
- package/dist/mocks/template_3.json +1 -0
- package/dist/mocks/template_4.json +1 -0
- package/dist/mocks/template_5.json +1 -0
- package/dist/mocks/template_6.json +1 -0
- package/dist/mocks/template_7.json +1 -0
- package/dist/mocks/template_8.json +1 -0
- package/dist/pinia-CVat9nJz.js +4417 -0
- package/dist/screen-B0Lx73x7.js +12797 -0
- package/dist/tippy.esm-Dos-q4Dz.js +1711 -0
- package/dist/types/lib.d.ts +2 -0
- package/dist/types/src/InnerApp.vue.d.ts +10 -0
- package/dist/types/src/LtPPT.vue.d.ts +22 -0
- package/dist/types/src/components/Button.vue.d.ts +28 -0
- package/dist/types/src/components/ButtonGroup.vue.d.ts +16 -0
- package/dist/types/src/components/Checkbox.vue.d.ts +19 -0
- package/dist/types/src/components/CheckboxButton.vue.d.ts +16 -0
- package/dist/types/src/components/ColorButton.vue.d.ts +5 -0
- package/dist/types/src/components/ColorListButton.vue.d.ts +5 -0
- package/dist/types/src/components/ColorPicker/Alpha.vue.d.ts +12 -0
- package/dist/types/src/components/ColorPicker/Checkboard.vue.d.ts +11 -0
- package/dist/types/src/components/ColorPicker/EditableInput.vue.d.ts +10 -0
- package/dist/types/src/components/ColorPicker/Hue.vue.d.ts +13 -0
- package/dist/types/src/components/ColorPicker/Saturation.vue.d.ts +13 -0
- package/dist/types/src/components/ColorPicker/index.vue.d.ts +11 -0
- package/dist/types/src/components/Contextmenu/MenuContent.vue.d.ts +7 -0
- package/dist/types/src/components/Contextmenu/index.vue.d.ts +9 -0
- package/dist/types/src/components/Contextmenu/types.d.ts +13 -0
- package/dist/types/src/components/Divider.vue.d.ts +9 -0
- package/dist/types/src/components/Drawer.vue.d.ts +24 -0
- package/dist/types/src/components/FileInput.vue.d.ts +20 -0
- package/dist/types/src/components/FullscreenSpin.vue.d.ts +11 -0
- package/dist/types/src/components/GradientBar.vue.d.ts +15 -0
- package/dist/types/src/components/ImageWaterfallViewer.vue.d.ts +35 -0
- package/dist/types/src/components/Input.vue.d.ts +41 -0
- package/dist/types/src/components/LaTeXEditor/FormulaContent.vue.d.ts +7 -0
- package/dist/types/src/components/LaTeXEditor/SymbolContent.vue.d.ts +5 -0
- package/dist/types/src/components/LaTeXEditor/hfmath.d.ts +2 -0
- package/dist/types/src/components/LaTeXEditor/index.vue.d.ts +73 -0
- package/dist/types/src/components/LanguageSwitch.vue.d.ts +2 -0
- package/dist/types/src/components/Message.vue.d.ts +23 -0
- package/dist/types/src/components/Modal.vue.d.ts +32 -0
- package/dist/types/src/components/MoveablePanel.vue.d.ts +41 -0
- package/dist/types/src/components/NumberInput.vue.d.ts +38 -0
- package/dist/types/src/components/OutlineEditor.vue.d.ts +9 -0
- package/dist/types/src/components/Popover.vue.d.ts +38 -0
- package/dist/types/src/components/PopoverMenuItem.vue.d.ts +18 -0
- package/dist/types/src/components/RadioButton.vue.d.ts +15 -0
- package/dist/types/src/components/RadioGroup.vue.d.ts +19 -0
- package/dist/types/src/components/Select.vue.d.ts +143 -0
- package/dist/types/src/components/SelectCustom.vue.d.ts +20 -0
- package/dist/types/src/components/SelectGroup.vue.d.ts +9 -0
- package/dist/types/src/components/Slider.vue.d.ts +22 -0
- package/dist/types/src/components/Switch.vue.d.ts +12 -0
- package/dist/types/src/components/Tabs.vue.d.ts +26 -0
- package/dist/types/src/components/TextArea.vue.d.ts +29 -0
- package/dist/types/src/components/TextColorButton.vue.d.ts +12 -0
- package/dist/types/src/components/WritingBoard.vue.d.ts +32 -0
- package/dist/types/src/configs/animation.d.ts +34 -0
- package/dist/types/src/configs/chart.d.ts +4 -0
- package/dist/types/src/configs/element.d.ts +2 -0
- package/dist/types/src/configs/font.d.ts +4 -0
- package/dist/types/src/configs/hotkey.d.ts +41 -0
- package/dist/types/src/configs/imageClip.d.ts +25 -0
- package/dist/types/src/configs/latex.d.ts +11 -0
- package/dist/types/src/configs/lines.d.ts +16 -0
- package/dist/types/src/configs/mime.d.ts +1 -0
- package/dist/types/src/configs/shapes.d.ts +26 -0
- package/dist/types/src/configs/storage.d.ts +1 -0
- package/dist/types/src/configs/symbol.d.ts +5 -0
- package/dist/types/src/configs/theme.d.ts +11 -0
- package/dist/types/src/directive/clickOutside.d.ts +3 -0
- package/dist/types/src/directive/contextmenu.d.ts +3 -0
- package/dist/types/src/directive/index.d.ts +5 -0
- package/dist/types/src/directive/loading.d.ts +3 -0
- package/dist/types/src/directive/tooltip.d.ts +3 -0
- package/dist/types/src/hooks/useAIPPT.d.ts +14 -0
- package/dist/types/src/hooks/useAddSlidesOrElements.d.ts +6 -0
- package/dist/types/src/hooks/useAlignActiveElement.d.ts +5 -0
- package/dist/types/src/hooks/useAlignElementToCanvas.d.ts +5 -0
- package/dist/types/src/hooks/useCombineElement.d.ts +6 -0
- package/dist/types/src/hooks/useCopyAndPasteElement.d.ts +7 -0
- package/dist/types/src/hooks/useCreateElement.d.ts +36 -0
- package/dist/types/src/hooks/useDeleteElement.d.ts +5 -0
- package/dist/types/src/hooks/useExport.d.ts +11 -0
- package/dist/types/src/hooks/useGlobalHotkey.d.ts +2 -0
- package/dist/types/src/hooks/useHideElement.d.ts +6 -0
- package/dist/types/src/hooks/useHistorySnapshot.d.ts +6 -0
- package/dist/types/src/hooks/useImport.d.ts +15 -0
- package/dist/types/src/hooks/useLink.d.ts +6 -0
- package/dist/types/src/hooks/useLoadSlides.d.ts +4 -0
- package/dist/types/src/hooks/useLockElement.d.ts +6 -0
- package/dist/types/src/hooks/useMoveElement.d.ts +4 -0
- package/dist/types/src/hooks/useOrderElement.d.ts +6 -0
- package/dist/types/src/hooks/usePasteDataTransfer.d.ts +7 -0
- package/dist/types/src/hooks/usePasteEvent.d.ts +2 -0
- package/dist/types/src/hooks/usePasteTextClipboardData.d.ts +8 -0
- package/dist/types/src/hooks/useScaleCanvas.d.ts +7 -0
- package/dist/types/src/hooks/useScreening.d.ts +6 -0
- package/dist/types/src/hooks/useSearch.d.ts +44 -0
- package/dist/types/src/hooks/useSectionHandler.d.ts +8 -0
- package/dist/types/src/hooks/useSelectElement.d.ts +5 -0
- package/dist/types/src/hooks/useShapeFormatPainter.d.ts +4 -0
- package/dist/types/src/hooks/useSlideBackgroundStyle.d.ts +21 -0
- package/dist/types/src/hooks/useSlideHandler.d.ts +16 -0
- package/dist/types/src/hooks/useSlideTheme.d.ts +14 -0
- package/dist/types/src/hooks/useTextFormatPainter.d.ts +4 -0
- package/dist/types/src/hooks/useUniformDisplayElement.d.ts +6 -0
- package/dist/types/src/lib.d.ts +5 -0
- package/dist/types/src/locales/en.d.ts +859 -0
- package/dist/types/src/locales/index.d.ts +1753 -0
- package/dist/types/src/locales/zh-CN.d.ts +887 -0
- package/dist/types/src/services/axios.d.ts +2 -0
- package/dist/types/src/services/fetch.d.ts +2 -0
- package/dist/types/src/services/index.d.ts +36 -0
- package/dist/types/src/store/index.d.ts +6 -0
- package/dist/types/src/store/keyboard.d.ts +16 -0
- package/dist/types/src/store/main.d.ts +915 -0
- package/dist/types/src/store/screen.d.ts +6 -0
- package/dist/types/src/store/slides.d.ts +1559 -0
- package/dist/types/src/store/snapshot.d.ts +21 -0
- package/dist/types/src/types/AIPPT.d.ts +36 -0
- package/dist/types/src/types/edit.d.ts +111 -0
- package/dist/types/src/types/export.d.ts +1 -0
- package/dist/types/src/types/injectKey.d.ts +10 -0
- package/dist/types/src/types/lt-ppt.d.ts +30 -0
- package/dist/types/src/types/mobile.d.ts +1 -0
- package/dist/types/src/types/slides.d.ts +732 -0
- package/dist/types/src/types/toolbar.d.ts +9 -0
- package/dist/types/src/utils/clipboard.d.ts +9 -0
- package/dist/types/src/utils/common.d.ts +18 -0
- package/dist/types/src/utils/crypto.d.ts +10 -0
- package/dist/types/src/utils/database.d.ts +17 -0
- package/dist/types/src/utils/element.d.ts +94 -0
- package/dist/types/src/utils/emitter.d.ts +23 -0
- package/dist/types/src/utils/font.d.ts +1 -0
- package/dist/types/src/utils/fonts.d.ts +5 -0
- package/dist/types/src/utils/fullscreen.d.ts +3 -0
- package/dist/types/src/utils/htmlParser/format.d.ts +3 -0
- package/dist/types/src/utils/htmlParser/index.d.ts +4 -0
- package/dist/types/src/utils/htmlParser/lexer.d.ts +2 -0
- package/dist/types/src/utils/htmlParser/parser.d.ts +15 -0
- package/dist/types/src/utils/htmlParser/stringify.d.ts +3 -0
- package/dist/types/src/utils/htmlParser/tags.d.ts +4 -0
- package/dist/types/src/utils/htmlParser/types.d.ts +55 -0
- package/dist/types/src/utils/iframe-sdk/index.d.ts +52 -0
- package/dist/types/src/utils/iframe-sdk/types.d.ts +30 -0
- package/dist/types/src/utils/image.d.ts +32 -0
- package/dist/types/src/utils/message.d.ts +28 -0
- package/dist/types/src/utils/print.d.ts +7 -0
- package/dist/types/src/utils/prosemirror/commands/replaceText.d.ts +2 -0
- package/dist/types/src/utils/prosemirror/commands/setListStyle.d.ts +4 -0
- package/dist/types/src/utils/prosemirror/commands/setTextAlign.d.ts +5 -0
- package/dist/types/src/utils/prosemirror/commands/setTextIndent.d.ts +3 -0
- package/dist/types/src/utils/prosemirror/commands/toggleList.d.ts +8 -0
- package/dist/types/src/utils/prosemirror/index.d.ts +4 -0
- package/dist/types/src/utils/prosemirror/plugins/index.d.ts +10 -0
- package/dist/types/src/utils/prosemirror/plugins/inputrules.d.ts +7 -0
- package/dist/types/src/utils/prosemirror/plugins/keymap.d.ts +3 -0
- package/dist/types/src/utils/prosemirror/plugins/placeholder.d.ts +2 -0
- package/dist/types/src/utils/prosemirror/schema/index.d.ts +24 -0
- package/dist/types/src/utils/prosemirror/schema/marks.d.ts +17 -0
- package/dist/types/src/utils/prosemirror/schema/nodes.d.ts +11 -0
- package/dist/types/src/utils/prosemirror/utils.d.ts +69 -0
- package/dist/types/src/utils/selection.d.ts +1 -0
- package/dist/types/src/utils/svg2Base64.d.ts +1 -0
- package/dist/types/src/utils/svgPathParser.d.ts +120 -0
- package/dist/types/src/utils/textParser.d.ts +5 -0
- package/dist/types/src/views/Editor/AIPPTDialog.vue.d.ts +111 -0
- package/dist/types/src/views/Editor/Canvas/AlignmentLine.vue.d.ts +9 -0
- package/dist/types/src/views/Editor/Canvas/EditableElement.vue.d.ts +12 -0
- package/dist/types/src/views/Editor/Canvas/ElementCreateSelection.vue.d.ts +9 -0
- package/dist/types/src/views/Editor/Canvas/GridLines.vue.d.ts +2 -0
- package/dist/types/src/views/Editor/Canvas/LinkDialog.vue.d.ts +115 -0
- package/dist/types/src/views/Editor/Canvas/MouseSelection.vue.d.ts +9 -0
- package/dist/types/src/views/Editor/Canvas/Operate/BorderLine.vue.d.ts +9 -0
- package/dist/types/src/views/Editor/Canvas/Operate/CommonElementOperate.vue.d.ts +14 -0
- package/dist/types/src/views/Editor/Canvas/Operate/ImageElementOperate.vue.d.ts +14 -0
- package/dist/types/src/views/Editor/Canvas/Operate/LineElementOperate.vue.d.ts +12 -0
- package/dist/types/src/views/Editor/Canvas/Operate/LinkHandler.vue.d.ts +8 -0
- package/dist/types/src/views/Editor/Canvas/Operate/MultiSelectOperate.vue.d.ts +8 -0
- package/dist/types/src/views/Editor/Canvas/Operate/ResizeHandler.vue.d.ts +9 -0
- package/dist/types/src/views/Editor/Canvas/Operate/RotateHandler.vue.d.ts +2 -0
- package/dist/types/src/views/Editor/Canvas/Operate/ShapeElementOperate.vue.d.ts +16 -0
- package/dist/types/src/views/Editor/Canvas/Operate/TableElementOperate.vue.d.ts +14 -0
- package/dist/types/src/views/Editor/Canvas/Operate/TextElementOperate.vue.d.ts +14 -0
- package/dist/types/src/views/Editor/Canvas/Operate/index.vue.d.ts +16 -0
- package/dist/types/src/views/Editor/Canvas/Ruler.vue.d.ts +13 -0
- package/dist/types/src/views/Editor/Canvas/ShapeCreateCanvas.vue.d.ts +9 -0
- package/dist/types/src/views/Editor/Canvas/ViewportBackground.vue.d.ts +2 -0
- package/dist/types/src/views/Editor/Canvas/hooks/useCommonOperate.d.ts +89 -0
- package/dist/types/src/views/Editor/Canvas/hooks/useDragElement.d.ts +7 -0
- package/dist/types/src/views/Editor/Canvas/hooks/useDragLineElement.d.ts +7 -0
- package/dist/types/src/views/Editor/Canvas/hooks/useDrop.d.ts +3 -0
- package/dist/types/src/views/Editor/Canvas/hooks/useInsertFromCreateSelection.d.ts +12 -0
- package/dist/types/src/views/Editor/Canvas/hooks/useMouseSelection.d.ts +24 -0
- package/dist/types/src/views/Editor/Canvas/hooks/useMoveShapeKeypoint.d.ts +6 -0
- package/dist/types/src/views/Editor/Canvas/hooks/useRotateElement.d.ts +6 -0
- package/dist/types/src/views/Editor/Canvas/hooks/useScaleElement.d.ts +8 -0
- package/dist/types/src/views/Editor/Canvas/hooks/useSelectElement.d.ts +6 -0
- package/dist/types/src/views/Editor/Canvas/hooks/useViewportSize.d.ts +11 -0
- package/dist/types/src/views/Editor/Canvas/index.vue.d.ts +5 -0
- package/dist/types/src/views/Editor/CanvasTool/ChartPool.vue.d.ts +7 -0
- package/dist/types/src/views/Editor/CanvasTool/LinePool.vue.d.ts +7 -0
- package/dist/types/src/views/Editor/CanvasTool/MediaInput.vue.d.ts +22 -0
- package/dist/types/src/views/Editor/CanvasTool/ShapeItemThumbnail.vue.d.ts +6 -0
- package/dist/types/src/views/Editor/CanvasTool/ShapePool.vue.d.ts +7 -0
- package/dist/types/src/views/Editor/CanvasTool/TableGenerator.vue.d.ts +12 -0
- package/dist/types/src/views/Editor/CanvasTool/index.vue.d.ts +2 -0
- package/dist/types/src/views/Editor/EditorHeader/HotkeyDoc.vue.d.ts +2 -0
- package/dist/types/src/views/Editor/EditorHeader/index.vue.d.ts +4 -0
- package/dist/types/src/views/Editor/ExportDialog/ExportImage.vue.d.ts +8 -0
- package/dist/types/src/views/Editor/ExportDialog/ExportJSON.vue.d.ts +6 -0
- package/dist/types/src/views/Editor/ExportDialog/ExportPDF.vue.d.ts +8 -0
- package/dist/types/src/views/Editor/ExportDialog/ExportPDF2.vue.d.ts +8 -0
- package/dist/types/src/views/Editor/ExportDialog/ExportPPTX.vue.d.ts +8 -0
- package/dist/types/src/views/Editor/ExportDialog/ExportSpecificFile.vue.d.ts +6 -0
- package/dist/types/src/views/Editor/ExportDialog/index.vue.d.ts +2 -0
- package/dist/types/src/views/Editor/ImageLibPanel.vue.d.ts +2 -0
- package/dist/types/src/views/Editor/MarkupPanel.vue.d.ts +2 -0
- package/dist/types/src/views/Editor/NotesPanel.vue.d.ts +57 -0
- package/dist/types/src/views/Editor/Remark/Editor.vue.d.ts +14 -0
- package/dist/types/src/views/Editor/Remark/index.vue.d.ts +35 -0
- package/dist/types/src/views/Editor/SearchPanel.vue.d.ts +111 -0
- package/dist/types/src/views/Editor/SelectPanel.vue.d.ts +2 -0
- package/dist/types/src/views/Editor/SymbolPanel.vue.d.ts +4 -0
- package/dist/types/src/views/Editor/Thumbnails/Templates.vue.d.ts +17 -0
- package/dist/types/src/views/Editor/Thumbnails/index.vue.d.ts +91 -0
- package/dist/types/src/views/Editor/Toolbar/ElementAnimationPanel.vue.d.ts +2 -0
- package/dist/types/src/views/Editor/Toolbar/ElementPositionPanel.vue.d.ts +2 -0
- package/dist/types/src/views/Editor/Toolbar/ElementStylePanel/AudioStylePanel.vue.d.ts +2 -0
- package/dist/types/src/views/Editor/Toolbar/ElementStylePanel/ChartStylePanel/ChartDataEditor.vue.d.ts +19 -0
- package/dist/types/src/views/Editor/Toolbar/ElementStylePanel/ChartStylePanel/ThemeColorsSetting.vue.d.ts +9 -0
- package/dist/types/src/views/Editor/Toolbar/ElementStylePanel/ChartStylePanel/index.vue.d.ts +2 -0
- package/dist/types/src/views/Editor/Toolbar/ElementStylePanel/ImageStylePanel.vue.d.ts +2 -0
- package/dist/types/src/views/Editor/Toolbar/ElementStylePanel/LatexStylePanel.vue.d.ts +2 -0
- package/dist/types/src/views/Editor/Toolbar/ElementStylePanel/LineStylePanel.vue.d.ts +2 -0
- package/dist/types/src/views/Editor/Toolbar/ElementStylePanel/ShapeStylePanel.vue.d.ts +2 -0
- package/dist/types/src/views/Editor/Toolbar/ElementStylePanel/TableStylePanel.vue.d.ts +2 -0
- package/dist/types/src/views/Editor/Toolbar/ElementStylePanel/TextStylePanel.vue.d.ts +2 -0
- package/dist/types/src/views/Editor/Toolbar/ElementStylePanel/VideoStylePanel.vue.d.ts +2 -0
- package/dist/types/src/views/Editor/Toolbar/ElementStylePanel/index.vue.d.ts +2 -0
- package/dist/types/src/views/Editor/Toolbar/MultiPositionPanel.vue.d.ts +2 -0
- package/dist/types/src/views/Editor/Toolbar/MultiStylePanel.vue.d.ts +2 -0
- package/dist/types/src/views/Editor/Toolbar/SlideAnimationPanel.vue.d.ts +2 -0
- package/dist/types/src/views/Editor/Toolbar/SlideDesignPanel/ThemeColorsSetting.vue.d.ts +6 -0
- package/dist/types/src/views/Editor/Toolbar/SlideDesignPanel/ThemeStylesExtract.vue.d.ts +6 -0
- package/dist/types/src/views/Editor/Toolbar/SlideDesignPanel/index.vue.d.ts +2 -0
- package/dist/types/src/views/Editor/Toolbar/common/ElementColorMask.vue.d.ts +2 -0
- package/dist/types/src/views/Editor/Toolbar/common/ElementFilter.vue.d.ts +2 -0
- package/dist/types/src/views/Editor/Toolbar/common/ElementFlip.vue.d.ts +2 -0
- package/dist/types/src/views/Editor/Toolbar/common/ElementOpacity.vue.d.ts +2 -0
- package/dist/types/src/views/Editor/Toolbar/common/ElementOutline.vue.d.ts +7 -0
- package/dist/types/src/views/Editor/Toolbar/common/ElementShadow.vue.d.ts +2 -0
- package/dist/types/src/views/Editor/Toolbar/common/RichTextBase.vue.d.ts +2 -0
- package/dist/types/src/views/Editor/Toolbar/common/SVGLine.vue.d.ts +14 -0
- package/dist/types/src/views/Editor/Toolbar/index.vue.d.ts +2 -0
- package/dist/types/src/views/Editor/index.vue.d.ts +2 -0
- package/dist/types/src/views/Mobile/MobileEditor/ElementToolbar.vue.d.ts +2 -0
- package/dist/types/src/views/Mobile/MobileEditor/Header.vue.d.ts +6 -0
- package/dist/types/src/views/Mobile/MobileEditor/MobileEditableElement.vue.d.ts +8 -0
- package/dist/types/src/views/Mobile/MobileEditor/MobileOperate.vue.d.ts +12 -0
- package/dist/types/src/views/Mobile/MobileEditor/SlideToolbar.vue.d.ts +2 -0
- package/dist/types/src/views/Mobile/MobileEditor/index.vue.d.ts +9 -0
- package/dist/types/src/views/Mobile/MobilePlayer.vue.d.ts +6 -0
- package/dist/types/src/views/Mobile/MobilePreview.vue.d.ts +8 -0
- package/dist/types/src/views/Mobile/MobileThumbnails.vue.d.ts +2 -0
- package/dist/types/src/views/Mobile/index.vue.d.ts +2 -0
- package/dist/types/src/views/Screen/BaseView.vue.d.ts +5 -0
- package/dist/types/src/views/Screen/BottomThumbnails.vue.d.ts +4 -0
- package/dist/types/src/views/Screen/CountdownTimer.vue.d.ts +13 -0
- package/dist/types/src/views/Screen/PresenterView.vue.d.ts +8 -0
- package/dist/types/src/views/Screen/ScreenElement.vue.d.ts +10 -0
- package/dist/types/src/views/Screen/ScreenSlide.vue.d.ts +10 -0
- package/dist/types/src/views/Screen/ScreenSlideList.vue.d.ts +9 -0
- package/dist/types/src/views/Screen/SlideThumbnails.vue.d.ts +9 -0
- package/dist/types/src/views/Screen/WritingBoardTool.vue.d.ts +77 -0
- package/dist/types/src/views/Screen/hooks/useExecPlay.d.ts +20 -0
- package/dist/types/src/views/Screen/hooks/useFullscreen.d.ts +5 -0
- package/dist/types/src/views/Screen/hooks/useSlideSize.d.ts +6 -0
- package/dist/types/src/views/Screen/hooks/useSlidesWithTurningMode.d.ts +14 -0
- package/dist/types/src/views/Screen/index.vue.d.ts +2 -0
- package/dist/types/src/views/components/ThumbnailSlide/ThumbnailElement.vue.d.ts +7 -0
- package/dist/types/src/views/components/ThumbnailSlide/index.vue.d.ts +10 -0
- package/dist/types/src/views/components/element/AudioElement/AudioPlayer.vue.d.ts +17 -0
- package/dist/types/src/views/components/element/AudioElement/BaseAudioElement.vue.d.ts +6 -0
- package/dist/types/src/views/components/element/AudioElement/ScreenAudioElement.vue.d.ts +39 -0
- package/dist/types/src/views/components/element/AudioElement/index.vue.d.ts +9 -0
- package/dist/types/src/views/components/element/ChartElement/BaseChartElement.vue.d.ts +7 -0
- package/dist/types/src/views/components/element/ChartElement/Chart.vue.d.ts +15 -0
- package/dist/types/src/views/components/element/ChartElement/chartOption.d.ts +15 -0
- package/dist/types/src/views/components/element/ChartElement/index.vue.d.ts +9 -0
- package/dist/types/src/views/components/element/ElementOutline.vue.d.ts +8 -0
- package/dist/types/src/views/components/element/ImageElement/BaseImageElement.vue.d.ts +6 -0
- package/dist/types/src/views/components/element/ImageElement/ImageClipHandler.vue.d.ts +18 -0
- package/dist/types/src/views/components/element/ImageElement/ImageOutline/ImageEllipseOutline.vue.d.ts +8 -0
- package/dist/types/src/views/components/element/ImageElement/ImageOutline/ImagePolygonOutline.vue.d.ts +9 -0
- package/dist/types/src/views/components/element/ImageElement/ImageOutline/ImageRectOutline.vue.d.ts +11 -0
- package/dist/types/src/views/components/element/ImageElement/ImageOutline/index.vue.d.ts +6 -0
- package/dist/types/src/views/components/element/ImageElement/index.vue.d.ts +9 -0
- package/dist/types/src/views/components/element/ImageElement/useClipImage.d.ts +19 -0
- package/dist/types/src/views/components/element/ImageElement/useFilter.d.ts +6 -0
- package/dist/types/src/views/components/element/LatexElement/BaseLatexElement.vue.d.ts +6 -0
- package/dist/types/src/views/components/element/LatexElement/index.vue.d.ts +9 -0
- package/dist/types/src/views/components/element/LineElement/BaseLineElement.vue.d.ts +6 -0
- package/dist/types/src/views/components/element/LineElement/LinePointMarker.vue.d.ts +11 -0
- package/dist/types/src/views/components/element/LineElement/index.vue.d.ts +9 -0
- package/dist/types/src/views/components/element/ProsemirrorEditor.vue.d.ts +33 -0
- package/dist/types/src/views/components/element/ShapeElement/BaseShapeElement.vue.d.ts +6 -0
- package/dist/types/src/views/components/element/ShapeElement/GradientDefs.vue.d.ts +11 -0
- package/dist/types/src/views/components/element/ShapeElement/PatternDefs.vue.d.ts +6 -0
- package/dist/types/src/views/components/element/ShapeElement/index.vue.d.ts +68 -0
- package/dist/types/src/views/components/element/TableElement/BaseTableElement.vue.d.ts +6 -0
- package/dist/types/src/views/components/element/TableElement/CustomTextarea.vue.d.ts +15 -0
- package/dist/types/src/views/components/element/TableElement/EditableTable.vue.d.ts +22 -0
- package/dist/types/src/views/components/element/TableElement/StaticTable.vue.d.ts +14 -0
- package/dist/types/src/views/components/element/TableElement/index.vue.d.ts +11 -0
- package/dist/types/src/views/components/element/TableElement/useHideCells.d.ts +6 -0
- package/dist/types/src/views/components/element/TableElement/useSubThemeColor.d.ts +6 -0
- package/dist/types/src/views/components/element/TableElement/utils.d.ts +8 -0
- package/dist/types/src/views/components/element/TextElement/BaseTextElement.vue.d.ts +7 -0
- package/dist/types/src/views/components/element/TextElement/index.vue.d.ts +11 -0
- package/dist/types/src/views/components/element/VideoElement/BaseVideoElement.vue.d.ts +6 -0
- package/dist/types/src/views/components/element/VideoElement/ScreenVideoElement.vue.d.ts +6 -0
- package/dist/types/src/views/components/element/VideoElement/VideoPlayer/index.vue.d.ts +19 -0
- package/dist/types/src/views/components/element/VideoElement/VideoPlayer/useMSE.d.ts +3 -0
- package/dist/types/src/views/components/element/VideoElement/index.vue.d.ts +9 -0
- package/dist/types/src/views/components/element/hooks/useElementFill.d.ts +6 -0
- package/dist/types/src/views/components/element/hooks/useElementFlip.d.ts +5 -0
- package/dist/types/src/views/components/element/hooks/useElementOutline.d.ts +9 -0
- package/dist/types/src/views/components/element/hooks/useElementShadow.d.ts +6 -0
- package/dist/vue-i18n-R6dI71u7.js +3595 -0
- package/package.json +109 -0
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"title":"未命名演示文稿","width":1000,"height":562.5,"theme":{"themeColors":["rgba(227,199,159,1)","rgba(0,49,83,1)"],"fontColor":"#333","fontName":"LXGWWenKai","backgroundColor":"#fff","shadow":{"h":3,"v":3,"blur":2,"color":"#808080"},"outline":{"width":2,"color":"#525252","style":"solid"}},"slides":[{"id":"test-slide-3","elements":[{"type":"shape","id":"_9djZq5J6h","left":0,"top":0,"width":1000,"height":562.5,"viewBox":[200,200],"path":"M 0 0 L 200 0 L 200 200 L 0 200 Z","fill":"rgb(227, 199, 159)","fixedRatio":false,"rotate":0,"lock":true},{"type":"shape","id":"6ueKLpfhNz","left":0,"top":281.25,"width":1000,"height":281.25,"viewBox":[200,200],"path":"M 0 0 L 200 0 L 200 200 L 0 200 Z","fill":"rgb(0, 49, 83)","fixedRatio":false,"rotate":0,"lock":true},{"type":"image","id":"ntuqUShsxG","src":"https://images.pexels.com/photos/210588/pexels-photo-210588.jpeg","width":1000,"height":562.5,"left":0,"top":0,"fixedRatio":true,"rotate":0,"filters":{"opacity":"15%"},"lock":true,"imageType":"background"},{"type":"text","id":"CrixVIjAGr","left":68.85590705350602,"top":168.92545666973214,"width":862.2881858929879,"height":93,"content":"<p style=\"text-align: center;\"><span style=\"font-size: 48px;\"><span style=\"font-family: LXGWWenKai;\"><span style=\"color: rgb(133, 18, 15);\">封面页标题</span></span></span></p>","rotate":0,"defaultFontName":"","defaultColor":"#333","vertical":false,"textType":"title"},{"type":"text","id":"9BfONFgFua","left":351.36363636363626,"top":331.14772727272725,"width":604.8484848484849,"height":68,"content":"<p style=\"text-align: right;\"><span style=\"font-size: 16px;\"><span style=\"color: rgb(227, 199, 159);\">模板封面正文模板封面正文模板封面正文模板封面正文模板封面正文模板封面正文模板封面正文模板封面正文模板封面正文模板封面正文</span></span></p>","rotate":0,"defaultFontName":"","defaultColor":"#333","vertical":false,"textType":"content"},{"type":"line","id":"XxCcfmEnD1","left":760.8787878787878,"top":315.71969696969694,"start":[0,0],"end":[183.33333333333348,0],"points":["",""],"color":"rgb(227, 199, 159)","style":"solid","width":2}],"background":{"type":"solid","color":"rgb(0, 49, 83)"},"type":"cover"},{"id":"gtamFelU6_","elements":[{"type":"shape","id":"NPvYHhlbtW","left":29.89130434782613,"top":43.20652173913048,"width":940.2173913043478,"height":476.0869565217391,"viewBox":[940.2173913043478,476.0869565217391],"path":"M 17.020750988142296 0 L 923.1966403162055 0 Q 940.2173913043478 0 940.2173913043478 17.020750988142296 L 940.2173913043478 459.0662055335968 Q 940.2173913043478 476.0869565217391 923.1966403162055 476.0869565217391 L 17.020750988142296 476.0869565217391 Q 0 476.0869565217391 0 459.0662055335968 L 0 17.020750988142296 Q 0 0 17.020750988142296 0 Z","fill":"rgb(227, 199, 159)","fixedRatio":false,"rotate":0,"pathFormula":"roundRect","keypoints":[0.0357513491075135],"lock":true},{"type":"image","id":"QfS4VvRD3b","src":"https://images.pexels.com/photos/210588/pexels-photo-210588.jpeg","width":940.2173913043476,"height":476.1659428957769,"left":29.89130434782613,"top":43.20652173913048,"fixedRatio":true,"rotate":0,"filters":{"opacity":"15%"},"lock":true,"imageType":"background","clip":{"shape":"rect","range":[[0,0],[100,90.09009009009009]]},"radius":18},{"type":"text","id":"5RlowA0ODV","left":87.25394765303918,"top":178.50538971807634,"width":825.4921046939216,"height":93,"content":"<p style=\"text-align: center;\"><span style=\"font-size: 48px;\"><span style=\"font-family: LXGWWenKai;\"><span style=\"color: rgb(133, 18, 15);\">封面页标题</span></span></span></p>","rotate":0,"defaultFontName":"","defaultColor":"#333","vertical":false,"textType":"title"},{"type":"line","id":"sJiaudFSmg","left":206.52173913043475,"top":281.25000000000006,"start":[0,0],"end":[586.9565217391304,1.0869565217391304],"points":["",""],"color":"rgba(0,49,83,1)","style":"solid","width":9},{"type":"text","id":"S-i3k19GSa","left":197.57575757575756,"top":308.03589992451225,"width":604.8484848484849,"height":92,"content":"<p style=\"text-align: center;\"><span style=\"font-size: 16px;\"><span style=\"color: rgb(36, 36, 36);\">模板封面正文模板封面正文模板封面正文模板封面正文模板封面正文模板封面正文模板封面正文模板封面正文模板封面正文模板封面正文模板封面正文模板封面正文模板封面正文</span></span></p>","rotate":0,"defaultFontName":"","defaultColor":"#333","vertical":false,"textType":"content"}],"background":{"type":"solid","color":"rgb(0, 49, 83)"},"type":"cover"},{"id":"G--CQDJHlN","elements":[{"type":"text","id":"hs7LOy7452","left":215.4976222826087,"top":37.70454545454544,"width":569.0047554347826,"height":165,"content":"<p style=\"text-align: center;\"><strong><span style=\"font-size: 96px;\"><span style=\"font-family: LXGWWenKai;\"><span style=\"color: rgb(227, 199, 159);\">欢迎观看</span></span></span></strong></p>","rotate":0,"defaultFontName":"","defaultColor":"#333","vertical":false,"opacity":0.2},{"type":"shape","id":"QQ7ZM-hp5Z","left":0,"top":68.64308300395257,"width":186.9565217391305,"height":208.69565217391306,"viewBox":[200,200],"path":"M 0 0 L 200 0 L 200 200 L 0 200 Z","fill":"rgba(199,170,129,1)","fixedRatio":false,"rotate":0,"lock":true,"groupId":"7ns8zWGRCe"},{"type":"shape","id":"ql_hj2uxr5","left":813,"top":68.64308300395257,"width":186.9565217391305,"height":208.69565217391306,"viewBox":[200,200],"path":"M 0 0 L 200 0 L 200 200 L 0 200 Z","fill":"rgba(199,170,129,1)","fixedRatio":false,"rotate":0,"lock":true,"groupId":"7ns8zWGRCe"},{"type":"shape","id":"La5zwXazeE","left":813,"top":68.69090909090909,"width":138,"height":60.8,"viewBox":[200,200],"path":"M 0 0 L 0 200 L 200 200 Z","fill":"rgba(165,127,72,1)","fixedRatio":false,"rotate":0,"flipH":false,"lock":true,"groupId":"7ns8zWGRCe"},{"type":"shape","id":"OBxGJ8loNY","left":48.9,"top":68.6430830039526,"width":138.04347826086962,"height":60.828260869565185,"viewBox":[200,200],"path":"M 0 0 L 0 200 L 200 200 Z","fill":"rgba(165,127,72,1)","fixedRatio":false,"rotate":0,"flipH":true,"lock":true,"groupId":"7ns8zWGRCe"},{"type":"shape","id":"b1lsAhAfx5","left":48.91304347826088,"top":129.47134387351775,"width":902.1739130434783,"height":208.69565217391306,"viewBox":[200,200],"path":"M 0 0 L 200 0 L 200 200 L 0 200 Z","fill":"rgb(227, 199, 159)","fixedRatio":false,"rotate":0,"lock":true,"opacity":1,"groupId":"7ns8zWGRCe"},{"type":"text","id":"YOKEt0IlZ6","left":72.40207067429648,"top":187.31916996047428,"width":855.195858651407,"height":93,"content":"<p style=\"text-align: center;\"><span style=\"font-size: 48px;\"><span style=\"font-family: LXGWWenKai;\"><span style=\"color: rgb(133, 18, 15);\">封面页标题</span></span></span></p>","rotate":0,"defaultFontName":"","defaultColor":"#333","vertical":false,"textType":"title"},{"type":"text","id":"ElqTqUv2zn","left":188.10606060606062,"top":361.823778712391,"width":623.7878787878788,"height":92,"content":"<p style=\"text-align: center;\"><span style=\"font-size: 16px;\"><span style=\"color: rgba(227,199,159,1);\">模板封面正文模板封面正文模板封面正文模板封面正文模板封面正文模板封面正文模板封面正文模板封面正文模板封面正文模板封面正文模板封面正文模板封面正文模板封面正文</span></span></p>","rotate":0,"defaultFontName":"","defaultColor":"#333","vertical":false,"textType":"content"}],"background":{"type":"solid","color":"rgb(0, 49, 83)"},"type":"cover"},{"id":"tkQKYLMiQH","elements":[{"type":"image","id":"Q3P0_LpKJB","src":"https://images.pexels.com/photos/210588/pexels-photo-210588.jpeg","width":1000,"height":562.5,"left":0,"top":0,"fixedRatio":true,"rotate":0,"filters":{"blur":"2px","opacity":"20%"},"lock":true,"imageType":"background"},{"type":"shape","id":"aVnjWELDhs","left":42.934782608695684,"top":43.20652173913049,"width":185.76086956521738,"height":476.0869565217391,"viewBox":[185.76086956521738,476.0869565217391],"path":"M 7.527980444709153 0 L 178.23288912050822 0 Q 185.76086956521738 0 185.76086956521738 7.527980444709153 L 185.76086956521738 468.55897607702997 Q 185.76086956521738 476.0869565217391 178.23288912050822 476.0869565217391 L 7.527980444709153 476.0869565217391 Q 0 476.0869565217391 0 468.55897607702997 L 0 7.527980444709153 Q 0 0 7.527980444709153 0 Z","fill":"rgb(227, 199, 159)","fixedRatio":false,"rotate":0,"pathFormula":"roundRect","keypoints":[0.04052511415525115],"lock":true,"opacity":0.8},{"type":"text","id":"5gZk0Bk3B1","left":68.9113965744401,"top":72.69327894327893,"width":133.8076416337286,"height":169,"content":"<p style=\"text-align: center;\"><span style=\"font-size: 72px;\"><span style=\"font-family: LXGWWenKai;\"><span style=\"color: rgb(133, 18, 15);\">目</span></span></span></p><p style=\"text-align: center;\"><span style=\"font-size: 72px;\"><span style=\"font-family: LXGWWenKai;\"><span style=\"color: rgb(133, 18, 15);\">录</span></span></span></p>","rotate":0,"defaultFontName":"","defaultColor":"#333","vertical":false,"lineHeight":1,"shadow":{"h":2,"v":2,"blur":2,"color":"rgb(128, 128, 128)"}},{"type":"text","id":"W_g5Co0mOd","left":271.2450592885375,"top":72.69327894327893,"width":78.03030303030303,"height":68.796875,"content":"<p style=\"\"><strong><span style=\"font-size: 32px;\"><span style=\"font-family: LXGWWenKai;\"><span style=\"color: rgb(227, 199, 159);\">01</span></span></span></strong></p>","rotate":0,"defaultFontName":"","defaultColor":"#333","vertical":false,"textType":"itemNumber","groupId":"oS2Fc02fHP"},{"type":"text","id":"ytdbe0W7VF","left":349.2753623188405,"top":72.69327894327893,"width":540.1926699362516,"height":68.796875,"content":"<p style=\"\"><span style=\"font-size: 32px;\"><span style=\"font-family: LXGWWenKai;\"><span style=\"color: rgb(227, 199, 159);\">目录项1</span></span></span></p>","rotate":0,"defaultFontName":"","defaultColor":"#333","vertical":false,"textType":"item","groupId":"oS2Fc02fHP"},{"type":"line","id":"Ge70xBZKt1","left":281.8181818181818,"top":152.08333333333331,"start":[0,0],"end":[588.6363636363637,0],"points":["",""],"color":"rgb(227, 199, 159)","style":"dashed","width":2,"groupId":"oS2Fc02fHP"},{"type":"text","id":"99kDnAiTZO","left":271.2450592885375,"top":193.2993395493395,"width":78.03030303030303,"height":68.796875,"content":"<p style=\"\"><strong><span style=\"font-size: 32px;\"><span style=\"font-family: LXGWWenKai;\"><span style=\"color: rgb(227, 199, 159);\">02</span></span></span></strong></p>","rotate":0,"defaultFontName":"","defaultColor":"#333","vertical":false,"textType":"itemNumber","groupId":"6Iwz5m2jdm"},{"type":"text","id":"60vDsFH52I","left":349.2753623188405,"top":193.2993395493395,"width":540.1926699362516,"height":68.796875,"content":"<p style=\"\"><span style=\"font-size: 32px;\"><span style=\"font-family: LXGWWenKai;\"><span style=\"color: rgb(227, 199, 159);\">目录项2</span></span></span></p>","rotate":0,"defaultFontName":"","defaultColor":"#333","vertical":false,"textType":"item","groupId":"6Iwz5m2jdm"},{"type":"line","id":"pG1fKluZqM","left":281.8181818181818,"top":272.6893939393939,"start":[0,0],"end":[588.6363636363637,0],"points":["",""],"color":"rgb(227, 199, 159)","style":"dashed","width":2,"groupId":"6Iwz5m2jdm"},{"type":"text","id":"DrcSE-MpmW","left":98.81521739130437,"top":243.69327894327893,"width":74.796875,"height":231.98287220026344,"content":"<p style=\"\"><span style=\"font-size: 36px;\"><span style=\"font-family: LXGWWenKai;\"><span style=\"color: rgb(133, 18, 15);\">CONTENTS</span></span></span></p>","rotate":0,"defaultFontName":"","defaultColor":"#333","vertical":true,"opacity":0.9}],"background":{"type":"solid","color":"rgb(0, 49, 83)"},"type":"contents"},{"id":"CVbYhGqgzV","elements":[{"type":"image","id":"6VIy36wNqh","src":"https://images.pexels.com/photos/210588/pexels-photo-210588.jpeg","width":1000,"height":562.5,"left":0,"top":0,"fixedRatio":true,"rotate":0,"filters":{"blur":"2px","opacity":"20%"},"lock":true,"imageType":"background"},{"type":"shape","id":"ChbyxLDZ9m","left":42.934782608695684,"top":43.20652173913049,"width":185.76086956521738,"height":476.0869565217391,"viewBox":[185.76086956521738,476.0869565217391],"path":"M 7.527980444709153 0 L 178.23288912050822 0 Q 185.76086956521738 0 185.76086956521738 7.527980444709153 L 185.76086956521738 468.55897607702997 Q 185.76086956521738 476.0869565217391 178.23288912050822 476.0869565217391 L 7.527980444709153 476.0869565217391 Q 0 476.0869565217391 0 468.55897607702997 L 0 7.527980444709153 Q 0 0 7.527980444709153 0 Z","fill":"rgb(227, 199, 159)","fixedRatio":false,"rotate":0,"pathFormula":"roundRect","keypoints":[0.04052511415525115],"lock":true,"opacity":0.8},{"type":"text","id":"O6XUxxAN0p","left":68.9113965744401,"top":72.69327894327893,"width":133.8076416337286,"height":169,"content":"<p style=\"text-align: center;\"><span style=\"font-size: 72px;\"><span style=\"font-family: LXGWWenKai;\"><span style=\"color: rgb(133, 18, 15);\">目</span></span></span></p><p style=\"text-align: center;\"><span style=\"font-size: 72px;\"><span style=\"font-family: LXGWWenKai;\"><span style=\"color: rgb(133, 18, 15);\">录</span></span></span></p>","rotate":0,"defaultFontName":"","defaultColor":"#333","vertical":false,"lineHeight":1,"shadow":{"h":2,"v":2,"blur":2,"color":"rgb(128, 128, 128)"}},{"type":"text","id":"hDBWW2hCEf","left":271.2450592885375,"top":72.69327894327893,"width":78.03030303030303,"height":68.796875,"content":"<p style=\"\"><strong><span style=\"font-size: 32px;\"><span style=\"font-family: LXGWWenKai;\"><span style=\"color: rgb(227, 199, 159);\">01</span></span></span></strong></p>","rotate":0,"defaultFontName":"","defaultColor":"#333","vertical":false,"textType":"itemNumber","groupId":"QK-rvDhlm6"},{"type":"text","id":"sybetz4RU2","left":349.2753623188405,"top":72.69327894327893,"width":540.1926699362516,"height":68.796875,"content":"<p style=\"\"><span style=\"font-size: 32px;\"><span style=\"font-family: LXGWWenKai;\"><span style=\"color: rgb(227, 199, 159);\">目录项1</span></span></span></p>","rotate":0,"defaultFontName":"","defaultColor":"#333","vertical":false,"textType":"item","groupId":"QK-rvDhlm6"},{"type":"line","id":"NRwm50TWjw","left":281.8181818181818,"top":152.08333333333331,"start":[0,0],"end":[588.6363636363637,0],"points":["",""],"color":"rgb(227, 199, 159)","style":"dashed","width":2,"groupId":"QK-rvDhlm6"},{"type":"text","id":"bXPZg6zfCQ","left":271.2450592885375,"top":190.14194321760107,"width":78.03030303030303,"height":68.796875,"content":"<p style=\"\"><strong><span style=\"font-size: 32px;\"><span style=\"font-family: LXGWWenKai;\"><span style=\"color: rgb(227, 199, 159);\">02</span></span></span></strong></p>","rotate":0,"defaultFontName":"","defaultColor":"#333","vertical":false,"textType":"itemNumber","groupId":"IeJTTpTb1c"},{"type":"text","id":"_sDZomjbQh","left":349.2753623188405,"top":190.14194321760107,"width":540.1926699362516,"height":68.796875,"content":"<p style=\"\"><span style=\"font-size: 32px;\"><span style=\"font-family: LXGWWenKai;\"><span style=\"color: rgb(227, 199, 159);\">目录项2</span></span></span></p>","rotate":0,"defaultFontName":"","defaultColor":"#333","vertical":false,"textType":"item","groupId":"IeJTTpTb1c"},{"type":"line","id":"uCg0XNDy6T","left":281.8181818181818,"top":269.53199760765546,"start":[0,0],"end":[588.6363636363637,0],"points":["",""],"color":"rgb(227, 199, 159)","style":"dashed","width":2,"groupId":"IeJTTpTb1c"},{"type":"text","id":"bkRDjcarda","left":98.81521739130437,"top":243.69327894327893,"width":74.796875,"height":231.98287220026344,"content":"<p style=\"\"><span style=\"font-size: 36px;\"><span style=\"font-family: LXGWWenKai;\"><span style=\"color: rgb(133, 18, 15);\">CONTENTS</span></span></span></p>","rotate":0,"defaultFontName":"","defaultColor":"#333","vertical":true,"opacity":0.9},{"type":"text","id":"xkMrHWq6V4","left":271.2450592885375,"top":307.5906074919232,"width":78.03030303030303,"height":68.796875,"content":"<p style=\"\"><strong><span style=\"font-size: 32px;\"><span style=\"font-family: LXGWWenKai;\"><span style=\"color: rgb(227, 199, 159);\">03</span></span></span></strong></p>","rotate":0,"defaultFontName":"","defaultColor":"#333","vertical":false,"textType":"itemNumber","groupId":"p9cFc8RNEj"},{"type":"text","id":"Eko7Zm5gkJ","left":349.2753623188405,"top":307.5906074919232,"width":540.1926699362516,"height":68.796875,"content":"<p style=\"\"><span style=\"font-size: 32px;\"><span style=\"font-family: LXGWWenKai;\"><span style=\"color: rgb(227, 199, 159);\">目录项3</span></span></span></p>","rotate":0,"defaultFontName":"","defaultColor":"#333","vertical":false,"textType":"item","groupId":"p9cFc8RNEj"},{"type":"line","id":"6F7u7iCCa0","left":281.8181818181818,"top":386.9806618819776,"start":[0,0],"end":[588.6363636363637,0],"points":["",""],"color":"rgb(227, 199, 159)","style":"dashed","width":2,"groupId":"p9cFc8RNEj"}],"background":{"type":"solid","color":"rgb(0, 49, 83)"},"type":"contents"},{"id":"nkGMwW6qRM","elements":[{"type":"image","id":"CJO7cxxPvk","src":"https://images.pexels.com/photos/210588/pexels-photo-210588.jpeg","width":1000,"height":562.5,"left":0,"top":0,"fixedRatio":true,"rotate":0,"filters":{"blur":"2px","opacity":"20%"},"lock":true,"imageType":"background"},{"type":"shape","id":"ywBYEkFnlo","left":42.934782608695684,"top":43.20652173913049,"width":185.76086956521738,"height":476.0869565217391,"viewBox":[185.76086956521738,476.0869565217391],"path":"M 7.527980444709153 0 L 178.23288912050822 0 Q 185.76086956521738 0 185.76086956521738 7.527980444709153 L 185.76086956521738 468.55897607702997 Q 185.76086956521738 476.0869565217391 178.23288912050822 476.0869565217391 L 7.527980444709153 476.0869565217391 Q 0 476.0869565217391 0 468.55897607702997 L 0 7.527980444709153 Q 0 0 7.527980444709153 0 Z","fill":"rgb(227, 199, 159)","fixedRatio":false,"rotate":0,"pathFormula":"roundRect","keypoints":[0.04052511415525115],"lock":true,"opacity":0.8},{"type":"text","id":"mQ4v8snlWY","left":68.9113965744401,"top":72.69327894327893,"width":133.8076416337286,"height":171,"content":"<p style=\"text-align: center;\"><span style=\"font-size: 72px;\"><span style=\"font-family: LXGWWenKai;\"><span style=\"color: rgb(133, 18, 15);\">目</span></span></span></p><p style=\"text-align: center;\"><span style=\"font-size: 72px;\"><span style=\"font-family: LXGWWenKai;\"><span style=\"color: rgb(133, 18, 15);\">录</span></span></span></p>","rotate":0,"defaultFontName":"","defaultColor":"#333","vertical":false,"lineHeight":1,"shadow":{"h":2,"v":2,"blur":2,"color":"rgb(128, 128, 128)"}},{"type":"text","id":"T0N18jByVg","left":271.2450592885375,"top":74.24984920050707,"width":78.03030303030303,"height":69,"content":"<p style=\"\"><strong><span style=\"font-size: 32px;\"><span style=\"font-family: LXGWWenKai;\"><span style=\"color: rgb(227, 199, 159);\">01</span></span></span></strong></p>","rotate":0,"defaultFontName":"","defaultColor":"#333","vertical":false,"textType":"itemNumber","groupId":"chL8DP3Rbv"},{"type":"text","id":"qi0cr628G4","left":349.2753623188405,"top":74.24984920050707,"width":540.1926699362516,"height":69,"content":"<p style=\"\"><span style=\"font-size: 32px;\"><span style=\"font-family: LXGWWenKai;\"><span style=\"color: rgb(227, 199, 159);\">目录项1</span></span></span></p>","rotate":0,"defaultFontName":"","defaultColor":"#333","vertical":false,"textType":"item","groupId":"chL8DP3Rbv"},{"type":"line","id":"A-4KEAweyY","left":281.8181818181818,"top":153.63990359056146,"start":[0,0],"end":[588.6363636363637,0],"points":["",""],"color":"rgb(227, 199, 159)","style":"dashed","width":2,"groupId":"chL8DP3Rbv"},{"type":"text","id":"pchVnbf5B1","left":271.2450592885375,"top":185.78659827015085,"width":78.03030303030303,"height":69,"content":"<p style=\"\"><strong><span style=\"font-size: 32px;\"><span style=\"font-family: LXGWWenKai;\"><span style=\"color: rgb(227, 199, 159);\">02</span></span></span></strong></p>","rotate":0,"defaultFontName":"","defaultColor":"#333","vertical":false,"textType":"itemNumber","groupId":"YBEJ_W8Ahc"},{"type":"text","id":"ngfl-KNv5g","left":349.2753623188405,"top":185.78659827015085,"width":540.1926699362516,"height":69,"content":"<p style=\"\"><span style=\"font-size: 32px;\"><span style=\"font-family: LXGWWenKai;\"><span style=\"color: rgb(227, 199, 159);\">目录项2</span></span></span></p>","rotate":0,"defaultFontName":"","defaultColor":"#333","vertical":false,"textType":"item","groupId":"YBEJ_W8Ahc"},{"type":"line","id":"ThXOgn_Yaw","left":281.8181818181818,"top":265.17665266020526,"start":[0,0],"end":[588.6363636363637,0],"points":["",""],"color":"rgb(227, 199, 159)","style":"dashed","width":2,"groupId":"YBEJ_W8Ahc"},{"type":"text","id":"me2Fp7V89o","left":98.81521739130437,"top":243.69327894327893,"width":74,"height":231.98287220026344,"content":"<p style=\"\"><span style=\"font-size: 36px;\"><span style=\"font-family: LXGWWenKai;\"><span style=\"color: rgb(133, 18, 15);\">CONTENTS</span></span></span></p>","rotate":0,"defaultFontName":"","defaultColor":"#333","vertical":true,"opacity":0.9},{"type":"text","id":"KVadu2lq56","left":271.2450592885375,"top":297.3233473397947,"width":78.03030303030303,"height":69,"content":"<p style=\"\"><strong><span style=\"font-size: 32px;\"><span style=\"font-family: LXGWWenKai;\"><span style=\"color: rgb(227, 199, 159);\">03</span></span></span></strong></p>","rotate":0,"defaultFontName":"","defaultColor":"#333","vertical":false,"textType":"itemNumber","groupId":"N4iYu-xRiw"},{"type":"text","id":"L_sqM58n8E","left":349.2753623188405,"top":297.3233473397947,"width":540.1926699362516,"height":69,"content":"<p style=\"\"><span style=\"font-size: 32px;\"><span style=\"font-family: LXGWWenKai;\"><span style=\"color: rgb(227, 199, 159);\">目录项3</span></span></span></p>","rotate":0,"defaultFontName":"","defaultColor":"#333","vertical":false,"textType":"item","groupId":"N4iYu-xRiw"},{"type":"line","id":"Ip58JZMylo","left":281.8181818181818,"top":376.71340172984907,"start":[0,0],"end":[588.6363636363637,0],"points":["",""],"color":"rgb(227, 199, 159)","style":"dashed","width":2,"groupId":"N4iYu-xRiw"},{"type":"text","id":"CZJlUGNkmZ","left":271.2450592885375,"top":408.8600964094385,"width":78.03030303030303,"height":69,"content":"<p style=\"\"><strong><span style=\"font-size: 32px;\"><span style=\"font-family: LXGWWenKai;\"><span style=\"color: rgb(227, 199, 159);\">04</span></span></span></strong></p>","rotate":0,"defaultFontName":"","defaultColor":"#333","vertical":false,"textType":"itemNumber","groupId":"IvXiyX_WQM"},{"type":"text","id":"Rx1mLKIyju","left":349.2753623188405,"top":408.8600964094385,"width":540.1926699362516,"height":69,"content":"<p style=\"\"><span style=\"font-size: 32px;\"><span style=\"font-family: LXGWWenKai;\"><span style=\"color: rgb(227, 199, 159);\">目录项4</span></span></span></p>","rotate":0,"defaultFontName":"","defaultColor":"#333","vertical":false,"textType":"item","groupId":"IvXiyX_WQM"},{"type":"line","id":"1hB95YL7sC","left":281.8181818181818,"top":488.25015079949287,"start":[0,0],"end":[588.6363636363637,0],"points":["",""],"color":"rgb(227, 199, 159)","style":"dashed","width":2,"groupId":"IvXiyX_WQM"}],"background":{"type":"solid","color":"rgb(0, 49, 83)"},"type":"contents"},{"id":"H9C3EagLuY","elements":[{"type":"image","id":"YZkNtPsv1A","src":"https://images.pexels.com/photos/210588/pexels-photo-210588.jpeg","width":1000,"height":562.5,"left":0,"top":0,"fixedRatio":true,"rotate":0,"filters":{"blur":"2px","opacity":"20%"},"lock":true,"imageType":"background"},{"type":"shape","id":"U0Mt6SIw4R","left":42.934782608695684,"top":43.20652173913049,"width":185.76086956521738,"height":476.0869565217391,"viewBox":[185.76086956521738,476.0869565217391],"path":"M 7.527980444709153 0 L 178.23288912050822 0 Q 185.76086956521738 0 185.76086956521738 7.527980444709153 L 185.76086956521738 468.55897607702997 Q 185.76086956521738 476.0869565217391 178.23288912050822 476.0869565217391 L 7.527980444709153 476.0869565217391 Q 0 476.0869565217391 0 468.55897607702997 L 0 7.527980444709153 Q 0 0 7.527980444709153 0 Z","fill":"rgb(227, 199, 159)","fixedRatio":false,"rotate":0,"pathFormula":"roundRect","keypoints":[0.04052511415525115],"lock":true,"opacity":0.8},{"type":"text","id":"Hx0KPWWSPJ","left":68.9113965744401,"top":72.69327894327893,"width":133.8076416337286,"height":169,"content":"<p style=\"text-align: center;\"><span style=\"font-size: 72px;\"><span style=\"font-family: LXGWWenKai;\"><span style=\"color: rgb(133, 18, 15);\">目</span></span></span></p><p style=\"text-align: center;\"><span style=\"font-size: 72px;\"><span style=\"font-family: LXGWWenKai;\"><span style=\"color: rgb(133, 18, 15);\">录</span></span></span></p>","rotate":0,"defaultFontName":"","defaultColor":"#333","vertical":false,"lineHeight":1,"shadow":{"h":2,"v":2,"blur":2,"color":"rgb(128, 128, 128)"}},{"type":"text","id":"0SapUxFLK7","left":271.2450592885375,"top":42.24984920050707,"width":78.03030303030303,"height":68.796875,"content":"<p style=\"\"><strong><span style=\"font-size: 32px;\"><span style=\"font-family: LXGWWenKai;\"><span style=\"color: rgb(227, 199, 159);\">01</span></span></span></strong></p>","rotate":0,"defaultFontName":"","defaultColor":"#333","vertical":false,"textType":"itemNumber","groupId":"FtHzUdMYCP"},{"type":"text","id":"-QoJeVRIUV","left":349.2753623188405,"top":42.24984920050707,"width":540.1926699362516,"height":68.796875,"content":"<p style=\"\"><span style=\"font-size: 32px;\"><span style=\"font-family: LXGWWenKai;\"><span style=\"color: rgb(227, 199, 159);\">目录项1</span></span></span></p>","rotate":0,"defaultFontName":"","defaultColor":"#333","vertical":false,"textType":"item","groupId":"FtHzUdMYCP"},{"type":"line","id":"pmzaY1I7FX","left":281.8181818181818,"top":111.63990359056146,"start":[0,0],"end":[588.6363636363637,0],"points":["",""],"color":"rgb(227, 199, 159)","style":"dashed","width":2,"groupId":"FtHzUdMYCP"},{"type":"text","id":"BZyJjoHhrR","left":98.81521739130437,"top":243.69327894327893,"width":74.796875,"height":231.98287220026344,"content":"<p style=\"\"><span style=\"font-size: 36px;\"><span style=\"font-family: LXGWWenKai;\"><span style=\"color: rgb(133, 18, 15);\">CONTENTS</span></span></span></p>","rotate":0,"defaultFontName":"","defaultColor":"#333","vertical":true,"opacity":0.9},{"type":"text","id":"DtyC_Hkg7f","left":271.2450592885375,"top":144.16324286808413,"width":78.03030303030303,"height":68.796875,"content":"<p style=\"\"><strong><span style=\"font-size: 32px;\"><span style=\"font-family: LXGWWenKai;\"><span style=\"color: rgb(227, 199, 159);\">02</span></span></span></strong></p>","rotate":0,"defaultFontName":"","defaultColor":"#333","vertical":false,"textType":"itemNumber","groupId":"4pZJvcHNMF"},{"type":"text","id":"hAuDNDTFEW","left":349.2753623188405,"top":144.16324286808413,"width":540.1926699362516,"height":68.796875,"content":"<p style=\"\"><span style=\"font-size: 32px;\"><span style=\"font-family: LXGWWenKai;\"><span style=\"color: rgb(227, 199, 159);\">目录项2</span></span></span></p>","rotate":0,"defaultFontName":"","defaultColor":"#333","vertical":false,"textType":"item","groupId":"4pZJvcHNMF"},{"type":"line","id":"r8oS1jms9x","left":281.8181818181818,"top":213.5532972581385,"start":[0,0],"end":[588.6363636363637,0],"points":["",""],"color":"rgb(227, 199, 159)","style":"dashed","width":2,"groupId":"4pZJvcHNMF"},{"type":"text","id":"R63T1L9ct5","left":271.2450592885375,"top":246.07663653566118,"width":78.03030303030303,"height":68.796875,"content":"<p style=\"\"><strong><span style=\"font-size: 32px;\"><span style=\"font-family: LXGWWenKai;\"><span style=\"color: rgb(227, 199, 159);\">03</span></span></span></strong></p>","rotate":0,"defaultFontName":"","defaultColor":"#333","vertical":false,"textType":"itemNumber","groupId":"vj4XfvDboB"},{"type":"text","id":"ZNkWDqXMd-","left":349.2753623188405,"top":246.07663653566118,"width":540.1926699362516,"height":68.796875,"content":"<p style=\"\"><span style=\"font-size: 32px;\"><span style=\"font-family: LXGWWenKai;\"><span style=\"color: rgb(227, 199, 159);\">目录项3</span></span></span></p>","rotate":0,"defaultFontName":"","defaultColor":"#333","vertical":false,"textType":"item","groupId":"vj4XfvDboB"},{"type":"line","id":"Y8a_Py8O2p","left":281.8181818181818,"top":315.46669092571557,"start":[0,0],"end":[588.6363636363637,0],"points":["",""],"color":"rgb(227, 199, 159)","style":"dashed","width":2,"groupId":"vj4XfvDboB"},{"type":"text","id":"T2vbkwumFV","left":271.2450592885375,"top":347.99003020323823,"width":78.03030303030303,"height":68.796875,"content":"<p style=\"\"><strong><span style=\"font-size: 32px;\"><span style=\"font-family: LXGWWenKai;\"><span style=\"color: rgb(227, 199, 159);\">04</span></span></span></strong></p>","rotate":0,"defaultFontName":"","defaultColor":"#333","vertical":false,"textType":"itemNumber","groupId":"Fppz2lrUBc"},{"type":"text","id":"YWPZxjJuWY","left":349.2753623188405,"top":347.99003020323823,"width":540.1926699362516,"height":68.796875,"content":"<p style=\"\"><span style=\"font-size: 32px;\"><span style=\"font-family: LXGWWenKai;\"><span style=\"color: rgb(227, 199, 159);\">目录项4</span></span></span></p>","rotate":0,"defaultFontName":"","defaultColor":"#333","vertical":false,"textType":"item","groupId":"Fppz2lrUBc"},{"type":"line","id":"mpS2ry8-oD","left":281.8181818181818,"top":417.3800845932926,"start":[0,0],"end":[588.6363636363637,0],"points":["",""],"color":"rgb(227, 199, 159)","style":"dashed","width":2,"groupId":"Fppz2lrUBc"},{"type":"text","id":"SHqVwKm6FP","left":271.2450592885375,"top":449.9034238708153,"width":78.03030303030303,"height":68.796875,"content":"<p style=\"\"><strong><span style=\"font-size: 32px;\"><span style=\"font-family: LXGWWenKai;\"><span style=\"color: rgb(227, 199, 159);\">05</span></span></span></strong></p>","rotate":0,"defaultFontName":"","defaultColor":"#333","vertical":false,"textType":"itemNumber","groupId":"oC66rSbhJP"},{"type":"text","id":"ISIK0kf8xO","left":349.2753623188405,"top":449.9034238708153,"width":540.1926699362516,"height":68.796875,"content":"<p style=\"\"><span style=\"font-size: 32px;\"><span style=\"font-family: LXGWWenKai;\"><span style=\"color: rgb(227, 199, 159);\">目录项5</span></span></span></p>","rotate":0,"defaultFontName":"","defaultColor":"#333","vertical":false,"textType":"item","groupId":"oC66rSbhJP"},{"type":"line","id":"fiwdA5m83w","left":281.8181818181818,"top":519.2934782608697,"start":[0,0],"end":[588.6363636363637,0],"points":["",""],"color":"rgb(227, 199, 159)","style":"dashed","width":2,"groupId":"oC66rSbhJP"}],"background":{"type":"solid","color":"rgb(0, 49, 83)"},"type":"contents"},{"id":"txZ0VdSbsT","elements":[{"type":"image","id":"7AQtKxkNc9","src":"https://images.pexels.com/photos/210588/pexels-photo-210588.jpeg","width":1000,"height":562.5,"left":0,"top":0,"fixedRatio":true,"rotate":0,"filters":{"blur":"2px","opacity":"20%"},"lock":true,"imageType":"background"},{"type":"shape","id":"azreVWngSt","left":42.934782608695684,"top":43.20652173913049,"width":185.76086956521738,"height":476.0869565217391,"viewBox":[185.76086956521738,476.0869565217391],"path":"M 7.527980444709153 0 L 178.23288912050822 0 Q 185.76086956521738 0 185.76086956521738 7.527980444709153 L 185.76086956521738 468.55897607702997 Q 185.76086956521738 476.0869565217391 178.23288912050822 476.0869565217391 L 7.527980444709153 476.0869565217391 Q 0 476.0869565217391 0 468.55897607702997 L 0 7.527980444709153 Q 0 0 7.527980444709153 0 Z","fill":"rgb(227, 199, 159)","fixedRatio":false,"rotate":0,"pathFormula":"roundRect","keypoints":[0.04052511415525115],"lock":true,"opacity":0.8},{"type":"text","id":"m941hAXMUy","left":68.9113965744401,"top":72.69327894327893,"width":133.8076416337286,"height":169,"content":"<p style=\"text-align: center;\"><span style=\"font-size: 72px;\"><span style=\"font-family: LXGWWenKai;\"><span style=\"color: rgb(133, 18, 15);\">目</span></span></span></p><p style=\"text-align: center;\"><span style=\"font-size: 72px;\"><span style=\"font-family: LXGWWenKai;\"><span style=\"color: rgb(133, 18, 15);\">录</span></span></span></p>","rotate":0,"defaultFontName":"","defaultColor":"#333","vertical":false,"lineHeight":1,"shadow":{"h":2,"v":2,"blur":2,"color":"rgb(128, 128, 128)"}},{"type":"text","id":"YMGWj6PuP_","left":271.2450592885375,"top":43.43069613135407,"width":78.03030303030303,"height":62,"content":"<p style=\"\"><strong><span style=\"font-size: 28px;\"><span style=\"font-family: LXGWWenKai;\"><span style=\"color: rgb(227, 199, 159);\">01</span></span></span></strong></p>","rotate":0,"defaultFontName":"","defaultColor":"#333","vertical":false,"textType":"itemNumber","groupId":"w2cF_Jk5k-"},{"type":"text","id":"JDI8wo38uj","left":349.2753623188405,"top":43.43069613135407,"width":540.1926699362516,"height":62,"content":"<p style=\"\"><span style=\"font-size: 28px;\"><span style=\"font-family: LXGWWenKai;\"><span style=\"color: rgb(227, 199, 159);\">目录项1</span></span></span></p>","rotate":0,"defaultFontName":"","defaultColor":"#333","vertical":false,"textType":"item","groupId":"w2cF_Jk5k-"},{"type":"line","id":"3oaPEbvZx9","left":281.8181818181818,"top":107.82075052140846,"start":[0,0],"end":[588.6363636363637,0],"points":["",""],"color":"rgb(227, 199, 159)","style":"dashed","width":2,"groupId":"w2cF_Jk5k-"},{"type":"text","id":"YjneAnDKjR","left":98.81521739130437,"top":243.69327894327893,"width":74.796875,"height":231.98287220026344,"content":"<p style=\"\"><span style=\"font-size: 36px;\"><span style=\"font-family: LXGWWenKai;\"><span style=\"color: rgb(133, 18, 15);\">CONTENTS</span></span></span></p>","rotate":0,"defaultFontName":"","defaultColor":"#333","vertical":true,"opacity":0.9},{"type":"text","id":"4OoDgKoSZt","left":271.2450592885375,"top":125.68040680080158,"width":78.03030303030303,"height":62,"content":"<p style=\"\"><strong><span style=\"font-size: 28px;\"><span style=\"font-family: LXGWWenKai;\"><span style=\"color: rgb(227, 199, 159);\">02</span></span></span></strong></p>","rotate":0,"defaultFontName":"","defaultColor":"#333","vertical":false,"textType":"itemNumber","groupId":"908XJsWRLl"},{"type":"text","id":"yGL5n29vuw","left":349.2753623188405,"top":125.68040680080158,"width":540.1926699362516,"height":62,"content":"<p style=\"\"><span style=\"font-size: 28px;\"><span style=\"font-family: LXGWWenKai;\"><span style=\"color: rgb(227, 199, 159);\">目录项2</span></span></span></p>","rotate":0,"defaultFontName":"","defaultColor":"#333","vertical":false,"textType":"item","groupId":"908XJsWRLl"},{"type":"line","id":"itdBqCiVnh","left":281.8181818181818,"top":190.07046119085595,"start":[0,0],"end":[588.6363636363637,0],"points":["",""],"color":"rgb(227, 199, 159)","style":"dashed","width":2,"groupId":"908XJsWRLl"},{"type":"text","id":"fbB2mwA2fX","left":271.2450592885375,"top":207.93011747024906,"width":78.03030303030303,"height":62,"content":"<p style=\"\"><strong><span style=\"font-size: 28px;\"><span style=\"font-family: LXGWWenKai;\"><span style=\"color: rgb(227, 199, 159);\">03</span></span></span></strong></p>","rotate":0,"defaultFontName":"","defaultColor":"#333","vertical":false,"textType":"itemNumber","groupId":"Luq79QJU55"},{"type":"text","id":"Aa7vtkq4YT","left":349.2753623188405,"top":207.93011747024906,"width":540.1926699362516,"height":62,"content":"<p style=\"\"><span style=\"font-size: 28px;\"><span style=\"font-family: LXGWWenKai;\"><span style=\"color: rgb(227, 199, 159);\">目录项3</span></span></span></p>","rotate":0,"defaultFontName":"","defaultColor":"#333","vertical":false,"textType":"item","groupId":"Luq79QJU55"},{"type":"line","id":"RxtIf0nTP8","left":281.8181818181818,"top":272.32017186030345,"start":[0,0],"end":[588.6363636363637,0],"points":["",""],"color":"rgb(227, 199, 159)","style":"dashed","width":2,"groupId":"Luq79QJU55"},{"type":"text","id":"pEE0LB0ZhJ","left":271.2450592885375,"top":290.17982813969655,"width":78.03030303030303,"height":62,"content":"<p style=\"\"><strong><span style=\"font-size: 28px;\"><span style=\"font-family: LXGWWenKai;\"><span style=\"color: rgb(227, 199, 159);\">04</span></span></span></strong></p>","rotate":0,"defaultFontName":"","defaultColor":"#333","vertical":false,"textType":"itemNumber","groupId":"fGKGKu5_B3"},{"type":"text","id":"lnCihSUe9r","left":349.2753623188405,"top":290.17982813969655,"width":540.1926699362516,"height":62,"content":"<p style=\"\"><span style=\"font-size: 28px;\"><span style=\"font-family: LXGWWenKai;\"><span style=\"color: rgb(227, 199, 159);\">目录项4</span></span></span></p>","rotate":0,"defaultFontName":"","defaultColor":"#333","vertical":false,"textType":"item","groupId":"fGKGKu5_B3"},{"type":"line","id":"hkLYXdjjg0","left":281.8181818181818,"top":354.56988252975094,"start":[0,0],"end":[588.6363636363637,0],"points":["",""],"color":"rgb(227, 199, 159)","style":"dashed","width":2,"groupId":"fGKGKu5_B3"},{"type":"text","id":"HNARlsGqOo","left":271.2450592885375,"top":372.42953880914405,"width":78.03030303030303,"height":62,"content":"<p style=\"\"><strong><span style=\"font-size: 28px;\"><span style=\"font-family: LXGWWenKai;\"><span style=\"color: rgb(227, 199, 159);\">05</span></span></span></strong></p>","rotate":0,"defaultFontName":"","defaultColor":"#333","vertical":false,"textType":"itemNumber","groupId":"tuR5VJMWI2"},{"type":"text","id":"YpoIeN9GZk","left":349.2753623188405,"top":372.42953880914405,"width":540.1926699362516,"height":62,"content":"<p style=\"\"><span style=\"font-size: 28px;\"><span style=\"font-family: LXGWWenKai;\"><span style=\"color: rgb(227, 199, 159);\">目录项5</span></span></span></p>","rotate":0,"defaultFontName":"","defaultColor":"#333","vertical":false,"textType":"item","groupId":"tuR5VJMWI2"},{"type":"line","id":"A8lSFCajAm","left":281.8181818181818,"top":436.81959319919844,"start":[0,0],"end":[588.6363636363637,0],"points":["",""],"color":"rgb(227, 199, 159)","style":"dashed","width":2,"groupId":"tuR5VJMWI2"},{"type":"text","id":"JnkWfujlEf","left":271.2450592885375,"top":454.67924947859154,"width":78.03030303030303,"height":62,"content":"<p style=\"\"><strong><span style=\"font-size: 28px;\"><span style=\"font-family: LXGWWenKai;\"><span style=\"color: rgb(227, 199, 159);\">06</span></span></span></strong></p>","rotate":0,"defaultFontName":"","defaultColor":"#333","vertical":false,"textType":"itemNumber","groupId":"neSjovE-JL"},{"type":"text","id":"zWnnI6duC6","left":349.2753623188405,"top":454.67924947859154,"width":540.1926699362516,"height":62,"content":"<p style=\"\"><span style=\"font-size: 28px;\"><span style=\"font-family: LXGWWenKai;\"><span style=\"color: rgb(227, 199, 159);\">目录项6</span></span></span></p>","rotate":0,"defaultFontName":"","defaultColor":"#333","vertical":false,"textType":"item","groupId":"neSjovE-JL"},{"type":"line","id":"xdIBNocSbl","left":281.8181818181818,"top":519.069303868646,"start":[0,0],"end":[588.6363636363637,0],"points":["",""],"color":"rgb(227, 199, 159)","style":"dashed","width":2,"groupId":"neSjovE-JL"}],"background":{"type":"solid","color":"rgb(0, 49, 83)"},"type":"contents"},{"id":"_Ob9wl-WB6","elements":[{"type":"image","id":"WGD4JpbRJV","src":"https://images.pexels.com/photos/210588/pexels-photo-210588.jpeg","width":1000,"height":562.5,"left":0,"top":0,"fixedRatio":true,"rotate":0,"filters":{"blur":"2px","opacity":"20%"},"lock":true,"imageType":"background"},{"type":"text","id":"0RWrqTwzNc","left":234.2384803411691,"top":68.68310536717291,"width":65.69477671451357,"height":56,"content":"<p style=\"\"><strong><span style=\"font-size: 24px;\"><span style=\"font-family: LXGWWenKai;\"><span style=\"color: rgb(227, 199, 159);\">01</span></span></span></strong></p>","rotate":0,"defaultFontName":"","defaultColor":"#333","vertical":false,"textType":"itemNumber","groupId":"LDCPmyngvx"},{"type":"text","id":"QqOO5rjGzd","left":299.9332570556826,"top":68.68310536717291,"width":310.3033158692659,"height":56,"content":"<p style=\"\"><span style=\"font-size: 24px;\"><span style=\"font-family: LXGWWenKai;\"><span style=\"color: rgb(227, 199, 159);\">目录项1</span></span></span></p>","rotate":0,"defaultFontName":"","defaultColor":"#333","vertical":false,"textType":"item","groupId":"LDCPmyngvx"},{"type":"line","id":"-_q2YmLSt6","left":244.8116028708134,"top":133.0731597572273,"start":[0,0],"end":[356.4536781881065,0],"points":["",""],"color":"rgb(227, 199, 159)","style":"dashed","width":2,"groupId":"LDCPmyngvx"},{"type":"shape","id":"DZ2c3x7irn","left":20.506552943623916,"top":43.206521739130466,"width":185.76086956521738,"height":476.0869565217391,"viewBox":[185.76086956521738,476.0869565217391],"path":"M 7.527980444709153 0 L 178.23288912050822 0 Q 185.76086956521738 0 185.76086956521738 7.527980444709153 L 185.76086956521738 468.55897607702997 Q 185.76086956521738 476.0869565217391 178.23288912050822 476.0869565217391 L 7.527980444709153 476.0869565217391 Q 0 476.0869565217391 0 468.55897607702997 L 0 7.527980444709153 Q 0 0 7.527980444709153 0 Z","fill":"rgb(227, 199, 159)","fixedRatio":false,"rotate":0,"pathFormula":"roundRect","keypoints":[0.04052511415525115],"lock":true,"opacity":0.8},{"type":"text","id":"6mFVLXdJCs","left":46.483166909368336,"top":72.6932789432789,"width":133.8076416337286,"height":169,"content":"<p style=\"text-align: center;\"><span style=\"font-size: 72px;\"><span style=\"font-family: LXGWWenKai;\"><span style=\"color: rgb(133, 18, 15);\">目</span></span></span></p><p style=\"text-align: center;\" class=\"ProseMirror-selectednode\" draggable=\"true\"><span style=\"font-size: 72px;\"><span style=\"font-family: LXGWWenKai;\"><span style=\"color: rgb(133, 18, 15);\">录</span></span></span></p>","rotate":0,"defaultFontName":"","defaultColor":"#333","vertical":false,"lineHeight":1,"shadow":{"h":2,"v":2,"blur":2,"color":"rgb(128, 128, 128)"}},{"type":"text","id":"QiaysVVVKJ","left":76.38698772623266,"top":243.6932789432789,"width":74.796875,"height":231.98287220026344,"content":"<p style=\"\"><span style=\"font-size: 36px;\"><span style=\"font-family: LXGWWenKai;\"><span style=\"color: rgb(133, 18, 15);\">CONTENTS</span></span></span></p>","rotate":0,"defaultFontName":"","defaultColor":"#333","vertical":true,"opacity":0.9},{"type":"text","id":"5O2UwsAyS3","left":234.2384803411691,"top":158.86903908607286,"width":65.69477671451357,"height":56,"content":"<p style=\"\"><strong><span style=\"font-size: 24px;\"><span style=\"font-family: LXGWWenKai;\"><span style=\"color: rgb(227, 199, 159);\">03</span></span></span></strong></p>","rotate":0,"defaultFontName":"","defaultColor":"#333","vertical":false,"textType":"itemNumber","groupId":"dm5ZZ0menw"},{"type":"text","id":"5VkxeXYuq1","left":299.9332570556826,"top":158.86903908607286,"width":310.3033158692659,"height":56,"content":"<p style=\"\"><span style=\"font-size: 24px;\"><span style=\"font-family: LXGWWenKai;\"><span style=\"color: rgb(227, 199, 159);\">目录项3</span></span></span></p>","rotate":0,"defaultFontName":"","defaultColor":"#333","vertical":false,"textType":"item","groupId":"dm5ZZ0menw"},{"type":"line","id":"fQLQchnBgF","left":244.81160287081335,"top":223.25909347612725,"start":[0,0],"end":[356.4536781881065,0],"points":["",""],"color":"rgb(227, 199, 159)","style":"dashed","width":2,"groupId":"dm5ZZ0menw"},{"type":"text","id":"5Nx8xxnL8T","left":234.2384803411691,"top":249.0549728049728,"width":65.69477671451357,"height":56,"content":"<p style=\"\"><strong><span style=\"font-size: 24px;\"><span style=\"font-family: LXGWWenKai;\"><span style=\"color: rgb(227, 199, 159);\">05</span></span></span></strong></p>","rotate":0,"defaultFontName":"","defaultColor":"#333","vertical":false,"textType":"itemNumber","groupId":"WC6CahAZL8"},{"type":"text","id":"_Vi04g4Pb6","left":299.9332570556825,"top":249.0549728049728,"width":310.3033158692659,"height":56,"content":"<p style=\"\"><span style=\"font-size: 24px;\"><span style=\"font-family: LXGWWenKai;\"><span style=\"color: rgb(227, 199, 159);\">目录项5</span></span></span></p>","rotate":0,"defaultFontName":"","defaultColor":"#333","vertical":false,"textType":"item","groupId":"WC6CahAZL8"},{"type":"line","id":"uGgO32hdxe","left":244.81160287081335,"top":313.44502719502725,"start":[0,0],"end":[356.4536781881065,0],"points":["",""],"color":"rgb(227, 199, 159)","style":"dashed","width":2,"groupId":"WC6CahAZL8"},{"type":"text","id":"DHBBPbEuGB","left":234.2384803411691,"top":339.2409065238728,"width":65.69477671451357,"height":56,"content":"<p style=\"\"><strong><span style=\"font-size: 24px;\"><span style=\"font-family: LXGWWenKai;\"><span style=\"color: rgb(227, 199, 159);\">07</span></span></span></strong></p>","rotate":0,"defaultFontName":"","defaultColor":"#333","vertical":false,"textType":"itemNumber","groupId":"5SwUcPLOk_"},{"type":"text","id":"0M9maFeR0c","left":299.93325705568236,"top":339.2409065238728,"width":310.3033158692659,"height":56,"content":"<p style=\"\"><span style=\"font-size: 24px;\"><span style=\"font-family: LXGWWenKai;\"><span style=\"color: rgb(227, 199, 159);\">目录项7</span></span></span></p>","rotate":0,"defaultFontName":"","defaultColor":"#333","vertical":false,"textType":"item","groupId":"5SwUcPLOk_"},{"type":"line","id":"lXY_iVsR5x","left":244.81160287081335,"top":403.6309609139272,"start":[0,0],"end":[356.4536781881065,0],"points":["",""],"color":"rgb(227, 199, 159)","style":"dashed","width":2,"groupId":"5SwUcPLOk_"},{"type":"text","id":"V6rOymNbdF","left":234.2384803411691,"top":429.42684024277276,"width":65.69477671451357,"height":56,"content":"<p style=\"\"><strong><span style=\"font-size: 24px;\"><span style=\"font-family: LXGWWenKai;\"><span style=\"color: rgb(227, 199, 159);\">09</span></span></span></strong></p>","rotate":0,"defaultFontName":"","defaultColor":"#333","vertical":false,"textType":"itemNumber","groupId":"L-kvelRsmy"},{"type":"text","id":"3Jy4_gO5HR","left":299.93325705568225,"top":429.42684024277276,"width":310.3033158692659,"height":56,"content":"<p style=\"\"><span style=\"font-size: 24px;\"><span style=\"font-family: LXGWWenKai;\"><span style=\"color: rgb(227, 199, 159);\">目录项9</span></span></span></p>","rotate":0,"defaultFontName":"","defaultColor":"#333","vertical":false,"textType":"item","groupId":"L-kvelRsmy"},{"type":"line","id":"waP_GuzuoS","left":244.81160287081335,"top":493.81689463282714,"start":[0,0],"end":[356.4536781881065,0],"points":["",""],"color":"rgb(227, 199, 159)","style":"dashed","width":2,"groupId":"L-kvelRsmy"},{"type":"text","id":"CddhFBIdP_","left":610.2365729249484,"top":68.68310536717291,"width":65.69477671451357,"height":56,"content":"<p style=\"\"><strong><span style=\"font-size: 24px;\"><span style=\"font-family: LXGWWenKai;\"><span style=\"color: rgb(227, 199, 159);\">02</span></span></span></strong></p>","rotate":0,"defaultFontName":"","defaultColor":"#333","vertical":false,"textType":"itemNumber","groupId":"ycnJhZph3H"},{"type":"text","id":"1NsKk2FLGY","left":675.9313496394619,"top":68.68310536717291,"width":310.3033158692659,"height":56,"content":"<p style=\"\"><span style=\"font-size: 24px;\"><span style=\"font-family: LXGWWenKai;\"><span style=\"color: rgb(227, 199, 159);\">目录项2</span></span></span></p>","rotate":0,"defaultFontName":"","defaultColor":"#333","vertical":false,"textType":"item","groupId":"ycnJhZph3H"},{"type":"line","id":"bt2codo-R8","left":620.8096954545928,"top":133.0731597572273,"start":[0,0],"end":[356.4536781881065,0],"points":["",""],"color":"rgb(227, 199, 159)","style":"dashed","width":2,"groupId":"ycnJhZph3H"},{"type":"text","id":"JpkNLdTUfo","left":610.2365729249484,"top":158.86903908607286,"width":65.69477671451357,"height":56,"content":"<p style=\"\"><strong><span style=\"font-size: 24px;\"><span style=\"font-family: LXGWWenKai;\"><span style=\"color: rgb(227, 199, 159);\">04</span></span></span></strong></p>","rotate":0,"defaultFontName":"","defaultColor":"#333","vertical":false,"textType":"itemNumber","groupId":"RThWPjYp38"},{"type":"text","id":"hN1AsNOXnC","left":675.9313496394619,"top":158.86903908607286,"width":310.3033158692659,"height":56,"content":"<p style=\"\"><span style=\"font-size: 24px;\"><span style=\"font-family: LXGWWenKai;\"><span style=\"color: rgb(227, 199, 159);\">目录项4</span></span></span></p>","rotate":0,"defaultFontName":"","defaultColor":"#333","vertical":false,"textType":"item","groupId":"RThWPjYp38"},{"type":"line","id":"d05uaQeqdp","left":620.8096954545927,"top":223.25909347612725,"start":[0,0],"end":[356.4536781881065,0],"points":["",""],"color":"rgb(227, 199, 159)","style":"dashed","width":2,"groupId":"RThWPjYp38"},{"type":"text","id":"3xYkkbU8lU","left":610.2365729249484,"top":249.0549728049728,"width":65.69477671451357,"height":56,"content":"<p style=\"\"><strong><span style=\"font-size: 24px;\"><span style=\"font-family: LXGWWenKai;\"><span style=\"color: rgb(227, 199, 159);\">06</span></span></span></strong></p>","rotate":0,"defaultFontName":"","defaultColor":"#333","vertical":false,"textType":"itemNumber","groupId":"nYvL_RR7Jo"},{"type":"text","id":"Qhr-9-Q6O_","left":675.9313496394618,"top":249.0549728049728,"width":310.3033158692659,"height":56,"content":"<p style=\"\"><span style=\"font-size: 24px;\"><span style=\"font-family: LXGWWenKai;\"><span style=\"color: rgb(227, 199, 159);\">目录项6</span></span></span></p>","rotate":0,"defaultFontName":"","defaultColor":"#333","vertical":false,"textType":"item","groupId":"nYvL_RR7Jo"},{"type":"line","id":"Uzetr8Mh_j","left":620.8096954545927,"top":313.44502719502725,"start":[0,0],"end":[356.4536781881065,0],"points":["",""],"color":"rgb(227, 199, 159)","style":"dashed","width":2,"groupId":"nYvL_RR7Jo"},{"type":"text","id":"vocJj6ESX1","left":610.2365729249484,"top":339.2409065238728,"width":65.69477671451357,"height":56,"content":"<p style=\"\"><strong><span style=\"font-size: 24px;\"><span style=\"font-family: LXGWWenKai;\"><span style=\"color: rgb(227, 199, 159);\">08</span></span></span></strong></p>","rotate":0,"defaultFontName":"","defaultColor":"#333","vertical":false,"textType":"itemNumber","groupId":"-5KjXniwJ5"},{"type":"text","id":"9WTS28Z34U","left":675.9313496394617,"top":339.2409065238728,"width":310.3033158692659,"height":56,"content":"<p style=\"\"><span style=\"font-size: 24px;\"><span style=\"font-family: LXGWWenKai;\"><span style=\"color: rgb(227, 199, 159);\">目录项8</span></span></span></p>","rotate":0,"defaultFontName":"","defaultColor":"#333","vertical":false,"textType":"item","groupId":"-5KjXniwJ5"},{"type":"line","id":"15n0JKiz74","left":620.8096954545927,"top":403.6309609139272,"start":[0,0],"end":[356.4536781881065,0],"points":["",""],"color":"rgb(227, 199, 159)","style":"dashed","width":2,"groupId":"-5KjXniwJ5"},{"type":"text","id":"GH2BPulBE_","left":610.2365729249484,"top":429.42684024277276,"width":65.69477671451357,"height":56,"content":"<p style=\"\"><strong><span style=\"font-size: 24px;\"><span style=\"font-family: LXGWWenKai;\"><span style=\"color: rgb(227, 199, 159);\">10</span></span></span></strong></p>","rotate":0,"defaultFontName":"","defaultColor":"#333","vertical":false,"textType":"itemNumber","groupId":"K4JmR2om31"},{"type":"text","id":"wU_-71BSCY","left":675.9313496394616,"top":429.42684024277276,"width":310.3033158692659,"height":56,"content":"<p style=\"\"><span style=\"font-size: 24px;\"><span style=\"font-family: LXGWWenKai;\"><span style=\"color: rgb(227, 199, 159);\">目录项10</span></span></span></p>","rotate":0,"defaultFontName":"","defaultColor":"#333","vertical":false,"textType":"item","groupId":"K4JmR2om31"},{"type":"line","id":"yPhVhvSGdQ","left":620.8096954545927,"top":493.81689463282714,"start":[0,0],"end":[356.4536781881065,0],"points":["",""],"color":"rgb(227, 199, 159)","style":"dashed","width":2,"groupId":"K4JmR2om31"}],"background":{"type":"solid","color":"rgb(0, 49, 83)"},"type":"contents"},{"id":"WYpKlzlVyJ","elements":[{"type":"image","id":"hpimBJIQSa","src":"https://images.pexels.com/photos/210588/pexels-photo-210588.jpeg","width":1000,"height":562.5,"left":-1.4210854715202004e-14,"top":0,"fixedRatio":true,"rotate":0,"filters":{"blur":"2px","opacity":"50%"},"lock":true,"imageType":"background"},{"type":"shape","id":"-LR9FE_2lU","left":45.706521739130444,"top":43.206521739130466,"width":908.5869565217391,"height":476.0869565217391,"viewBox":[908.5869565217391,476.0869565217391],"path":"M 13.686420844601628 0 L 894.9005356771374 0 Q 908.5869565217391 0 908.5869565217391 13.686420844601628 L 908.5869565217391 462.4005356771375 Q 908.5869565217391 476.0869565217391 894.9005356771374 476.0869565217391 L 13.686420844601628 476.0869565217391 Q 0 476.0869565217391 0 462.4005356771375 L 0 13.686420844601628 Q 0 0 13.686420844601628 0 Z","fill":"rgb(227, 199, 159)","fixedRatio":false,"rotate":0,"pathFormula":"roundRect","keypoints":[0.028747733280898396],"lock":true,"shadow":{"h":3,"v":3,"blur":5,"color":"rgba(67,64,45,1)"},"opacity":0.7},{"type":"shape","id":"2Q0WOn08gn","left":73.9,"top":86.15,"width":157.6,"height":390.2,"viewBox":[157.6,390.2],"path":"M 11.160098522167488 0 L 146.4399014778325 0 Q 157.6 0 157.6 11.160098522167488 L 157.6 379.0399014778325 Q 157.6 390.2 146.4399014778325 390.2 L 11.160098522167488 390.2 Q 0 390.2 0 379.0399014778325 L 0 11.160098522167488 Q 0 0 11.160098522167488 0 Z","fill":"rgba(0,49,83,1)","fixedRatio":false,"rotate":0,"pathFormula":"roundRect","keypoints":[0.0708128078817734],"lock":true},{"type":"text","id":"DhssThCyxR","left":280.19359787809447,"top":195.51495215311004,"width":74.53648325358853,"height":74,"content":"<p style=\"\"><strong><span style=\"font-size: 36px;\"><span style=\"font-family: LXGWWenKai;\"><span style=\"color: rgb(0, 49, 83);\">01</span></span></span></strong></p>","rotate":0,"defaultFontName":"","defaultColor":"#333","vertical":false,"textType":"itemNumber","groupId":"bsfPVX66LZ"},{"type":"text","id":"FdvIf8GCg1","left":354.730081131683,"top":195.51495215311004,"width":528.4632764026043,"height":74,"content":"<p style=\"\"><span style=\"font-size: 36px;\"><span style=\"font-family: LXGWWenKai;\"><span style=\"color: rgb(0, 49, 83);\">项目1</span></span></span></p>","rotate":0,"defaultFontName":"","defaultColor":"#333","vertical":false,"textType":"item","groupId":"bsfPVX66LZ"},{"type":"text","id":"CJwU0QYY-X","left":87.60110255876856,"top":140.13025186738003,"width":80,"height":282.2394962652399,"content":"<p style=\"text-align: center;\"><span style=\"font-size: 40px;\"><span style=\"font-family: LXGWWenKai;\"><span style=\"color: rgba(227,199,159,1);\">CONTENTS</span></span></span></p>","rotate":0,"defaultFontName":"","defaultColor":"#333","vertical":true,"opacity":0.2},{"type":"text","id":"3XniVez7vR","left":73.9,"top":196.75,"width":157.59999999999997,"height":169,"content":"<p style=\"text-align: center;\"><span style=\"font-size: 72px;\"><span style=\"font-family: LXGWWenKai;\"><span style=\"color: rgb(227, 199, 159);\">目</span></span></span></p><p style=\"text-align: center;\"><span style=\"font-size: 72px;\"><span style=\"font-family: LXGWWenKai;\"><span style=\"color: rgb(227, 199, 159);\">录</span></span></span></p>","rotate":0,"defaultFontName":"","defaultColor":"#333","vertical":false,"lineHeight":1},{"type":"text","id":"aY_X7Waalw","left":280.19359787809447,"top":292.98504784689,"width":74.53648325358853,"height":74,"content":"<p style=\"\"><strong><span style=\"font-size: 36px;\"><span style=\"font-family: LXGWWenKai;\"><span style=\"color: rgb(0, 49, 83);\">02</span></span></span></strong></p>","rotate":0,"defaultFontName":"","defaultColor":"#333","vertical":false,"textType":"itemNumber","groupId":"M_AIku7ImZ"},{"type":"text","id":"8YE1_h_UXu","left":354.730081131683,"top":292.98504784689,"width":528.4632764026043,"height":74,"content":"<p style=\"\"><span style=\"font-size: 36px;\"><span style=\"font-family: LXGWWenKai;\"><span style=\"color: rgb(0, 49, 83);\">项目2</span></span></span></p>","rotate":0,"defaultFontName":"","defaultColor":"#333","vertical":false,"textType":"item","groupId":"M_AIku7ImZ"}],"background":{"type":"solid","color":"rgb(0, 49, 83)"},"type":"contents"},{"id":"Zj67uwxJ93","elements":[{"type":"image","id":"OBtAJmIpUV","src":"https://images.pexels.com/photos/210588/pexels-photo-210588.jpeg","width":1000,"height":562.5,"left":-1.4210854715202004e-14,"top":0,"fixedRatio":true,"rotate":0,"filters":{"blur":"2px","opacity":"50%"},"lock":true,"imageType":"background"},{"type":"shape","id":"Q9HfV2jShc","left":45.706521739130444,"top":43.206521739130466,"width":908.5869565217391,"height":476.0869565217391,"viewBox":[908.5869565217391,476.0869565217391],"path":"M 13.686420844601628 0 L 894.9005356771374 0 Q 908.5869565217391 0 908.5869565217391 13.686420844601628 L 908.5869565217391 462.4005356771375 Q 908.5869565217391 476.0869565217391 894.9005356771374 476.0869565217391 L 13.686420844601628 476.0869565217391 Q 0 476.0869565217391 0 462.4005356771375 L 0 13.686420844601628 Q 0 0 13.686420844601628 0 Z","fill":"rgb(227, 199, 159)","fixedRatio":false,"rotate":0,"pathFormula":"roundRect","keypoints":[0.028747733280898396],"lock":true,"shadow":{"h":3,"v":3,"blur":5,"color":"rgba(67,64,45,1)"},"opacity":0.7},{"type":"shape","id":"uKSphn06HR","left":73.9,"top":86.15,"width":157.6,"height":390.2,"viewBox":[157.6,390.2],"path":"M 11.160098522167488 0 L 146.4399014778325 0 Q 157.6 0 157.6 11.160098522167488 L 157.6 379.0399014778325 Q 157.6 390.2 146.4399014778325 390.2 L 11.160098522167488 390.2 Q 0 390.2 0 379.0399014778325 L 0 11.160098522167488 Q 0 0 11.160098522167488 0 Z","fill":"rgba(0,49,83,1)","fixedRatio":false,"rotate":0,"pathFormula":"roundRect","keypoints":[0.0708128078817734],"lock":true},{"type":"text","id":"K0DBIxd9gw","left":280.19359787809447,"top":159.13247607655504,"width":74.53648325358853,"height":74,"content":"<p style=\"\"><strong><span style=\"font-size: 36px;\"><span style=\"font-family: LXGWWenKai;\"><span style=\"color: rgb(0, 49, 83);\">01</span></span></span></strong></p>","rotate":0,"defaultFontName":"","defaultColor":"#333","vertical":false,"textType":"itemNumber","groupId":"hSFrfR6pC0"},{"type":"text","id":"HJefqCD6dJ","left":354.730081131683,"top":159.13247607655504,"width":528.4632764026043,"height":74,"content":"<p style=\"\"><span style=\"font-size: 36px;\"><span style=\"font-family: LXGWWenKai;\"><span style=\"color: rgb(0, 49, 83);\">项目1</span></span></span></p>","rotate":0,"defaultFontName":"","defaultColor":"#333","vertical":false,"textType":"item","groupId":"hSFrfR6pC0"},{"type":"text","id":"nayoNKR6rT","left":87.60110255876856,"top":140.13025186738003,"width":80,"height":282.2394962652399,"content":"<p style=\"text-align: center;\"><span style=\"font-size: 40px;\"><span style=\"font-family: LXGWWenKai;\"><span style=\"color: rgba(227,199,159,1);\">CONTENTS</span></span></span></p>","rotate":0,"defaultFontName":"","defaultColor":"#333","vertical":true,"opacity":0.2},{"type":"text","id":"nOF_YrFW9y","left":73.9,"top":196.75,"width":157.59999999999997,"height":169,"content":"<p style=\"text-align: center;\"><span style=\"font-size: 72px;\"><span style=\"font-family: LXGWWenKai;\"><span style=\"color: rgb(227, 199, 159);\">目</span></span></span></p><p style=\"text-align: center;\"><span style=\"font-size: 72px;\"><span style=\"font-family: LXGWWenKai;\"><span style=\"color: rgb(227, 199, 159);\">录</span></span></span></p>","rotate":0,"defaultFontName":"","defaultColor":"#333","vertical":false,"lineHeight":1},{"type":"text","id":"uzsxJQTEQZ","left":280.19359787809447,"top":244.25,"width":74.53648325358853,"height":74,"content":"<p style=\"\"><strong><span style=\"font-size: 36px;\"><span style=\"font-family: LXGWWenKai;\"><span style=\"color: rgb(0, 49, 83);\">02</span></span></span></strong></p>","rotate":0,"defaultFontName":"","defaultColor":"#333","vertical":false,"textType":"itemNumber","groupId":"vejblMmPmp"},{"type":"text","id":"kxvJCE3Gyi","left":354.730081131683,"top":244.25,"width":528.4632764026043,"height":74,"content":"<p style=\"\"><span style=\"font-size: 36px;\"><span style=\"font-family: LXGWWenKai;\"><span style=\"color: rgb(0, 49, 83);\">项目2</span></span></span></p>","rotate":0,"defaultFontName":"","defaultColor":"#333","vertical":false,"textType":"item","groupId":"vejblMmPmp"},{"type":"text","id":"3EvPUYEw9t","left":280.19359787809447,"top":329.367523923445,"width":74.53648325358853,"height":74,"content":"<p style=\"\"><strong><span style=\"font-size: 36px;\"><span style=\"font-family: LXGWWenKai;\"><span style=\"color: rgb(0, 49, 83);\">03</span></span></span></strong></p>","rotate":0,"defaultFontName":"","defaultColor":"#333","vertical":false,"textType":"itemNumber","groupId":"D_ptufLMpR"},{"type":"text","id":"Kp4sllrjKw","left":354.730081131683,"top":329.367523923445,"width":528.4632764026043,"height":74,"content":"<p style=\"\"><span style=\"font-size: 36px;\"><span style=\"font-family: LXGWWenKai;\"><span style=\"color: rgb(0, 49, 83);\">项目3</span></span></span></p>","rotate":0,"defaultFontName":"","defaultColor":"#333","vertical":false,"textType":"item","groupId":"D_ptufLMpR"}],"background":{"type":"solid","color":"rgb(0, 49, 83)"},"type":"contents"},{"id":"yENObJgdce","elements":[{"type":"image","id":"YG4mgGQUU7","src":"https://images.pexels.com/photos/210588/pexels-photo-210588.jpeg","width":1000,"height":562.5,"left":-1.4210854715202004e-14,"top":0,"fixedRatio":true,"rotate":0,"filters":{"blur":"2px","opacity":"50%"},"lock":true,"imageType":"background"},{"type":"shape","id":"t55LoxPv5T","left":45.706521739130444,"top":43.206521739130466,"width":908.5869565217391,"height":476.0869565217391,"viewBox":[908.5869565217391,476.0869565217391],"path":"M 13.686420844601628 0 L 894.9005356771374 0 Q 908.5869565217391 0 908.5869565217391 13.686420844601628 L 908.5869565217391 462.4005356771375 Q 908.5869565217391 476.0869565217391 894.9005356771374 476.0869565217391 L 13.686420844601628 476.0869565217391 Q 0 476.0869565217391 0 462.4005356771375 L 0 13.686420844601628 Q 0 0 13.686420844601628 0 Z","fill":"rgb(227, 199, 159)","fixedRatio":false,"rotate":0,"pathFormula":"roundRect","keypoints":[0.028747733280898396],"lock":true,"shadow":{"h":3,"v":3,"blur":5,"color":"rgba(67,64,45,1)"},"opacity":0.7},{"type":"shape","id":"4wCnoW3Q2K","left":73.9,"top":86.15,"width":157.6,"height":390.2,"viewBox":[157.6,390.2],"path":"M 11.160098522167488 0 L 146.4399014778325 0 Q 157.6 0 157.6 11.160098522167488 L 157.6 379.0399014778325 Q 157.6 390.2 146.4399014778325 390.2 L 11.160098522167488 390.2 Q 0 390.2 0 379.0399014778325 L 0 11.160098522167488 Q 0 0 11.160098522167488 0 Z","fill":"rgba(0,49,83,1)","fixedRatio":false,"rotate":0,"pathFormula":"roundRect","keypoints":[0.0708128078817734],"lock":true},{"type":"text","id":"75RZaI5NYB","left":280.19359787809447,"top":115.31419607756857,"width":74.53648325358853,"height":74,"content":"<p style=\"\"><strong><span style=\"font-size: 36px;\"><span style=\"font-family: LXGWWenKai;\"><span style=\"color: rgb(0, 49, 83);\">01</span></span></span></strong></p>","rotate":0,"defaultFontName":"","defaultColor":"#333","vertical":false,"textType":"itemNumber","groupId":"F5Ajs3JEPd"},{"type":"text","id":"uwvaXv32-Q","left":354.730081131683,"top":115.31419607756857,"width":528.4632764026043,"height":74,"content":"<p style=\"\"><span style=\"font-size: 36px;\"><span style=\"font-family: LXGWWenKai;\"><span style=\"color: rgb(0, 49, 83);\">项目1</span></span></span></p>","rotate":0,"defaultFontName":"","defaultColor":"#333","vertical":false,"textType":"item","groupId":"F5Ajs3JEPd"},{"type":"text","id":"0XvLAwRvWT","left":87.60110255876856,"top":140.13025186738003,"width":80,"height":282.2394962652399,"content":"<p style=\"text-align: center;\"><span style=\"font-size: 40px;\"><span style=\"font-family: LXGWWenKai;\"><span style=\"color: rgba(227,199,159,1);\">CONTENTS</span></span></span></p>","rotate":0,"defaultFontName":"","defaultColor":"#333","vertical":true,"opacity":0.2},{"type":"text","id":"vpnsneAvLx","left":73.9,"top":196.75,"width":157.59999999999997,"height":169,"content":"<p style=\"text-align: center;\"><span style=\"font-size: 72px;\"><span style=\"font-family: LXGWWenKai;\"><span style=\"color: rgb(227, 199, 159);\">目</span></span></span></p><p style=\"text-align: center;\"><span style=\"font-size: 72px;\"><span style=\"font-family: LXGWWenKai;\"><span style=\"color: rgb(227, 199, 159);\">录</span></span></span></p>","rotate":0,"defaultFontName":"","defaultColor":"#333","vertical":false,"lineHeight":1},{"type":"text","id":"RxGcrk1XRK","left":280.19359787809447,"top":201.27139869252287,"width":74.53648325358853,"height":74,"content":"<p style=\"\"><strong><span style=\"font-size: 36px;\"><span style=\"font-family: LXGWWenKai;\"><span style=\"color: rgb(0, 49, 83);\">02</span></span></span></strong></p>","rotate":0,"defaultFontName":"","defaultColor":"#333","vertical":false,"textType":"itemNumber","groupId":"io3_L059c9"},{"type":"text","id":"KCErPKD3FG","left":354.730081131683,"top":201.27139869252287,"width":528.4632764026043,"height":74,"content":"<p style=\"\"><span style=\"font-size: 36px;\"><span style=\"font-family: LXGWWenKai;\"><span style=\"color: rgb(0, 49, 83);\">项目2</span></span></span></p>","rotate":0,"defaultFontName":"","defaultColor":"#333","vertical":false,"textType":"item","groupId":"io3_L059c9"},{"type":"text","id":"LAztcMZzBt","left":280.19359787809447,"top":373.1858039224315,"width":74.53648325358853,"height":74,"content":"<p style=\"\"><strong><span style=\"font-size: 36px;\"><span style=\"font-family: LXGWWenKai;\"><span style=\"color: rgb(0, 49, 83);\">04</span></span></span></strong></p>","rotate":0,"defaultFontName":"","defaultColor":"#333","vertical":false,"textType":"itemNumber","groupId":"8lSG-Crr3J"},{"type":"text","id":"BhzKoyZqMR","left":354.730081131683,"top":373.1858039224315,"width":528.4632764026043,"height":74,"content":"<p style=\"\"><span style=\"font-size: 36px;\"><span style=\"font-family: LXGWWenKai;\"><span style=\"color: rgb(0, 49, 83);\">项目4</span></span></span></p>","rotate":0,"defaultFontName":"","defaultColor":"#333","vertical":false,"textType":"item","groupId":"8lSG-Crr3J"},{"type":"text","id":"WnrrLTB_lI","left":280.19359787809447,"top":287.22860130747716,"width":74.53648325358853,"height":74,"content":"<p style=\"\"><strong><span style=\"font-size: 36px;\"><span style=\"font-family: LXGWWenKai;\"><span style=\"color: rgb(0, 49, 83);\">03</span></span></span></strong></p>","rotate":0,"defaultFontName":"","defaultColor":"#333","vertical":false,"textType":"itemNumber","groupId":"Vr8qlBuvtp"},{"type":"text","id":"ADYPEfZr29","left":354.730081131683,"top":287.22860130747716,"width":528.4632764026043,"height":74,"content":"<p style=\"\"><span style=\"font-size: 36px;\"><span style=\"font-family: LXGWWenKai;\"><span style=\"color: rgb(0, 49, 83);\">项目3</span></span></span></p>","rotate":0,"defaultFontName":"","defaultColor":"#333","vertical":false,"textType":"item","groupId":"Vr8qlBuvtp"}],"background":{"type":"solid","color":"rgb(0, 49, 83)"},"type":"contents"},{"id":"4EBhhF57Oc","elements":[{"type":"image","id":"DEbLFjrcDU","src":"https://images.pexels.com/photos/210588/pexels-photo-210588.jpeg","width":1000,"height":562.5,"left":-1.4210854715202004e-14,"top":0,"fixedRatio":true,"rotate":0,"filters":{"blur":"2px","opacity":"50%"},"lock":true,"imageType":"background"},{"type":"shape","id":"w70Z5_OUqS","left":45.706521739130444,"top":43.206521739130466,"width":908.5869565217391,"height":476.0869565217391,"viewBox":[908.5869565217391,476.0869565217391],"path":"M 13.686420844601628 0 L 894.9005356771374 0 Q 908.5869565217391 0 908.5869565217391 13.686420844601628 L 908.5869565217391 462.4005356771375 Q 908.5869565217391 476.0869565217391 894.9005356771374 476.0869565217391 L 13.686420844601628 476.0869565217391 Q 0 476.0869565217391 0 462.4005356771375 L 0 13.686420844601628 Q 0 0 13.686420844601628 0 Z","fill":"rgb(227, 199, 159)","fixedRatio":false,"rotate":0,"pathFormula":"roundRect","keypoints":[0.028747733280898396],"lock":true,"shadow":{"h":3,"v":3,"blur":5,"color":"rgba(67,64,45,1)"},"opacity":0.7},{"type":"shape","id":"patPulG9v9","left":73.9,"top":86.15,"width":157.6,"height":390.2,"viewBox":[157.6,390.2],"path":"M 11.160098522167488 0 L 146.4399014778325 0 Q 157.6 0 157.6 11.160098522167488 L 157.6 379.0399014778325 Q 157.6 390.2 146.4399014778325 390.2 L 11.160098522167488 390.2 Q 0 390.2 0 379.0399014778325 L 0 11.160098522167488 Q 0 0 11.160098522167488 0 Z","fill":"rgba(0,49,83,1)","fixedRatio":false,"rotate":0,"pathFormula":"roundRect","keypoints":[0.0708128078817734],"lock":true},{"type":"text","id":"ywJv0U7cNl","left":280.19359787809447,"top":89.31419607756857,"width":74.53648325358853,"height":74,"content":"<p style=\"\"><strong><span style=\"font-size: 36px;\"><span style=\"font-family: LXGWWenKai;\"><span style=\"color: rgb(0, 49, 83);\">01</span></span></span></strong></p>","rotate":0,"defaultFontName":"","defaultColor":"#333","vertical":false,"textType":"itemNumber","groupId":"wQVUbGltni"},{"type":"text","id":"dYwW4Exqpy","left":354.730081131683,"top":89.31419607756857,"width":528.4632764026043,"height":74,"content":"<p style=\"\"><span style=\"font-size: 36px;\"><span style=\"font-family: LXGWWenKai;\"><span style=\"color: rgb(0, 49, 83);\">项目1</span></span></span></p>","rotate":0,"defaultFontName":"","defaultColor":"#333","vertical":false,"textType":"item","groupId":"wQVUbGltni"},{"type":"text","id":"zEanaTl_XL","left":87.60110255876856,"top":140.13025186738003,"width":80,"height":282.2394962652399,"content":"<p style=\"text-align: center;\"><span style=\"font-size: 40px;\"><span style=\"font-family: LXGWWenKai;\"><span style=\"color: rgba(227,199,159,1);\">CONTENTS</span></span></span></p>","rotate":0,"defaultFontName":"","defaultColor":"#333","vertical":true,"opacity":0.2},{"type":"text","id":"_4M_pHAnzW","left":73.9,"top":196.75,"width":157.59999999999997,"height":169,"content":"<p style=\"text-align: center;\"><span style=\"font-size: 72px;\"><span style=\"font-family: LXGWWenKai;\"><span style=\"color: rgb(227, 199, 159);\">目</span></span></span></p><p style=\"text-align: center;\"><span style=\"font-size: 72px;\"><span style=\"font-family: LXGWWenKai;\"><span style=\"color: rgb(227, 199, 159);\">录</span></span></span></p>","rotate":0,"defaultFontName":"","defaultColor":"#333","vertical":false,"lineHeight":1},{"type":"text","id":"wRyGe-XXwo","left":280.19359787809447,"top":167.57314705817643,"width":74.53648325358853,"height":74,"content":"<p style=\"\"><strong><span style=\"font-size: 36px;\"><span style=\"font-family: LXGWWenKai;\"><span style=\"color: rgb(0, 49, 83);\">02</span></span></span></strong></p>","rotate":0,"defaultFontName":"","defaultColor":"#333","vertical":false,"textType":"itemNumber","groupId":"yvgPFeGoAD"},{"type":"text","id":"fOnz2IkbQa","left":354.730081131683,"top":167.57314705817643,"width":528.4632764026043,"height":74,"content":"<p style=\"\"><span style=\"font-size: 36px;\"><span style=\"font-family: LXGWWenKai;\"><span style=\"color: rgb(0, 49, 83);\">项目2</span></span></span></p>","rotate":0,"defaultFontName":"","defaultColor":"#333","vertical":false,"textType":"item","groupId":"yvgPFeGoAD"},{"type":"text","id":"KweKhyKng-","left":280.19359787809447,"top":324.09104901939213,"width":74.53648325358853,"height":74,"content":"<p style=\"\"><strong><span style=\"font-size: 36px;\"><span style=\"font-family: LXGWWenKai;\"><span style=\"color: rgb(0, 49, 83);\">04</span></span></span></strong></p>","rotate":0,"defaultFontName":"","defaultColor":"#333","vertical":false,"textType":"itemNumber","groupId":"HXdfb4R07F"},{"type":"text","id":"63LZyMUWjl","left":354.730081131683,"top":324.09104901939213,"width":528.4632764026043,"height":74,"content":"<p style=\"\"><span style=\"font-size: 36px;\"><span style=\"font-family: LXGWWenKai;\"><span style=\"color: rgb(0, 49, 83);\">项目4</span></span></span></p>","rotate":0,"defaultFontName":"","defaultColor":"#333","vertical":false,"textType":"item","groupId":"HXdfb4R07F"},{"type":"text","id":"NjD2DtCZMA","left":280.19359787809447,"top":245.8320980387843,"width":74.53648325358853,"height":74,"content":"<p style=\"\"><strong><span style=\"font-size: 36px;\"><span style=\"font-family: LXGWWenKai;\"><span style=\"color: rgb(0, 49, 83);\">03</span></span></span></strong></p>","rotate":0,"defaultFontName":"","defaultColor":"#333","vertical":false,"textType":"itemNumber","groupId":"s1w0RMZ1wi"},{"type":"text","id":"6nmT16QdAk","left":354.730081131683,"top":245.8320980387843,"width":528.4632764026043,"height":74,"content":"<p style=\"\"><span style=\"font-size: 36px;\"><span style=\"font-family: LXGWWenKai;\"><span style=\"color: rgb(0, 49, 83);\">项目3</span></span></span></p>","rotate":0,"defaultFontName":"","defaultColor":"#333","vertical":false,"textType":"item","groupId":"s1w0RMZ1wi"},{"type":"text","id":"zGzv6TxJ6u","left":280.19359787809447,"top":402.35,"width":74.53648325358853,"height":74,"content":"<p style=\"\"><strong><span style=\"font-size: 36px;\"><span style=\"font-family: LXGWWenKai;\"><span style=\"color: rgb(0, 49, 83);\">05</span></span></span></strong></p>","rotate":0,"defaultFontName":"","defaultColor":"#333","vertical":false,"textType":"itemNumber","groupId":"UDAeCXEZh0"},{"type":"text","id":"HtpHpeJjDT","left":354.730081131683,"top":402.35,"width":528.4632764026043,"height":74,"content":"<p style=\"\"><span style=\"font-size: 36px;\"><span style=\"font-family: LXGWWenKai;\"><span style=\"color: rgb(0, 49, 83);\">项目5</span></span></span></p>","rotate":0,"defaultFontName":"","defaultColor":"#333","vertical":false,"textType":"item","groupId":"UDAeCXEZh0"}],"background":{"type":"solid","color":"rgb(0, 49, 83)"},"type":"contents"},{"id":"rhGpvC1pW2","elements":[{"type":"image","id":"BkPSppI7LL","src":"https://images.pexels.com/photos/210588/pexels-photo-210588.jpeg","width":1000,"height":562.5,"left":-1.4210854715202004e-14,"top":0,"fixedRatio":true,"rotate":0,"filters":{"blur":"2px","opacity":"50%"},"lock":true,"imageType":"background"},{"type":"shape","id":"vjEE4_HwLk","left":45.706521739130444,"top":43.206521739130466,"width":908.5869565217391,"height":476.0869565217391,"viewBox":[908.5869565217391,476.0869565217391],"path":"M 13.686420844601628 0 L 894.9005356771374 0 Q 908.5869565217391 0 908.5869565217391 13.686420844601628 L 908.5869565217391 462.4005356771375 Q 908.5869565217391 476.0869565217391 894.9005356771374 476.0869565217391 L 13.686420844601628 476.0869565217391 Q 0 476.0869565217391 0 462.4005356771375 L 0 13.686420844601628 Q 0 0 13.686420844601628 0 Z","fill":"rgb(227, 199, 159)","fixedRatio":false,"rotate":0,"pathFormula":"roundRect","keypoints":[0.028747733280898396],"lock":true,"shadow":{"h":3,"v":3,"blur":5,"color":"rgba(67,64,45,1)"},"opacity":0.7},{"type":"shape","id":"emXDRnzC5S","left":73.9,"top":86.15,"width":157.6,"height":390.2,"viewBox":[157.6,390.2],"path":"M 11.160098522167488 0 L 146.4399014778325 0 Q 157.6 0 157.6 11.160098522167488 L 157.6 379.0399014778325 Q 157.6 390.2 146.4399014778325 390.2 L 11.160098522167488 390.2 Q 0 390.2 0 379.0399014778325 L 0 11.160098522167488 Q 0 0 11.160098522167488 0 Z","fill":"rgba(0,49,83,1)","fixedRatio":false,"rotate":0,"pathFormula":"roundRect","keypoints":[0.0708128078817734],"lock":true},{"type":"text","id":"MMfxIddoQU","left":280.19359787809447,"top":86.15,"width":65.56519138755982,"height":62,"content":"<p style=\"\"><strong><span style=\"font-size: 28px;\"><span style=\"font-family: LXGWWenKai;\"><span style=\"color: rgb(0, 49, 83);\">01</span></span></span></strong></p>","rotate":0,"defaultFontName":"","defaultColor":"#333","vertical":false,"textType":"itemNumber","groupId":"oEc8-bQuZq"},{"type":"text","id":"mNG7aCBwh7","left":345.75878926565434,"top":86.15,"width":537.4345682686329,"height":62,"content":"<p style=\"\"><span style=\"font-size: 28px;\"><span style=\"font-family: LXGWWenKai;\"><span style=\"color: rgb(0, 49, 83);\">项目1</span></span></span></p>","rotate":0,"defaultFontName":"","defaultColor":"#333","vertical":false,"textType":"item","groupId":"oEc8-bQuZq"},{"type":"text","id":"JBwhrKcbGM","left":87.60110255876856,"top":140.13025186738003,"width":80,"height":282.2394962652399,"content":"<p style=\"text-align: center;\"><span style=\"font-size: 40px;\"><span style=\"font-family: LXGWWenKai;\"><span style=\"color: rgba(227,199,159,1);\">CONTENTS</span></span></span></p>","rotate":0,"defaultFontName":"","defaultColor":"#333","vertical":true,"opacity":0.2},{"type":"text","id":"vjXbJBmoMM","left":73.9,"top":196.75,"width":157.59999999999997,"height":169,"content":"<p style=\"text-align: center;\"><span style=\"font-size: 72px;\"><span style=\"font-family: LXGWWenKai;\"><span style=\"color: rgb(227, 199, 159);\">目</span></span></span></p><p style=\"text-align: center;\"><span style=\"font-size: 72px;\"><span style=\"font-family: LXGWWenKai;\"><span style=\"color: rgb(227, 199, 159);\">录</span></span></span></p>","rotate":0,"defaultFontName":"","defaultColor":"#333","vertical":false,"lineHeight":1},{"type":"text","id":"I_xizIEu7t","left":280.19359787809447,"top":151.1571607844863,"width":65.56519138755982,"height":62,"content":"<p style=\"\"><strong><span style=\"font-size: 28px;\"><span style=\"font-family: LXGWWenKai;\"><span style=\"color: rgb(0, 49, 83);\">02</span></span></span></strong></p>","rotate":0,"defaultFontName":"","defaultColor":"#333","vertical":false,"textType":"itemNumber","groupId":"WkSfDvwP-l"},{"type":"text","id":"hFcJ6WDDhT","left":345.75878926565434,"top":151.1571607844863,"width":537.4345682686329,"height":62,"content":"<p style=\"\"><span style=\"font-size: 28px;\"><span style=\"font-family: LXGWWenKai;\"><span style=\"color: rgb(0, 49, 83);\">项目2</span></span></span></p>","rotate":0,"defaultFontName":"","defaultColor":"#333","vertical":false,"textType":"item","groupId":"WkSfDvwP-l"},{"type":"text","id":"5msPgrL5Xy","left":280.19359787809447,"top":216.1643215689726,"width":65.56519138755982,"height":62,"content":"<p style=\"\"><strong><span style=\"font-size: 28px;\"><span style=\"font-family: LXGWWenKai;\"><span style=\"color: rgb(0, 49, 83);\">03</span></span></span></strong></p>","rotate":0,"defaultFontName":"","defaultColor":"#333","vertical":false,"textType":"itemNumber","groupId":"XYQGilS-rl"},{"type":"text","id":"RPR28oGVOM","left":345.75878926565434,"top":216.1643215689726,"width":537.4345682686329,"height":62,"content":"<p style=\"\"><span style=\"font-size: 28px;\"><span style=\"font-family: LXGWWenKai;\"><span style=\"color: rgb(0, 49, 83);\">项目3</span></span></span></p>","rotate":0,"defaultFontName":"","defaultColor":"#333","vertical":false,"textType":"item","groupId":"XYQGilS-rl"},{"type":"text","id":"IB2kYLLG7C","left":280.19359787809447,"top":281.1714823534589,"width":65.56519138755982,"height":62,"content":"<p style=\"\"><strong><span style=\"font-size: 28px;\"><span style=\"font-family: LXGWWenKai;\"><span style=\"color: rgb(0, 49, 83);\">04</span></span></span></strong></p>","rotate":0,"defaultFontName":"","defaultColor":"#333","vertical":false,"textType":"itemNumber","groupId":"cE8oHUoAt_"},{"type":"text","id":"qysdeltU-F","left":345.75878926565434,"top":281.1714823534589,"width":537.4345682686329,"height":62,"content":"<p style=\"\"><span style=\"font-size: 28px;\"><span style=\"font-family: LXGWWenKai;\"><span style=\"color: rgb(0, 49, 83);\">项目4</span></span></span></p>","rotate":0,"defaultFontName":"","defaultColor":"#333","vertical":false,"textType":"item","groupId":"cE8oHUoAt_"},{"type":"text","id":"XPgWnqhzUJ","left":280.19359787809447,"top":346.1786431379452,"width":65.56519138755982,"height":62,"content":"<p style=\"\"><strong><span style=\"font-size: 28px;\"><span style=\"font-family: LXGWWenKai;\"><span style=\"color: rgb(0, 49, 83);\">05</span></span></span></strong></p>","rotate":0,"defaultFontName":"","defaultColor":"#333","vertical":false,"textType":"itemNumber","groupId":"eemMyGqt3F"},{"type":"text","id":"u8O1uhGBuu","left":345.75878926565434,"top":346.1786431379452,"width":537.4345682686329,"height":62,"content":"<p style=\"\"><span style=\"font-size: 28px;\"><span style=\"font-family: LXGWWenKai;\"><span style=\"color: rgb(0, 49, 83);\">项目5</span></span></span></p>","rotate":0,"defaultFontName":"","defaultColor":"#333","vertical":false,"textType":"item","groupId":"eemMyGqt3F"},{"type":"text","id":"jFuAV6Wvdt","left":280.19359787809447,"top":411.1858039224315,"width":65.56519138755982,"height":62,"content":"<p style=\"\"><strong><span style=\"font-size: 28px;\"><span style=\"font-family: LXGWWenKai;\"><span style=\"color: rgb(0, 49, 83);\">06</span></span></span></strong></p>","rotate":0,"defaultFontName":"","defaultColor":"#333","vertical":false,"textType":"itemNumber","groupId":"qSkeQeODDx"},{"type":"text","id":"fl1omW9e1C","left":345.75878926565434,"top":411.1858039224315,"width":537.4345682686329,"height":62,"content":"<p style=\"\"><span style=\"font-size: 28px;\"><span style=\"font-family: LXGWWenKai;\"><span style=\"color: rgb(0, 49, 83);\">项目6</span></span></span></p>","rotate":0,"defaultFontName":"","defaultColor":"#333","vertical":false,"textType":"item","groupId":"qSkeQeODDx"}],"background":{"type":"solid","color":"rgb(0, 49, 83)"},"type":"contents"},{"id":"17nXNuzCBZ","elements":[{"type":"image","id":"erwK1B3pBh","src":"https://images.pexels.com/photos/210588/pexels-photo-210588.jpeg","width":1000,"height":562.5,"left":-1.4210854715202004e-14,"top":0,"fixedRatio":true,"rotate":0,"filters":{"blur":"2px","opacity":"50%"},"lock":true,"imageType":"background"},{"type":"shape","id":"Uuosac0OWg","left":30.567466715206997,"top":30.870995423340986,"width":938.865066569586,"height":500.7580091533181,"viewBox":[938.865066569586,500.7580091533181],"path":"M 14.395657685413266 0 L 924.4694088841727 0 Q 938.865066569586 0 938.865066569586 14.395657685413266 L 938.865066569586 486.36235146790483 Q 938.865066569586 500.7580091533181 924.4694088841727 500.7580091533181 L 14.395657685413266 500.7580091533181 Q 0 500.7580091533181 0 486.36235146790483 L 0 14.395657685413266 Q 0 0 14.395657685413266 0 Z","fill":"rgb(227, 199, 159)","fixedRatio":false,"rotate":0,"pathFormula":"roundRect","keypoints":[0.028747733280898396],"lock":true,"shadow":{"h":3,"v":3,"blur":5,"color":"rgba(67,64,45,1)"},"opacity":0.7},{"type":"text","id":"7ifrjR8deV","left":173.65950696900353,"top":106.41165703416856,"width":57.7153110047847,"height":53,"content":"<p style=\"\"><strong><span style=\"font-size: 22px;\"><span style=\"font-family: LXGWWenKai;\"><span style=\"color: rgb(0, 49, 83);\">01</span></span></span></strong></p>","rotate":0,"defaultFontName":"","defaultColor":"#333","vertical":false,"textType":"itemNumber","groupId":"wGzA96CQE_"},{"type":"text","id":"_u6H_vwldm","left":231.3748179737882,"top":106.41165703416856,"width":312.03086013466174,"height":53,"content":"<p style=\"\"><span style=\"font-size: 22px;\"><span style=\"font-family: LXGWWenKai;\"><span style=\"color: rgb(0, 49, 83);\">项目1</span></span></span></p>","rotate":0,"defaultFontName":"","defaultColor":"#333","vertical":false,"textType":"item","groupId":"wGzA96CQE_"},{"type":"shape","id":"4e1mc6NO94","left":-1.4210854715202004e-14,"top":86.15000000000003,"width":157.59999999999997,"height":390.2,"viewBox":[157.59999999999997,390.2],"path":"M 11.160098522167484 0 L 146.43990147783248 0 Q 157.59999999999997 0 157.59999999999997 11.160098522167484 L 157.59999999999997 379.03990147783253 Q 157.59999999999997 390.2 146.43990147783248 390.2 L 11.160098522167484 390.2 Q 0 390.2 0 379.03990147783253 L 0 11.160098522167484 Q 0 0 11.160098522167484 0 Z","fill":"rgba(0,49,83,1)","fixedRatio":false,"rotate":0,"pathFormula":"roundRect","keypoints":[0.0708128078817734],"lock":true},{"type":"text","id":"igawLZm28_","left":13.701102558768575,"top":140.13025186738,"width":80,"height":282.2394962652399,"content":"<p style=\"text-align: center;\"><span style=\"font-size: 40px;\"><span style=\"font-family: LXGWWenKai;\"><span style=\"color: rgba(227,199,159,1);\">CONTENTS</span></span></span></p>","rotate":0,"defaultFontName":"","defaultColor":"#333","vertical":true,"opacity":0.2,"lock":false},{"type":"text","id":"4FaUub7eRK","left":-1.4210854715202004e-14,"top":196.74999999999997,"width":157.59999999999997,"height":169,"content":"<p style=\"text-align: center;\"><span style=\"font-size: 72px;\"><span style=\"font-family: LXGWWenKai;\"><span style=\"color: rgb(227, 199, 159);\">目</span></span></span></p><p style=\"text-align: center;\"><span style=\"font-size: 72px;\"><span style=\"font-family: LXGWWenKai;\"><span style=\"color: rgb(227, 199, 159);\">录</span></span></span></p>","rotate":0,"defaultFontName":"","defaultColor":"#333","vertical":false,"lineHeight":1,"lock":false},{"type":"text","id":"cxp0Mprbuw","left":173.65950696900353,"top":180.58082851708429,"width":57.7153110047847,"height":53,"content":"<p style=\"\"><strong><span style=\"font-size: 22px;\"><span style=\"font-family: LXGWWenKai;\"><span style=\"color: rgb(0, 49, 83);\">03</span></span></span></strong></p>","rotate":0,"defaultFontName":"","defaultColor":"#333","vertical":false,"textType":"itemNumber","groupId":"QIjqTM_tNw"},{"type":"text","id":"UkHPDfMPXw","left":231.3748179737882,"top":180.58082851708429,"width":312.03086013466174,"height":53,"content":"<p style=\"\"><span style=\"font-size: 22px;\"><span style=\"font-family: LXGWWenKai;\"><span style=\"color: rgb(0, 49, 83);\">项目3</span></span></span></p>","rotate":0,"defaultFontName":"","defaultColor":"#333","vertical":false,"textType":"item","groupId":"QIjqTM_tNw"},{"type":"text","id":"-Zu0UCz5Y_","left":173.65950696900353,"top":254.75,"width":57.7153110047847,"height":53,"content":"<p style=\"\"><strong><span style=\"font-size: 22px;\"><span style=\"font-family: LXGWWenKai;\"><span style=\"color: rgb(0, 49, 83);\">05</span></span></span></strong></p>","rotate":0,"defaultFontName":"","defaultColor":"#333","vertical":false,"textType":"itemNumber","groupId":"od12HhWNnZ"},{"type":"text","id":"nufFy74Ku8","left":231.3748179737882,"top":254.75,"width":312.03086013466174,"height":53,"content":"<p style=\"\"><span style=\"font-size: 22px;\"><span style=\"font-family: LXGWWenKai;\"><span style=\"color: rgb(0, 49, 83);\">项目5</span></span></span></p>","rotate":0,"defaultFontName":"","defaultColor":"#333","vertical":false,"textType":"item","groupId":"od12HhWNnZ"},{"type":"text","id":"IMhQQT-jbD","left":173.65950696900353,"top":328.9191714829157,"width":57.7153110047847,"height":53,"content":"<p style=\"\"><strong><span style=\"font-size: 22px;\"><span style=\"font-family: LXGWWenKai;\"><span style=\"color: rgb(0, 49, 83);\">07</span></span></span></strong></p>","rotate":0,"defaultFontName":"","defaultColor":"#333","vertical":false,"textType":"itemNumber","groupId":"EgOxbJFBNo"},{"type":"text","id":"yQ4W5T0dMq","left":231.3748179737882,"top":328.9191714829157,"width":312.03086013466174,"height":53,"content":"<p style=\"\"><span style=\"font-size: 22px;\"><span style=\"font-family: LXGWWenKai;\"><span style=\"color: rgb(0, 49, 83);\">项目7</span></span></span></p>","rotate":0,"defaultFontName":"","defaultColor":"#333","vertical":false,"textType":"item","groupId":"EgOxbJFBNo"},{"type":"text","id":"01iev1tdtN","left":173.65950696900353,"top":403.08834296583143,"width":57.7153110047847,"height":53,"content":"<p style=\"\"><strong><span style=\"font-size: 22px;\"><span style=\"font-family: LXGWWenKai;\"><span style=\"color: rgb(0, 49, 83);\">09</span></span></span></strong></p>","rotate":0,"defaultFontName":"","defaultColor":"#333","vertical":false,"textType":"itemNumber","groupId":"HrnacQo876"},{"type":"text","id":"1pjhPR229A","left":231.3748179737882,"top":403.08834296583143,"width":312.03086013466174,"height":53,"content":"<p style=\"\"><span style=\"font-size: 22px;\"><span style=\"font-family: LXGWWenKai;\"><span style=\"color: rgb(0, 49, 83);\">项目9</span></span></span></p>","rotate":0,"defaultFontName":"","defaultColor":"#333","vertical":false,"textType":"item","groupId":"HrnacQo876"},{"type":"text","id":"b8z63s3oh5","left":560.4537653422092,"top":106.41165703416856,"width":57.7153110047847,"height":53,"content":"<p style=\"\"><strong><span style=\"font-size: 22px;\"><span style=\"font-family: LXGWWenKai;\"><span style=\"color: rgb(0, 49, 83);\">02</span></span></span></strong></p>","rotate":0,"defaultFontName":"","defaultColor":"#333","vertical":false,"textType":"itemNumber","groupId":"BRHxOpE82N"},{"type":"text","id":"ZkfaxgHZ3p","left":618.1690763469937,"top":106.41165703416856,"width":312.03086013466174,"height":53,"content":"<p style=\"\"><span style=\"font-size: 22px;\"><span style=\"font-family: LXGWWenKai;\"><span style=\"color: rgb(0, 49, 83);\">项目2</span></span></span></p>","rotate":0,"defaultFontName":"","defaultColor":"#333","vertical":false,"textType":"item","groupId":"BRHxOpE82N"},{"type":"text","id":"ODVddOl6n5","left":560.4537653422092,"top":180.58082851708429,"width":57.7153110047847,"height":53,"content":"<p style=\"\"><strong><span style=\"font-size: 22px;\"><span style=\"font-family: LXGWWenKai;\"><span style=\"color: rgb(0, 49, 83);\">04</span></span></span></strong></p>","rotate":0,"defaultFontName":"","defaultColor":"#333","vertical":false,"textType":"itemNumber","groupId":"jMI3r25VxN"},{"type":"text","id":"zzvQR-Tf98","left":618.1690763469937,"top":180.58082851708429,"width":312.03086013466174,"height":53,"content":"<p style=\"\"><span style=\"font-size: 22px;\"><span style=\"font-family: LXGWWenKai;\"><span style=\"color: rgb(0, 49, 83);\">项目4</span></span></span></p>","rotate":0,"defaultFontName":"","defaultColor":"#333","vertical":false,"textType":"item","groupId":"jMI3r25VxN"},{"type":"text","id":"zh3Lqz7fK3","left":560.4537653422092,"top":254.75,"width":57.7153110047847,"height":53,"content":"<p style=\"\"><strong><span style=\"font-size: 22px;\"><span style=\"font-family: LXGWWenKai;\"><span style=\"color: rgb(0, 49, 83);\">06</span></span></span></strong></p>","rotate":0,"defaultFontName":"","defaultColor":"#333","vertical":false,"textType":"itemNumber","groupId":"f5TR0o-5yu"},{"type":"text","id":"Ps8-2_ZJbU","left":618.1690763469937,"top":254.75,"width":312.03086013466174,"height":53,"content":"<p style=\"\"><span style=\"font-size: 22px;\"><span style=\"font-family: LXGWWenKai;\"><span style=\"color: rgb(0, 49, 83);\">项目6</span></span></span></p>","rotate":0,"defaultFontName":"","defaultColor":"#333","vertical":false,"textType":"item","groupId":"f5TR0o-5yu"},{"type":"text","id":"_xcP2d_-2s","left":560.4537653422092,"top":328.9191714829157,"width":57.7153110047847,"height":53,"content":"<p style=\"\"><strong><span style=\"font-size: 22px;\"><span style=\"font-family: LXGWWenKai;\"><span style=\"color: rgb(0, 49, 83);\">08</span></span></span></strong></p>","rotate":0,"defaultFontName":"","defaultColor":"#333","vertical":false,"textType":"itemNumber","groupId":"zt4zePGY14"},{"type":"text","id":"wmeFVm3Fc2","left":618.1690763469937,"top":328.9191714829157,"width":312.03086013466174,"height":53,"content":"<p style=\"\"><span style=\"font-size: 22px;\"><span style=\"font-family: LXGWWenKai;\"><span style=\"color: rgb(0, 49, 83);\">项目8</span></span></span></p>","rotate":0,"defaultFontName":"","defaultColor":"#333","vertical":false,"textType":"item","groupId":"zt4zePGY14"},{"type":"text","id":"ZWeoUZWkGr","left":560.4537653422092,"top":403.08834296583143,"width":57.7153110047847,"height":53,"content":"<p style=\"\"><strong><span style=\"font-size: 22px;\"><span style=\"font-family: LXGWWenKai;\"><span style=\"color: rgb(0, 49, 83);\">10</span></span></span></strong></p>","rotate":0,"defaultFontName":"","defaultColor":"#333","vertical":false,"textType":"itemNumber","groupId":"MUkmk3EFqU"},{"type":"text","id":"xH1U9GXR68","left":618.1690763469937,"top":403.08834296583143,"width":312.03086013466174,"height":53,"content":"<p style=\"\"><span style=\"font-size: 22px;\"><span style=\"font-family: LXGWWenKai;\"><span style=\"color: rgb(0, 49, 83);\">项目10</span></span></span></p>","rotate":0,"defaultFontName":"","defaultColor":"#333","vertical":false,"textType":"item","groupId":"MUkmk3EFqU"}],"background":{"type":"solid","color":"rgb(0, 49, 83)"},"type":"contents"},{"id":"LOb1vSDhOl","elements":[{"type":"shape","id":"_CfxZtWW1z","left":0,"top":68.64308300395257,"width":186.9565217391305,"height":208.69565217391306,"viewBox":[200,200],"path":"M 0 0 L 200 0 L 200 200 L 0 200 Z","fill":"rgba(199,170,129,1)","fixedRatio":false,"rotate":0,"lock":true,"groupId":"0Frh6WP4m6"},{"type":"shape","id":"NyR4ILzt8T","left":813,"top":68.64308300395257,"width":186.9565217391305,"height":208.69565217391306,"viewBox":[200,200],"path":"M 0 0 L 200 0 L 200 200 L 0 200 Z","fill":"rgba(199,170,129,1)","fixedRatio":false,"rotate":0,"lock":true,"groupId":"0Frh6WP4m6"},{"type":"shape","id":"E--lEn___Q","left":813,"top":68.69090909090909,"width":138,"height":60.8,"viewBox":[200,200],"path":"M 0 0 L 0 200 L 200 200 Z","fill":"rgba(165,127,72,1)","fixedRatio":false,"rotate":0,"flipH":false,"lock":true,"groupId":"0Frh6WP4m6"},{"type":"shape","id":"X5seosgsH8","left":48.9,"top":68.6430830039526,"width":138.04347826086962,"height":60.828260869565185,"viewBox":[200,200],"path":"M 0 0 L 0 200 L 200 200 Z","fill":"rgba(165,127,72,1)","fixedRatio":false,"rotate":0,"flipH":true,"lock":true,"groupId":"0Frh6WP4m6"},{"type":"shape","id":"W19T03AHc1","left":48.91304347826088,"top":129.47134387351775,"width":902.1739130434783,"height":208.69565217391306,"viewBox":[200,200],"path":"M 0 0 L 200 0 L 200 200 L 0 200 Z","fill":"rgb(227, 199, 159)","fixedRatio":false,"rotate":0,"lock":true,"opacity":1,"groupId":"0Frh6WP4m6"},{"type":"text","id":"JWl9ON86sH","left":72.40207067429648,"top":187.31916996047428,"width":855.195858651407,"height":92,"content":"<p style=\"text-align: center;\"><span style=\"font-size: 48px;\"><span style=\"font-family: LXGWWenKai;\"><span style=\"color: rgb(133, 18, 15);\">过渡页标题</span></span></span></p>","rotate":0,"defaultFontName":"","defaultColor":"#333","vertical":false,"textType":"title"},{"type":"text","id":"v1QvlKQGX0","left":188.10606060606062,"top":361.823778712391,"width":623.7878787878788,"height":92,"content":"<p style=\"text-align: center;\"><span style=\"font-size: 16px;\"><span style=\"color: rgb(227, 199, 159);\">过渡页正文过渡页正文过渡页正文过渡页正文过渡页正文过渡页正文过渡页正文过渡页正文过渡页正文过渡页正文过渡页正文过渡页正文过渡页正文过渡页正文过渡页正文过渡页正文</span></span></p>","rotate":0,"defaultFontName":"","defaultColor":"#333","vertical":false,"textType":"content"},{"type":"text","id":"RdaasLkJ-k","left":215.49762228260866,"top":46.694034090909106,"width":569.0047554347826,"height":165.59375,"content":"<p style=\"text-align: center;\"><strong><span style=\"font-size: 96px;\"><span style=\"font-family: LXGWWenKai;\"><span style=\"color: rgb(227, 199, 159);\">01</span></span></span></strong></p>","rotate":0,"defaultFontName":"","defaultColor":"#333","vertical":false,"opacity":1,"shadow":{"h":3,"v":3,"blur":2,"color":"rgb(0, 49, 83)"},"textType":"partNumber"}],"background":{"type":"solid","color":"rgb(0, 49, 83)"},"type":"transition"},{"id":"x54krb10cP","elements":[{"type":"image","id":"xBtPxS6HLF","src":"https://images.pexels.com/photos/210588/pexels-photo-210588.jpeg","width":1000,"height":562.5,"left":-1.4210854715202004e-14,"top":0,"fixedRatio":true,"rotate":0,"lock":true,"imageType":"background","filters":{"grayscale":"100%","opacity":"30%"}},{"type":"shape","id":"xwKfxHOoB5","left":0,"top":44.04679113792386,"width":186.9565217391305,"height":208.69565217391306,"viewBox":[200,200],"path":"M 0 0 L 200 0 L 200 200 L 0 200 Z","fill":"rgba(199,170,129,1)","fixedRatio":false,"rotate":0,"lock":true},{"type":"shape","id":"FxVlHfHEkz","left":813,"top":44.04679113792386,"width":186.9565217391305,"height":208.69565217391306,"viewBox":[200,200],"path":"M 0 0 L 200 0 L 200 200 L 0 200 Z","fill":"rgba(199,170,129,1)","fixedRatio":false,"rotate":0,"lock":true},{"type":"shape","id":"0TQqu8-Nkl","left":813,"top":44.09461722488038,"width":138,"height":60.8,"viewBox":[200,200],"path":"M 0 0 L 0 200 L 200 200 Z","fill":"rgba(165,127,72,1)","fixedRatio":false,"rotate":0,"flipH":false,"lock":true},{"type":"shape","id":"drRfl72xl2","left":48.9,"top":44.04679113792389,"width":138.04347826086962,"height":60.828260869565185,"viewBox":[200,200],"path":"M 0 0 L 0 200 L 200 200 Z","fill":"rgba(165,127,72,1)","fixedRatio":false,"rotate":0,"flipH":true,"lock":true},{"type":"shape","id":"S6FjdmHPW5","left":48.91304347826088,"top":104.87505200748905,"width":194.44625026003746,"height":208.69565217391306,"viewBox":[200,200],"path":"M 0 0 L 200 0 L 200 200 L 0 200 Z","fill":"rgb(227, 199, 159)","fixedRatio":false,"rotate":0,"lock":false,"text":{"content":"<p style=\"text-align: center;\"><strong><span style=\"font-size: 80px;\"><span style=\"color: rgb(133, 18, 15);\">01</span></span></strong></p>","align":"middle","defaultFontName":"","defaultColor":"#333","type":"partNumber"}},{"type":"shape","id":"hDP2PniZXp","left":260.10661535261073,"top":104.89461722488036,"width":690.8933846473893,"height":208.69565217391306,"viewBox":[200,200],"path":"M 0 0 L 200 0 L 200 200 L 0 200 Z","fill":"rgb(227, 199, 159)","fixedRatio":false,"rotate":0,"lock":false,"text":{"content":"<p style=\"text-align: center;\"><span style=\"font-size: 40px;\"><span style=\"font-family: LXGWWenKai;\"><span style=\"color: rgb(133, 18, 15);\">过渡页标题</span></span></span></p>","align":"middle","defaultFontName":"","defaultColor":"#333","type":"title"}},{"type":"text","id":"X3RgyMJGzy","left":328.09070972886764,"top":368.5522476119125,"width":630.5163476874003,"height":92,"content":"<p style=\"text-align: right;\"><span style=\"font-size: 16px;\"><span style=\"color: rgb(227, 199, 159);\">过渡页正文过渡页正文过渡页正文过渡页正文过渡页正文过渡页正文过渡页正文过渡页正文过渡页正文过渡页正文过渡页正文过渡页正文过渡页正文过渡页正文过渡页正文过渡页正文</span></span></p>","rotate":0,"defaultFontName":"","defaultColor":"#333","vertical":false,"textType":"content"},{"type":"line","id":"0g4WndnVUX","left":614.6096491228069,"top":347.71969696969694,"start":[0,0],"end":[333.60247208931435,0],"points":["",""],"color":"rgb(227, 199, 159)","style":"solid","width":2}],"background":{"type":"solid","color":"rgb(0, 49, 83)"},"type":"transition"},{"id":"3DCPAp2ThJ","elements":[{"type":"image","id":"2ZU17NIaOq","src":"https://images.pexels.com/photos/210588/pexels-photo-210588.jpeg","width":1000,"height":562.5,"left":0,"top":-0.05000000000000426,"fixedRatio":true,"rotate":0,"lock":true,"imageType":"background","filters":{"opacity":"30%"}},{"type":"shape","id":"NysennAO1F","left":15,"top":171.2,"width":220,"height":220,"viewBox":[200,200],"path":"M 0 0 L 200 0 L 200 200 L 0 200 Z","fill":"rgba(199,170,129,1)","fixedRatio":false,"rotate":0,"lock":true},{"type":"shape","id":"NMfGe_7qgz","left":280,"top":171.2,"width":685,"height":220,"viewBox":[200,200],"path":"M 0 0 L 200 0 L 200 200 L 0 200 Z","fill":"rgba(199,170,129,1)","fixedRatio":false,"rotate":0,"lock":true},{"type":"shape","id":"puqeZba5c5","left":30,"top":186.2,"width":220,"height":220,"viewBox":[200,200],"path":"M 0 0 L 200 0 L 200 200 L 0 200 Z","fill":"rgb(227, 199, 159)","fixedRatio":false,"rotate":0,"lock":true},{"type":"shape","id":"D2YUiwt6uP","left":65,"top":221.19999999999996,"width":150,"height":150,"viewBox":[1024,1024],"path":"M1009.13013121 349.27572283L674.72427717 14.86986879c-8.82158299-8.82158299-20.35749924-13.16451618-31.89341544-13.16451618s-23.07183245 4.34293316-31.89341547 13.16451618L392.29790453 233.6451272c-16.5574327-1.90003326-33.25058207-2.71433322-49.94373146-2.71433324-99.34459624 0-198.68919249 32.70771543-280.25490606 98.12314628-20.90036589 16.69314938-22.52896582 48.04369819-3.66434987 67.04403081l246.59717401 246.59717401-292.33368895 292.06225564c-3.52863319 3.52863319-5.83581644 8.27871636-6.24296642 13.30023282l-4.61436649 50.48659809c-1.22144996 12.75736619 8.95729967 23.6146991 21.57894918 23.6146991 0.6785833 0 1.35716662 0 2.03574992-0.13571666l50.48659809-4.61436649c5.02151649-0.40714999 9.77159962-2.71433322 13.30023282-6.24296643l292.33368896-292.33368896 246.59717402 246.59717401c8.82158299 8.82158299 20.35749924 13.16451618 31.89341544 13.16451618 13.16451618 0 26.19331567-5.70009979 35.15061536-16.82886604 76.40848044-95.40881307 108.16617924-214.83947521 95.27309638-330.33435417l218.63954175-218.63954173c17.50744934-17.37173267 17.50744934-45.8722316 0-63.51539759z","fill":"rgb(133, 18, 15)","fixedRatio":false,"rotate":0,"special":true,"lock":false,"opacity":0.1},{"type":"text","id":"n9p2fT8RkA","left":62.57618182955846,"top":226.2,"width":154.84763634088307,"height":140,"content":"<p style=\"text-align: center;\"><strong><span style=\"font-size: 80px;\"><span style=\"color: rgb(133, 18, 15);\">01</span></span></strong></p>","rotate":0,"defaultFontName":"","defaultColor":"#333","vertical":false,"textType":"partNumber","shadow":{"h":1,"v":1,"blur":2,"color":"rgb(0, 49, 83)"}},{"type":"shape","id":"e02XOs1N7K","left":295,"top":186.2,"width":685,"height":220,"viewBox":[200,200],"path":"M 0 0 L 200 0 L 200 200 L 0 200 Z","fill":"rgb(227, 199, 159)","fixedRatio":false,"rotate":0,"lock":true},{"type":"text","id":"WlJTAu9N3O","left":308.69902531406655,"top":215.40312500000002,"width":656.3009746859335,"height":80.796875,"content":"<p style=\"text-align: center;\"><span style=\"font-size: 40px;\"><span style=\"font-family: LXGWWenKai;\"><span style=\"color: rgb(133, 18, 15);\">过渡页标题</span></span></span></p>","rotate":0,"defaultFontName":"","defaultColor":"#333","vertical":false,"textType":"title"},{"type":"text","id":"nOES1_RNMl","left":308.6990253140663,"top":296.2,"width":656.3009746859336,"height":92,"content":"<p style=\"text-align: center;\"><span style=\"font-size: 16px;\"><span style=\"color: rgb(67, 64, 52);\">过渡页正文过渡页正文过渡页正文过渡页正文过渡页正文过渡页正文过渡页正文过渡页正文过渡页正文过渡页正文过渡页正文过渡页正文过渡页正文过渡页正文过渡页正文过渡页正文</span></span></p>","rotate":0,"defaultFontName":"","defaultColor":"#333","vertical":false,"textType":"content"}],"background":{"type":"solid","color":"rgb(0, 49, 83)"},"type":"transition"},{"id":"aI0z7IKqEu","elements":[{"type":"image","id":"8c7_QneXiJ","src":"https://images.pexels.com/photos/210588/pexels-photo-210588.jpeg","width":1000,"height":562.5,"left":0,"top":-0.05000000000000426,"fixedRatio":true,"rotate":0,"lock":true,"imageType":"background","filters":{"opacity":"50%"}},{"type":"shape","id":"2M2gr8YySb","left":18.560749487509497,"top":20.124565385332147,"width":962.878501024981,"height":522.2508692293356,"viewBox":[962.878501024981,522.2508692293356],"path":"M 106.1505771544644 0 L 962.878501024981 0 L 962.878501024981 416.1002920748713 Q 962.878501024981 522.2508692293356 856.7279238705166 522.2508692293356 L 0 522.2508692293356 L 0 106.1505771544644 Q 0 0 106.1505771544644 0 Z","fill":"rgb(227, 199, 159)","fixedRatio":false,"rotate":0,"lock":true,"pathFormula":"roundRectDiagonal","keypoints":[0.20325591283573446],"opacity":0.8},{"type":"text","id":"brUz0gDlxz","left":56.92501598274819,"top":35.35031382164139,"width":896.1180701078688,"height":86.796875,"content":"<p style=\"text-align: right;\"><span style=\"font-size: 44px;\"><span style=\"font-family: LXGWWenKai;\">内容页标题</span></span></p>","rotate":0,"defaultFontName":"","defaultColor":"#333","vertical":false,"textType":"title"},{"type":"line","id":"d2DF4CXEf6","left":802.0430530748868,"top":122.1471888216414,"start":[0,0],"end":[138.5566188197767,0],"points":["",""],"color":"rgb(30, 73, 123)","style":"solid","width":4,"lock":true},{"type":"text","id":"t5emI4faDg","left":115.44893839712918,"top":292.9596341706538,"width":341.4386463317385,"height":140,"content":"<p style=\"text-align: center;\"><span style=\"color: #000000;\">内容项正文内容项正文内容项正文内容项正文内容项正文内容项正文内容项正文内容项正文内容项正文内容项正文内容项正文内容项正文内容项正文内容项正文内容项正文内容项正文内容项正文</span></p>","rotate":0,"defaultFontName":"","defaultColor":"#333","vertical":false,"textType":"item","groupId":"RnK9r3E5-V"},{"type":"text","id":"vzU2H67_JP","left":115.44893839712918,"top":242.95963417065386,"width":341.4386463317385,"height":50,"content":"<p style=\"text-align: center;\"><span style=\"font-size: 20px;\"><span style=\"color: #000000;\">内容项标题</span></span></p>","rotate":0,"defaultFontName":"","defaultColor":"#333","vertical":false,"textType":"itemTitle","groupId":"RnK9r3E5-V"},{"type":"line","id":"uJLAABmTU4","left":260.25119617224885,"top":293.5490400201776,"start":[0,0],"end":[51.8341307814992,0],"points":["",""],"color":"rgb(30, 73, 123)","style":"solid","width":2,"groupId":"RnK9r3E5-V"},{"type":"text","id":"6c8YyUZPbp","left":543.1124152711324,"top":292.9596341706538,"width":341.4386463317385,"height":140,"content":"<p style=\"text-align: center;\"><span style=\"color: #000000;\">内容项正文内容项正文内容项正文内容项正文内容项正文内容项正文内容项正文内容项正文内容项正文内容项正文内容项正文内容项正文内容项正文内容项正文内容项正文内容项正文内容项正文</span></p>","rotate":0,"defaultFontName":"","defaultColor":"#333","vertical":false,"textType":"item","groupId":"SptAedmikd"},{"type":"text","id":"OsrPelfSXY","left":543.1124152711324,"top":242.95963417065386,"width":341.4386463317385,"height":50,"content":"<p style=\"text-align: center;\"><span style=\"font-size: 20px;\"><span style=\"color: #000000;\">内容项标题</span></span></p>","rotate":0,"defaultFontName":"","defaultColor":"#333","vertical":false,"textType":"itemTitle","groupId":"SptAedmikd"},{"type":"line","id":"DRzKWJZO1C","left":687.914673046252,"top":293.5490400201776,"start":[0,0],"end":[51.8341307814992,0],"points":["",""],"color":"rgb(30, 73, 123)","style":"solid","width":2,"groupId":"SptAedmikd"}],"background":{"type":"solid","color":"rgb(0, 49, 83)"},"type":"content"},{"id":"LlLsvWYlh0","elements":[{"type":"image","id":"_V1GZnRxR3","src":"https://images.pexels.com/photos/210588/pexels-photo-210588.jpeg","width":1000,"height":562.5,"left":0,"top":-0.05000000000000426,"fixedRatio":true,"rotate":0,"lock":true,"imageType":"background","filters":{"opacity":"50%"}},{"type":"shape","id":"njVc2u3fZP","left":18.560749487509497,"top":20.124565385332147,"width":962.878501024981,"height":522.2508692293356,"viewBox":[962.878501024981,522.2508692293356],"path":"M 106.1505771544644 0 L 962.878501024981 0 L 962.878501024981 416.1002920748713 Q 962.878501024981 522.2508692293356 856.7279238705166 522.2508692293356 L 0 522.2508692293356 L 0 106.1505771544644 Q 0 0 106.1505771544644 0 Z","fill":"rgb(227, 199, 159)","fixedRatio":false,"rotate":0,"lock":true,"pathFormula":"roundRectDiagonal","keypoints":[0.20325591283573446],"opacity":0.8},{"type":"text","id":"O8smfc-hJ5","left":56.92501598274819,"top":35.35031382164139,"width":896.1180701078688,"height":86.796875,"content":"<p style=\"text-align: right;\"><span style=\"font-size: 44px;\"><span style=\"font-family: LXGWWenKai;\">内容页标题</span></span></p>","rotate":0,"defaultFontName":"","defaultColor":"#333","vertical":false,"textType":"title"},{"type":"line","id":"czb_lZls6E","left":802.0430530748868,"top":122.1471888216414,"start":[0,0],"end":[138.5566188197767,0],"points":["",""],"color":"rgb(30, 73, 123)","style":"solid","width":4,"lock":true},{"type":"text","id":"p4stIxOfTK","left":47.30377842598335,"top":294.9532545853269,"width":301.56623803827756,"height":140,"content":"<p style=\"text-align: center;\"><span style=\"color: rgb(0, 0, 0);\">内容项正文内容项正文内容项正文内容项正文内容项正文内容项正文内容项正文内容项正文内容项正文内容项正文内容项正文内容项正文内容项正文内容项正文内容项正文内容项正文</span></p>","rotate":0,"defaultFontName":"","defaultColor":"#333","vertical":false,"textType":"item","groupId":"juxr35bl91"},{"type":"text","id":"jpKYkLNZ4E","left":47.30377842598335,"top":244.9532545853269,"width":301.56623803827756,"height":50,"content":"<p style=\"text-align: center;\"><span style=\"font-size: 20px;\"><span style=\"color: #000000;\">内容项标题</span></span></p>","rotate":0,"defaultFontName":"","defaultColor":"#333","vertical":false,"textType":"itemTitle","groupId":"juxr35bl91"},{"type":"line","id":"pJVzdjV7Vb","left":172.16983205437253,"top":294.9532545853269,"start":[0,0],"end":[51.8341307814992,0],"points":["",""],"color":"rgb(30, 73, 123)","style":"solid","width":2,"groupId":"juxr35bl91"},{"type":"text","id":"bhIapcCv_n","left":349.2168809808612,"top":294.9532545853269,"width":301.56623803827756,"height":140,"content":"<p style=\"text-align: center;\"><span style=\"color: rgb(0, 0, 0);\">内容项正文内容项正文内容项正文内容项正文内容项正文内容项正文内容项正文内容项正文内容项正文内容项正文内容项正文内容项正文内容项正文内容项正文内容项正文内容项正文</span></p>","rotate":0,"defaultFontName":"","defaultColor":"#333","vertical":false,"textType":"item","groupId":"JvtTw-eq6h"},{"type":"text","id":"iZVGA8GEEf","left":349.2168809808612,"top":244.9532545853269,"width":301.56623803827756,"height":50,"content":"<p style=\"text-align: center;\"><span style=\"font-size: 20px;\"><span style=\"color: #000000;\">内容项标题</span></span></p>","rotate":0,"defaultFontName":"","defaultColor":"#333","vertical":false,"textType":"itemTitle","groupId":"JvtTw-eq6h"},{"type":"line","id":"6p_RkpGuqW","left":474.0829346092504,"top":294.9532545853269,"start":[0,0],"end":[51.8341307814992,0],"points":["",""],"color":"rgb(30, 73, 123)","style":"solid","width":2,"groupId":"JvtTw-eq6h"},{"type":"text","id":"12ZR1vC5Qe","left":651.129983535739,"top":294.9532545853269,"width":301.56623803827756,"height":140,"content":"<p style=\"text-align: center;\"><span style=\"color: rgb(0, 0, 0);\">内容项正文内容项正文内容项正文内容项正文内容项正文内容项正文内容项正文内容项正文内容项正文内容项正文内容项正文内容项正文内容项正文内容项正文内容项正文内容项正文</span></p>","rotate":0,"defaultFontName":"","defaultColor":"#333","vertical":false,"textType":"item","groupId":"7X1-T9xz-F"},{"type":"text","id":"cSbvE8v4wt","left":651.129983535739,"top":244.95325458532693,"width":301.56623803827756,"height":50,"content":"<p style=\"text-align: center;\"><span style=\"font-size: 20px;\"><span style=\"color: #000000;\">内容项标题</span></span></p>","rotate":0,"defaultFontName":"","defaultColor":"#333","vertical":false,"textType":"itemTitle","groupId":"7X1-T9xz-F"},{"type":"line","id":"FcJRS7M7CW","left":775.9960371641284,"top":294.9532545853269,"start":[0,0],"end":[51.8341307814992,0],"points":["",""],"color":"rgb(30, 73, 123)","style":"solid","width":2,"groupId":"7X1-T9xz-F"}],"background":{"type":"solid","color":"rgb(0, 49, 83)"},"type":"content"},{"id":"kfRcP92n6-","elements":[{"type":"image","id":"Ta4FG_b2f0","src":"https://images.pexels.com/photos/210588/pexels-photo-210588.jpeg","width":1000,"height":562.5,"left":0,"top":-0.05000000000000426,"fixedRatio":true,"rotate":0,"lock":true,"imageType":"background","filters":{"opacity":"50%"}},{"type":"shape","id":"6qMxmfT_Bu","left":18.560749487509497,"top":20.124565385332147,"width":962.878501024981,"height":522.2508692293356,"viewBox":[962.878501024981,522.2508692293356],"path":"M 106.1505771544644 0 L 962.878501024981 0 L 962.878501024981 416.1002920748713 Q 962.878501024981 522.2508692293356 856.7279238705166 522.2508692293356 L 0 522.2508692293356 L 0 106.1505771544644 Q 0 0 106.1505771544644 0 Z","fill":"rgb(227, 199, 159)","fixedRatio":false,"rotate":0,"lock":true,"pathFormula":"roundRectDiagonal","keypoints":[0.20325591283573446],"opacity":0.8},{"type":"text","id":"ATZmZEzyg5","left":56.92501598274819,"top":35.35031382164139,"width":896.1180701078688,"height":86.796875,"content":"<p style=\"text-align: right;\"><span style=\"font-size: 44px;\"><span style=\"font-family: LXGWWenKai;\">内容页标题</span></span></p>","rotate":0,"defaultFontName":"","defaultColor":"#333","vertical":false,"textType":"title"},{"type":"line","id":"k3EaDyNwv9","left":802.0430530748868,"top":122.1471888216414,"start":[0,0],"end":[138.5566188197767,0],"points":["",""],"color":"rgb(30, 73, 123)","style":"solid","width":4,"lock":true},{"type":"text","id":"zevthBrPsO","left":56.92501598274819,"top":191.27861343700155,"width":345.4258871610845,"height":116,"content":"<p style=\"text-align: center;\"><span style=\"color: rgb(0, 0, 0);\">内容项正文内容项正文内容项正文内容项正文内容项正文内容项正文内容项正文内容项正文内容项正文内容项正文内容项正文内容项正文内容项正文内容项正文</span></p>","rotate":0,"defaultFontName":"","defaultColor":"#333","vertical":false,"textType":"item","groupId":"uJzzVj4HiF"},{"type":"text","id":"0vPMSf-EJw","left":56.92501598274819,"top":143.27861343700155,"width":345.4258871610846,"height":50,"content":"<p style=\"text-align: center;\"><span style=\"font-size: 20px;\"><span style=\"color: #000000;\">内容项标题</span></span></p>","rotate":0,"defaultFontName":"","defaultColor":"#333","vertical":false,"textType":"itemTitle","groupId":"uJzzVj4HiF"},{"type":"line","id":"SuNMyGmu0Y","left":203.72089417254082,"top":191.27861343700152,"start":[0,0],"end":[51.8341307814992,0],"points":["",""],"color":"rgb(30, 73, 123)","style":"solid","width":2,"groupId":"uJzzVj4HiF"},{"type":"text","id":"g9ymvGxKTz","left":424.0980367991891,"top":191.27861343700158,"width":345.4258871610845,"height":116,"content":"<p style=\"text-align: center;\"><span style=\"color: rgb(0, 0, 0);\">内容项正文内容项正文内容项正文内容项正文内容项正文内容项正文内容项正文内容项正文内容项正文内容项正文内容项正文内容项正文内容项正文内容项正文</span></p>","rotate":0,"defaultFontName":"","defaultColor":"#333","vertical":false,"textType":"item","groupId":"pn1EgqRrYY"},{"type":"text","id":"yYsH6gMqGm","left":424.0980367991891,"top":143.27861343700158,"width":345.4258871610846,"height":50,"content":"<p style=\"text-align: center;\"><span style=\"font-size: 20px;\"><span style=\"color: #000000;\">内容项标题</span></span></p>","rotate":0,"defaultFontName":"","defaultColor":"#333","vertical":false,"textType":"itemTitle","groupId":"pn1EgqRrYY"},{"type":"line","id":"Xc_pnonNiK","left":570.8939149889841,"top":191.27861343700158,"start":[0,0],"end":[51.8341307814992,0],"points":["",""],"color":"rgb(30, 73, 123)","style":"solid","width":2,"groupId":"pn1EgqRrYY"},{"type":"text","id":"9qv1Xazw2R","left":229.63795956329048,"top":380.7044507575757,"width":345.4258871610845,"height":116,"content":"<p style=\"text-align: center;\"><span style=\"color: rgb(0, 0, 0);\">内容项正文内容项正文内容项正文内容项正文内容项正文内容项正文内容项正文内容项正文内容项正文内容项正文内容项正文内容项正文内容项正文内容项正文</span></p>","rotate":0,"defaultFontName":"","defaultColor":"#333","vertical":false,"textType":"item","groupId":"fGALP4bpEx"},{"type":"text","id":"Zd3MqS0V54","left":229.63795956329048,"top":332.7044507575757,"width":345.4258871610846,"height":50,"content":"<p style=\"text-align: center;\"><span style=\"font-size: 20px;\"><span style=\"color: #000000;\">内容项标题</span></span></p>","rotate":0,"defaultFontName":"","defaultColor":"#333","vertical":false,"textType":"itemTitle","groupId":"fGALP4bpEx"},{"type":"line","id":"8mzpKQkj_-","left":376.43383775308314,"top":380.70445075757567,"start":[0,0],"end":[51.8341307814992,0],"points":["",""],"color":"rgb(30, 73, 123)","style":"solid","width":2,"groupId":"fGALP4bpEx"},{"type":"text","id":"xHNapTCZs_","left":596.8109803797314,"top":380.7044507575757,"width":345.4258871610845,"height":116,"content":"<p style=\"text-align: center;\"><span style=\"color: rgb(0, 0, 0);\">内容项正文内容项正文内容项正文内容项正文内容项正文内容项正文内容项正文内容项正文内容项正文内容项正文内容项正文内容项正文内容项正文内容项正文</span></p>","rotate":0,"defaultFontName":"","defaultColor":"#333","vertical":false,"textType":"item","groupId":"X2GKNDvvPp"},{"type":"text","id":"x8ixdhMTZc","left":596.8109803797314,"top":332.7044507575757,"width":345.4258871610846,"height":50,"content":"<p style=\"text-align: center;\"><span style=\"font-size: 20px;\"><span style=\"color: #000000;\">内容项标题</span></span></p>","rotate":0,"defaultFontName":"","defaultColor":"#333","vertical":false,"textType":"itemTitle","groupId":"X2GKNDvvPp"},{"type":"line","id":"5kJFgScnoW","left":743.6068585695265,"top":380.7044507575757,"start":[0,0],"end":[51.8341307814992,0],"points":["",""],"color":"rgb(30, 73, 123)","style":"solid","width":2,"groupId":"X2GKNDvvPp"}],"background":{"type":"solid","color":"rgb(0, 49, 83)"},"type":"content"},{"id":"3EnoxJ7W7-","elements":[{"type":"image","id":"sdCdGlxrZK","src":"https://images.pexels.com/photos/210588/pexels-photo-210588.jpeg","width":1000,"height":378.9335664335665,"left":0,"top":124.67578125,"fixedRatio":true,"rotate":0,"lock":false,"imageType":"background","clip":{"shape":"rect","range":[[0,0],[100,67.56756756756756]]}},{"type":"shape","id":"hCRaRmgqUa","left":0,"top":124.67578125,"width":1002.2,"height":379.1281362141148,"viewBox":[200,200],"path":"M 0 0 L 200 0 L 200 200 L 0 200 Z","fill":"rgba(0,49,83,1)","fixedRatio":false,"rotate":0,"lock":true,"opacity":0.8},{"type":"text","id":"Cr2fe9m9mt","left":29.449999999999967,"top":19.2,"width":941.1,"height":92,"content":"<p style=\"text-align: center;\"><span style=\"font-size: 48px;\"><span style=\"font-family: LXGWWenKai;\"><span style=\"color: rgba(30,73,123,1);\">内容页标题</span></span></span></p>","rotate":0,"defaultFontName":"","defaultColor":"#333","vertical":false,"textType":"title"},{"type":"shape","id":"bYvxYdvGu1","left":143.05047846889957,"top":199.23984935705747,"width":340,"height":240,"viewBox":[340,240],"path":"M 10.53539028126933 0 L 329.4646097187307 0 Q 340 0 340 10.53539028126933 L 340 229.46460971873069 Q 340 240 329.4646097187307 240 L 10.53539028126933 240 Q 0 240 0 229.46460971873069 L 0 10.53539028126933 Q 0 0 10.53539028126933 0 Z","fill":"rgba(162,138,104,1)","fixedRatio":false,"rotate":0,"lock":false,"pathFormula":"roundRect","keypoints":[0.04389745950528887],"groupId":"btOG7oR6aB"},{"type":"shape","id":"yFiIrlCSQX","left":133.05047846889954,"top":189.23984935705747,"width":340,"height":240,"viewBox":[340,240],"path":"M 10.53539028126933 0 L 329.4646097187307 0 Q 340 0 340 10.53539028126933 L 340 229.46460971873069 Q 340 240 329.4646097187307 240 L 10.53539028126933 240 Q 0 240 0 229.46460971873069 L 0 10.53539028126933 Q 0 0 10.53539028126933 0 Z","fill":"rgb(227, 199, 159)","fixedRatio":false,"rotate":0,"lock":false,"pathFormula":"roundRect","keypoints":[0.04389745950528887],"groupId":"btOG7oR6aB"},{"type":"text","id":"pSxAA_j0qZ","left":143.05047846889957,"top":267.41114122308613,"width":320.1,"height":116,"content":"<p style=\"text-align: center;\">内容项正文内容项正文内容项正文内容项正文内容项正文内容项正文内容项正文内容项正文内容项正文内容项正文内容项正文内容项正文内容项正文</p>","rotate":0,"defaultFontName":"","defaultColor":"#333","vertical":false,"textType":"item","groupId":"btOG7oR6aB"},{"type":"text","id":"QwMg7Ewp_f","left":143.05047846889957,"top":217.41114122308616,"width":320.1,"height":50,"content":"<p style=\"text-align: center;\" class=\"\"><strong><span style=\"font-size: 20px;\"><span style=\"font-family: LXGWWenKai;\"><span style=\"color: rgb(30, 73, 123);\">内容项标题</span></span></span></strong></p>","rotate":0,"defaultFontName":"","defaultColor":"#333","vertical":false,"textType":"itemTitle","groupId":"btOG7oR6aB"},{"type":"shape","id":"0vp2jz6Bz8","left":526.9495215311006,"top":199.23984935705744,"width":340,"height":240,"viewBox":[340,240],"path":"M 10.53539028126933 0 L 329.4646097187307 0 Q 340 0 340 10.53539028126933 L 340 229.46460971873069 Q 340 240 329.4646097187307 240 L 10.53539028126933 240 Q 0 240 0 229.46460971873069 L 0 10.53539028126933 Q 0 0 10.53539028126933 0 Z","fill":"rgba(162,138,104,1)","fixedRatio":false,"rotate":0,"lock":false,"pathFormula":"roundRect","keypoints":[0.04389745950528887],"groupId":"jGEGYkn1GD"},{"type":"shape","id":"67oQzAQ_mI","left":516.9495215311006,"top":189.23984935705744,"width":340,"height":240,"viewBox":[340,240],"path":"M 10.53539028126933 0 L 329.4646097187307 0 Q 340 0 340 10.53539028126933 L 340 229.46460971873069 Q 340 240 329.4646097187307 240 L 10.53539028126933 240 Q 0 240 0 229.46460971873069 L 0 10.53539028126933 Q 0 0 10.53539028126933 0 Z","fill":"rgb(227, 199, 159)","fixedRatio":false,"rotate":0,"lock":false,"pathFormula":"roundRect","keypoints":[0.04389745950528887],"groupId":"jGEGYkn1GD"},{"type":"text","id":"T8FjQF1zk2","left":526.9495215311006,"top":267.41114122308613,"width":320.1,"height":116,"content":"<p style=\"text-align: center;\">内容项正文内容项正文内容项正文内容项正文内容项正文内容项正文内容项正文内容项正文内容项正文内容项正文内容项正文内容项正文内容项正文</p>","rotate":0,"defaultFontName":"","defaultColor":"#333","vertical":false,"textType":"item","groupId":"jGEGYkn1GD"},{"type":"text","id":"gwqcD6C9vW","left":526.9495215311006,"top":217.41114122308613,"width":320.1,"height":50,"content":"<p style=\"text-align: center;\" class=\"\"><strong><span style=\"font-size: 20px;\"><span style=\"font-family: LXGWWenKai;\"><span style=\"color: rgb(30, 73, 123);\">内容项标题</span></span></span></strong></p>","rotate":0,"defaultFontName":"","defaultColor":"#333","vertical":false,"textType":"itemTitle","groupId":"jGEGYkn1GD"}],"background":{"type":"solid","color":"rgba(255,255,255,1)"},"type":"content"},{"id":"g9YfkNIpv7","elements":[{"type":"image","id":"jzZnvth7P8","src":"https://images.pexels.com/photos/210588/pexels-photo-210588.jpeg","width":1000,"height":378.9335664335665,"left":0,"top":124.67578125,"fixedRatio":true,"rotate":0,"lock":false,"imageType":"background","clip":{"shape":"rect","range":[[0,0],[100,67.56756756756756]]}},{"type":"shape","id":"644eKla0Yg","left":0,"top":124.67578125,"width":1002.2,"height":379.1281362141148,"viewBox":[200,200],"path":"M 0 0 L 200 0 L 200 200 L 0 200 Z","fill":"rgba(0,49,83,1)","fixedRatio":false,"rotate":0,"lock":true,"opacity":0.8},{"type":"text","id":"7FzLn3ZIgN","left":29.449999999999967,"top":19.2,"width":941.1,"height":92,"content":"<p style=\"text-align: center;\"><span style=\"font-size: 48px;\"><span style=\"font-family: LXGWWenKai;\"><span style=\"color: rgba(30,73,123,1);\">内容页标题</span></span></span></p>","rotate":0,"defaultFontName":"","defaultColor":"#333","vertical":false,"textType":"title"},{"type":"shape","id":"GDm8pu12FG","left":28.014354066985625,"top":199.14256446678323,"width":300,"height":240,"viewBox":[300,240],"path":"M 10.53539028126933 0 L 289.4646097187307 0 Q 300 0 300 10.53539028126933 L 300 229.46460971873069 Q 300 240 289.4646097187307 240 L 10.53539028126933 240 Q 0 240 0 229.46460971873069 L 0 10.53539028126933 Q 0 0 10.53539028126933 0 Z","fill":"rgba(162,138,104,1)","fixedRatio":false,"rotate":0,"lock":false,"pathFormula":"roundRect","keypoints":[0.04389745950528887],"groupId":"RYN2LJ8k1r"},{"type":"shape","id":"3WayRpnGqE","left":18.014354066985597,"top":189.14256446678323,"width":300,"height":240,"viewBox":[300,240],"path":"M 10.53539028126933 0 L 289.4646097187307 0 Q 300 0 300 10.53539028126933 L 300 229.46460971873069 Q 300 240 289.4646097187307 240 L 10.53539028126933 240 Q 0 240 0 229.46460971873069 L 0 10.53539028126933 Q 0 0 10.53539028126933 0 Z","fill":"rgb(227, 199, 159)","fixedRatio":false,"rotate":0,"lock":false,"pathFormula":"roundRect","keypoints":[0.04389745950528887],"groupId":"RYN2LJ8k1r"},{"type":"text","id":"WEXcezAypq","left":28.014354066985625,"top":267.3138563328119,"width":280.2275917065391,"height":116,"content":"<p style=\"text-align: center;\">内容项正文内容项正文内容项正文内容项正文内容项正文内容项正文内容项正文内容项正文内容项正文内容项正文内容项正文内容项正文</p>","rotate":0,"defaultFontName":"","defaultColor":"#333","vertical":false,"textType":"item","groupId":"RYN2LJ8k1r"},{"type":"text","id":"Mk3b1y3suX","left":28.014354066985625,"top":217.31385633281192,"width":280.2275917065391,"height":50,"content":"<p style=\"text-align: center;\"><strong><span style=\"font-size: 20px;\"><span style=\"font-family: LXGWWenKai;\"><span style=\"color: rgb(30, 73, 123);\">内容项标题</span></span></span></strong></p>","rotate":0,"defaultFontName":"","defaultColor":"#333","vertical":false,"textType":"itemTitle","groupId":"RYN2LJ8k1r"},{"type":"shape","id":"uZ72pBNVng","left":355,"top":199.14256446678323,"width":300,"height":240,"viewBox":[300,240],"path":"M 10.53539028126933 0 L 289.4646097187307 0 Q 300 0 300 10.53539028126933 L 300 229.46460971873069 Q 300 240 289.4646097187307 240 L 10.53539028126933 240 Q 0 240 0 229.46460971873069 L 0 10.53539028126933 Q 0 0 10.53539028126933 0 Z","fill":"rgba(162,138,104,1)","fixedRatio":false,"rotate":0,"lock":false,"pathFormula":"roundRect","keypoints":[0.04389745950528887],"groupId":"1SV3bVEql5"},{"type":"shape","id":"v_xoXseNn_","left":345,"top":189.14256446678323,"width":300,"height":240,"viewBox":[300,240],"path":"M 10.53539028126933 0 L 289.4646097187307 0 Q 300 0 300 10.53539028126933 L 300 229.46460971873069 Q 300 240 289.4646097187307 240 L 10.53539028126933 240 Q 0 240 0 229.46460971873069 L 0 10.53539028126933 Q 0 0 10.53539028126933 0 Z","fill":"rgb(227, 199, 159)","fixedRatio":false,"rotate":0,"lock":false,"pathFormula":"roundRect","keypoints":[0.04389745950528887],"groupId":"1SV3bVEql5"},{"type":"text","id":"x9Dbk7LYc6","left":355,"top":267.3138563328119,"width":280.2275917065391,"height":116,"content":"<p style=\"text-align: center;\">内容项正文内容项正文内容项正文内容项正文内容项正文内容项正文内容项正文内容项正文内容项正文内容项正文内容项正文内容项正文</p>","rotate":0,"defaultFontName":"","defaultColor":"#333","vertical":false,"textType":"item","groupId":"1SV3bVEql5"},{"type":"text","id":"tsPsN9cp-W","left":355,"top":217.31385633281192,"width":280.2275917065391,"height":50,"content":"<p style=\"text-align: center;\"><strong><span style=\"font-size: 20px;\"><span style=\"font-family: LXGWWenKai;\"><span style=\"color: rgb(30, 73, 123);\">内容项标题</span></span></span></strong></p>","rotate":0,"defaultFontName":"","defaultColor":"#333","vertical":false,"textType":"itemTitle","groupId":"1SV3bVEql5"},{"type":"shape","id":"iO1YzaQTXg","left":681.9856459330143,"top":199.14256446678328,"width":300,"height":240,"viewBox":[300,240],"path":"M 10.53539028126933 0 L 289.4646097187307 0 Q 300 0 300 10.53539028126933 L 300 229.46460971873069 Q 300 240 289.4646097187307 240 L 10.53539028126933 240 Q 0 240 0 229.46460971873069 L 0 10.53539028126933 Q 0 0 10.53539028126933 0 Z","fill":"rgba(162,138,104,1)","fixedRatio":false,"rotate":0,"lock":false,"pathFormula":"roundRect","keypoints":[0.04389745950528887],"groupId":"7y8gETT3uS"},{"type":"shape","id":"k_a8oqdfxI","left":671.9856459330143,"top":189.14256446678328,"width":300,"height":240,"viewBox":[300,240],"path":"M 10.53539028126933 0 L 289.4646097187307 0 Q 300 0 300 10.53539028126933 L 300 229.46460971873069 Q 300 240 289.4646097187307 240 L 10.53539028126933 240 Q 0 240 0 229.46460971873069 L 0 10.53539028126933 Q 0 0 10.53539028126933 0 Z","fill":"rgb(227, 199, 159)","fixedRatio":false,"rotate":0,"lock":false,"pathFormula":"roundRect","keypoints":[0.04389745950528887],"groupId":"7y8gETT3uS"},{"type":"text","id":"v6VQeRFlLx","left":681.9856459330143,"top":267.31385633281195,"width":280.2275917065391,"height":116,"content":"<p style=\"text-align: center;\">内容项正文内容项正文内容项正文内容项正文内容项正文内容项正文内容项正文内容项正文内容项正文内容项正文内容项正文内容项正文</p>","rotate":0,"defaultFontName":"","defaultColor":"#333","vertical":false,"textType":"item","groupId":"7y8gETT3uS"},{"type":"text","id":"E3laz6_DAB","left":681.9856459330143,"top":217.31385633281198,"width":280.2275917065391,"height":50,"content":"<p style=\"text-align: center;\"><strong><span style=\"font-size: 20px;\"><span style=\"font-family: LXGWWenKai;\"><span style=\"color: rgb(30, 73, 123);\">内容项标题</span></span></span></strong></p>","rotate":0,"defaultFontName":"","defaultColor":"#333","vertical":false,"textType":"itemTitle","groupId":"7y8gETT3uS"}],"background":{"type":"solid","color":"rgba(255,255,255,1)"},"type":"content"},{"id":"XtYuP_9cih","elements":[{"type":"image","id":"RpxOPTKC4l","src":"https://images.pexels.com/photos/210588/pexels-photo-210588.jpeg","width":1000,"height":378.9335664335665,"left":0,"top":124.67578125,"fixedRatio":true,"rotate":0,"lock":false,"imageType":"background","clip":{"shape":"rect","range":[[0,0],[100,67.56756756756756]]}},{"type":"shape","id":"qCY81pDn5_","left":0,"top":124.67578125,"width":1002.2,"height":379.1281362141148,"viewBox":[200,200],"path":"M 0 0 L 200 0 L 200 200 L 0 200 Z","fill":"rgba(0,49,83,1)","fixedRatio":false,"rotate":0,"lock":true,"opacity":0.8},{"type":"text","id":"ZhKoS0ViE6","left":29.449999999999967,"top":19.2,"width":941.1,"height":92,"content":"<p style=\"text-align: center;\"><span style=\"font-size: 48px;\"><span style=\"font-family: LXGWWenKai;\"><span style=\"color: rgba(30,73,123,1);\">内容页标题</span></span></span></p>","rotate":0,"defaultFontName":"","defaultColor":"#333","vertical":false,"textType":"title"},{"type":"shape","id":"cJPdKsqCIR","left":20.402711323763874,"top":199.14256446678323,"width":230,"height":240,"viewBox":[230,240],"path":"M 10.09641568621644 0 L 219.90358431378357 0 Q 230 0 230 10.09641568621644 L 230 229.90358431378357 Q 230 240 219.90358431378357 240 L 10.09641568621644 240 Q 0 240 0 229.90358431378357 L 0 10.09641568621644 Q 0 0 10.09641568621644 0 Z","fill":"rgba(162,138,104,1)","fixedRatio":false,"rotate":0,"lock":false,"pathFormula":"roundRect","keypoints":[0.04389745950528887],"groupId":"zp1gTiXN-s"},{"type":"shape","id":"YCEZjV3YxW","left":10.402711323763846,"top":189.14256446678323,"width":230,"height":240,"viewBox":[230,240],"path":"M 10.09641568621644 0 L 219.90358431378357 0 Q 230 0 230 10.09641568621644 L 230 229.90358431378357 Q 230 240 219.90358431378357 240 L 10.09641568621644 240 Q 0 240 0 229.90358431378357 L 0 10.09641568621644 Q 0 0 10.09641568621644 0 Z","fill":"rgb(227, 199, 159)","fixedRatio":false,"rotate":0,"lock":false,"pathFormula":"roundRect","keypoints":[0.04389745950528887],"groupId":"zp1gTiXN-s"},{"type":"text","id":"6cOQdF5Qwu","left":10.402711323763846,"top":258.3425644667832,"width":230,"height":140,"content":"<p style=\"text-align: center;\">内容项正文内容项正文内容项正文内容项正文内容项正文内容项正文内容项正文内容项正文内容项正文内容项正文内容项正文</p>","rotate":0,"defaultFontName":"","defaultColor":"#333","vertical":false,"textType":"item","groupId":"zp1gTiXN-s"},{"type":"text","id":"8YuuMOvUyq","left":10.402711323763874,"top":217.31385633281192,"width":229.99999999999997,"height":47,"content":"<p style=\"text-align: center;\"><strong><span style=\"font-size: 18px;\"><span style=\"font-family: LXGWWenKai;\"><span style=\"color: rgb(30, 73, 123);\">内容项标题</span></span></span></strong></p>","rotate":0,"defaultFontName":"","defaultColor":"#333","vertical":false,"textType":"itemTitle","groupId":"zp1gTiXN-s"},{"type":"shape","id":"Ox13BaUBpP","left":266.80090377458794,"top":199.14256446678323,"width":230,"height":240,"viewBox":[230,240],"path":"M 10.09641568621644 0 L 219.90358431378357 0 Q 230 0 230 10.09641568621644 L 230 229.90358431378357 Q 230 240 219.90358431378357 240 L 10.09641568621644 240 Q 0 240 0 229.90358431378357 L 0 10.09641568621644 Q 0 0 10.09641568621644 0 Z","fill":"rgba(162,138,104,1)","fixedRatio":false,"rotate":0,"lock":false,"pathFormula":"roundRect","keypoints":[0.04389745950528887],"groupId":"gsY2jMG31e"},{"type":"shape","id":"4Vhy70pZww","left":256.80090377458794,"top":189.14256446678323,"width":230,"height":240,"viewBox":[230,240],"path":"M 10.09641568621644 0 L 219.90358431378357 0 Q 230 0 230 10.09641568621644 L 230 229.90358431378357 Q 230 240 219.90358431378357 240 L 10.09641568621644 240 Q 0 240 0 229.90358431378357 L 0 10.09641568621644 Q 0 0 10.09641568621644 0 Z","fill":"rgb(227, 199, 159)","fixedRatio":false,"rotate":0,"lock":false,"pathFormula":"roundRect","keypoints":[0.04389745950528887],"groupId":"gsY2jMG31e"},{"type":"text","id":"CGEOln7ccR","left":256.80090377458794,"top":258.3425644667832,"width":230,"height":140,"content":"<p style=\"text-align: center;\">内容项正文内容项正文内容项正文内容项正文内容项正文内容项正文内容项正文内容项正文内容项正文内容项正文内容项正文</p>","rotate":0,"defaultFontName":"","defaultColor":"#333","vertical":false,"textType":"item","groupId":"gsY2jMG31e"},{"type":"text","id":"yCV5w7g6QT","left":256.80090377458794,"top":217.31385633281192,"width":229.99999999999997,"height":47,"content":"<p style=\"text-align: center;\"><strong><span style=\"font-size: 18px;\"><span style=\"font-family: LXGWWenKai;\"><span style=\"color: rgb(30, 73, 123);\">内容项标题</span></span></span></strong></p>","rotate":0,"defaultFontName":"","defaultColor":"#333","vertical":false,"textType":"itemTitle","groupId":"gsY2jMG31e"},{"type":"shape","id":"8KldHopCgn","left":513.1990962254121,"top":199.14256446678323,"width":230,"height":240,"viewBox":[230,240],"path":"M 10.09641568621644 0 L 219.90358431378357 0 Q 230 0 230 10.09641568621644 L 230 229.90358431378357 Q 230 240 219.90358431378357 240 L 10.09641568621644 240 Q 0 240 0 229.90358431378357 L 0 10.09641568621644 Q 0 0 10.09641568621644 0 Z","fill":"rgba(162,138,104,1)","fixedRatio":false,"rotate":0,"lock":false,"pathFormula":"roundRect","keypoints":[0.04389745950528887],"groupId":"YDM8ejxet7"},{"type":"shape","id":"bviDpblLFi","left":503.199096225412,"top":189.14256446678323,"width":230,"height":240,"viewBox":[230,240],"path":"M 10.09641568621644 0 L 219.90358431378357 0 Q 230 0 230 10.09641568621644 L 230 229.90358431378357 Q 230 240 219.90358431378357 240 L 10.09641568621644 240 Q 0 240 0 229.90358431378357 L 0 10.09641568621644 Q 0 0 10.09641568621644 0 Z","fill":"rgb(227, 199, 159)","fixedRatio":false,"rotate":0,"lock":false,"pathFormula":"roundRect","keypoints":[0.04389745950528887],"groupId":"YDM8ejxet7"},{"type":"text","id":"wth1Ng83vk","left":503.199096225412,"top":258.3425644667832,"width":230,"height":140,"content":"<p style=\"text-align: center;\">内容项正文内容项正文内容项正文内容项正文内容项正文内容项正文内容项正文内容项正文内容项正文内容项正文内容项正文</p>","rotate":0,"defaultFontName":"","defaultColor":"#333","vertical":false,"textType":"item","groupId":"YDM8ejxet7"},{"type":"text","id":"tPo5-RPZev","left":503.199096225412,"top":217.31385633281192,"width":229.99999999999997,"height":47,"content":"<p style=\"text-align: center;\"><strong><span style=\"font-size: 18px;\"><span style=\"font-family: LXGWWenKai;\"><span style=\"color: rgb(30, 73, 123);\">内容项标题</span></span></span></strong></p>","rotate":0,"defaultFontName":"","defaultColor":"#333","vertical":false,"textType":"itemTitle","groupId":"YDM8ejxet7"},{"type":"shape","id":"wn7t5WxcKk","left":759.5972886762361,"top":199.14256446678328,"width":230,"height":240,"viewBox":[230,240],"path":"M 10.09641568621644 0 L 219.90358431378357 0 Q 230 0 230 10.09641568621644 L 230 229.90358431378357 Q 230 240 219.90358431378357 240 L 10.09641568621644 240 Q 0 240 0 229.90358431378357 L 0 10.09641568621644 Q 0 0 10.09641568621644 0 Z","fill":"rgba(162,138,104,1)","fixedRatio":false,"rotate":0,"lock":false,"pathFormula":"roundRect","keypoints":[0.04389745950528887],"groupId":"w8-KK7EjMF"},{"type":"shape","id":"GHDVtNGNhW","left":749.5972886762361,"top":189.14256446678328,"width":230,"height":240,"viewBox":[230,240],"path":"M 10.09641568621644 0 L 219.90358431378357 0 Q 230 0 230 10.09641568621644 L 230 229.90358431378357 Q 230 240 219.90358431378357 240 L 10.09641568621644 240 Q 0 240 0 229.90358431378357 L 0 10.09641568621644 Q 0 0 10.09641568621644 0 Z","fill":"rgb(227, 199, 159)","fixedRatio":false,"rotate":0,"lock":false,"pathFormula":"roundRect","keypoints":[0.04389745950528887],"groupId":"w8-KK7EjMF"},{"type":"text","id":"xTO09ol3Zn","left":749.5972886762361,"top":258.34256446678324,"width":230,"height":140,"content":"<p style=\"text-align: center;\">内容项正文内容项正文内容项正文内容项正文内容项正文内容项正文内容项正文内容项正文内容项正文内容项正文内容项正文</p>","rotate":0,"defaultFontName":"","defaultColor":"#333","vertical":false,"textType":"item","groupId":"w8-KK7EjMF"},{"type":"text","id":"NdHDTZDSmS","left":749.5972886762361,"top":217.31385633281198,"width":229.99999999999997,"height":47,"content":"<p style=\"text-align: center;\"><strong><span style=\"font-size: 18px;\"><span style=\"font-family: LXGWWenKai;\"><span style=\"color: rgb(30, 73, 123);\">内容项标题</span></span></span></strong></p>","rotate":0,"defaultFontName":"","defaultColor":"#333","vertical":false,"textType":"itemTitle","groupId":"w8-KK7EjMF"}],"background":{"type":"solid","color":"rgba(255,255,255,1)"},"type":"content"},{"id":"_Pvs4G5SFn","elements":[{"type":"shape","id":"eEZVH4pA62","left":0,"top":159.55217391304348,"width":186.9565217391305,"height":208.69565217391306,"viewBox":[200,200],"path":"M 0 0 L 200 0 L 200 200 L 0 200 Z","fill":"rgba(199,170,129,1)","fixedRatio":false,"rotate":0,"lock":true},{"type":"text","id":"BrMaypI0AA","left":215.4976222826087,"top":108,"width":569.0047554347826,"height":164,"content":"<p style=\"text-align: center;\"><strong><span style=\"font-size: 96px;\"><span style=\"color: rgba(251, 188, 181, 0.52);\">THANKS</span></span></strong></p>","rotate":0,"defaultFontName":"","defaultColor":"#333","vertical":false},{"type":"shape","id":"RzfeZmAC_a","left":813,"top":159.55217391304348,"width":186.9565217391305,"height":208.69565217391306,"viewBox":[200,200],"path":"M 0 0 L 200 0 L 200 200 L 0 200 Z","fill":"rgba(199,170,129,1)","fixedRatio":false,"rotate":0,"lock":true},{"type":"shape","id":"a9ydjFomYZ","left":813,"top":159.6,"width":138,"height":60.8,"viewBox":[200,200],"path":"M 0 0 L 0 200 L 200 200 Z","fill":"rgba(165,127,72,1)","fixedRatio":false,"rotate":0,"flipH":false,"lock":true},{"type":"shape","id":"SuyNEWWuZs","left":48.9,"top":159.5521739130435,"width":138.04347826086962,"height":60.828260869565185,"viewBox":[200,200],"path":"M 0 0 L 0 200 L 200 200 Z","fill":"rgba(165,127,72,1)","fixedRatio":false,"rotate":0,"flipH":true,"lock":true},{"type":"shape","id":"knQ-2-I5Ql","left":48.91304347826088,"top":220.38043478260866,"width":902.1739130434783,"height":208.69565217391306,"viewBox":[200,200],"path":"M 0 0 L 200 0 L 200 200 L 0 200 Z","fill":"rgb(227, 199, 159)","fixedRatio":false,"rotate":0,"lock":true},{"type":"text","id":"q1W-RpjXKx","left":160.32608695652175,"top":254.3298233695652,"width":679.3478260869565,"height":140.796875,"content":"<p style=\"text-align: center;\"><span style=\"font-size: 80px;\"><span style=\"font-family: LXGWWenKai;\"><span style=\"color: rgb(133, 18, 15);\">感谢观看</span></span></span></p>","rotate":0,"defaultFontName":"","defaultColor":"#333","vertical":false}],"background":{"type":"solid","color":"rgb(0, 49, 83)"},"type":"end"},{"id":"9fbLPT0Fki","elements":[{"type":"image","id":"jOrpng00hr","src":"https://images.pexels.com/photos/210588/pexels-photo-210588.jpeg","width":1000,"height":562.5,"left":-1.4210854715202004e-14,"top":0,"fixedRatio":true,"rotate":0,"lock":true,"imageType":"background"},{"type":"shape","id":"CIX6v6g6MS","left":29.89130434782613,"top":43.20652173913042,"width":940.2173913043478,"height":476.0869565217391,"viewBox":[940.2173913043478,476.0869565217391],"path":"M 14.309427224186955 0 L 925.9079640801608 0 Q 940.2173913043478 0 940.2173913043478 14.309427224186955 L 940.2173913043478 461.7775292975522 Q 940.2173913043478 476.0869565217391 925.9079640801608 476.0869565217391 L 14.309427224186955 476.0869565217391 Q 0 476.0869565217391 0 461.7775292975522 L 0 14.309427224186955 Q 0 0 14.309427224186955 0 Z","fill":"rgb(227, 199, 159)","fixedRatio":false,"rotate":0,"pathFormula":"roundRect","keypoints":[0.03005633115582648],"lock":true,"opacity":0.9},{"type":"text","id":"CvXAN__VAH","left":160.32608695652178,"top":179.8515625,"width":679.3478260869565,"height":152.796875,"content":"<p style=\"text-align: center;\"><span style=\"font-size: 88px;\"><span style=\"font-family: LXGWWenKai;\"><span style=\"color: rgb(133, 18, 15);\">感谢观看</span></span></span></p>","rotate":0,"defaultFontName":"","defaultColor":"#333","vertical":false},{"type":"shape","id":"-OkLiFDs3m","left":371.9953722815252,"top":332.6484375,"width":256.0092554369496,"height":49.99999999999994,"viewBox":[256.0092554369496,49.99999999999994],"path":"M 6.249999999999993 0 L 249.75925543694962 0 Q 256.0092554369496 0 256.0092554369496 6.249999999999993 L 256.0092554369496 43.74999999999995 Q 256.0092554369496 49.99999999999994 249.75925543694962 49.99999999999994 L 6.249999999999993 49.99999999999994 Q 0 49.99999999999994 0 43.74999999999995 L 0 6.249999999999993 Q 0 0 6.249999999999993 0 Z","fill":"rgb(0, 49, 83)","fixedRatio":false,"rotate":0,"pathFormula":"roundRect","keypoints":[0.125],"text":{"content":"<p style=\"text-align: center;\"><span style=\"font-size: 20px;\"><span style=\"color: rgb(255, 255, 255);\">THANKS</span></span></p>","align":"middle","defaultFontName":"","defaultColor":"#333"}}],"background":{"type":"solid","color":"rgb(0, 49, 83)"},"type":"end"}]}
|