update document

This commit is contained in:
陈嘉涵
2019-05-11 17:21:43 +08:00
parent 8ee250f22a
commit 9de9a4f248
9 changed files with 31 additions and 41 deletions

View File

@@ -68,10 +68,10 @@ export default {
@import '../../packages/style/var';
body {
line-height: 1;
color: @text-color;
background-color: #f2f3f5;
font-family: 'PingFang SC', Helvetica, 'STHeiti STXihei', 'Microsoft YaHei', Tohoma, Arial, sans-serif;
line-height: 1;
background-color: #f2f3f5;
-webkit-font-smoothing: antialiased;
}
@@ -90,9 +90,9 @@ body {
}
.van-icon {
color: @gray-dark;
font-size: 24px;
cursor: pointer;
color: @gray-dark;
}
}