您好我正在尝试在 Visual Basic 2010 ASP.Net MVC 中的 css 文件中添加背景图像我的代码是:
#page-container {
width: 100%;
height:100%;
margin: auto;
background-image:url ('../Content/homepage.jpg');
background:cover;
background-repeat:no-repeat;
}
我的背景图片没有出现。可能是什么问题?