body{ background-image: url(imgs/11.jpg);}
图片路径要定成相对于css文件的路径,而不是相对于html文件的 background-image: url(../imgs/11.jpg);
@import url(css/my.css);