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
28 lines
322 B
Plaintext
28 lines
322 B
Plaintext
.zan-c-red {
|
|
color: #f44 !important;
|
|
}
|
|
|
|
.zan-c-gray {
|
|
color: #c9c9c9 !important;
|
|
}
|
|
|
|
.zan-c-gray-dark {
|
|
color: #999 !important;
|
|
}
|
|
|
|
.zan-c-gray-darker {
|
|
color: #666 !important;
|
|
}
|
|
|
|
.zan-c-black {
|
|
color: #333 !important;
|
|
}
|
|
|
|
.zan-c-blue {
|
|
color: #3283fa !important;
|
|
}
|
|
|
|
.zan-c-green {
|
|
color: #44BB00 !important;
|
|
}
|