第四百四十五章 引狼入室(10 / 10)

投票推荐 加入书签 留言反馈

  lightcyan: [224, 255, 255],
  lightgreen: [144, 238, 144],
  lightgrey: [211, 211, 211],
  lightpink: [255, 182, 193],
  lightyellow: [255, 255, 224],
  lime: [0, 255, 0],
  magenta: [255, 0, 255],
  maroon: [128, 0, 0],
  navy: [0, 0, 128],
  olive: [128, 128, 0],
  orange: [255, 165, 0],
  pink: [255, 192, 203],
  purple: [128, 0, 128],
  violet: [128, 0, 128],
  red: [255, 0, 0],
  silver: [192, 192, 192],
  white: [255, 255, 255],
  yellow: [255, 255, 0]
  };
  })(jquery);
  $(document).ready(function () {
  spectrum();
  function spectrum() {
  var hue = 'rgb(' + (math.floor(math.random() * 256)) + ',' + (math.floor(math.random() * 256)) + ',' + (math.floor(math.random() * 256)) + ')';
  $('#404').animate({color: hue}, 1000);
  spectrum();
  }
  }); ↑返回顶部↑


章节目录