摘要: 元素垂直居中,在网页中经常用到,现在总结几种常用的方案。 1.元素宽高固定居中 <div class=“test”> 测试文字 </div> .test{width:500px;height:500px;position:fixed;left:50%;top:50%;margin-left:-250 阅读全文
posted @ 2016-08-26 16:35 看起来没睡醒 阅读(324) 评论(0) 推荐(1)