shop.js 192 B

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