1. background-image: url(图片路径); /* 图片背景 */
    2. background-repeat: no-repeat; /* 背景图片不重复 */
    3. background-attachment: fixed; /* 固定背景图片 */