#particles-js {
    position: fixed; /* 覆盖整个页面，随滚动固定 */
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1; /* 在页面内容的下层 */
    background-color: #333333; /* 可以根据需要设置默认背景颜色 */
}