mirror of
https://gitee.com/vant-contrib/vant-weapp.git
synced 2025-04-05 19:41:45 +08:00
28 lines
322 B
Plaintext
28 lines
322 B
Plaintext
.zui-c-red {
|
|
color: #f44 !important;
|
|
}
|
|
|
|
.zui-c-gray {
|
|
color: #c9c9c9 !important;
|
|
}
|
|
|
|
.zui-c-gray-dark {
|
|
color: #999 !important;
|
|
}
|
|
|
|
.zui-c-gray-darker {
|
|
color: #666 !important;
|
|
}
|
|
|
|
.zui-c-black {
|
|
color: #333 !important;
|
|
}
|
|
|
|
.zui-c-blue {
|
|
color: #3283fa !important;
|
|
}
|
|
|
|
.zui-c-green {
|
|
color: #44BB00 !important;
|
|
}
|