一、绝对定位盒子居中浏览器
left:50%it
margin-left:-宽度的一半io
二、固定定位(固定导航栏)margin
是以浏览器的左上角为参考点top
body{di
padding-top:80px; position
}居中
position:fixed;index
top:0;
left:0;
z-index:9999;