Section

购物权益

3 个模板实例,9 个 section 配置,1 类 block。

真实模板变体

Schema

{
  "name": "购物权益",
  "tag": "section",
  "class": "section",
  "settings": [
    {
      "type": "text",
      "id": "heading",
      "label": "Heading",
      "default": "Shop With Confidence at Laifen"
    },
    {
      "type": "color",
      "id": "heading_color",
      "label": "Heading color",
      "default": "#151515"
    },
    {
      "type": "color_background",
      "id": "background_color",
      "label": "Background color",
      "default": "#f5f5f5"
    },
    {
      "type": "color",
      "id": "card_background",
      "label": "Card background",
      "default": "#ffffff"
    },
    {
      "type": "range",
      "id": "card_radius",
      "label": "Card border radius",
      "default": 12,
      "min": 0,
      "max": 40,
      "step": 1,
      "unit": "px"
    },
    {
      "type": "range",
      "id": "card_gap",
      "label": "Card gap",
      "default": 16,
      "min": 8,
      "max": 40,
      "step": 2,
      "unit": "px"
    },
    {
      "type": "range",
      "id": "padding_top",
      "label": "Padding top",
      "default": 64,
      "min": 0,
      "max": 200,
      "step": 4,
      "unit": "px"
    },
    {
      "type": "range",
      "id": "padding_bottom",
      "label": "Padding bottom",
      "default": 64,
      "min": 0,
      "max": 200,
      "step": 4,
      "unit": "px"
    },
    {
      "type": "range",
      "id": "max_width",
      "label": "Max width",
      "default": 1310,
      "min": 900,
      "max": 1600,
      "step": 10,
      "unit": "px"
    }
  ],
  "blocks": [
    {
      "type": "confidence_item",
      "name": "Confidence item",
      "settings": [
        {
          "type": "image_picker",
          "id": "icon",
          "label": "Icon"
        },
        {
          "type": "text",
          "id": "text_line_1",
          "label": "Text line 1",
          "default": "FAST,"
        },
        {
          "type": "text",
          "id": "text_line_2",
          "label": "Text line 2",
          "default": "FREE DELIVERY"
        }
      ]
    }
  ],
  "presets": [
    {
      "name": "购物权益",
      "settings": {
        "heading": "Shop With Confidence at Laifen"
      },
      "blocks": [
        {
          "type": "confidence_item",
          "settings": {
            "text_line_1": "FAST,",
            "text_line_2": "FREE DELIVERY"
          }
        },
        {
          "type": "confidence_item",
          "settings": {
            "text_line_1": "30-DAY",
            "text_line_2": "GUARANTEE"
          }
        },
        {
          "type": "confidence_item",
          "settings": {
            "text_line_1": "PAY",
            "text_line_2": "WITH EASE"
          }
        },
        {
          "type": "confidence_item",
          "settings": {
            "text_line_1": "WE ARE HERE",
            "text_line_2": "TO HELP"
          }
        },
        {
          "type": "confidence_item",
          "settings": {
            "text_line_1": "LAIFEN POINTS",
            "text_line_2": "REWARDS"
          }
        },
        {
          "type": "confidence_item",
          "settings": {
            "text_line_1": "HASSLE-FREE",
            "text_line_2": "WARRANTY"
          }
        }
      ]
    }
  ]
}