thtms/www/com.dev.stms.STMS/css/UIpopwin_tablecontent.css

132 lines
2.0 KiB
CSS
Raw Permalink Normal View History

2024-08-03 15:32:07 +08:00
.pop_t_content{
width:653px;
margin-top:5px;
}
.pop_t_content_h{
width:653px;
}
.pop_t_content_h th{
background:#FFFFFF url(../images/bg_tcontent_h.jpg) no-repeat right bottom;
border-bottom:3px double #DDDDDD;
height:19px;
text-align:center;
border-right:1px solid #DDDDDD;
border-left:1px solid #DDDDDD;
border-top:1px solid #CCCCCC;
word-break:break-all;
word-wrap:break-word;
}
.pop_t_content_c{
width:653px;
text-align:center;
}
.pop_t_content_c td{
height:18px;
text-align:center;
border-right:1px solid #DDDDDD;
border-left:1px solid #DDDDDD;
word-break:break-all;
word-wrap:break-word;
}
.pop_odd{
background:#FFFFFF;
color:#000000;
font-weight:normal;
background-image:none;
}
.pop_even{
background:#E7EDFE;
color:#000000;
font-weight:normal;
background-image:none;
}
.pop_current{
background:#7A98FE;
color:#FFFFFF;
font-weight:bold;
}
.pop_focus{
background-image:none;
background:#999999;
color:#FFFFFF;
font-weight:bold;
}
.pop_t_content .row1{
width:10%;
}
.pop_t_content .row2{
width:20%;
}
.pop_t_content .row3{
width:20%;
}
.pop_t_content .row4{
width:18%;
}
.pop_t_content .row5{
width:32%;
}
.pop_t_content_f{
width:653px;
border-top:1px solid #DDDDDD;
padding-top:5px;
}
.pop_t_content_btn{
width:653px;
height:25px;
}
.pop_t_content_f_btngrp{
padding-top:5px;
}
.pop_title{
width:150px;
float:left;
letter-spacing:2px;
}
.popup_close{
margin-top:7px;
}
.popup_page_notice{
width:12px;
height:12px;
float:center;
margin-top:7px;
}
.pop_close{
width:20px;
height:20px;
float:right;
}
.pop_close a{
display:block;
width:20px;
height:18px;
float:right;
background:url(../images/bt_close.gif) no-repeat center;
}
.pop_close a img{
visibility:hidden;
}
.pop_close a:hover{
display:block;
float:right;
background:url(../images/bt_close_on.gif) no-repeat center;
}
.selectedRowTableContent{
width:100%;
height:auto;
text-align:center;
cursor:pointer;
*cursor:hand;
}
.selectedRowTableContent td{
border:1px dashed #dddddd;
height:18px;
}
.captionpanel {
background:#FFFFFF url(../images/pop_r1_c2.gif) repeat-x left bottom;
background-color: #C3D9FF;
}