2017年1月20日
摘要: 1、css height:100vh; (最直接) 2、奇奇怪怪的写法 <html><head><title>无标题文档</title><style type="text/css">html,body{height:100%; width:100%; overflow:hidden; margin: 阅读全文
posted @ 2017-01-20 14:23 仔仔爱学习 阅读(25402) 评论(0) 推荐(1)
摘要: .hot_list{-webkit-column-count: 2; -moz-column-count: 2; column-count: 2; -moz-column-gap:7px; -webkit-column-gap:7px; column-gap:8px; margin-top: 4px 阅读全文
posted @ 2017-01-20 11:48 仔仔爱学习 阅读(515) 评论(0) 推荐(0)
摘要: 触发block formatting context即可,触发的方法:1. float不为none2. overflow不为visible3. display设为‘table-cell’, ‘table-caption’, 或‘inline-block’4. position既不是static也不是 阅读全文
posted @ 2017-01-20 11:44 仔仔爱学习 阅读(204) 评论(0) 推荐(0)