css悬浮在页面顶端

.header{ 
       position:fixed;
       margin-top:0; 
       100%; 
       z-index:9999; 
}

.body{ 
       position:relative; 
       padding-top:119px; 
       100%; 
}



.top{
    position: fixed;
    top: 0px;
    z-index:9999;
}
原文地址:https://www.cnblogs.com/SofuBlue/p/11320940.html