如果不涉及透明度并且它们占据了所有可用空间或具有相同的大小,则可以使用多个背景:
div{ background-image: url('http://placehold.it/1000x1000'), url('http://placehold.it/500x500'); background-repeat:no-repeat; background-size: 100%; height:200px; width:200px;}<div></div>如果第一个未退出,则将显示第二个。
div{ background-image: url('http://placehol/1000x1000'), url('http://placehold.it/500x500'); background-repeat:no-repeat; background-size: 100%; height:200px; width:200px;}<div></div>


