feat(style): add background-color var (#5112)

This commit is contained in:
neverland 2019-11-26 17:55:45 +08:00 committed by GitHub
parent f525abbf11
commit ab3ccbed8f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 4 additions and 4 deletions

View File

@ -15,7 +15,7 @@ There are some basic variables below, all available variables could be found in
@text-color: #323233;
@border-color: #ebedf0;
@active-color: #f2f3f5;
@background-color: #f8f8f8;
@background-color: #f7f8fa;
@background-color-light: #fafafa;
```

View File

@ -19,7 +19,7 @@ Vant 使用了 [Less](http://lesscss.org/) 对样式进行预处理,并内置
@text-color: #323233;
@border-color: #ebedf0;
@active-color: #f2f3f5;
@background-color: #f8f8f8;
@background-color: #f7f8fa;
@background-color-light: #fafafa;
```

View File

@ -70,7 +70,7 @@ body {
color: @text-color;
font-family: 'PingFang SC', Helvetica, 'STHeiti STXihei', 'Microsoft YaHei', Tohoma, Arial, sans-serif;
line-height: 1;
background-color: #f8f8f8;
background-color: #f7f8fa;
-webkit-font-smoothing: antialiased;
}

View File

@ -21,7 +21,7 @@
@active-color: #f2f3f5;
@active-opacity: .7;
@disabled-opacity: .5;
@background-color: #f8f8f8;
@background-color: #f7f8fa;
@background-color-light: #fafafa;
// Padding