table表格修饰css
table{
width: 100%;
}
table td, table th
{
font-size: 14px;
border: 1px solid #cad9ea;
height: 45px;
text-align: center;
}
.direct-search{
margin-top: 10px;
}
#newTab td{
border: 2px solid #C1DAD7;
background: #fff;
/* padding: 10px 5px 10px 12px; */
color: black;
text-align: left;
}