读书人

Ext.grid.PivotGrid式样

发布时间: 2012-11-25 11:44:31 作者: rapoo

Ext.grid.PivotGrid样式
Ext.grid.PivotGrid样式

<style type="text/css">table {border-collapse:collapse;}.font_style {font-family: "宋体";font-size: 12px;}/*! * 报表左侧 */.tjbb-left {    background: url("../images/default/grid/grid3-rowheader.gif") repeat-x scroll left top #EEEEEE;    border-bottom: 1px solid #D0D0D0;    border-left: 1px solid #EEEEEE;    border-right: 1px solid #D0D0D0;    height: 18px;    font-family: tahoma;    font-size: 11px;    height: 18px;    padding: 2px 7px 0 0;    text-align: right;    text-overflow: ellipsis;}/*! * 报表头部 */.tjbb-header {    background: url("../images/default/grid/grid3-hrow.gif") repeat-x scroll 50% 100% transparent;    border-left: 1px solid #EEEEEE;    border-right: 1px solid #D0D0D0;    font-family: tahoma;    font-size: 11px;    line-height: 13px;    overflow: hidden;    padding: 4px 3px 4px 5px;    text-align: center;    text-overflow: ellipsis;    white-space: nowrap;}/*! * 报表 单元格 */.tjbb-cell {    overflow: hidden;    padding: 3px 3px 3px 5px;    text-overflow: ellipsis;    white-space: nowrap;    border-bottom: 1px solid #D0D0D0;    border-left: 1px solid #EEEEEE;    border-right: 1px solid #D0D0D0;    cursor:hand;}        </style>


读书人网 >Web前端

热点推荐