头部导航悬浮,css

.header{
    position:fixed;
    z-index:100;
    left:0;
    right:0;  
}

如图。

原文地址:https://www.cnblogs.com/yuanxinru321/p/7518923.html