修改BUG:图片路径不对

This commit is contained in:
Argo-Lenovo 2016-11-23 13:37:20 +08:00
parent 5ab6aa8dd7
commit a06380fcaf
1 changed files with 1 additions and 1 deletions

View File

@ -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)