您好, 欢迎来到 !    登录 | 注册 | | 设为首页 | 收藏本站

后备背景图片(如果不存在默认值)

后备背景图片(如果不存在默认值)

如果不涉及透明度并且它们占据了所有可用空间或具有相同的大小,则可以使用多个背景:

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>
其他 2022/1/1 18:13:47 有735人围观

撰写回答


你尚未登录,登录后可以

和开发者交流问题的细节

关注并接收问题和回答的更新提醒

参与内容的编辑和改进,让解决方法与时俱进

请先登录

推荐问题


联系我
置顶