custom.js 226 B

12345678910
  1. // 添加首页默认UI
  2. addUI("custom",function(){
  3. $("#control nav a:eq(2)").css({
  4. "color": '#161A21',
  5. "font-weight": '600',
  6. "text-decoration": 'none'
  7. });
  8. $("#custom").show();
  9. loadFooter();//加载页脚
  10. });