2018年9月29日
摘要: .wrapper { /* 规定元素应该生成的框的类型为网格*/ display: grid; /*grid-网格;templa-模板;columns-列;repeat()生成多个值;3表示分为3列,1fr用于可用空间的1个部分*/ grid-template-columns: repeat(3, 阅读全文
posted @ 2018-09-29 00:02 菜鸟萌新 阅读(85) 评论(0) 推荐(0)