多背景图

background-image: url(a.png),url(b.png);
background-size: 96px 96px, 100% 100%;
background-position: center,left top;
background-repeat: no-repeat;

分别设置背景图片,尺寸和位置。前者a.png覆盖后者b.pngcss

相关文章
相关标签/搜索