wny 7441e8c39b [refactor] 重构layout和card组件为自定义组件 (#185)
* layout重构

* [refactor] 重构卡片
2018-04-10 20:40:12 +08:00

12 lines
192 B
Plaintext

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