body顶端阴影
- 作者: 我的男神是帅比i
- 来源: 51数据库
- 2022-09-21
<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>
推荐阅读
