body { background: url("img_tree.png") no-repeat fixed 50% 50%/cover #ffffff ; }等价于
body { background-image: url("img_tree.png"); background-repeat: no-repeat;background-attachment: fixed;
background-position: 50% 50%;
background-size: cover;
background-color:#fff;
}
浙公网安备 33010602011771号