参数配置
实时预览
预览条目: 3 个条目
代码预览
.container {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: stretch;
  flex-wrap: nowrap;
  align-content: stretch;
}

.item {
  padding: 1rem;
  margin: 0.25rem;
  border-radius: 0.5rem;
  color: white;
  font-weight: 500;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 60px;
}