custom.js 196 B

123456789
  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. });