所属分类:UI-图表
Html写自定义样式
<style type="text/css"> /*第一行背景色*/ .evenRow{ background-color: red; } /*第二行背景色*/ .oddRow{ background-color: green; } /*鼠标移上去景色*/ .activeRow{ background-color: blue; } </style>
对啊