flex子项属性使用(flex/align-self)
摘要:
flex`属性定义子项分配剩余空间,用flex来表示占多少份数。 .item { flex:<number>; /* default0 默认0 */ } section { display: flex; width: 60%; height: 150px; background-color: pin 阅读全文
posted @ 2021-09-28 19:23 tallish 阅读(253) 评论(0) 推荐(0)