其他分享
首页 > 其他分享> > table表格修饰css

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;
}

标签:solid,text,10px,修饰,table,td,border,css
来源: https://www.cnblogs.com/jk200/p/16477559.html