feat: migrate CountDown component

This commit is contained in:
chenjiahan
2020-07-12 15:14:07 +08:00
parent 94ae79d953
commit e111fd4208
9 changed files with 978 additions and 8 deletions
+7
View File
@@ -0,0 +1,7 @@
@import '../style/var';
.van-count-down {
color: @count-down-text-color;
font-size: @count-down-font-size;
line-height: @count-down-line-height;
}