好得很程序员自学网

<tfoot draggable='sEl'></tfoot>

CSS实现网页顶部的阴影效果_html/css_WEB-ITnose




CSS网页顶部阴影代码


body:before {
content:"";
position:fixed;
top: -10px;
left: 0;
width: 100%;
height: 10px;
z-index: 999;
box-shadow: 0 0 20px rgba(0,0,128,0.8);
}



http://HdhCmsTest999jiujiu测试数据/

查看更多关于CSS实现网页顶部的阴影效果_html/css_WEB-ITnose的详细内容...

  阅读:35次