about.js 224 B

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