csss
.JQtabel
{
/*border: red solid 1px; position: relative; top: 100px; left: 300px;*/
}
.t_header
{
background-color: #0B7DB2;
height: 40px;
}
/*标题栏文本样式*/
.title
{
margin-left: 7px;
font-size: 26px;
position: relative;
top: 6px;
left: 0px;
}
/*标题栏文本搜索框的样式*/
.searchtxt
{
border: 1px solid;
width: 120px;
height: 22px;
background-color: #F2F2F2;
}
/*标题栏文本搜索按钮的样式*/
.search
{
width: 36px;
height: 32px;
background-color: #0B7DB2;
background-image: url('../images/search.png');
background-repeat: no-repeat;
cursor: pointer;
border: 0px solid;
}
/*表头第一行文本样式及行高*/
.tableTitle
{
height: 30px;
font-size: 22px;
font-family: @微软雅黑 @宋体;
color: White;
}
/*没有数据时显示的样式*/
.nodata
{
display: none;
height: 100px;
background-color: #F5F5F5;
}
.n_txt
{
position: relative;
top: 45px;
left: 160px;
color: Red;
border-bottom-style:s
}
/*分页显示的样式*/
.t_page
{
height: 30px; /*border: blue solid 1px;*/
background-color: #0B7DB2;
}
.p_refresh
{
width: 24px;
height: 24px;
position: relative;
top: 0px;
left: 10px;
}
.p_pageindex
{
height: 30px;
position: relative;
top: -8px;
left: 26px;
color: #FFFFFF;
}
/*鼠标移入分页背景色*/
.bg_page
{
background-color: #005075;
cursor:pointer;
}
/*搜索栏样式*/
.search_like_eq
{
background-color: #41B7E9;
height: 26px;
display: none;
}
.search_date
{
background-color: #41B7E9;
height: 26px;
display: block;
display: none;
}
.search_le_p
{
padding-left: 100px;
height: 26px;
}
/*搜索按钮样式*/
.search_le
{
width: 24px;
height: 24px;
margin-left: 5px;
padding: 0px;
margin-top: 0px;
border: solid 0px;
cursor: pointer;
background-color: #41B7E9;
background-image: url('../images/search_dt.png');
background-repeat: no-repeat;
}
/*搜索文本框样式*/
.searchtxt
{
margin-left: 10px;
margin-top: 1px;
width: 120px;
height: 18px;
border: 0px solid;
}
/*搜索栏标签样式*/
.txt_s_l_e,.txt_date
{
font-family: @微软雅黑 @宋体;
color: #C2644F;
}
.close_le
{
cursor: pointer;
padding-left: 5px;
}
.close_dt
{
cursor: pointer;
padding-left: 5px;
}
.hover
{
background-color: Blue;
}
/*当一共只有一页的时候分页文字显示的样式*/
.page_1
{
color:Gray;
}