<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>双色表格</title>
<script src="jquery-1.8.3.js" ></script>
<style>
th{
background:#00676B;
color:#FF4500;
line-height:20px;
height:30px;
}
td{
padding 6px 11px;
color: #FF0000;
border:1px solid #95bce2;
vertical-align:top;
text-align: center;
td * {
padding 6px 11px;
}
tr.alt td{
background: #ecf6fc
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>双色表格</title>
<script src="jquery-1.8.3.js" ></script>
<style>
th{
background:#00676B;
color:#FF4500;
line-height:20px;
height:30px;
}
td{
padding 6px 11px;
color: #FF0000;
border:1px solid #95bce2;
vertical-align:top;
text-align: center;
td * {
padding 6px 11px;
}
tr.alt td{
background: #ecf6fc