136 lines
3.0 KiB
CSS
136 lines
3.0 KiB
CSS
|
|
.t_content_f a span{
|
||
|
|
/*width:48px;*/
|
||
|
|
overflow:hidden;
|
||
|
|
}
|
||
|
|
.t_content_f a {
|
||
|
|
text-decoration:none;
|
||
|
|
}
|
||
|
|
.leftPanel,.rightPanel,.searchbuttonbar {
|
||
|
|
margin:0px;
|
||
|
|
padding:0px;
|
||
|
|
color:#616873;
|
||
|
|
}
|
||
|
|
.leftPanel div,.rightPanel div,.leftPanel span,.rightPanel span,.searchbuttonbar span,.searchbuttonbar div {
|
||
|
|
white-space:nowrap;
|
||
|
|
color:#616873;
|
||
|
|
}
|
||
|
|
.leftPanel td,.rightPanel td {
|
||
|
|
text-align:center;
|
||
|
|
vertical-align:middle;
|
||
|
|
padding:4px;
|
||
|
|
}
|
||
|
|
.pageresult{
|
||
|
|
text-align:right;
|
||
|
|
word-break:keep-all;
|
||
|
|
word-wrap:normal;
|
||
|
|
vertical-align:middle;
|
||
|
|
height:18px;
|
||
|
|
}
|
||
|
|
.goprev span,.gonext span,.goprev_dis span,.gonext_dis span,.a01 span, .a02 span{
|
||
|
|
width:24px;
|
||
|
|
height:24px;
|
||
|
|
}
|
||
|
|
.goprev span,.goprev:link span{
|
||
|
|
background:url(../images/icon_prev.gif) no-repeat center center;
|
||
|
|
}
|
||
|
|
.goprev:hover span{
|
||
|
|
background: url(../images/icon_prev_over.gif) no-repeat center center;
|
||
|
|
}
|
||
|
|
.searchprev span,.searchprev:link span{
|
||
|
|
background:url(../images/search.jpg) no-repeat center center;
|
||
|
|
padding:4px;
|
||
|
|
}
|
||
|
|
.searchprev:hover span{
|
||
|
|
background: url(../images/search_b.jpg) no-repeat center center;
|
||
|
|
padding:4px;
|
||
|
|
}
|
||
|
|
.refreshprev span,.refreshprev:link span{
|
||
|
|
background:url(../images/refresh_n.jpg) no-repeat center center;
|
||
|
|
padding:4px;
|
||
|
|
}
|
||
|
|
.refreshprev:hover span{
|
||
|
|
background: url(../images/refresh_r.jpg) no-repeat center center;
|
||
|
|
padding:4px;
|
||
|
|
}
|
||
|
|
.gonext span,.gonext:link span{
|
||
|
|
background:url(../images/icon_next.gif) no-repeat center center;
|
||
|
|
}
|
||
|
|
.gonext:hover span{
|
||
|
|
background: url(../images/icon_next_over.gif) no-repeat center center;
|
||
|
|
}
|
||
|
|
.goprev_dis span,.goprev_dis:link span{
|
||
|
|
background: url(../images/icon_prev_disable.gif) no-repeat center center;
|
||
|
|
}
|
||
|
|
.searchprev_dis span,.searchprev_dis:link span{
|
||
|
|
background: url(../images/search_b.jpg) no-repeat center center;
|
||
|
|
}
|
||
|
|
.refreshprev_dis span,.refreshprev_dis:link span{
|
||
|
|
background: url(../images/refresh_r.jpg) no-repeat center center;
|
||
|
|
}
|
||
|
|
.gonext_dis span,.gonext_dis:link span{
|
||
|
|
background: url(../images/icon_next_disable.gif) no-repeat center center;
|
||
|
|
}
|
||
|
|
.pagernumber{
|
||
|
|
text-align:center;
|
||
|
|
word-break:keep-all;
|
||
|
|
word-wrap:normal;
|
||
|
|
height:18px;
|
||
|
|
}
|
||
|
|
|
||
|
|
.input1{
|
||
|
|
height:16px;
|
||
|
|
line-height:12px;
|
||
|
|
text-align:center;
|
||
|
|
width:24px;
|
||
|
|
}
|
||
|
|
.jumpto,.jumpto_dis {
|
||
|
|
margin-right:10px;
|
||
|
|
}
|
||
|
|
.jumpto span,.jumpto:link span{
|
||
|
|
background:url(../images/icon_go.gif) no-repeat center;
|
||
|
|
}
|
||
|
|
.jumpto_dis span,.jumpto_dis:link span{
|
||
|
|
background:url(../images/icon_go.gif) no-repeat center;
|
||
|
|
}
|
||
|
|
.jumpto span,.jumpto_dis span{
|
||
|
|
width:15px;
|
||
|
|
height:15px;
|
||
|
|
}
|
||
|
|
.jumpto:hover span{
|
||
|
|
background: url(../images/icon_go_over.gif) no-repeat center;
|
||
|
|
}
|
||
|
|
.calculatebar{
|
||
|
|
}
|
||
|
|
.a02,.a01{
|
||
|
|
}
|
||
|
|
|
||
|
|
.a01 span,.a01:link span{
|
||
|
|
background:url(../images/icon_add.gif) no-repeat center;
|
||
|
|
}
|
||
|
|
.a02 span,.a02:link span{
|
||
|
|
background:url(../images/icon_up.gif) no-repeat center;
|
||
|
|
}
|
||
|
|
.a01:hover span{
|
||
|
|
background:url(../images/icon_add_over.gif) no-repeat center;
|
||
|
|
}
|
||
|
|
.a02:hover span{
|
||
|
|
background:url(../images/icon_up_over.gif) no-repeat center;
|
||
|
|
}
|
||
|
|
.dataInfo {
|
||
|
|
|
||
|
|
}
|
||
|
|
.pageInfo {
|
||
|
|
|
||
|
|
}
|
||
|
|
.autorefreshtextbox {
|
||
|
|
height:16px;
|
||
|
|
line-height:12px;
|
||
|
|
text-align:center;
|
||
|
|
width:40px;
|
||
|
|
}
|
||
|
|
.second{
|
||
|
|
margin-top:3px;
|
||
|
|
width:25px;
|
||
|
|
height:15px;
|
||
|
|
white-space:nowrap;
|
||
|
|
}
|