|
|
@@ -408,7 +408,7 @@ h1,h2,h3 {
|
|
|
0% { transform: rotate(360deg); }
|
|
|
100% { transform: rotate(0deg); }
|
|
|
}
|
|
|
-.wrap { width: 64px; height: 64px; position: absolute;left: 50%;top:50%;margin-left:-32px;margin-top: -32px; }
|
|
|
+.loading>.wrap { width: 64px; height: 64px; position: absolute;left: 50%;top:50%;margin-left:-32px;margin-top: -32px; }
|
|
|
.outer {
|
|
|
background-repeat: no-repeat;
|
|
|
background-size:100%; position: absolute; width: 100%; height: 100%; background-image: url("../img/all/loading.png"); animation: spin 800ms infinite linear; }
|