12 2017 档案

摘要:父div: .rootBar{ width: 1920px; height: 216px; float: left; overflow-y: hidden; overflow-x: auto; white-space: nowrap;} 子div: .childrenBar{ width: 384p 阅读全文
posted @ 2017-12-11 10:41 哈佬
摘要:1. 文字在div中水平居中:div{text-align:center} 2. 文字在div中垂直居中:div{line-height:div高度} 3. 子div在父div中水平居中: 4.子div在父div中垂直居中: 如果已知父div高度: position: relative;//必须指定 阅读全文
posted @ 2017-12-08 16:34 哈佬