个人使用,勿喷
代码
样式css
/* 表格 */
.color-hui{
color: #757575;
}
.kuan100{
width: 100px;
}
table {
border-collapse: collapse;
width: 100%;
margin-bottom: 20px;
}
th{
border-top: none;
border-left: none;
border-right: none;
border-bottom: 1px solid rgba(211, 210, 210, 0.776);
padding: 8px;
text-align: left;
}
td {
border-top: none;
border-left: none;
border-right: none;
border-bottom: 1px solid rgba(211, 210, 210, 0.776);
padding: 8px;
text-align: left;
}
th {
background-color: #ffffff;
}
tr:nth-child(even) {
background-color: #ffffff;
}
tr:hover {
background-color: #bcbcbc;
}
/* ------------------ */
成品