摘要: .box{ flex-wrap: nowrap | wrap | wrap-reverse; } Flex 是 Flexible Box 的缩写,意为"弹性布局",用来为盒状模型提供最大的灵活性。 任何一个容器都可以指定为 Flex 布局。 .box{ display: flex; } 基本概念: 阅读全文
posted @ 2021-02-27 03:43 程序1088 阅读(68) 评论(1) 推荐(0)