.box
{
overflow:auto; // 1。
#customers td, #customers th
{
font-size:1em;
padding:3px 7px 2px 7px;
height:20px;
text-align:center;
white-space:nowrap;// 2。
Column Header 1 | .........Column Header N | ..........
---|
#customers th
{
font-size:1.1em;
text-align:center;
padding-top:5px;
padding-bottom:4px;
background-color:#bcbcbc;
color:#ffffff;
}
#customers tr.alt td // 3。 实现斑马线
{
color:#000000;
background-color:#dedede;
text-align:center;
}
.title
{
position:relative;
top:20px;
left:10px;
color:#ffffff;
font-weight: bold;}