2016-02-26 51 views

回答

0

內聯CSS不壞 儘量讓你的內容裏面一個CSS文件與下面的類

.login-bg { 
background-image: url('AdminLTE/img/LogIn-BackGround.jpg') 
} 

在您的視圖中添加此

<link href="@Url.Content("~/Content/yourfile.css")" rel="stylesheet" /> 

<body class="login-bg"> 
.. 
</body> 

和這個有關的提醒文件路徑將有所幫助quick-reminder-about-file-paths

+0

還不行!謝謝 ;) –

0

試試這個:

background-image:url('/Content/AdminLTE/img/LogIn-BackGround.jpg');