当前位置:Gxlcms > html代码 > 背景无法显示的问题_html/css_WEB-ITnose

背景无法显示的问题_html/css_WEB-ITnose

时间:2021-07-01 10:21:17 帮助过:10人阅读

.main .content_box{/* width:1156px;height:auto; */width:100%;background:url(./images/img/bg.png) repeat-x scroll 0 0;border-top:1px solid #ddd;}
这个是代码
图片是没显示背景的部分

这个是淘宝大学的背景显示的


回复讨论(解决方案)

你在浏览器调试工具里面看看,url(./images/img/bg.png)这个找到规定的图片了吗?

应该是背景的路径错误了

人气教程排行