我有一个托管在 IIS 中的应用程序
但不能使用 CSS 文件中的背景图像
css 从布局中引用:
<link href="@Url.Content("~/Content/themes/NewStyleSUPERADMIN/style.css")" rel="stylesheet" type="text/css" />
在style.css中,我有:
background-image: url('/content/themes/NewStyleMeduimHarder/images/Bottom_texture.jpg');
或者
background-image: url('/content/themes/NewStyleMeduimHarder/images/Bottom_texture.jpg');
如何显示图像?