摘要: 一、水平居中方法1:width:100px;/max-width: 100px;margin:0 auto;注意使用max-width时,元素内容的宽度在不足max时是虽内容本身变化的。方法2(水平和垂直同时实现):position:absolute;width:400px;height:200px... 阅读全文
posted @ 2015-09-14 10:12 eugene_li 阅读(61) 评论(0) 推荐(0)