| 全选: | 姓名: | 年龄: | ?操作 |
|---|---|---|---|
| 张大大 | 李大大 | ||
| 习大大 | 刘大大 | ||
| 全选: | |||
* {
margin:0;
padding:0;
}
@charset "utf-8";
table {
width:800px;
margin:100px auto;
/*height:auto;
*/
}
td,th {
text-align:center;
height:60px;
}
body {
font-family:"微软雅黑";
/*background:url(img/footside.jpg)no-repeat;
background-size:100% 100%;
background-attachment:fixed;
*/
}
button {
margin-left:40px;
width:100px;
height:30px;
}
button:hover {
color:cyan;
}
thead {
background:#b1aff4;
}
tbody {
background:#e5f4af;
}
tfoot {
background:#aff4eb;
}
td {
word-break:normal;
}
多用于购物车,表格,后台数据操作