淡定从容,宁静致远
全部博文(329)
发布时间:2015-07-07 12:08:56
$("tr:even").css("background-color","#ffffff");<br />$("tr:odd").css("background-color","#f4f4f4"); <br /><br />$("table tr:gt(0)").hover(function(){<br /> $(this).addClass("tron");<br />},function(){<br /> $(this).removeClass("tron");<br />});<br /><br /><br />$(document).........【阅读全文】
发布时间:2015-07-07 10:05:13
onmouseover="this.style.backgroundColor = 'lightsteelblue'" onmouseout="this.style.backgroundColor = 'white';"......【阅读全文】
发布时间:2015-07-02 12:23:21
<h3 style="color:#002A5F;background-color:#FFFFFF;font-size:16px;font-family:verdana, arial, helvetica, sans-serif;line-height:normal;white-space:normal;">安装</h3><p style="font-size:12px;margin:10px auto;line-height:18px;font-family:verdana, arial, helvetica, sans-serif;white-space:normal;back.........【阅读全文】