2018-07-30 10:26:34 +08:00

12 lines
192 B
Plaintext

.custom-van-col {
line-height: 30px;
text-align: center;
background-color: #39a9ed;
font-size: 12px;
color: #fff;
}
.custom-van-col:nth-child(even) {
background-color: #66c6f2;
}