Authored by unknown

css

This diff could not be displayed because it is too large.
@@ -164,7 +164,7 @@ body { @@ -164,7 +164,7 @@ body {
164 } 164 }
165 165
166 .receive-success { 166 .receive-success {
167 - display: block; 167 + display: none;
168 position: absolute; 168 position: absolute;
169 top: 0; 169 top: 0;
170 right: 0; 170 right: 0;
@@ -216,6 +216,16 @@ body { @@ -216,6 +216,16 @@ body {
216 } 216 }
217 } 217 }
218 218
  219 +.page4.success {
  220 + .receive-success {
  221 + display: block;
  222 + }
  223 +
  224 + .have-received {
  225 + display: none;
  226 + }
  227 +}
  228 +
219 @include keyframes(dropDown) { 229 @include keyframes(dropDown) {
220 0%, 30% { 230 0%, 30% {
221 @include opacity(0); 231 @include opacity(0);