摘要: @media (min-width: 320px) { html { font-size: 100px; }}@media (min-width: 360px) { html { font-size: 112.5px; }}@media (min-width: 400px) { ... 阅读全文
posted @ 2015-12-15 21:02 Debugor 阅读(201) 评论(0) 推荐(0)
摘要: .flex(@a:1){-webkit-flex:@a;-ms-flex:@a;flex:@a;}.fl{float:left;}.fr{float:right;}.df{display:-webkit-flex;display:-ms-flexbox;display:flex;}.poa(@lef... 阅读全文
posted @ 2015-12-15 18:14 Debugor 阅读(215) 评论(0) 推荐(0)