background fix js

This commit is contained in:
afc163
2015-06-04 17:13:01 +08:00
parent 9c38bc3f6f
commit b7dff4b5c5

View File

@@ -180,7 +180,7 @@ $(function () {
var a_lineBox=[],end_num=0;
setTimeout(function (){
self.textTween();
$("body").css("background","#fff").addClass("index-page");
$("body").addClass("index-page");
var header=$("#header")||$("header"),footer=$("#footer")||$("footer");
header.removeAttr("style");
footer.removeAttr("style")