1 background: url(images/icon.svg) 0 top no-repeat,url(images/qianbi.svg) 0 30px no-repeat; 123456789101112131415161718192021222324252627282930 <!DOCTYPE html><html> <head> <meta charset="UTF-8"> <title></title> <style> .box { position: relative; height: 500px; width: 750px; border: 1px solid crimson; background: url("images/bg-2.png") bottom center no-repeat; } .bg { height: 380px; width: 100%; background: url("images/bg-1.jpg") top center repeat-y; } </style> </head> <body> <div class="box"> <div class="bg"></div> </div> </body></html> 赞微海报分享
近期评论