一个很是经典的table里的样式

阅读全文:http://www.cckan.net/forum.php?mod=viewthread&tid=45

/*table.css
*编写时间:2009年2月16日
*编写人: 苏    飞
*/
TD
{
font-size: 12px;
color: #003366;
line-height: 180%;
}
A:link
{
font-size: 12px;
color: #000000;
line-height: 18px;
text-decoration: underline;
}
A:visited
{
font-size: 12px;
color: #000000;
line-height: 18px;
text-decoration: underline;
}
A:hover
{
font-size: 12px;
color: #FF3300;
line-height: 18px;
text-decoration: underline;
}
.Top_boders
{
border: 1px inset #006699;
text-align: center;
}
.Following_border
{
border-right-style: groove;
border-bottom-style: groove;
border-left-style: groove;
border-right-color: #006699;
border-bottom-color: #006699;
border-left-color: #006699;
border-right- 1px;
border-bottom- 1px;
border-left- 1px;
}
.Following_left_border
{
border-bottom-style: groove;
border-right-style: groove;
border-right- 1px;
border-bottom- 1px;
border-right-color: #3877A9;
border-bottom-color: #3877A9;
}
td
{
border: 1px;
border-color: #1E659B;
}
.fontTitle
{
font-size: 9pt;
color: #003399;
}
.td_bg
{
background-color: #1E659B;
border: 1px;
border-color: #1E659B;
}
.ddlmargin-top
{
margin-top: 1pt;
}

原文地址:https://www.cnblogs.com/sufei/p/1411691.html