cqtms/www/com.dev.stms.STMS/css/UItablecontent.css

75 lines
1.2 KiB
CSS
Raw Permalink Normal View History

2024-08-03 16:09:17 +08:00
.tablecontentarea{
padding:0px;
width:100%;
height: 100%;
}
.t_content{
width:100%;
}
.t_content_c{
width:100%;
border:solid #99CC00 1px;
}
.t_content_c th{
background-color:#C7E27E;;
border-right:1px solid #C7E27E ;
height:19px;
color:#666666;
font-weight:bold;
text-align:center;
border-color:#99CC00;
border-top-style:none;
border-bottom-style:none;
word-break:break-all;
word-wrap:break-word;
}
/*--070409修改--*/
.t_content_c td{
height:18px;
text-align:center;
border-right:1px solid #C7E27E;
word-break:break-all;
word-wrap:break-word;
border-bottom:1px solid #FFFFFF;
padding:1px;
white-space:nowrap;
padding-left:2px;
padding-right:1px;
}
/*--070409修改--*/
.t_content_c td.row8{
border-right:0px;
}
.t_content_c .odd{
background-color:#E8EFF9;
color:#666666;
font-weight:normal;
background-image:none;
}
.t_content_c .even{
background-color:#FFFFFF;
color:#666666;
font-weight:normal;
background-image:none;
}
.t_content_c .current{
background:#7A98FE;
color:#FFFFFF;
}
.t_content_f{
width:100%;
margin-top:5px;
background-color:#FFFFCC;
border:solid #BADAEF 1px;
border-collapse:collapse;
height:31px;
line-height:100%;
min-width:350px;
color:#616873;
}
.t_content_btn{
width:100%;
margin-top:0;
padding-bottom:5px;
}