mirror of
https://gitee.com/vant-contrib/vant-weapp.git
synced 2025-04-06 03:58:05 +08:00
12 lines
192 B
Plaintext
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;
|
|
}
|