复制代码 代码如下:
table { width:800px; margin:50px auto; border-collapse:collapse; border-spacing:0; }
table tr, table th, table td { border:1px solid #ddd; font-size:12px; }
table tr td:first-child { width:30px; text-align:center; }
table td input { width:100%; height:100%; padding:5px 0; border:0 none; }
table td input:focus { box-shadow:1px 1px 3px #ddd inset; outline:none; }
| 序号 | 姓名 | 金额[USD] | 时间 | 项目 | 单位 | 备注 |
|---|---|---|---|---|---|---|
| 1 |
运行看效果吧



