You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

262 lines
4.6 KiB

html{
height: 100%;
width: 100%;
overflow: hidden;
}
body {
margin:0px;
position: fixed;
top:0px;
bottom:0px;
left: 0px;
right: 0px;
overflow: hidden;
font-family:"Microsoft YaHei",微软雅黑,"Helvetica Neue", "Luxi Sans", "DejaVu Sans", Tahoma, "Hiragino Sans GB", STHeiti;
font-size:14px;
}
datagrid-header .datagrid-cell,
.datagrid-header .datagrid-cell-group {
height: 22px;
color: #fff;
}
.datagrid-cell-group {
text-align: center;
}
.datagrid-body {
margin: 0;
padding: 0;
overflow: auto;
zoom: 1;
}
.datagrid-cell,
.datagrid-cell-group,
.datagrid-header-rownumber,
.datagrid-cell-rownumber {
margin: 0;
padding: 0 4px;
white-space: nowrap;
word-wrap: normal;
overflow: hidden;
height: 22px;
line-height: 22px;
font-size: 12px;
}
.datagrid-header-row,
.datagrid-row {
height: 25px;
}
.datagrid-row-selected {
background: #b5def3 !important;
color: #000;
}
.datagrid-view1 {
left: 0;
}
.datagrid-view2 {
right: 0;
}
.datagrid-mask {
position: absolute;
left: 0;
top: 0;
width: 100%;
height: 100%;
opacity: 0.3;
filter: alpha(opacity=30);
display: none;
}
.datagrid-mask-msg {
position: absolute;
top: 50%;
margin-top: -20px;
padding: 12px 5px 10px 30px;
width: auto;
height: 16px;
border-width: 2px;
border-style: solid;
display: none;
}
.datagrid-view1,
.datagrid-view2 {
position: absolute;
overflow: hidden;
top: 0;
}
.datagrid-header,
.datagrid-toolbar,
.datagrid-pager,
.datagrid-footer-inner {
border-color: #e6e6e6;
}
.datagrid-header {
background-color: #41a5fa;
color: #fff;
background-repeat: repeat-x;
overflow: hidden;
cursor: default;
border-width: 0 0 1px 0;
}
table {
border-collapse: collapse;
}
.datagrid-view1 th,
.datagrid-view2 th {
color: #FFF !important;
font-weight: normal;
table-layout: fixed;
white-space: pre-line;
word-break: break-all;
word-wrap: break-word;
overflow: hidden;
}
.datagrid-btable td,
.datagrid-view1 th,
.datagrid-view2 th {
text-align: center;
border-width: 0 1px 1px 0;
border-style: solid;
margin: 0;
padding: 0;
border-color: #c6c6c6;
height: 22px;
empty-cells: show;
}
.datagrid-btable td,
.datagrid-btable th {
white-space: nowrap;
text-overflow: ellipsis;
overflow: hidden;
font-size: 12px;
padding-left: 4px;
padding-right: 4px;
}
.datagrid-view1>.datagrid-body>.datagrid-body-inner>table>tbody>tr>td:first-child {
text-overflow: inherit;
}
.datagrid-header .datagrid-cell,
.datagrid-header .datagrid-cell-group {
height: 22px;
color: #fff;
}
.datagrid-btable>tbody>tr {
height: 22px;
color: #333;
}
#report_fixed {
background-color: #eeeeee;
}
#report_content>tr:nth-of-type(even) {
background-color: #f2fafe;
}
#report_content .sum-row,#report_fixed .sum-row{
font-weight: bold;
}
.color1{
color: #41a5fa !important;
}
.datagrid-header-rownumber,
.datagrid-cell-rownumber {
width: 25px;
text-align: center;
margin: 0;
padding: 0;
}
.datagrid-header-inner {
float: left;
width: 10000px;
}
.datagrid-view1 .datagrid-body-inner {
padding-bottom: 20px;
}
.sortable:hover{
cursor: pointer;
}
.datagrid-sort-desc .sort-icon {
padding: 0 13px 0 0;
background: url(datagrid_icons.png) no-repeat -16px center;
}
.datagrid-sort-asc .sort-icon {
padding: 0 13px 0 0;
background: url(datagrid_icons.png) no-repeat 0px center;
}
.datagrid-header>td{
color: #fff;
}
.menu {
position: absolute;
margin: 0;
padding: 6px 2px;
border-width: 1px;
border-style: solid;
overflow: hidden;
background-color: #fff;
border-color: #e6e6e6;
color: #333;
-moz-box-shadow:-2px 2px 3px #c6c6c6;
-webkit-box-shadow:-2px 2px 3px #c6c6c6;
box-shadow:-2px 2px 3px #c6c6c6;
}
.menu-item {
position: relative;
margin: 0;
padding: 0;
overflow: hidden;
white-space: nowrap;
cursor: pointer;
border-width: 1px;
border-style: solid;
border-color: transparent;
}
.menu-sep {
border-top: 1px solid #ccc;
border-bottom: 1px solid #fff;
margin: 3px 0px 3px 25px;
font-size: 1px;
}
.menu-item:hover {
background-color: #0081C2;
border-color: #0081C2;
color: #fff;
}
.menu-text {
height: 20px;
line-height: 20px;
float: left;
padding-left: 28px;
font-size: 12px;
}
.menu-icon {
position: absolute;
width: 16px;
height: 16px;
left: 2px;
top: 50%;
margin-top: -8px;
}