$(function() { if($(window).scrolltop() == 0) { $(".returntop").css("opacity", "0"); } else { $(".returntop").css("opacity", "1"); } $(window.document).scroll(function() { if($(window).scrolltop() == 0) { $(".returntop").css("opacity", "0"); } else { $(".returntop").css("opacity", "1"); } }); $(".returntop").click(function() { $("html,body").animate({ scrolltop: 0 }, 500); }); $(".returntop").hover(function() { $(this).css("background-position", "-100px 0px"); $(this).text("返回顶部"); }, function() { $(this).css("background-position", "-36px center"); $(this).text(" "); }) var str_a = $(".conten_info_s").find("a"); var str_s = str_a.parent().css("font-size"); str_a.css({ "font-size": str_s, "color": "#a30403" }); $("table").wrap("
"); $(".carousel-inner .item").eq(0).addclass("active"); $(".carousel ol li").eq(0).addclass("active"); var ban_srt=$(".carousel ol li").length; for (var i=0;i