feat(style): component using basic css variables

This commit is contained in:
chenjiahan
2021-06-12 15:52:22 +08:00
committed by neverland
parent aef2579a95
commit 710aebaee4
117 changed files with 707 additions and 705 deletions
+5 -5
View File
@@ -1,9 +1,9 @@
@import '../style/var.less';
@image-placeholder-text-color: @gray-6;
@image-placeholder-font-size: @font-size-md;
@image-placeholder-background-color: @background-color;
@image-placeholder-text-color: var(--van-gray-6);
@image-placeholder-font-size: var(--van-font-size-md);
@image-placeholder-background-color: var(--van-background-color);
@image-loading-icon-size: 32px;
@image-loading-icon-color: @gray-4;
@image-loading-icon-color: var(--van-gray-4);
@image-error-icon-size: 32px;
@image-error-icon-color: @gray-4;
@image-error-icon-color: var(--van-gray-4);