mirror of
https://gitee.com/vant-contrib/vant-weapp.git
synced 2025-04-06 03:58:05 +08:00
8 lines
166 B
Plaintext
8 lines
166 B
Plaintext
@import '../common/style/var.less';
|
|
|
|
.van-count-down {
|
|
color: @count-down-text-color;
|
|
font-size: @count-down-font-size;
|
|
line-height: @count-down-line-height;
|
|
}
|