[new feature] add CountDown component (#3805)

This commit is contained in:
neverland
2019-07-10 20:20:59 +08:00
committed by GitHub
parent 577194b16d
commit 9fcc9086f7
16 changed files with 688 additions and 4 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;
}