Section

首屏Banner

18 个模板实例,0 个 section 配置,5 类 block。

真实模板变体

Schema

{
  "name": "首屏Banner",
  "class": "laifen-banner-container",
  "settings": [],
  "blocks": [
    {
      "type": "banner",
      "name": "Banner",
      "settings": [
        {
          "type": "image_picker",
          "id": "image_d",
          "label": "Image (desktop)"
        },
        {
          "type": "image_picker",
          "id": "image_m",
          "label": "Image (mobile)"
        },
        {
          "type": "textarea",
          "id": "heading",
          "label": "Heading",
          "default": "Heading",
          "info": "标题"
        },
        {
          "type": "textarea",
          "id": "sub_heading",
          "label": "Sub Heading",
          "default": "Sub Heading",
          "info": "副标题"
        },
        {
          "type": "header",
          "content": "Heading 样式设置"
        },
        {
          "type": "select",
          "id": "heading_font_family",
          "label": "Heading 字体",
          "options": [
            {
              "value": "",
              "label": "默认"
            },
            {
              "value": "Poppins",
              "label": "Poppins"
            },
            {
              "value": "Merienda",
              "label": "Merienda"
            },
            {
              "value": "MiSansLatin",
              "label": "MiSansLatin"
            },
            {
              "value": "Lato",
              "label": "Lato"
            }
          ],
          "default": "",
          "info": "选择Heading的字体"
        },
        {
          "type": "text",
          "id": "heading_font_size_pc",
          "label": "Heading 字体大小(桌面端)",
          "info": "支持CSS值,如 40px"
        },
        {
          "type": "text",
          "id": "heading_font_size_mobile",
          "label": "Heading 字体大小(移动端)",
          "info": "支持CSS值,如 24px"
        },
        {
          "type": "text",
          "id": "heading_line_height",
          "label": "Heading 行间距",
          "info": "如 1.2 或 1.5"
        },
        {
          "type": "header",
          "content": "Sub Heading 样式设置"
        },
        {
          "type": "select",
          "id": "sub_heading_font_family",
          "label": "Sub Heading 字体",
          "options": [
            {
              "value": "",
              "label": "默认"
            },
            {
              "value": "Poppins",
              "label": "Poppins"
            },
            {
              "value": "Merienda",
              "label": "Merienda"
            },
            {
              "value": "MiSansLatin",
              "label": "MiSansLatin"
            },
            {
              "value": "Lato",
              "label": "Lato"
            }
          ],
          "default": "",
          "info": "选择Sub Heading的字体"
        },
        {
          "type": "text",
          "id": "sub_heading_font_size_pc",
          "label": "Sub Heading 字体大小(桌面端)",
          "info": "支持CSS值,如 20px"
        },
        {
          "type": "text",
          "id": "sub_heading_font_size_mobile",
          "label": "Sub Heading 字体大小(移动端)",
          "info": "支持CSS值,如 14px"
        },
        {
          "type": "text",
          "id": "sub_heading_line_height",
          "label": "Sub Heading 行间距",
          "info": "如 1.2 或 1.5"
        },
        {
          "type": "color",
          "id": "sub_heading_color",
          "label": "Sub Heading 字体颜色",
          "info": "留空则跟随Heading颜色"
        },
        {
          "type": "header",
          "content": "间距设置"
        },
        {
          "type": "text",
          "id": "heading_sub_heading_margin",
          "label": "Heading 与 Sub Heading 间距",
          "info": "Heading底部间距,支持CSS值如 15px 或 clamp(15px, 2vw, 30px)"
        },
        {
          "type": "select",
          "id": "heading_tag",
          "options": [
            {
              "value": "h1",
              "label": "H1"
            },
            {
              "value": "h2",
              "label": "H2"
            },
            {
              "value": "h3",
              "label": "H3"
            }
          ],
          "default": "h1",
          "label": "Heading tag",
          "info": "标题标签"
        },
        {
          "type": "color",
          "id": "text_color",
          "label": "字体颜色",
          "default": "#000000"
        },
        {
          "type": "select",
          "id": "box_align",
          "options": [
            {
              "value": "top-left",
              "label": "Top left"
            },
            {
              "value": "top-center",
              "label": "Top center"
            },
            {
              "value": "top-right",
              "label": "Top right"
            },
            {
              "value": "middle-left",
              "label": "Middle left"
            },
            {
              "value": "middle-center",
              "label": "Middle center"
            },
            {
              "value": "middle-right",
              "label": "Middle right"
            },
            {
              "value": "bottom-left",
              "label": "Bottom left"
            },
            {
              "value": "bottom-center",
              "label": "Bottom center"
            },
            {
              "value": "bottom-right",
              "label": "Bottom right"
            }
          ],
          "default": "middle-left",
          "label": "Content position (desktop)",
          "info": "内容位置(桌面端)"
        },
        {
          "type": "select",
          "id": "box_align_m",
          "options": [
            {
              "value": "top-center",
              "label": "Top center"
            },
            {
              "value": "middle-center",
              "label": "Middle center"
            },
            {
              "value": "bottom-center",
              "label": "Bottom center"
            }
          ],
          "default": "top-center",
          "label": "Content position(mobile)",
          "info": "内容位置(移动端)"
        },
        {
          "type": "select",
          "id": "align-pc",
          "options": [
            {
              "value": "left",
              "label": "Left"
            },
            {
              "value": "center",
              "label": "Center"
            },
            {
              "value": "right",
              "label": "Right"
            }
          ],
          "default": "left",
          "label": "Content align pc",
          "info": "内容对齐方式(桌面端)"
        },
        {
          "type": "select",
          "id": "align-mobile",
          "options": [
            {
              "value": "left",
              "label": "Left"
            },
            {
              "value": "center",
              "label": "Center"
            },
            {
              "value": "right",
              "label": "Right"
            }
          ],
          "default": "center",
          "label": "Content align mobile",
          "info": "内容对齐方式(移动端)"
        },
        {
          "type": "url",
          "id": "link",
          "label": "Link",
          "info": "链接地址"
        },
        {
          "type": "text",
          "id": "btn_text",
          "label": "Button Link",
          "default": "Buy Now",
          "info": "按钮文字"
        },
        {
          "type": "color",
          "id": "btn_background",
          "label": "Button Background",
          "default": "#000000",
          "info": "按钮背景色"
        },
        {
          "type": "color",
          "id": "btn_color",
          "label": "Button Color",
          "default": "#ffffff",
          "info": "按钮文字颜色"
        },
        {
          "type": "color",
          "id": "btn_border_color",
          "label": "Button Border Color",
          "default": "#000000",
          "info": "按钮边框颜色"
        },
        {
          "type": "color",
          "id": "btn_background_hover",
          "label": "Button Background Hover",
          "default": "#ffffff",
          "info": "鼠标悬停时按钮背景色"
        },
        {
          "type": "color",
          "id": "btn_color_hover",
          "label": "Button Color Hover",
          "default": "#000000",
          "info": "鼠标悬停时按钮文字颜色"
        },
        {
          "type": "color",
          "id": "btn_border_color_hover",
          "label": "Button Border Color Hover",
          "default": "#000000",
          "info": "鼠标悬停时按钮边框颜色"
        },
        {
          "type": "header",
          "content": "第二个按钮(描边按钮)"
        },
        {
          "type": "url",
          "id": "link_2",
          "label": "Secondary Button Link",
          "info": "第二个按钮链接地址(留空则不显示第二个按钮)"
        },
        {
          "type": "text",
          "id": "btn_text_2",
          "label": "Secondary Button Text",
          "info": "第二个按钮文字(留空则不显示第二个按钮)"
        },
        {
          "type": "color",
          "id": "btn_background_2",
          "label": "Secondary Button Background",
          "info": "第二个按钮背景色(留空为透明,描边按钮)"
        },
        {
          "type": "color",
          "id": "btn_color_2",
          "label": "Secondary Button Color",
          "default": "#000000",
          "info": "第二个按钮文字颜色"
        },
        {
          "type": "color",
          "id": "btn_border_color_2",
          "label": "Secondary Button Border Color",
          "default": "#000000",
          "info": "第二个按钮边框颜色"
        },
        {
          "type": "color",
          "id": "btn_background_hover_2",
          "label": "Secondary Button Background Hover",
          "default": "#000000",
          "info": "鼠标悬停时第二个按钮背景色"
        },
        {
          "type": "color",
          "id": "btn_color_hover_2",
          "label": "Secondary Button Color Hover",
          "default": "#ffffff",
          "info": "鼠标悬停时第二个按钮文字颜色"
        },
        {
          "type": "color",
          "id": "btn_border_color_hover_2",
          "label": "Secondary Button Border Color Hover",
          "default": "#000000",
          "info": "鼠标悬停时第二个按钮边框颜色"
        },
        {
          "type": "header",
          "content": "移动端文案深色区块"
        },
        {
          "type": "checkbox",
          "id": "mobile_dark_section",
          "label": "启用移动端深色文案区块",
          "default": true,
          "info": "移动端:图片作背景铺满,文案与按钮叠加在底部深色区块"
        },
        {
          "type": "color",
          "id": "mobile_content_bg",
          "label": "移动端底部渐变深色",
          "default": "#000000",
          "info": "底部深色渐变颜色(从透明渐变到该色),叠加在背景图底部"
        },
        {
          "type": "range",
          "id": "mobile_overlay_opacity",
          "label": "移动端底部遮罩不透明度",
          "min": 0,
          "max": 100,
          "step": 5,
          "unit": "%",
          "default": 85,
          "info": "底部深色遮罩的最大不透明度(越低越透出背景图)"
        },
        {
          "type": "color",
          "id": "mobile_text_color",
          "label": "移动端文案文字颜色",
          "default": "#ffffff"
        },
        {
          "type": "liquid",
          "id": "custom_css",
          "label": "自定义 CSS"
        }
      ]
    },
    {
      "type": "black_friday_banner",
      "name": "Black Friday",
      "settings": [
        {
          "type": "image_picker",
          "id": "logo",
          "label": "Logo",
          "info": "Logo"
        },
        {
          "type": "image_picker",
          "id": "image_d",
          "label": "Image (desktop)"
        },
        {
          "type": "image_picker",
          "id": "image_m",
          "label": "Image (mobile)"
        },
        {
          "type": "textarea",
          "id": "heading_text",
          "label": "Heading Text",
          "default": "Heading Text",
          "info": "标题文字"
        },
        {
          "type": "textarea",
          "id": "heading",
          "label": "Heading",
          "default": "Heading",
          "info": "标题"
        },
        {
          "type": "textarea",
          "id": "sub_heading",
          "label": "Sub Heading",
          "default": "Sub Heading",
          "info": "副标题"
        },
        {
          "type": "select",
          "id": "heading_tag",
          "options": [
            {
              "value": "h1",
              "label": "H1"
            },
            {
              "value": "h2",
              "label": "H2"
            },
            {
              "value": "h3",
              "label": "H3"
            }
          ],
          "default": "h1",
          "label": "Heading tag",
          "info": "标题标签"
        },
        {
          "type": "color",
          "id": "text_color",
          "label": "字体颜色",
          "default": "#000000"
        },
        {
          "type": "select",
          "id": "box_align",
          "options": [
            {
              "value": "top-left",
              "label": "Top left"
            },
            {
              "value": "top-center",
              "label": "Top center"
            },
            {
              "value": "top-right",
              "label": "Top right"
            },
            {
              "value": "middle-left",
              "label": "Middle left"
            },
            {
              "value": "middle-center",
              "label": "Middle center"
            },
            {
              "value": "middle-right",
              "label": "Middle right"
            },
            {
              "value": "bottom-left",
              "label": "Bottom left"
            },
            {
              "value": "bottom-center",
              "label": "Bottom center"
            },
            {
              "value": "bottom-right",
              "label": "Bottom right"
            }
          ],
          "default": "middle-left",
          "label": "Content position (desktop)",
          "info": "内容位置(桌面端)"
        },
        {
          "type": "select",
          "id": "box_align_m",
          "options": [
            {
              "value": "top-center",
              "label": "Top center"
            },
            {
              "value": "middle-center",
              "label": "Middle center"
            },
            {
              "value": "bottom-center",
              "label": "Bottom center"
            }
          ],
          "default": "top-center",
          "label": "Content position(mobile)",
          "info": "内容位置(移动端)"
        },
        {
          "type": "select",
          "id": "align-pc",
          "options": [
            {
              "value": "left",
              "label": "Left"
            },
            {
              "value": "center",
              "label": "Center"
            },
            {
              "value": "right",
              "label": "Right"
            }
          ],
          "default": "center",
          "label": "Content align pc",
          "info": "内容对齐方式(桌面端)"
        },
        {
          "type": "select",
          "id": "align-mobile",
          "options": [
            {
              "value": "left",
              "label": "Left"
            },
            {
              "value": "center",
              "label": "Center"
            },
            {
              "value": "right",
              "label": "Right"
            }
          ],
          "default": "center",
          "label": "Content align mobile",
          "info": "内容对齐方式(移动端)"
        },
        {
          "type": "url",
          "id": "link",
          "label": "Link",
          "info": "链接地址"
        },
        {
          "type": "text",
          "id": "btn_text",
          "label": "Button Link",
          "default": "Buy Now",
          "info": "按钮文字"
        },
        {
          "type": "color",
          "id": "btn_background",
          "label": "Button Background",
          "default": "#000000",
          "info": "按钮背景色"
        },
        {
          "type": "color",
          "id": "btn_color",
          "label": "Button Color",
          "default": "#ffffff",
          "info": "按钮文字颜色"
        },
        {
          "type": "color",
          "id": "btn_border_color",
          "label": "Button Border Color",
          "default": "#000000",
          "info": "按钮边框颜色"
        },
        {
          "type": "color",
          "id": "btn_background_hover",
          "label": "Button Background Hover",
          "default": "#ffffff",
          "info": "鼠标悬停时按钮背景色"
        },
        {
          "type": "color",
          "id": "btn_color_hover",
          "label": "Button Color Hover",
          "default": "#000000",
          "info": "鼠标悬停时按钮文字颜色"
        },
        {
          "type": "color",
          "id": "btn_border_color_hover",
          "label": "Button Border Color Hover",
          "default": "#000000",
          "info": "鼠标悬停时按钮边框颜色"
        }
      ]
    },
    {
      "type": "christmas",
      "name": "Christmas",
      "settings": [
        {
          "type": "text",
          "id": "class_name_text",
          "label": "Class Name Text",
          "default": "class-name-text",
          "info": "自定义类名"
        },
        {
          "type": "image_picker",
          "id": "image_d",
          "label": "Image (desktop)"
        },
        {
          "type": "image_picker",
          "id": "image_m",
          "label": "Image (mobile)"
        },
        {
          "type": "image_picker",
          "id": "logo",
          "label": "Logo",
          "info": "Logo"
        },
        {
          "type": "textarea",
          "id": "heading",
          "label": "Heading",
          "default": "Heading",
          "info": "标题"
        },
        {
          "type": "textarea",
          "id": "sub_heading",
          "label": "Sub Heading",
          "default": "Sub Heading",
          "info": "副标题"
        },
        {
          "type": "textarea",
          "id": "sub_heading_small",
          "label": "Sub Heading Small",
          "default": "Sub Heading Small",
          "info": "副小标题"
        },
        {
          "type": "header",
          "content": "Heading 样式设置"
        },
        {
          "type": "select",
          "id": "heading_font_family",
          "label": "Heading 字体",
          "options": [
            {
              "value": "",
              "label": "默认"
            },
            {
              "value": "Poppins",
              "label": "Poppins"
            },
            {
              "value": "Merienda",
              "label": "Merienda"
            },
            {
              "value": "MiSansLatin",
              "label": "MiSansLatin"
            },
            {
              "value": "Lato",
              "label": "Lato"
            }
          ],
          "default": "",
          "info": "选择Heading的字体,留空使用默认字体"
        },
        {
          "type": "text",
          "id": "heading_font_size_pc",
          "label": "Heading 字体大小(桌面端)",
          "info": "支持CSS值,如 40px"
        },
        {
          "type": "text",
          "id": "heading_font_size_mobile",
          "label": "Heading 字体大小(移动端)",
          "info": "支持CSS值,如 24px"
        },
        {
          "type": "text",
          "id": "heading_line_height",
          "label": "Heading 行间距",
          "info": "如 1.2 或 1.5"
        },
        {
          "type": "header",
          "content": "Sub Heading 样式设置"
        },
        {
          "type": "select",
          "id": "sub_heading_font_family",
          "label": "Sub Heading 字体",
          "options": [
            {
              "value": "",
              "label": "默认"
            },
            {
              "value": "Poppins",
              "label": "Poppins"
            },
            {
              "value": "Merienda",
              "label": "Merienda"
            },
            {
              "value": "MiSansLatin",
              "label": "MiSansLatin"
            },
            {
              "value": "Lato",
              "label": "Lato"
            }
          ],
          "default": "",
          "info": "选择Sub Heading的字体,留空使用默认字体"
        },
        {
          "type": "text",
          "id": "sub_heading_font_size_pc",
          "label": "Sub Heading 字体大小(桌面端)",
          "info": "支持CSS值,如 20px"
        },
        {
          "type": "text",
          "id": "sub_heading_font_size_mobile",
          "label": "Sub Heading 字体大小(移动端)",
          "info": "支持CSS值,如 14px"
        },
        {
          "type": "text",
          "id": "sub_heading_line_height",
          "label": "Sub Heading 行间距",
          "info": "如 1.2 或 1.5"
        },
        {
          "type": "color",
          "id": "sub_heading_color",
          "label": "Sub Heading 字体颜色",
          "info": "留空则跟随Heading颜色"
        },
        {
          "type": "header",
          "content": "间距设置"
        },
        {
          "type": "text",
          "id": "heading_sub_heading_margin",
          "label": "Heading 与 Sub Heading 间距",
          "info": "Heading底部间距,支持CSS值如 15px 或 clamp(15px, 2vw, 30px)"
        },
        {
          "type": "select",
          "id": "heading_tag",
          "options": [
            {
              "value": "h1",
              "label": "H1"
            },
            {
              "value": "h2",
              "label": "H2"
            },
            {
              "value": "h3",
              "label": "H3"
            }
          ],
          "default": "h1",
          "label": "Heading tag",
          "info": "标题标签"
        },
        {
          "type": "color",
          "id": "text_color",
          "label": "字体颜色",
          "default": "#000000"
        },
        {
          "type": "select",
          "id": "box_align",
          "options": [
            {
              "value": "top-left",
              "label": "Top left"
            },
            {
              "value": "top-center",
              "label": "Top center"
            },
            {
              "value": "top-right",
              "label": "Top right"
            },
            {
              "value": "middle-left",
              "label": "Middle left"
            },
            {
              "value": "middle-center",
              "label": "Middle center"
            },
            {
              "value": "middle-right",
              "label": "Middle right"
            },
            {
              "value": "bottom-left",
              "label": "Bottom left"
            },
            {
              "value": "bottom-center",
              "label": "Bottom center"
            },
            {
              "value": "bottom-right",
              "label": "Bottom right"
            }
          ],
          "default": "middle-left",
          "label": "Content position (desktop)",
          "info": "内容位置(桌面端)"
        },
        {
          "type": "select",
          "id": "box_align_m",
          "options": [
            {
              "value": "top-center",
              "label": "Top center"
            },
            {
              "value": "middle-center",
              "label": "Middle center"
            },
            {
              "value": "bottom-center",
              "label": "Bottom center"
            }
          ],
          "default": "top-center",
          "label": "Content position(mobile)",
          "info": "内容位置(移动端)"
        },
        {
          "type": "select",
          "id": "align-pc",
          "options": [
            {
              "value": "left",
              "label": "Left"
            },
            {
              "value": "center",
              "label": "Center"
            },
            {
              "value": "right",
              "label": "Right"
            }
          ],
          "default": "left",
          "label": "Content align pc",
          "info": "内容对齐方式(桌面端)"
        },
        {
          "type": "select",
          "id": "align-mobile",
          "options": [
            {
              "value": "left",
              "label": "Left"
            },
            {
              "value": "center",
              "label": "Center"
            },
            {
              "value": "right",
              "label": "Right"
            }
          ],
          "default": "center",
          "label": "Content align mobile",
          "info": "内容对齐方式(移动端)"
        },
        {
          "type": "url",
          "id": "link",
          "label": "Link",
          "info": "链接地址"
        },
        {
          "type": "text",
          "id": "btn_text",
          "label": "Button Link",
          "default": "Buy Now",
          "info": "按钮文字"
        },
        {
          "type": "color",
          "id": "btn_background",
          "label": "Button Background",
          "default": "#000000",
          "info": "按钮背景色"
        },
        {
          "type": "color",
          "id": "btn_color",
          "label": "Button Color",
          "default": "#ffffff",
          "info": "按钮文字颜色"
        },
        {
          "type": "color",
          "id": "btn_border_color",
          "label": "Button Border Color",
          "default": "#000000",
          "info": "按钮边框颜色"
        },
        {
          "type": "color",
          "id": "btn_background_hover",
          "label": "Button Background Hover",
          "default": "#ffffff",
          "info": "鼠标悬停时按钮背景色"
        },
        {
          "type": "color",
          "id": "btn_color_hover",
          "label": "Button Color Hover",
          "default": "#000000",
          "info": "鼠标悬停时按钮文字颜色"
        },
        {
          "type": "color",
          "id": "btn_border_color_hover",
          "label": "Button Border Color Hover",
          "default": "#000000",
          "info": "鼠标悬停时按钮边框颜色"
        }
      ]
    },
    {
      "type": "toothbrush-second-banner",
      "name": "Toothbrush Second Banner",
      "settings": [
        {
          "type": "image_picker",
          "id": "image_d",
          "label": "Image (desktop)"
        },
        {
          "type": "image_picker",
          "id": "image_m",
          "label": "Image (mobile)"
        },
        {
          "type": "textarea",
          "id": "heading",
          "label": "Heading",
          "default": "Heading",
          "info": "标题"
        },
        {
          "type": "textarea",
          "id": "sub_heading",
          "label": "Sub Heading",
          "default": "Sub Heading",
          "info": "副标题"
        },
        {
          "type": "select",
          "id": "heading_tag",
          "options": [
            {
              "value": "h1",
              "label": "H1"
            },
            {
              "value": "h2",
              "label": "H2"
            },
            {
              "value": "h3",
              "label": "H3"
            }
          ],
          "default": "h1",
          "label": "Heading tag",
          "info": "标题标签"
        },
        {
          "type": "color",
          "id": "text_color",
          "label": "字体颜色",
          "default": "#000000"
        },
        {
          "type": "select",
          "id": "box_align",
          "options": [
            {
              "value": "top-left",
              "label": "Top left"
            },
            {
              "value": "top-center",
              "label": "Top center"
            },
            {
              "value": "top-right",
              "label": "Top right"
            },
            {
              "value": "middle-left",
              "label": "Middle left"
            },
            {
              "value": "middle-center",
              "label": "Middle center"
            },
            {
              "value": "middle-right",
              "label": "Middle right"
            },
            {
              "value": "bottom-left",
              "label": "Bottom left"
            },
            {
              "value": "bottom-center",
              "label": "Bottom center"
            },
            {
              "value": "bottom-right",
              "label": "Bottom right"
            }
          ],
          "default": "middle-left",
          "label": "Content position (desktop)",
          "info": "内容位置(桌面端)"
        },
        {
          "type": "select",
          "id": "box_align_m",
          "options": [
            {
              "value": "top-center",
              "label": "Top center"
            },
            {
              "value": "middle-center",
              "label": "Middle center"
            },
            {
              "value": "bottom-center",
              "label": "Bottom center"
            }
          ],
          "default": "top-center",
          "label": "Content position(mobile)",
          "info": "内容位置(移动端)"
        },
        {
          "type": "select",
          "id": "align-pc",
          "options": [
            {
              "value": "left",
              "label": "Left"
            },
            {
              "value": "center",
              "label": "Center"
            },
            {
              "value": "right",
              "label": "Right"
            }
          ],
          "default": "left",
          "label": "Content align pc",
          "info": "内容对齐方式(桌面端)"
        },
        {
          "type": "select",
          "id": "align-mobile",
          "options": [
            {
              "value": "left",
              "label": "Left"
            },
            {
              "value": "center",
              "label": "Center"
            },
            {
              "value": "right",
              "label": "Right"
            }
          ],
          "default": "center",
          "label": "Content align mobile",
          "info": "内容对齐方式(移动端)"
        },
        {
          "type": "url",
          "id": "link",
          "label": "Link",
          "info": "链接地址"
        },
        {
          "type": "text",
          "id": "btn_text",
          "label": "Button Link",
          "default": "Buy Now",
          "info": "按钮文字"
        },
        {
          "type": "color",
          "id": "btn_background",
          "label": "Button Background",
          "default": "#000000",
          "info": "按钮背景色"
        },
        {
          "type": "color",
          "id": "btn_color",
          "label": "Button Color",
          "default": "#ffffff",
          "info": "按钮文字颜色"
        },
        {
          "type": "color",
          "id": "btn_border_color",
          "label": "Button Border Color",
          "default": "#000000",
          "info": "按钮边框颜色"
        },
        {
          "type": "color",
          "id": "btn_background_hover",
          "label": "Button Background Hover",
          "default": "#ffffff",
          "info": "鼠标悬停时按钮背景色"
        },
        {
          "type": "color",
          "id": "btn_color_hover",
          "label": "Button Color Hover",
          "default": "#000000",
          "info": "鼠标悬停时按钮文字颜色"
        },
        {
          "type": "color",
          "id": "btn_border_color_hover",
          "label": "Button Border Color Hover",
          "default": "#000000",
          "info": "鼠标悬停时按钮边框颜色"
        },
        {
          "type": "video",
          "id": "video_link",
          "label": "Video Link",
          "info": "视频链接地址"
        },
        {
          "type": "text",
          "id": "btn_vide_text",
          "label": "Video Button Text",
          "default": "Watch Video",
          "info": "video按钮文字"
        },
        {
          "type": "color",
          "id": "btn_video_background",
          "label": "Video Button Background",
          "default": "#000000",
          "info": "video按钮背景色"
        },
        {
          "type": "color",
          "id": "btn_video_color",
          "label": "Video Button Color",
          "default": "#ffffff",
          "info": "video按钮文字颜色"
        },
        {
          "type": "color",
          "id": "btn_video_border_color",
          "label": "Video Button Border Color",
          "default": "#000000",
          "info": "video按钮边框颜色"
        },
        {
          "type": "color",
          "id": "btn_video_background_hover",
          "label": "Video Button Background Hover",
          "default": "#ffffff",
          "info": "video鼠标悬停时按钮背景色"
        },
        {
          "type": "color",
          "id": "btn_video_color_hover",
          "label": "Video Button Color Hover",
          "default": "#000000",
          "info": "video鼠标悬停时按钮文字颜色"
        },
        {
          "type": "color",
          "id": "btn_video_border_color_hover",
          "label": "Video Button Border Color Hover",
          "default": "#000000",
          "info": "video鼠标悬停时按钮边框颜色"
        },
        {
          "type": "text",
          "id": "btn_subscribe_button_text",
          "label": "Subscribe Button Text",
          "default": "Subscribe",
          "info": "订阅按钮文字"
        },
        {
          "type": "text",
          "id": "btn_subscribe_button_code",
          "label": "Subscribe Button Code",
          "info": "订阅按钮表单代码"
        }
      ]
    },
    {
      "type": "ces-banner",
      "name": "CES Banner",
      "settings": [
        {
          "type": "image_picker",
          "id": "image_d",
          "label": "Image (desktop)"
        },
        {
          "type": "image_picker",
          "id": "image_m",
          "label": "Image (mobile)"
        },
        {
          "type": "textarea",
          "id": "heading",
          "label": "Heading",
          "default": "Heading",
          "info": "标题"
        },
        {
          "type": "textarea",
          "id": "sub_heading",
          "label": "Sub Heading",
          "default": "Sub Heading",
          "info": "副标题"
        },
        {
          "type": "select",
          "id": "heading_tag",
          "options": [
            {
              "value": "h1",
              "label": "H1"
            },
            {
              "value": "h2",
              "label": "H2"
            },
            {
              "value": "h3",
              "label": "H3"
            }
          ],
          "default": "h1",
          "label": "Heading tag",
          "info": "标题标签"
        },
        {
          "type": "color",
          "id": "text_color",
          "label": "字体颜色",
          "default": "#000000"
        },
        {
          "type": "select",
          "id": "box_align",
          "options": [
            {
              "value": "top-left",
              "label": "Top left"
            },
            {
              "value": "top-center",
              "label": "Top center"
            },
            {
              "value": "top-right",
              "label": "Top right"
            },
            {
              "value": "middle-left",
              "label": "Middle left"
            },
            {
              "value": "middle-center",
              "label": "Middle center"
            },
            {
              "value": "middle-right",
              "label": "Middle right"
            },
            {
              "value": "bottom-left",
              "label": "Bottom left"
            },
            {
              "value": "bottom-center",
              "label": "Bottom center"
            },
            {
              "value": "bottom-right",
              "label": "Bottom right"
            }
          ],
          "default": "middle-left",
          "label": "Content position (desktop)",
          "info": "内容位置(桌面端)"
        },
        {
          "type": "select",
          "id": "box_align_m",
          "options": [
            {
              "value": "top-center",
              "label": "Top center"
            },
            {
              "value": "middle-center",
              "label": "Middle center"
            },
            {
              "value": "bottom-center",
              "label": "Bottom center"
            }
          ],
          "default": "top-center",
          "label": "Content position(mobile)",
          "info": "内容位置(移动端)"
        },
        {
          "type": "select",
          "id": "align-pc",
          "options": [
            {
              "value": "left",
              "label": "Left"
            },
            {
              "value": "center",
              "label": "Center"
            },
            {
              "value": "right",
              "label": "Right"
            }
          ],
          "default": "left",
          "label": "Content align pc",
          "info": "内容对齐方式(桌面端)"
        },
        {
          "type": "select",
          "id": "align-mobile",
          "options": [
            {
              "value": "left",
              "label": "Left"
            },
            {
              "value": "center",
              "label": "Center"
            },
            {
              "value": "right",
              "label": "Right"
            }
          ],
          "default": "center",
          "label": "Content align mobile",
          "info": "内容对齐方式(移动端)"
        },
        {
          "type": "url",
          "id": "link",
          "label": "Link",
          "info": "链接地址"
        },
        {
          "type": "text",
          "id": "btn_text",
          "label": "Button Link",
          "default": "Buy Now",
          "info": "按钮文字"
        },
        {
          "type": "color",
          "id": "btn_background",
          "label": "Button Background",
          "default": "#000000",
          "info": "按钮背景色"
        },
        {
          "type": "color",
          "id": "btn_color",
          "label": "Button Color",
          "default": "#ffffff",
          "info": "按钮文字颜色"
        },
        {
          "type": "color",
          "id": "btn_border_color",
          "label": "Button Border Color",
          "default": "#000000",
          "info": "按钮边框颜色"
        },
        {
          "type": "color",
          "id": "btn_background_hover",
          "label": "Button Background Hover",
          "default": "#ffffff",
          "info": "鼠标悬停时按钮背景色"
        },
        {
          "type": "color",
          "id": "btn_color_hover",
          "label": "Button Color Hover",
          "default": "#000000",
          "info": "鼠标悬停时按钮文字颜色"
        },
        {
          "type": "color",
          "id": "btn_border_color_hover",
          "label": "Button Border Color Hover",
          "default": "#000000",
          "info": "鼠标悬停时按钮边框颜色"
        },
        {
          "type": "text",
          "id": "btn_subscribe_button_text",
          "label": "Subscribe Button Text",
          "default": "Subscribe",
          "info": "订阅按钮文字"
        },
        {
          "type": "text",
          "id": "btn_subscribe_button_code",
          "label": "Subscribe Button Code",
          "info": "订阅按钮表单代码"
        }
      ]
    }
  ],
  "presets": [
    {
      "name": "首屏Banner"
    }
  ]
}