body::before {
content: "";
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 100%;
background: url('图片链接') center center no-repeat;
background-size: contain;
opacity: 0.1;
pointer-events: none;
z-index: 9999;
}
html全局水印
最新推荐文章于 2025-07-29 22:58:49 发布