// 添加首页默认UI addUI("shop",function(){ $("#control nav a:eq(1)").css({ "color": '#161A21', "font-weight": '600', "text-decoration": 'none' }); $("#shop").show(); loadFooter();//加载页脚 });