table.less
445 Bytes
.m-table{
border-collapse: collapse;
width: 100%;
font-size: 15px;
color: #333;
text-align: left;
thead {
tr {
background-color: transparent;
}
th{
padding: 5px 10px;
font-size: 13px;
color: #999;
}
}
tbody, tfoot{
background-color: #fff;
}
th,td {
padding: 10px;
border-bottom: 1px solid #e2e2e2;
line-height: 24px;
font-weight: normal;
}
td {
color: #333;
}
}