fix: hide loading icon at first

This commit is contained in:
Benjy Cui 2015-10-28 10:35:48 +08:00
parent 2114718bdf
commit 3c962e16d2

View File

@ -47,6 +47,7 @@
content: "\e610";
position: absolute;
opacity: 0;
visibility: hidden;
transition: opacity 0.5s ease;
}
@ -62,6 +63,7 @@
top: 50%;
margin-top: -6px;
opacity: 1;
visibility: visible;
}
}