Mini.Crm/Mini.Web/wwwroot/Content/data_grid_list.css

114 lines
2.2 KiB
CSS

.show_condition {
}
.hid_condition {
display: none;
}
.toolBar_ul {
list-style-type: circle;
list-style-position: outside;
list-style-image: none;
position:relative ;
}
.toolBar_ul li {
display: inline-block;
margin-top: 5px;
margin-right: 5px;
margin-bottom: 5px;
position:relative ;
}
.toolBar_ul li select, input[type="text"] {
border: 1px solid #95B8E7;
width: 100px;
line-height: 22px;
resize: none;
}
.pagination {
background-color: #F4F4F4;
position: absolute;
left: 0;
bottom: 0;
border-style: solid;
border-width: 1px 0 0;
width: 100%;
z-index: 1002;
}
.grid_table {
overflow: auto;
overflow-x: hidden;
}
.bas_datagrid_table {
background-color: white;
}
.bas_datagrid {
position: relative;
border: 1px solid #95b8e7;
background-color: #F4F4F4;
overflow:hidden;
}
.grid_table_head {
background: linear-gradient(to bottom, #f9f9f9 0px, #efefef 100%) repeat-x scroll 0 0 rgba(0, 0, 0, 0);
}
.grid_table_head th {
font-size: 12px;
font-weight: normal;
line-height: 18px;
word-wrap: normal;
}
.bas_datagrid_table td {
text-align: center;
height: 25px;
border-style: dotted;
border-width: 0 1px 1px 0;
margin: 0;
padding: 0;
border-color: #ccc;
word-break: break-all;
word-wrap: break-word;
}
.bas_datagrid_table th {
border-color: #ccc;
border-width: 1px 1px 1px 0;
border-style: solid;
height: 25px;
}
.bas_datagrid_tr_even {
background-color: #F5F5F5;
}
.tr_onmouser_over {
background-color: #DEE4EC;
}
.tr_onclick {
background-color: #FBEC88;
}
.tablegrid_sort {
cursor:pointer;
background:url("/Content/images/triangle.png") no-repeat ;
}
.tablegrid_re_sort {
background:url("/Content/images/triangle_houtai.png") no-repeat ;
}
.tablegrid_sort_desc .tablegrid-sort-icon {
background:url("/Content/images/datagrid_icons.png") no-repeat -16px center ;
padding: 0 13px 0 0;
}
.tablegrid_sort_asc .tablegrid-sort-icon {
background:url("/Content/images/datagrid_icons.png") no-repeat 0 center;
padding: 0 13px 0 0;
}