mirror of
https://gitee.com/vant-contrib/vant-weapp.git
synced 2025-04-06 03:58:05 +08:00
* change example dir * Update README.md 更新预览教程 * 新增 layout 组件 * exclude example * change .wxss -> .pcss * 脚本目录更名为 scripts
12 lines
178 B
Plaintext
12 lines
178 B
Plaintext
.zan-col {
|
|
line-height: 30px;
|
|
text-align: center;
|
|
background-color: #39a9ed;
|
|
font-size: 12px;
|
|
color: #fff;
|
|
}
|
|
|
|
.zan-col:nth-child(even) {
|
|
background-color: #66c6f2;
|
|
}
|