142 lines
2.8 KiB
CSS
142 lines
2.8 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: 3px;
|
|
margin-right: 3px;
|
|
margin-bottom: 3px;
|
|
position: relative;
|
|
}
|
|
.toolBar_ul li input[type="text"], .toolBar_ul li select {
|
|
width: 120px;
|
|
}
|
|
|
|
|
|
.mvctool .mvctool_mytitle {
|
|
float: left;
|
|
position: relative;
|
|
font-family: MicrosoftYaHei;
|
|
font-size: 17px;
|
|
color: #333333;
|
|
font-weight: bold;
|
|
line-height: 30px;
|
|
}
|
|
.grid_table .layui-table {
|
|
margin: 1px 0 !important;
|
|
}
|
|
/*.layui-input, .layui-select, .layui-textarea {
|
|
height: 38px;
|
|
line-height: 1.3;
|
|
line-height: 38px\9;
|
|
border-width: 1px;
|
|
border-style: solid;
|
|
background-color: #fff;
|
|
border-radius: 2px;
|
|
}*/
|
|
.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;
|
|
/*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: #f2f2f2;
|
|
}*/
|
|
|
|
.tr_onmouser_over {
|
|
background-color: #DEE4EC;
|
|
}
|
|
|
|
.tr_onclick {
|
|
background-color: #FBEC88 !important;
|
|
}
|
|
|
|
.tablegrid_sort {
|
|
cursor: pointer;
|
|
/*background:url("/Content/images/triangle.png") no-repeat ;*/
|
|
}
|
|
|
|
.tablegrid_sort .tablegrid-sort-icon {
|
|
display: inline;
|
|
padding: 0 13px 0 0;
|
|
background: url(/Content/images/datagrid_icons.png) no-repeat -64px center;
|
|
}
|
|
|
|
.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;
|
|
}
|