Loading: update document

This commit is contained in:
陈嘉涵
2017-08-31 10:34:02 +08:00
parent dc854a4d56
commit 7574962af6
2 changed files with 15 additions and 47 deletions

View File

@@ -10,8 +10,6 @@
}
.van-loading {
line-height: 0;
font-size: 0;
&--circle {
@@ -26,11 +24,10 @@
}
&__spinner {
display: inline-block;
height: 100%;
width: 100%;
animation: van-loading 0.8s linear;
animation-iteration-count: infinite;
height: 100%;
display: inline-block;
animation: van-loading 0.8s linear infinite;
&--circle {
border-radius: 100%;