<style type="text/css">
    
      /*设置斑马线颜色*/       
         .x-grid3-row-alt {
          background-image:none;
          background-color:#f2eada;
         }
       /*鼠标移到行上方时改变样式*/
        .x-grid3-row-over
        {
         background-image:none;
          background-color: #fab27b;
        }
        /*grid行高*/
        .x-grid3-row{
            height:30px;
        }
    </style>
posted on 2010-08-19 18:52  冯淼森  阅读(3163)  评论(0编辑  收藏  举报