Loading: fix white spinner color

This commit is contained in:
陈嘉涵
2017-09-08 16:33:20 +08:00
parent 37bbd9e42c
commit c221922e04
2 changed files with 3 additions and 3 deletions

View File

@@ -41,8 +41,8 @@
}
&.van-loading__spinner--white {
border-color: rgba(0, 0, 0, .5);
border-top-color: transparent;
border-color: rgba(0, 0, 0, .1);
border-top-color: rgba(255, 255, 255, .7);
}
}