

/* 背景层容器 */
.body-background {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1; /* 置于内容下方 */
    opacity: 0.2; /* 背景图片透明度 */
}

/* 背景图片 */
.background-pattern {
    width: 100%;
    height: 100%;
    background-image: url('img/wl2.png'); /* 示例纹理 */
    background-size: auto; /* 保持原始大小 */
    background-repeat: repeat; /* 重复填充 */
}
.bgbody{
	background-image: url(../img/wl.png);
    background-size: auto;
    background-repeat: repeat;
}