Merge pull request #441 from benjycui/fix-button

fix: hide loading icon at first
This commit is contained in:
偏右
2015-10-28 10:40:51 +08:00
+2
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;
}
}