1.css部分
table {
border-collapse: collapse;
border-spacing: 0
}
h1 {
font-size: 20px;
color: #fff;
text-transform: uppercase;
font-weight: 300;
text-align: center;
margin-bottom: 15px;
}
table {
width: 700px;
table-layout: fixed;
WORD-BREAK: break-all;
}
.tbl-header {
overflow: hidden;
left: 0;
right: 0;
}
.tbl-content {
height: 650px;
overflow-x: auto;
margin-top: 0px;
}
th {
width: 120px;
padding: 20px 15px;
text-align: left;
font-weight: 500;
font-size: 12px;
text-transform: uppercase;
}
td {
width: 120px;
padding: 15px;
text-align: left;
vertical-align: middle;
font-weight: 300;
font-size: 12px;
border-bottom: solid 1px rgba(255, 255, 255, 0.1);
}
2.html部分
<div class="tbl-header">
<table cellpadding="0" cellspacing="0" border="0">
<thead>