css多背景图,代码
2017-07-10 本文已影响118人
而生lhw
.demo{
background-color: #f00;
background-image: url(../images/icon-bgbottom.jpg),url(../images/icon-bgtop.jpg);
background-position: bottom center,top center;
background-repeat: no-repeat,no-repeat;
background-size:100% auto,100% auto;
}