body顶端阴影

清华大佬耗费三个月吐血整理的几百G的资源,免费分享!....>>>

    <style type="text/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);
	}
	
    </style>