修改BUG:图片路径不对
This commit is contained in:
parent
5ab6aa8dd7
commit
a06380fcaf
|
@ -1,5 +1,5 @@
|
|||
$(function () {
|
||||
$('#main-content').css('backgroundImage', 'url("../../content/images/bg.jpg")');
|
||||
$('#main-content').css('backgroundImage', 'url("../content/images/bg.jpg")');
|
||||
function resposive() {
|
||||
var height = $(window).height();
|
||||
if (height > 672)
|
||||
|
|
Loading…
Reference in New Issue