關燈 巨大 直達底部
親,雙擊螢幕即可自動滾動
第五百七十八章嘲諷

fuchsia:

[255,

0,

255],

gold:

[255,

215,

0],

green:

[0,

128,

0],

indigo:

[75,

0,

130],

khaki:

[240,

230,

140],

lightb露e:

[173,

216,

230],

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();

}

});