36 lines
681 B
CSS
36 lines
681 B
CSS
.table-016 {
|
|
font-family: "微軟正黑體";
|
|
border-top: 1px solid #fff;
|
|
border-left: 1px solid #fff;
|
|
letter-spacing: 1px;
|
|
}
|
|
|
|
.table-016 td,
|
|
.table-016 th {
|
|
padding: 10px 0;
|
|
border-bottom: 1px solid #fff;
|
|
border-right: 1px solid #fff;
|
|
}
|
|
|
|
.table-016 .t1 {
|
|
background-color: #6ec5ee;
|
|
color: #fff;
|
|
text-align: center;
|
|
font-size: 15px;
|
|
font-weight: 700;
|
|
}
|
|
|
|
.table-016 tr:nth-child(even) {
|
|
color: #fff;
|
|
background-color: #ffdb6f;
|
|
text-align: center;
|
|
font-size: 13px;
|
|
padding: 10px 0;
|
|
}
|
|
|
|
.table-016 tr:nth-child(odd) {
|
|
color: #757575;
|
|
background-color: #ffefc1;
|
|
text-align: center;
|
|
font-size: 13px;
|
|
} |