2024-08-14 15:17:51 +08:00

72 lines
1.1 KiB
CSS

@import url('button.css');
a:link{color:#000000}
.contentPanel_group{
height: 400px;
width: 760px;
overflow: hidden;
margin:0px auto;
padding:5px 0 5px 0;
text-align:center;
background-color:#fff;
}
.titleDIV{
overflow: no;
height:25px;
padding-top:4px;
}
.resultListDIV{
overFlow-x:hidden;
overFlow-x:auto;
height:310px;
}
.table_group{
WIDTH: 100%;
align:left;
display: table;
table-layout:fixed;
border: 1px solid #D4EDB9;
border-collapse:collapse;
cellpadding:0
}
.table_group,th{
background-color:#E9FFD2;
font-family: Verdana,;
font-size: 12px;
font-weight:normal;
border:1px solid #D4EDB9;
height:25px;
}
.table_group,td{
background-color:#FFFFFF;
font-family: Verdana,;
font-size: 12px;
border:1px solid #D4EDB9;
height:25px;
}
.topPanel{
WIDTH: 100%;
float:left;
vertical-align:left;
padding:0px 0 0px 0;
background-image:url(img/daohang.jpg);
}
input {
border-top-width: 0px;
border-right-width: 0px;
border-bottom-width: 1px;
border-left-width: 0px;
border-top-color: #C0C0C0;
border-right-color: #C0C0C0;
border-bottom-color: #C0C0C0;
border-left-color: #C0C0C0;
color:#0080FF;
}