CRG-15-001
| 項目 | 状態 |
|---|---|
| デザイン | 完了 |
| 実装 | 進行中 |
| テスト | 待機 |
ストライプテーブルStriped Rows
.cg-tb-stripe {
width: 260px;
border-collapse: collapse;
font-size: 13.5px;
border-radius: 10px;
overflow: hidden;
}
.cg-tb-stripe th {
padding: 10px 16px;
text-align: left;
color: #fff;
background: #37787E;
}
.cg-tb-stripe td { padding: 10px 16px; background: #fff; }
.cg-tb-stripe tbody tr:nth-child(even) td { background: #E9F2F0; }
<table class="cg-tb-stripe"><thead><tr><th>項目</th><th>状態</th></tr></thead><tbody><tr><td>デザイン</td><td>完了</td></tr><tr><td>実装</td><td>進行中</td></tr><tr><td>テスト</td><td>待機</td></tr></tbody></table>
GROSS WT. 587 B
ORIGINAL