Authored by unknown

css

This diff could not be displayed because it is too large.
... ... @@ -164,7 +164,7 @@ body {
}
.receive-success {
display: block;
display: none;
position: absolute;
top: 0;
right: 0;
... ... @@ -216,6 +216,16 @@ body {
}
}
.page4.success {
.receive-success {
display: block;
}
.have-received {
display: none;
}
}
@include keyframes(dropDown) {
0%, 30% {
@include opacity(0);
... ...