一个单线表格样式

<!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>Table样式</title>

<style>
* {
	font-size:12px
}
table {
	border-collapse:collapse;
	width:600px;
	border:1px solid #7A90A8;
	border-top:3px;
	margin-left:15px;
}
td {
padding-left:3px;
text-align:left;
}
.tr_head td{
background:#9DACBF;
height:17px;
font-weight:600;
padding-left:4px;
color:#FFF;
}
.rowA{ background-color:#F6F5F0;}
.rowB{ background-color:#F0F0EA;}
.tdBody{ background-color:#FFF;text-align:center;}
.tdPage{ background-color:#9DACBF; text-align:right; padding-right:20px; cursor:pointer; }
</style>
</head>

<body>
<table border="1" align="center">
  <tr class="tr_head" >
    <td width="10%">序号</td>
    <td width="40%">桌面</td>
    <td width="30%">列名A</td>
    <td width="20%">列名B</td>
  </tr>
  <tr class="rowA">
    <td>&nbsp;</td>
    <td>&nbsp;</td>
    <td>&nbsp;</td>
    <td>&nbsp;</td>
  </tr>
  <tr class="rowB">
    <td>&nbsp;</td>
    <td>&nbsp;</td>
    <td>&nbsp;</td>
    <td>&nbsp;</td>
  </tr>
  <tr class="rowA">
    <td>&nbsp;</td>
    <td>&nbsp;</td>
    <td>&nbsp;</td>
    <td>&nbsp;</td>
  </tr>
  <tr>
    <td colspan="4" height="130px" class="tdBody">空白区</td>
  </tr>
  <tr>
    <td colspan="4" height="20px" class="tdPage">当前第1页,共1页,每页记录数15</td>
  </tr>
</table>
</body>
</html>

 

评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值