/* 圣诞特效样式 - christmas-effect.css */


#snowCanvas {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9998; /* 雪花在文字下方 */
    pointer-events: none; /* 不遮挡原有交互 */
}

