Section
双行跑马灯 v2
1 个模板实例,4 个 section 配置,2 类 block。
真实模板变体
Schema
{
"name": "双行跑马灯 v2",
"class": "home-user-backmap-section",
"settings": [
{
"type": "color",
"id": "background_color",
"label": "背景色",
"default": "#f5f5f5"
},
{
"type": "range",
"id": "speed",
"min": 0.5,
"max": 3,
"step": 0.1,
"unit": "x",
"label": "滚动速度",
"default": 1.5
},
{
"type": "range",
"id": "padding_top",
"min": 0,
"max": 80,
"step": 4,
"unit": "px",
"label": "上内边距",
"default": 40
},
{
"type": "range",
"id": "padding_bottom",
"min": 0,
"max": 80,
"step": 4,
"unit": "px",
"label": "下内边距",
"default": 40
}
],
"blocks": [
{
"type": "marquee_row1",
"name": "第一行图片(左→右)",
"settings": [
{
"type": "image_picker",
"id": "image",
"label": "图片"
}
]
},
{
"type": "marquee_row2",
"name": "第二行图片(右→左)",
"settings": [
{
"type": "image_picker",
"id": "image",
"label": "图片"
}
]
}
],
"presets": [
{
"name": "双行跑马灯v2",
"blocks": [
{
"type": "marquee_row1"
},
{
"type": "marquee_row1"
},
{
"type": "marquee_row1"
},
{
"type": "marquee_row2"
},
{
"type": "marquee_row2"
},
{
"type": "marquee_row2"
}
]
}
]
}