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
+6 -6
View File
@@ -1,11 +1,11 @@
@import '../style/var.less';
@index-anchor-z-index: 1;
@index-anchor-padding: 0 @padding-md;
@index-anchor-text-color: @text-color;
@index-anchor-font-weight: @font-weight-bold;
@index-anchor-font-size: @font-size-md;
@index-anchor-padding: 0 var(--van-padding-md);
@index-anchor-text-color: var(--van-text-color);
@index-anchor-font-weight: var(--van-font-weight-bold);
@index-anchor-font-size: var(--van-font-size-md);
@index-anchor-line-height: 32px;
@index-anchor-background-color: transparent;
@index-anchor-sticky-text-color: @red;
@index-anchor-sticky-background-color: @white;
@index-anchor-sticky-text-color: var(--van-red);
@index-anchor-sticky-background-color: var(--van-white);