[Doc] update neutral color variables (#2130)

This commit is contained in:
neverland
2018-11-23 20:29:43 +08:00
committed by GitHub
parent ec159b5e47
commit f69c66b439
21 changed files with 57 additions and 39 deletions
+1 -1
View File
@@ -14,7 +14,7 @@
fill="#fff"
:rate="rate"
size="120px"
layer-color="#eee"
layer-color="#ebedf0"
:speed="100"
:stroke-width="60"
:clockwise="false"
+1 -1
View File
@@ -43,7 +43,7 @@ export default {
color="#13ce66"
fill="#fff"
size="120px"
layer-color="#eee"
layer-color="#ebedf0"
:text="text"
:rate="rate"
:speed="100"
@@ -12,7 +12,7 @@ exports[`renders demo correctly 1`] = `
</div>
<div class="van-circle" style="width:120px;height:120px;">
<svg viewBox="0 0 1060 1060">
<path d="M 530 530 m -500, 0 a 500, 500 0 1, 1 1000, 0 a 500, 500 0 1, 1 -1000, 0" class="van-circle__hover" style="fill:#fff;stroke:#eee;stroke-width:60px;"></path>
<path d="M 530 530 m -500, 0 a 500, 500 0 1, 1 1000, 0 a 500, 500 0 1, 1 -1000, 0" class="van-circle__hover" style="fill:#fff;stroke:#ebedf0;stroke-width:60px;"></path>
<path d="M 530 530 m -500, 0 a 500, 500 0 1, 1 1000, 0 a 500, 500 0 1, 1 -1000, 0" class="van-circle__layer" style="stroke:#13ce66;stroke-dashoffset:3140px;stroke-width:61px;"></path>
</svg>
<div class="van-circle__text">0%</div>
+1 -1
View File
@@ -44,7 +44,7 @@ export default {
color="#13ce66"
fill="#fff"
size="120px"
layer-color="#eee"
layer-color="#ebedf0"
:text="text"
:rate="rate"
:speed="100"