|
|
(未显示同一用户的6个中间版本) |
第1行: |
第1行: |
| .rotable table {
| |
| width: 100%;
| |
| border-collapse: collapse;
| |
| }
| |
|
| |
|
| .rotable table caption {
| |
| font-size: 2em;
| |
| font-weight: bold;
| |
| margin: 1em 0;
| |
| }
| |
|
| |
| .rotable th,
| |
| .rotable td {
| |
| border: 1px solid #999;
| |
| text-align: center;
| |
| padding: 20px 0;
| |
| }
| |
|
| |
| .rotable table th {
| |
| background-color: #dfe3f3;
| |
| color: #fff;
| |
| }
| |
|
| |
| .rotable table tr:first-child th {
| |
| background-color: #bac3ed;
| |
| color: #fff;
| |
| }
| |
|
| |
| .rotable table tbody tr:nth-child(odd) {
| |
| background-color: #eee;
| |
| }
| |
|
| |
| .rotable table tbody tr:hover {
| |
| background-color: #ccc;
| |
| }
| |
|
| |
| .rotable table tbody tr td:first-child {
| |
| color: #f40;
| |
| }
| |