body{ background:url(images/bg.jpg) repeat-x scroll center bottom #FFF; }

日期:2022-04-11 18:57:47 人气:1

body{ background:url(images/bg.jpg) repeat-x scroll center bottom #FFF; }

1、你需要检查一下图片路径是否正确。
2、body{ background:#FFF url("../images/bg.jpg") repeat-x scroll center bottom; }这样试下。
3、你现在只设置一下body{ background:#333; }试下,页面是否是深灰色。如果是的话,那么你先加图片,看图片是否能显示出来。
4、
    A+
热门评论