生成 Flex 或 Grid 布局 CSS,并实时预览。
.layout { display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; gap: 16px; }