摘要: 1. img元素默认情况下底部会有空白的解决办法? 1)img { display:block; } 2)img { vertical-align:top/bottom/middle; }(参考:https://www.zhihu.com/question/21558138) 2.垂直居中简单的解决 阅读全文
posted @ 2017-01-25 23:46 小p 阅读(137) 评论(0) 推荐(0)